[wp-trac] [WordPress Trac] #29838: Post editing area: keyboard accessibility, tab order and focus
WordPress Trac
noreply at wordpress.org
Mon Oct 7 16:55:41 UTC 2024
#29838: Post editing area: keyboard accessibility, tab order and focus
----------------------------------------------+----------------------------
Reporter: afercia | Owner: rcreators
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.7
Component: Editor | Version: 4.0
Severity: normal | Resolution: fixed
Keywords: has-patch commit has-screenshots | Focuses: ui,
| accessibility
----------------------------------------------+----------------------------
Changes (by joedolson):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"59188" 59188]:
{{{
#!CommitTicketReference repository="" revision="59188"
Editor: A11y: Fix tab order, state, and focus in classic editor.
Remove code that forced focus to skip from the title field to the editor.
Add link to skip to editor to give the user control over their path. Set
`aria-pressed` on editor selector buttons to communicate which editor is
enabled. Make focus state visible on unselected editor button. Remove
`wp_keep_scroll_position` flag used for IE compatibility. Add
`role="presentation"` to table used as status info bar.
This addresses a long-standing accessibility problem in the classic editor
which created a confusing keyboard navigation path by skipping all content
between the title field and the content editor.
Props afercia, rcreators, benjamin_zekavica, sharonaustin, joedolson.
Fixes #29838.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29838#comment:54>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list