Re: CSS2.1 Test Suite Beta 2; clear-applies-to-008.htm

> The following tests have substantive changes between Beta 1 and Beta 2:
>

(...)

>    float-004
>    float-020

Fantasai, did you meant to say
font-004
font-020
?

--------------

http://test.csswg.org/suites/css2.1/20100727/html4/clear-applies-to-008.htm

has validation errors.

Maybe changing the code to this (not tested):

  <style type="text/css">
   .float { float: left; height: 10em; }
   .clear { clear: left; display: inline;}
   #following-sibling {display: inline;}
  </style>
 </head>
 <body>
  <p>Test passes if the word PASS appears on a single line below.</p>

  <div class="float">P</div>
  <div class="clear">A</div>
  <div id="following-sibling">SS</div>


regards, Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 test suite (beta 2; July 27th 2010):
http://test.csswg.org/suites/css2.1/20100727/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Wednesday, 28 July 2010 05:22:51 UTC