-
Notifications
You must be signed in to change notification settings - Fork 250
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
navigation: screen reader read order and dom order bad #2589
navigation: screen reader read order and dom order bad #2589
Comments
It is possible to display nav elements in their dom order if we use display flex instead of floats. See core changes below.
Instead of using floats to create the navigation split we can use margin. Both In addition we would no longer need the float properties on the following contrib extensions: |
navigation buttons now sortable with |
Subject of the issue
Because nav buttons are floated their visual appearance is inverse to the dom order
Environment
Requirements
The text was updated successfully, but these errors were encountered: