3 | | So if it's not too late for 5.3, I'd like to suggest a temporary option that: |
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 | | 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. Allows people to click (or tap) the icon for the preferred URL, and |
7 | | 4. Replaces the hard-coded `alt` text with an escaped text string that has already been translated. |
8 | | |
9 | | This would probably warrant a dev note, something like: |
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 | | |
12 | | Then we can revisit how to adjust to a single link in various themes for 5.4 (open a new ticket?). |
| 3 | ''[temporary suggestion removed]'' |