You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The div wrappers for the columns slots are rendered even if the slots are not defined. Those divs are with role region which may be invalid from accessiblity POV.
We should remove the role attribute or even not render the empty divs, if possible.
…4811)
Hidden columns are rendered in the DOM but not visible to the users, so they should be hidden from the accessibility tree. Changes: remove the role attribute and set aria-hidden to true.
Fixes: #4789
…4811)
Hidden columns are rendered in the DOM but not visible to the users, so they should be hidden from the accessibility tree. Changes: remove the role attribute and set aria-hidden to true.
Fixes: #4789
Bug Description
Last column region is still present even I didn't specify
endColumn
slot.Expected Behavior
Last column region should not be present if it's not specified.
Steps to Reproduce
Isolated Example
https://codesandbox.io/s/flex-column-layout-wc-bpn692?file=/public/index.html
Context
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.
The text was updated successfully, but these errors were encountered: