[Webkit-unassigned] [Bug 54838] \* (backslash escaping of asterisk) fails to cancel its special CSS meanings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 20 16:24:21 PST 2011


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





--- Comment #1 from Leif Halvard Silli <xn--mlform-iua at xn--mlform-iua.no>  2011-02-20 16:24:22 PST ---
(In reply to comment #0)

Sorry, a typo! Please read this:

>  *|foo{/* Foo selector in the asterisk prefixed namespace.*/}
>\*|foo{/* Foo selector in any namespace, including no namespace*/}

like this:

  *|foo{/* Foo selector in any namespace, including no namespace*/}
\*|foo{/* Foo selector in the asterisk prefixed namespace. */}

-- 
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