Skip to content

Commit

Permalink
Add note about limitations of this proposal
Browse files Browse the repository at this point in the history
Ref #4
  • Loading branch information
leobalter committed Feb 24, 2022
1 parent 9c98f2e commit 50575b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cross-root-aria-delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ For now, consistency is being preserved, but otherwise the ARIA delegation attri

# Appendix

## No silver bullet

Not all cross-shadow use cases are covered. Cases like radio groups, tab groups, or combobox might require complexity that is not available yet at this current cross-root delegation API.

The delegation API might also not resolve attributions from multiple shadow roots in parallel or attributes that would point to DOM trees containing the current host component.

## Thoughts: attribute names are too long

The attributes names such as `shadowrootdelegates*` are very long and some consideration for shorter names by removing the `shadowroot` prefix can be discussed as long the discussion is sync'ed with the stakeholders of the respective Declarative Shadow DOM proposal.
Expand Down

0 comments on commit 50575b2

Please sign in to comment.