Skip to content

Commit

Permalink
Merge branch 'master' into feature-multiselect-multiselect-and-requir…
Browse files Browse the repository at this point in the history
…e-option-match-false
  • Loading branch information
GuiAmPm committed Oct 27, 2023
2 parents 5175497 + 40a4859 commit 1b3722f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added docs/_assets/_static/crossRootAriaLion.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/fundamentals/rationales/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ More on this topic can be found in the online panel discussion [Web Components,

## Shadow roots and accessibility

Since our components and applications consist of multiple shadow roots that need to be able to reference each other, designing accessible components takes extra strategy and planning.
A practical example: all form components inside a form need to be able to lay accessible relations for presenting feedback messages via the screen reader. For this, they need consistent designs so that all form components are interoperable. So, light dom needs to be leveraged until the [AOM specification](https://wicg.github.io/aom/explainer.html) is implemented.
Since our components and applications consist of multiple shadow roots that need to be able to reference each other, architecting accessible components takes extra strategy and planning.
A practical example: all form controls inside a fieldset need to be able to lay accessible id relations to their parent (the fieldset). In other words, id relations should be cross component (which usually means cross shadow root). Scenarios like these require consistent architecture, allowing all form components to be interoperable. In general, light dom needs to be leveraged until a solution for cross root aria is available. For a deeper understanding of the topic, be sure to view these [slides about cross root aria](/_merged_assets/_static/crossRootAriaLion.pdf).

## Some details about the form system

Expand Down

0 comments on commit 1b3722f

Please sign in to comment.