@@ -422,19 +422,16 @@ Computed Values</h3>
422422 such as resolving network requests
423423 or retrieving values other than from the element and its parent.
424424
425- The <a>computed value</a> exists even when the property does not apply
426- (as defined by the “Applies To” line).
425+ The <a>computed value</a> exists even when the property does not apply.
427426 However, some properties may change how they determine the <a>computed value</a>
428- based on whether the property applies to the element.
427+ based on whether the property [= applies to=] the element.
429428
430429<h3 id='used'>
431430Used Values</h3>
432431
433432 The <dfn export>used value</dfn> is the result of taking the <a>computed value</a>
434433 and completing any remaining calculations to make it the absolute theoretical value
435434 used in the layout of the document.
436- If the property does not apply to this element,
437- then the element has no <a>used value</a> for that property.
438435
439436 <p class='example'>
440437 For example, a declaration of ''width: auto'' can't be resolved into a length without knowing the layout of the element's ancestors,
@@ -445,10 +442,12 @@ Used Values</h3>
445442 As another example, a <code> <div></code> might have a computed 'break-before' value of ''auto'' ,
446443 but acquire a used 'break-before' value of ''break-before/page'' by propagation from its first child. [[css-break-3]]
447444
445+ If the property does not apply to this element or box type
446+ (as defined by its “Applies To” line),
447+ then it has no <a>used value</a> for that property.
448+
448449 <p class='example'>
449- Lastly, if a property does not apply to an element,
450- it has no <a>used value</a> ;
451- so, for example, the 'flex' property has no <a>used value</a>
450+ For example, the 'flex' property has no <a>used value</a>
452451 on elements that aren't <a>flex items</a> .
453452
454453<h3 id="actual">
0 commit comments