Re: [w3c/webcomponents] input radio name isolation in shadow DOM (#824)

It's a bug in Safari.

https://html.spec.whatwg.org/#dom-form-nameditem defines the `form.foobar` getter. https://html.spec.whatwg.org/#association-of-controls-and-forms defines that a form owner can only be in the same tree (shadow trees are distinct trees).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/824#issuecomment-510831456

Received on Friday, 12 July 2019 10:08:48 UTC