Make WordPress Core

Opened 8 months ago

Closed 5 months ago

#60479 closed defect (bug) (fixed)

Remove adminbar skiplink focus fix

Reported by: joedolson's profile joedolson Owned by: joedolson's profile joedolson
Milestone: 6.6 Priority: normal
Severity: normal Version: 3.5
Component: Toolbar Keywords: has-patch commit
Focuses: accessibility, javascript Cc:

Description

The webkit-only skip link target fix for the adminbar is no longer required. The equivalent fix has already been removed from core themes (in #54421), and we should also remove it from the Admin bar. Was added in r22249.

Attachments (2)

60479.diff (1.3 KB) - added by joedolson 8 months ago.
60479.patch (1.2 KB) - added by shailu25 6 months ago.
Patch Refresh

Download all attachments as: .zip

Change History (11)

#1 @joedolson
8 months ago

  • Owner set to joedolson
  • Status changed from new to assigned

@joedolson
8 months ago

#2 @joedolson
8 months ago

  • Keywords has-patch added

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


8 months ago

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


7 months ago

#5 @joedolson
7 months ago

  • Keywords needs-testing added; 2nd-opinion removed
  • Milestone changed from Awaiting Review to 6.6

#6 @sabernhardt
6 months ago

  • Keywords needs-refresh added

The patch apparently needs a refresh after [57987] corrected the "Toogle" typo in the next section.

@shailu25
6 months ago

Patch Refresh

#7 @shailu25
6 months ago

  • Keywords needs-refresh removed

#8 @joedolson
5 months ago

  • Keywords commit added; needs-testing removed

Tested. If you use a browser that still requires this change, it no longer works. This is the expected result, but it is also a very rare scenario.

#9 @joedolson
5 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 58133:

Toolbar: Accessibility: Remove adminbar skiplink focus fix.

Based on the current browser support policies and expectations, this is no longer needed. There are almost no browsers in use where this is still in use. The same fix was removed from core themes in #54421.

Props joedolson, sabernhardt, shailu25.
Fixes #60479.

Note: See TracTickets for help on using tickets.