- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 02 Dec 2010 11:07:31 -0500
- To: Boris Zbarsky <bzbarsky@mit.edu>
- CC: Øyvind Stenhaug <oyvinds@opera.com>, www-style@w3.org, "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
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