Re: RC1 : 1st preliminary review report: table-anonymous-objects-0xx

> On 9/25/10 4:41 PM, "Gérard Talbot" wrote:
>> It's helpful to people trying to understand the test if you use
>> meaningful class and ID names
>
> I don't see how style="display: table-row" is less meaningful than
> class="table-row"....  That's the most common use of inline styles in
> those tests, iirc.
>
> -Boris

Boris,

In this precise case above, it is not less meaningful, it is not less
self-explanatory, it is not less understandable.

It seems to me that you use, for instance,

<div style="position: relative; font-size: 2em;">
<div style="position: relative; z-index: 1; color: red; padding: 1px;">

in several dozens of table-anonymous-objects-xxx.htm testcases. I have
suggested

  <div id="rel-pos-wrapper">
    <div id="rel-pos-red-overlapped">

as a replacement for such inline styles.

Now, it is all up to you, Boris, to adopt such suggestion, to ignore
such suggestion altogether or to come up with better id semantics.

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

CSS 2.1 test suite (RC1; September 17th 2010):
http://test.csswg.org/suites/css2.1/20100917/html4/toc.html

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

Received on Saturday, 25 September 2010 22:58:26 UTC