Skip to content

Commit 75129b1

Browse files
committed
[css-exclusions] Link to definitions of 'none'
We now link to the `float` and `wrap-through` definitions of 'none', as appropriate. Avoid bikeshed warning: Ambiguous for-less link for 'none'
1 parent 94bb5f3 commit 75129b1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

css-exclusions-1/Overview.bs

+9-8
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Terminology</h2>
5656
used to make an element's generated box an exclusion box. An exclusion box
5757
contributes its <span>exclusion area</span> to its <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing block's</a>
5858
<span>wrapping context</span>. An element with a ''float'' computed value other
59-
than ''none'' does not become an exclusion.
59+
than ''float/none'' does not become an exclusion.
6060

6161
<dt><dfn>Exclusion area</dfn>
6262
<dd>
@@ -132,7 +132,7 @@ The 'wrap-flow' property</h4>
132132
Applies to: block-level elements.
133133
Inherited: no
134134
Percentages: N/A
135-
Computed value: as specified except for element's whose 'float' computed value is not ''none'', in which case the computed value is ''auto''.
135+
Computed value: as specified except for element's whose 'float' computed value is not ''float/none'', in which case the computed value is ''auto''.
136136
</pre>
137137

138138
The values of this property have the following meanings:
@@ -327,16 +327,17 @@ Propagation of Exclusions</h3>
327327
words it is subject to the exclusions defined <a>outside</a>
328328
the element.
329329

330-
Setting the 'wrap-through' property to ''none'' prevents an element from
331-
inheriting its parent <a>wrapping context</a>. In other words, exclusions
332-
defined ''outside'' the element, have not effect on the element's children layout.
330+
Setting the 'wrap-through' property to ''wrap-through/none'' prevents an
331+
element from inheriting its parent <a>wrapping context</a>. In other words,
332+
exclusions defined ''outside'' the element, have not effect on the element's
333+
children layout.
333334

334335
<p class="note">
335336
Exclusions defined by an element's descendants still contribute to their
336337
containing block's <a>wrapping context</a>. If that containing block is a
337-
child of an element with 'wrap-through' computes to ''none'', or the element
338-
itself, then exclusion still have an effect on the children of that
339-
containing block element.
338+
child of an element with 'wrap-through' computes to ''wrap-through/none'',
339+
or the element itself, then exclusion still have an effect on the children
340+
of that containing block element.
340341
</p>
341342

342343
<h4 id="wrap-through-property">

0 commit comments

Comments
 (0)