We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7be24 commit 4c21a2aCopy full SHA for 4c21a2a
css-display-3/Overview.bs
@@ -90,8 +90,10 @@ Introduction</h2>
90
for each property,
91
the value from the box to which that property was applied.
92
93
- Similarly, each contiguous sequence of sibling <a>text nodes</a> generates a <a>text run</a>,
+ Similarly, each contiguous sequence of sibling <a>text nodes</a> generates a <a>text run</a>
94
+ containing their text contents,
95
which is assigned the same styles as the generating <a>text nodes</a>.
96
+ If the sequence contains no text, however, it does not generate a <a>text run</a>.
97
98
An <dfn for=CSS lt="anonymous|anonymous box" export>anonymous box</dfn> is a box that is not associated with any element.
99
<a>Anonymous boxes</a> are generated in certain circumstances
0 commit comments