leobalter / cross-root-aria-delegation

Explainer for the Cross-root ARIA delegation proposal
https://leobalter.github.io/cross-root-aria-delegation/
25 stars 3 forks source link

Delegation attributes modification timing #24

Open mrego opened 1 year ago

mrego commented 1 year ago

We'll need to determine what happens when one of the delegated attributes gets modified and when we're going to set the underneath relationships in the shadow tree elements. Probably we need to couple this with Custom elements reactions and the attributeChangedCallback.

nolanlawson commented 1 year ago

Do we want a custom *Callback for this? Ala form-associated custom element callbacks?