Re: [webcomponents] [Shadow]: Need an equivalent definition of 'in a Document' for shadow trees (bugzilla: 26365) (#57)

label.htmlFor as an example is a case where we don't want shadow DOM to be treated as if it was in document
https://html.spec.whatwg.org/#attr-label-for
since that would end up leaking label inside shadow DOM to the outside world
(via labelableControl.labels)

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/57#issuecomment-161449107

Received on Wednesday, 2 December 2015 22:09:31 UTC