-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Discussing how to focus navigate absolute position elements that are focusable in CSS reading-flow #10539
Comments
For elements that are not included in the flex/grid layout such as |
Marking this agenda+ as there's a PR in progress (#10613) and this seems relevant to resolve beforehand. |
Current proposed resolution is to visit all out of flow children with no reading flow order information (such as elements with CSS Since the 'reading-flow property is meant for navigating flex/grid/etc items in visual order, cases like "position: absolute" are rare. We haven't received any oppositions to move forward with the above resolution. |
Closing this issue since there is nothing left to track here specifically. |
What is the issue with the HTML Standard?
As brought up by @emilio during the WHATNOT meeting, elements that have CSS
position: absolute
do not participate in the grid/flex layout. Its focus navigation order is hence unclear, similar to the display: contents case (#10533).Example:
https://codepen.io/mfreed7/pen/poXeVbv
The proposal for reading-flow focus navigation should handle this case.
The text was updated successfully, but these errors were encountered: