@@ -224,14 +224,13 @@ This list is initialized differently depending on where the {{CSSStyleValue}} is
224
224
All properties stored on the [=contained properties map=] in {{StylePropertyMapReadOnly}} are [=ASCII case-insensitive=] .
225
225
226
226
<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=] .
230
230
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.
235
234
</div>
236
235
237
236
The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
@@ -343,7 +342,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
343
342
<div algorithm>
344
343
To <dfn>set a value on a StylePropertyMap</dfn> ,
345
344
given a [=string=] |property|
346
- and a [=list=] of {{CSSPropertyValue }} objects |value|,
345
+ and a [=list=] of {{CSSStyleValue }} objects |value|,
347
346
run these steps:
348
347
349
348
1. If |property| does not start with two dashes (U+002D HYPHEN),
0 commit comments