[Webkit-unassigned] [Bug 100826] [Shadow][Refactoring] Using isUnknownPseudoElement() for shadow pseudo id seems confusing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 10:33:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100826


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org




--- Comment #1 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2012-10-31 10:34:22 PST ---
Not sure I agree. The name is pretty clear in that the pseudo element is unknown at the time of parsing the selector. It could be either a custom pseudo element (starts with "x-", a WebKit-specific custom pseudo element (starts with "-webkit-"), or some totally unknown thing.

Ohhh... I think I understand what you're saying. Since we have these three choices and they are knowable at the time of parsing, we might distinguish between them. Right?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list