Re: Review Report on section 8.4 (Padding property) ~= 125 testcases

> Fixed.
> http://test.csswg.org/source/approved/css2.1/src/css1/c5502-mrgn-r-002.htm


I missed the missing <meta> flags and missing <meta> assert in that test.

Proposed addition:

 <meta name="flags" content="should">
 <meta name="assert" content="">

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


>>     div { margin: 1em; color: yellow; background: navy; }
>>     .test { width: 10em; padding: 1em; padding: -5em; }
>>     .control { width: 10em; border: solid 1em navy; }
>
> Fixed.
> http://test.csswg.org/source/approved/css2.1/src/css1/c5510-padn-002.htm


Proposed furthermore compact code:

  div { background: navy; color: yellow; margin: 1em; width: 10em; }
  .test { padding: 1em; padding: -5em; }
  .control { border: solid 1em navy; }

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

CSS 2.1 test suite (beta 3; August 15th 2010):
http://test.csswg.org/suites/css2.1/20100815/html4/toc.html

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

Received on Friday, 10 September 2010 00:45:12 UTC