Re: [CSSWG] Minutes and Resolutions 2010-12-01

On 12/2/10 10:55 AM, Boris Zbarsky wrote:
> Another test we should add to the test suite, imo.

And in particular, the test I think we should add is this one:

<!DOCTYPE html>
<html>
   <head>
     <style>
       p { color: red; }
       [
       p { color: red !important; }
       p { color: red !important; }
       ] p { color: red !important; }
       p { color: green; }
     </style>
   </head>
   <body>
     <p>This text should be green.</p>
   </body>
</html>

Any objections to me just adding this to the test suite?

Received on Thursday, 2 December 2010 16:09:20 UTC