[Bug 160] Pseudo-elements allowed inside selector sequence

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

Jukka K. Korpela <jukka.k.korpela@kolumbus.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |jukka.k.korpela@kolumbus.fi
         Resolution|FIXED                       |---

--- Comment #3 from Jukka K. Korpela <jukka.k.korpela@kolumbus.fi> ---
The rule a.foo:before:hover { color: red } passes validation, both using CSS
2.1 profile and using CSS 3 profile. So if the bug was fixed, it has now
reappeared.

I noticed this when checking why p:first-line:before passes, despite being
invalid. It does not pass if the two-colon syntax for pseudo-elements is used,
i.e. p::first-line::before.

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

Received on Tuesday, 16 April 2013 03:16:34 UTC