File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -296,13 +296,13 @@ spec:css21; type:property; text:max-width
296
296
are between two immediate siblings each of which is a <a>table-non-root</a> box,
297
297
are treated as if they had <code> display: none</code> .
298
298
299
- <li> Anonymous inline boxes which contain only white space,
300
- are the first and/or last child of a <a>tabular container</a> ,
301
- and whose immediate sibling (if any) is a <a>table-non-root</a> box,
302
- are treated as if they had <code> display: none </code> .
303
-
304
- ISSUE(467): Fixup collapsible whitespace
305
-
299
+ <li> Anonymous inline boxes which meet all of the following criteria
300
+ are treated as though they had <code> display: none </code> .
301
+ <ul>
302
+ <li> contains only white space
303
+ <li> are the first and/or last child of a <a>tabular container</a>
304
+ <li> whose immediate sibling, if it has any siblings at all, is a <a>table-non-root</a> box
305
+ </ul>
306
306
</ol>
307
307
</li>
308
308
<li><b> Generate missing child wrappers:</b>
You can’t perform that action at this time.
0 commit comments