File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ Used Values</h3>
431
431
432
432
The <dfn export>used value</dfn> is the result of taking the <a>computed value</a>
433
433
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.
435
435
436
436
<p class='example'>
437
437
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>
442
442
As another example, a <code> <div></code> might have a computed 'break-before' value of ''auto'' ,
443
443
but acquire a used 'break-before' value of ''break-before/page'' by propagation from its first child. [[css-break-3]]
444
444
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.
449
450
450
451
<p class='example'>
451
452
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>
545
545
546
546
The <dfn export>used value</dfn> is the result of taking the <a>computed value</a>
547
547
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.
549
549
550
550
<p class='example'>
551
551
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>
556
556
As another example, a <code> <div></code> might have a computed 'break-before' value of ''auto'' ,
557
557
but acquire a used 'break-before' value of ''break-before/page'' by propagation from its first child. [[css-break-3]]
558
558
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.
563
564
564
565
<p class='example'>
565
566
For example, the 'flex' property has no <a>used value</a>
You can’t perform that action at this time.
0 commit comments