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
Per WICG/webcomponents#79, we should make setBaseAndExtent and other methods work with shadow DOM. Namely, when a node inside a shadow tree is given to setBaseAndExtent, it shouldn't throw or adjust the end points to be in the same tree.
The text was updated successfully, but these errors were encountered:
No, it's not exposed. It's just that these setter functions need to allow referencing into nodes within shadow trees. Getters will continue to return the outer most host.
Per WICG/webcomponents#79, we should make
setBaseAndExtent
and other methods work with shadow DOM. Namely, when a node inside a shadow tree is given tosetBaseAndExtent
, it shouldn't throw or adjust the end points to be in the same tree.The text was updated successfully, but these errors were encountered: