- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 11 Dec 2010 15:07:34 -0800
- To: "Arron Eicholz" <Arron.Eicholz@microsoft.com>
- Cc: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
Hello Arron,
http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_10/absolute-non-replaced-width-008.xht
http://test.csswg.org/suites/css2.1/20101210/html4/absolute-non-replaced-width-008.htm
(RC4)
http://test.csswg.org/suites/css2.1/20101210/xhtml1/absolute-non-replaced-width-008.xht
(RC4)
The width of the div#containingblock is 3in, not 2in. So, in the /*
comments */,
line 21: /* 1in + solve + 0 + 0
+ 1in + 0 + 0 + 1in + 1in = 2in
*/
background: red;
color: blue;
font: 1in/1em Ahem;
left: 1in;
margin-left: auto; /* value is solved to -2 */
should be instead/rather
line 21: /* 1in + solve + 0 + 0
+ 1in + 0 + 0 + 1in + 1in = 3in
*/
background: red;
color: blue;
font: 1in/1em Ahem;
left: 1in;
margin-left: auto; /* value is solved to -1 */
--------------------------------
http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_10/absolute-non-replaced-width-009.xht
http://test.csswg.org/suites/css2.1/20101210/html4/absolute-non-replaced-width-009.htm
(RC4)
http://test.csswg.org/suites/css2.1/20101210/html4/absolute-non-replaced-width-009.htm
(RC4)
line 21: /* 1in + 1in + 0 + 0 +
1in + 0 + 0 + solve + 1in = 2in */
background: red;
color: blue;
font: 1in/1em Ahem;
left: 1in;
margin-left: 1in;
margin-right: auto; /* value is solved to -2 */
should be instead/rather
line 21: /* 1in + 1in + 0 + 0 +
1in + 0 + 0 + solve + 1in = 3in */
background: red;
color: blue;
font: 1in/1em Ahem;
left: 1in;
margin-left: 1in;
margin-right: auto; /* value is solved to -1 */
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC4; December 10th 2010):
http://test.csswg.org/suites/css2.1/20101210/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Saturday, 11 December 2010 23:08:11 UTC