[Bug 23793] "For each element e in elementSet, append the el..."

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

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

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

--- Comment #4 from Tab Atkins Jr. <jackalmage@gmail.com> ---
It's not a matter of what gets matched (Selectors does indeed define that), but
what gets returned by the function.  When you match a selector against a tree,
you might get pseudo-elements.  In that case, what gets added to _result_ and
ultimately returned to the user?

(The right answer is to use the new PseudoElement interface, I think, but the
match-current-implementation behavior is to ignore them.)

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

Received on Tuesday, 19 November 2013 16:02:09 UTC