Re: [w3c/webcomponents] How should autofill work for inputs generated inside shadow roots (#572)

Okay. As long as we are aware of this kind of *contradiction*, it might be okay to support autofill across shadow dom boundaries.

That implies that we will support autofill across different collections of form-associated elements even if they all are in the *same* node tree.

e.g. a document tree has two `<form>`s. Every `<input>` elements are auto-filled, regardless of `<form>` they belong to.

Is that okay?

-- 
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/572#issuecomment-265088170

Received on Tuesday, 6 December 2016 08:18:31 UTC