- From: <bugzilla@jessica.w3.org>
- Date: Tue, 19 Nov 2013 16:02:07 +0000
- To: public-webapps-bugzilla@w3.org
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