@@ -56,7 +56,7 @@ Terminology</h2>
56
56
used to make an element's generated box an exclusion box. An exclusion box
57
57
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>
58
58
<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.
60
60
61
61
<dt> <dfn>Exclusion area</dfn>
62
62
<dd>
@@ -132,7 +132,7 @@ The 'wrap-flow' property</h4>
132
132
Applies to : block-level elements.
133
133
Inherited : no
134
134
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''.
136
136
</pre>
137
137
138
138
The values of this property have the following meanings:
@@ -327,16 +327,17 @@ Propagation of Exclusions</h3>
327
327
words it is subject to the exclusions defined <a>outside</a>
328
328
the element.
329
329
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.
333
334
334
335
<p class="note">
335
336
Exclusions defined by an element's descendants still contribute to their
336
337
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.
340
341
</p>
341
342
342
343
<h4 id="wrap-through-property">
0 commit comments