File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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
296296 are between two immediate siblings each of which is a <a>table-non-root</a> box,
297297 are treated as if they had <code> display: none</code> .
298298
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>
306306 </ol>
307307 </li>
308308 <li><b> Generate missing child wrappers:</b>
You can’t perform that action at this time.
0 commit comments