[Bug 15946] [Shadow]: Specify a way to select elements in content

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

--- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> 2012-03-09 22:56:21 UTC ---
(In reply to comment #1)
> Selectors 4 has a reference combinator that may be appropriate for this.  You
> could do something like:
> 
> content.foo /select/ input
> 
> Which would grab all the <input>s that were directly grabbed by the content.foo
> element.
> 
> This makes it somewhat less obvious that you're crossing the shadow boundary,
> but I think that's still okay.  The reference combinator is always going to be
> slightly weird.

This will work!

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 March 2012 22:56:31 UTC