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
One of the core use cases for element reflection is to support an element within an inner shadow root ("darker") referencing an element held in an outer shadow root ("lighter"), as idrefs do not support this.
A.ariaFooElement=B;// outer treeconsole.log(A.ariaFooElement);// B
During the F2F meeting we also discussed a limited mechanism for the reverse (references from outer into inner), which has been broken out into a separate bug WICG/aom#169
The purpose of this bug is to check if we have consensus on supporting element reflection from an element within a shadow root to an element in outer dom or if there are objections to this aspect of the feature.
The text was updated successfully, but these errors were encountered:
chrisosaurus
changed the title
Element reflection references from darker to lighter shadow roots
Element reflection references from inner to outer shadow roots
Nov 10, 2020
Context: #5401 (comment)
One of the core use cases for element reflection is to support an element within an inner shadow root ("darker") referencing an element held in an outer shadow root ("lighter"), as idrefs do not support this.
During the F2F meeting we also discussed a limited mechanism for the reverse (references from outer into inner), which has been broken out into a separate bug WICG/aom#169
The purpose of this bug is to check if we have consensus on supporting element reflection from an element within a shadow root to an element in outer dom or if there are objections to this aspect of the feature.
The text was updated successfully, but these errors were encountered: