[RC4] absolute-non-replaced-width-008 and absolute-non-replaced-width-009 : corrections to do in /* comments */

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