[Bug 25562] [Shadow]: Inert HTML elements normative text is not focused enough

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25562

--- Comment #9 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Anne from comment #8)
> I think the way you want to do this is by making sure that when the HTML
> Standard says that a particular does something, those conditions either
> apply in for the shadow DOM or are modified so that they do.
> 
> So either get Ian to change the HTML Standard, or monkeypatch it for now and
> then get Ian to change it in due course.

I was just thinking of this last night! I think we should lean on "form owner"
and "form-associated elements" concepts in HTML.

The meat is here:
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html

Quickly reading this section, it seems fairly clear that inputs in shadow trees
shouldn't be part of the form submission of the document, since they are not in
the same home tree. WDYT?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 6 May 2014 16:15:02 UTC