Skip to content

Commit 5794e4c

Browse files
author
Greg Whitworth
committed
[css-tables] Made it more clear what (if any) means. Fixes #467
1 parent f1f41b5 commit 5794e4c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-tables-3/Overview.bs

+7-7
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)