Opened 9 years ago
Closed 9 years ago
#1484 closed defect (bug) (fixed)
wporg-p2 Skip to Content link should have visible text on focus
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-patch |
Cc: |
Description (last modified by )
The "Skip to content" link text, in the wporg-p2 theme at Make, should be visible when in focus state, i.e., when it's tabbed to using keyboard navigation (as, for instance, is the admin bar's "Skip to toolbar" text when you tab to it).
Right now you can tab to the "Skip to content" link but the text remains hidden, via a CSS clip. Removing the clip on focus will correct this a11y problem, e.g.:
.assistive-text.skip-link:focus { clip: auto; }
Note: another a11y-related ticket regarding this same link is: #1482
Attachments (2)
Change History (6)
This ticket was mentioned in Slack in #accessibility by hearvox. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
meta-1484.patch copies the
.skip-link
styles from Twenty Sixteen. Screenshot: meta-1484.png.The patch also moves the link closer to the start of the document, as per #1482.