@@ -309,23 +309,21 @@ spec:css22; type:property; text:display
309
309
The following steps are performed in three stages:
310
310
311
311
<ol>
312
- <li><b> Remove irrelevant boxes:</b>
312
+ <li><b> Remove irrelevant boxes:</b><br/>
313
+ The following boxes are discarded as if they were <code> display:none</code> :
313
314
<ol>
314
- <li> Children of a <a>table-column</a> are treated as if they had <code> display: none </code> .
315
+ <li> Children of a <a>table-column</a> .
315
316
316
- <li> Children of a <a>table-column-group</a> which are not a <a>table-column</a> are treated
317
- as if they had <code> display: none</code> .
317
+ <li> Children of a <a>table-column-group</a> which are not a <a>table-column</a> .
318
318
319
319
<li> Anonymous inline boxes which contain only white space and
320
- are between two immediate siblings each of which is a <a>table-non-root</a> box,
321
- are treated as if they had <code> display: none</code> .
320
+ are between two immediate siblings each of which is a <a>table-non-root</a> box.
322
321
323
- <li> Anonymous inline boxes which meet all of the following criteria
324
- are treated as though they had <code> display: none</code> .
322
+ <li> Anonymous inline boxes which meet all of the following criteria:
325
323
<ul>
326
- <li> contains only white space
327
- <li> are the first and/or last child of a <a>tabular container</a>
328
- <li> whose immediate sibling, if it has any siblings at all , is a <a>table-non-root</a> box
324
+ <li> they contain only white space
325
+ <li> they are the first and/or last child of a <a>tabular container</a>
326
+ <li> whose immediate sibling, if any, is a <a>table-non-root</a> box
329
327
</ul>
330
328
</ol>
331
329
</li>
0 commit comments