Skip to content

Commit 05018ed

Browse files
committed
Indent/linebreak, and fix link.
1 parent 3bf22fe commit 05018ed

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

css-typed-om/Overview.bs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,13 @@ This list is initialized differently depending on where the {{CSSStyleValue}} is
224224
All properties stored on the [=contained properties map=] in {{StylePropertyMapReadOnly}} are [=ASCII case-insensitive=].
225225

226226
<div class='note'>
227-
The sequence of {{CSSStyleValue}}s associated with a property do
228-
not represent multiple successive definitions of that property's value.
229-
Instead, sequences represent values associated with list-valued properties.
227+
The sequence of {{CSSStyleValue}}s associated with a property
228+
do not represent multiple successive definitions of that property's value.
229+
Instead, sequences represent values associated with [=list-valued properties=].
230230

231-
This approach allows single-valued properties to become list-valued in the
232-
future without breaking code that relies on calling
233-
{{StylePropertyMapReadOnly/get()}} and/or
234-
{{StylePropertyMap/set()}} for those properties.
231+
This approach allows single-valued properties to become list-valued in the future
232+
without breaking code that relies on calling {{StylePropertyMapReadOnly/get()}}
233+
and/or {{StylePropertyMap/set()}} for those properties.
235234
</div>
236235

237236
The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
@@ -343,7 +342,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
343342
<div algorithm>
344343
To <dfn>set a value on a StylePropertyMap</dfn>,
345344
given a [=string=] |property|
346-
and a [=list=] of {{CSSPropertyValue}} objects |value|,
345+
and a [=list=] of {{CSSStyleValue}} objects |value|,
347346
run these steps:
348347

349348
1. If |property| does not start with two dashes (U+002D HYPHEN),

0 commit comments

Comments
 (0)