-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility: tab navigation changed since WordPress 5.2 #17847
Comments
Tested and verified. It appears to be a side effect of #16500 similar to #17776. @youknowriad - any thoughts on this? If I disable navigation mode in WritingFlow it prevents this, but I am not sure where/how that should be implemented. I could pull isCleanNewPost from core/editor, but I'm thinking I shouldn't do that in this package? Code that fixes the issue using isCleanNewPost as proof of concept here: 5cdc3d2 |
This was intentional, the idea is that by default you're in "Navigation Mode" to ease cross-block navigation for screen reader and keyboard users. You can hit "Enter" to enter "edit mode". We're considering explicit separation between these two modes here #17088 and potentially changing the default mode. |
@youknowriad I think #17088 could help alleviate this, but I would question whether starting a new post in navigation mode eases navigation specifically on a new post. If you compare the two processes: "Old" Process:
"New" Process:
The fact that as I type when I first tab to the paragraph there is no indication to me what is happening seems problematic. With no other content to actually navigate to, I'm questioning the logic of starting in navigation mode? Maybe it would be better to only default it to navigation when editing an existing post? |
I agree, it's not perfect, and yeah, this mode have been in the plugin for just a month or two so we can iterate on it and adapt it. I wouldn't mind a PR to switch the default (and check with a11y) |
Should we raise for the next accessibility weekly meeting? It would be great to decide whether it’s fine as is or this should be offered as an option activated upon using esc key. I personally find it confusing in some cases as it isn’t predictable when mixing the mouse/trackpad and keyboard usage. |
When using WordPress' current stable release, you can rely on the
Tab
key to quickly start composing:Tab
to quickly get to the main content area, where you'll be able to add blocks (by hitting/
for example).This changed with the current version of Gutenberg.
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: