Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#32231 closed defect (bug) (fixed)

Twenty Eleven: Skip Link Does Not Appear on :focus

Reported by: davidakennedy's profile davidakennedy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.3 Priority: normal
Severity: normal Version: 3.2
Component: Bundled Theme Keywords: has-patch
Focuses: accessibility Cc:

Description

To replicate:

  1. Navigate to #content link with keyboard using tab key.
  2. Link does not appear.

It looks like a height and width need to be set on :focus to override the:

height: 1px;
width: 1px;

Attachments (1)

32231.patch (436 bytes) - added by davidakennedy 10 years ago.
Set height and width on skip-link :focus.

Download all attachments as: .zip

Change History (9)

@davidakennedyEmeritus Committer
10 years ago

Set height and width on skip-link :focus.

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


10 years ago

#2 @aferciaCore Committer
10 years ago

  • Keywords has-patch added

#3 @obenlandEmeritus Committer
10 years ago

  • Version changed from trunk to 3.2

#4 @aferciaCore Committer
10 years ago

Anything left in this ticket? Looks like it's a very simple and effective fix. cc @obenland :)

#5 @obenlandEmeritus Committer
10 years ago

  • Milestone changed from Awaiting Review to Future Release

#6 @SergeyBiryukovCore Committer
10 years ago

Introduced in [31464]. Fixed for Twenty Twelve in [32486], see #32232.

#7 @SergeyBiryukovCore Committer
10 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 33457:

Twenty Eleven: Fix "Skip to content" links appearance after [31464].

props davidakennedy.
fixes #32231.

#8 @SergeyBiryukovCore Committer
10 years ago

  • Milestone changed from Future Release to 4.3
Note: See TracTickets for help on using tickets.