Skip to content

Commit d6b6910

Browse files
committed
[typed-om][meta] I think this is just linebreaks getting normalized.
1 parent 07d6728 commit d6b6910

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

css-typed-om/Overview.bs

+12-12
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Previously, the only way to read or write to the underlying values
132132
was via strings--
133133
stylesheets or the CSSOM allowed authors to send strings to the UA,
134134
which were parsed into underlying values,
135-
and the CSSOM allowed authors to request
135+
and the CSSOM allowed authors to request
136136
that the UA serialize their underlying values back into strings.
137137

138138
This specification introduces a new way to interact with [=underlying values=],
@@ -336,14 +336,14 @@ interface StylePropertyMap : StylePropertyMapReadOnly {
336336
(those whose name starts with a single dash),
337337
[=ASCII-lowercased=]
338338
and then sorted in increasing code-point order.
339-
3. [=Custom properties=],
339+
3. [=Custom properties=],
340340
sorted in increasing code-point order.
341341
(These are never lower-cased;
342342
they are preserved exactly as written.)
343343
</div>
344344

345345
<div algorithm="CSSStyleValue.iterator">
346-
The [=value pairs to iterate over=]
346+
The [=value pairs to iterate over=]
347347
for a {{StylePropertyMapReadOnly}} object |this|
348348
are obtained as follows:
349349

@@ -356,7 +356,7 @@ interface StylePropertyMap : StylePropertyMapReadOnly {
356356
2. [=Reify=] each [=list/item=] of |iterations|,
357357
and let |objects| be the result.
358358
3. Append |prop|/|objects| to |value pairs|.
359-
359+
360360
4. Return |value pairs|.
361361
</div>
362362

@@ -525,9 +525,9 @@ probably in an appendix.
525525

526526
4. If any of the [=list/items=] in |values| have a non-null {{[[associatedProperty]]}} internal slot,
527527
and that slot's value is anything other than |property|,
528-
[=throw=] a {{TypeError}}.
528+
[=throw=] a {{TypeError}}.
529529

530-
5. If any of the [=list/items=] in |values|
530+
5. If any of the [=list/items=] in |values|
531531
are a {{CSSUnparsedValue}} or {{CSSVariableReferenceValue}} object,
532532
[=throw=] a {{TypeError}}.
533533

@@ -663,7 +663,7 @@ when it is first called.
663663
on |this|,
664664
in the standard order.
665665

666-
The [=computed values=] in the {{[[declarations]]}} of this object
666+
The [=computed values=] in the {{[[declarations]]}} of this object
667667
must remain up-to-date,
668668
changing as style resolution changes the properties on |this|
669669
and how they're computed.
@@ -2858,7 +2858,7 @@ has the same behavior as in normal CSS.
28582858
===========================================================
28592859

28602860
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>.
28622862

28632863
The following list defines the [=reification=] behavior for every single property in CSS,
28642864
for both specified and computed values.
@@ -3531,7 +3531,7 @@ regardless of what property it is for.
35313531
: <a>font-max-size</a>
35323532
:: For both specified and computed values:
35333533

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>,
35353535
[=reify an identifier=] from the value
35363536
and return the result.
35373537

@@ -3564,7 +3564,7 @@ regardless of what property it is for.
35643564
: <a>font-size</a>
35653565
:: For both specified and computed values:
35663566

3567-
1. If the value is an <<absolute-size>> or <<relative-size>>,
3567+
1. If the value is an <<absolute-size>> or <<relative-size>>,
35683568
[=reify an identifier=] from the value
35693569
and return the result.
35703570

@@ -3574,7 +3574,7 @@ regardless of what property it is for.
35743574
: <a>font-size-adjust</a>
35753575
:: For both specified and computed values:
35763576

3577-
1. If the value is <css>none</css>,
3577+
1. If the value is <css>none</css>,
35783578
[=reify an identifier=] from the value
35793579
and return the result.
35803580

@@ -3584,7 +3584,7 @@ regardless of what property it is for.
35843584
: <a>font-stretch</a>
35853585
:: For both specified and computed values:
35863586

3587-
1. If the value is a <<percentage>>,
3587+
1. If the value is a <<percentage>>,
35883588
[=reify a numeric value=] from the value
35893589
and return the result.
35903590

0 commit comments

Comments
 (0)