File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ Used Values</h3>
431431
432432 The <dfn export>used value</dfn> is the result of taking the <a>computed value</a>
433433 and completing any remaining calculations to make it the absolute theoretical value
434- used in the layout of the document.
434+ used in the formatting of the document.
435435
436436 <p class='example'>
437437 For example, a declaration of ''width: auto'' can't be resolved into a length without knowing the layout of the element's ancestors,
@@ -442,10 +442,11 @@ Used Values</h3>
442442 As another example, a <code> <div></code> might have a computed 'break-before' value of ''auto'' ,
443443 but acquire a used 'break-before' value of ''break-before/page'' by propagation from its first child. [[css-break-3]]
444444
445- If the property does not <dfn lt="apply to | applies to">apply to</dfn>
446- this element or box type
447- (as defined by its “Applies To” line),
448- then it has no <a>used value</a> for that property.
445+ If a property does not <dfn id="applies-to" lt="apply to | applies to">apply to</dfn>
446+ this element or box type--
447+ as noted in its “Applies to” line--
448+ then it has no formatting effect on that type of box or element,
449+ and therefore has no <a>used value</a> for that property.
449450
450451 <p class='example'>
451452 For example, the 'flex' property has no <a>used value</a>
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ Used Values</h3>
545545
546546 The <dfn export>used value</dfn> is the result of taking the <a>computed value</a>
547547 and completing any remaining calculations to make it the absolute theoretical value
548- used in the layout of the document.
548+ used in the formatting of the document.
549549
550550 <p class='example'>
551551 For example, a declaration of ''width: auto'' can't be resolved into a length without knowing the layout of the element's ancestors,
@@ -556,10 +556,11 @@ Used Values</h3>
556556 As another example, a <code> <div></code> might have a computed 'break-before' value of ''auto'' ,
557557 but acquire a used 'break-before' value of ''break-before/page'' by propagation from its first child. [[css-break-3]]
558558
559- If the property does not <dfn lt="apply to | applies to">apply to</dfn>
560- this element or box type
561- (as defined by its “Applies To” line),
562- then it has no <a>used value</a> for that property.
559+ If a property does not <dfn lt="applies to | apply to">apply to</dfn>
560+ this element or box type--
561+ as noted in its “Applies to” line--
562+ then it has no formatting effect on that type of box or element,
563+ and therefore has no <a>used value</a> for that property.
563564
564565 <p class='example'>
565566 For example, the 'flex' property has no <a>used value</a>
You can’t perform that action at this time.
0 commit comments