Changes between Initial Version and Version 1 of Ticket #47670, comment 16
- Timestamp:
- 10/03/2019 04:47:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47670, comment 16
initial v1 1 I still think there are cases where the feed URL is valuable to include; however, I do realize that it makes little sense to have both links within the same heading tag. Besides, anyone can add a separate link to the feed URL if they intend to make it available.1 While I think there are cases where the feed URL is valuable to include, I realize that it makes little sense to have both links within the same heading tag. Also, anyone can add a separate link to the feed URL if they intend to make it available. 2 2 3 3 So if it's not too late for 5.3, I'd like to suggest a temporary option that: 4 4 1. Changes the URL on the icon to the same URL as the text link (unifying them in preparation for an actual solution in the next release cycle), 5 5 2. Hides the icon link from screen readers and keyboard navigation with both `aria-hidden="true"` and `tabindex="-1"` since that link would be redundant, 6 3. Still allows people to click (or touch) the icon with the newURL, and6 3. Allows people to click (or tap) the icon for the preferred URL, and 7 7 4. Replaces the hard-coded `alt` text with an escaped text string that has already been translated. 8 8 9 9 This would probably warrant a dev note, something like: 10 " RSS feed URLremoved from the RSS Widget heading so there is only one link there. A link to the RSS feed itself can still be added below the RSS Widget in a separate widget (or elsewhere on the page)."10 "The RSS feed URL has been removed from the RSS Widget heading so there is only one link there. A link to the RSS feed itself can still be added below the RSS Widget in a separate widget (or elsewhere on the page)." 11 11 12 12 Then we can revisit how to adjust to a single link in various themes for 5.4 (open a new ticket?).