[Webkit-unassigned] [Bug 25871] Inconsistent treatment of parens in media rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 21:07:46 PDT 2009


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


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from simon.fraser at apple.com  2009-05-19 21:07 PDT -------
Ah, the stuff in parens is an expression, so:

@media (-webkit-transform-2d) { ... }

is equivalent to

@media all and (-webkit-transform-2d) { ... }

Clues vended by http://www.w3.org/TR/css3-mediaqueries/.


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



More information about the webkit-unassigned mailing list