#32231 closed defect (bug) (fixed)
Twenty Eleven: Skip Link Does Not Appear on :focus
Reported by: | davidakennedy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | accessibility | Cc: |
Description ¶
To replicate:
- Navigate to
#content
link with keyboard usingtab
key. - Link does not appear.
It looks like a height and width need to be set on :focus
to override the:
height: 1px; width: 1px;
Commits (1)
- [33457] Twenty Eleven: Fix "Skip to content" links appearance after [31464].… by @SergeyBiryukov 10 years ago
Pull Requests
- Loading…
Change History (9)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
10 years ago
#4
@ Core Committer
10 years ago
Anything left in this ticket? Looks like it's a very simple and effective fix. cc @obenland :)
Note: See
TracTickets for help on using
tickets.
Set height and width on skip-link :focus.