Closed
Description
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.