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

On Saturday, December 11, 2010 3:08 PM Gérard Talbot wrote:
> 
> 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 */


Fixed comment.

--
Thanks,
Arron Eicholz

Received on Tuesday, 4 January 2011 19:43:44 UTC