@@ -132,7 +132,7 @@ Previously, the only way to read or write to the underlying values
132
132
was via strings--
133
133
stylesheets or the CSSOM allowed authors to send strings to the UA,
134
134
which were parsed into underlying values,
135
- and the CSSOM allowed authors to request
135
+ and the CSSOM allowed authors to request
136
136
that the UA serialize their underlying values back into strings.
137
137
138
138
This specification introduces a new way to interact with [=underlying values=] ,
@@ -336,14 +336,14 @@ interface StylePropertyMap : StylePropertyMapReadOnly {
336
336
(those whose name starts with a single dash),
337
337
[=ASCII-lowercased=]
338
338
and then sorted in increasing code-point order.
339
- 3. [=Custom properties=] ,
339
+ 3. [=Custom properties=] ,
340
340
sorted in increasing code-point order.
341
341
(These are never lower-cased;
342
342
they are preserved exactly as written.)
343
343
</div>
344
344
345
345
<div algorithm="CSSStyleValue.iterator">
346
- The [=value pairs to iterate over=]
346
+ The [=value pairs to iterate over=]
347
347
for a {{StylePropertyMapReadOnly}} object |this|
348
348
are obtained as follows:
349
349
@@ -356,7 +356,7 @@ interface StylePropertyMap : StylePropertyMapReadOnly {
356
356
2. [=Reify=] each [=list/item=] of |iterations|,
357
357
and let |objects| be the result.
358
358
3. Append |prop|/|objects| to |value pairs|.
359
-
359
+
360
360
4. Return |value pairs|.
361
361
</div>
362
362
@@ -525,9 +525,9 @@ probably in an appendix.
525
525
526
526
4. If any of the [=list/items=] in |values| have a non-null {{[[associatedProperty]]}} internal slot,
527
527
and that slot's value is anything other than |property|,
528
- [=throw=] a {{TypeError}} .
528
+ [=throw=] a {{TypeError}} .
529
529
530
- 5. If any of the [=list/items=] in |values|
530
+ 5. If any of the [=list/items=] in |values|
531
531
are a {{CSSUnparsedValue}} or {{CSSVariableReferenceValue}} object,
532
532
[=throw=] a {{TypeError}} .
533
533
@@ -663,7 +663,7 @@ when it is first called.
663
663
on |this|,
664
664
in the standard order.
665
665
666
- The [=computed values=] in the {{[[declarations]]}} of this object
666
+ The [=computed values=] in the {{[[declarations]]}} of this object
667
667
must remain up-to-date,
668
668
changing as style resolution changes the properties on |this|
669
669
and how they're computed.
@@ -2858,7 +2858,7 @@ has the same behavior as in normal CSS.
2858
2858
===========================================================
2859
2859
2860
2860
This section describes how Typed OM objects are constructed from [=underlying values=] ,
2861
- a process called <dfn export for=CSS lt="reify | reification">reification</dfn> .
2861
+ a process called <dfn export for=CSS lt="reify | reification">reification</dfn> .
2862
2862
2863
2863
The following list defines the [=reification=] behavior for every single property in CSS,
2864
2864
for both specified and computed values.
@@ -3531,7 +3531,7 @@ regardless of what property it is for.
3531
3531
: <a>font-max-size</a>
3532
3532
:: For both specified and computed values:
3533
3533
3534
- 1. If the value is an <<absolute-size>> , <<relative-size>> or <css> infinity</css> ,
3534
+ 1. If the value is an <<absolute-size>> , <<relative-size>> or <css> infinity</css> ,
3535
3535
[=reify an identifier=] from the value
3536
3536
and return the result.
3537
3537
@@ -3564,7 +3564,7 @@ regardless of what property it is for.
3564
3564
: <a>font-size</a>
3565
3565
:: For both specified and computed values:
3566
3566
3567
- 1. If the value is an <<absolute-size>> or <<relative-size>> ,
3567
+ 1. If the value is an <<absolute-size>> or <<relative-size>> ,
3568
3568
[=reify an identifier=] from the value
3569
3569
and return the result.
3570
3570
@@ -3574,7 +3574,7 @@ regardless of what property it is for.
3574
3574
: <a>font-size-adjust</a>
3575
3575
:: For both specified and computed values:
3576
3576
3577
- 1. If the value is <css> none</css> ,
3577
+ 1. If the value is <css> none</css> ,
3578
3578
[=reify an identifier=] from the value
3579
3579
and return the result.
3580
3580
@@ -3584,7 +3584,7 @@ regardless of what property it is for.
3584
3584
: <a>font-stretch</a>
3585
3585
:: For both specified and computed values:
3586
3586
3587
- 1. If the value is a <<percentage>> ,
3587
+ 1. If the value is a <<percentage>> ,
3588
3588
[=reify a numeric value=] from the value
3589
3589
and return the result.
3590
3590
0 commit comments