- From: Alan Gresley <alan@css-class.com>
- Date: Fri, 12 Nov 2010 14:09:48 +1100
- To: CSS-testsuite <public-css-testsuite@w3.org>
Hello all,
What should happen here?
<!DOCTYPE html>
<p class="test1">1</p>
<p class="test2">2</p>
<p class="test3">3</p>
<style type="text/css">
.test1 { background: lime; }
/* .test2 { background: red; } /* css comment */
.test3 { background: blue; } */
</style>
All implementations will drop the .test2 (red) but show .test3 (blue).
--
Alan http://css-class.com/
Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
Received on Friday, 12 November 2010 03:10:21 UTC