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

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2012-02-28 00:54:18 UTC ---
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.

-- 
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 Tuesday, 28 February 2012 00:54:20 UTC