Opened 7 months ago
Last modified 3 weeks ago
#52880 accepted defect (bug)
Twenty Twenty-One: RSS widget has empty link (feed icon)
Reported by: | sabernhardt | Owned by: | sabernhardt |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | accessibility | Cc: |
Description
Instead of hiding the RSS icon link, the image inside the link was hidden. So that results in an empty link.
.widget_rss a.rsswidget .rss-widget-icon { display: none; }
Steps to discover:
- Create an RSS widget, with the Twenty Twenty-One theme active.
- Visit a page with that widget in a sidebar.
- Use the tab key to navigate to each link on the page.
- When you arrive at the RSS widget heading, the first link is invisible but clickable.
If using a screen reader, the speech output is unreliable:
Edge/NVDA - "feed link heading level 2"
Firefox/NVDA - "blank"
Edge/Narrator - "link"
Firefox/Narrator - "link"
Attachments (4)
Change History (8)
#1
@
7 months ago
- Keywords has-patch added
- Owner set to sabernhardt
- Status changed from new to accepted
I'd prefer removing the link entirely (see #52224), but the CSS patch would hide the link the same way that Twenty Twenty does:
.widget_rss .widget-title a.rsswidget:first-of-type { display: none; }
This ticket was mentioned in Slack in #core-test by mai21. View the logs.
3 weeks ago
Note: See
TracTickets for help on using
tickets.
tabbing through the links, the feed link is invisible