Skip to content

Commit eac7e7d

Browse files
nainartabatkins
authored andcommitted
Add note about case-insensitivity of properties on StylePropertyMapReadOnly (w3c#445)
* Add note about case-insensitivity of properties on StylePropertyMapReadOnly. * Autolink to [=ASCII case-insensitive=]
1 parent 4ef3b56 commit eac7e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ is initialized differently depending on where the {{CSSStyleValue}} is used
218218
[[#declared-stylepropertymap-objects]], and
219219
[[#inline-stylepropertymap-objects]]).
220220

221+
All properties stored on the [=property model=] in {{StylePropertyMapReadOnly}} are [=ASCII case-insensitive=] within the ASCII range (i.e., [a-z] and [A-Z] are equivalent).
222+
221223
<div class='note'>
222224
The sequence of {{CSSStyleValue}}s associated with a property do
223225
not represent multiple successive definitions of that property's value.
@@ -373,8 +375,6 @@ Issue(268): stringification
373375

374376
Issue(276): interaction with custom properties
375377

376-
Issue(309): should StylePropertyMaps be case sensitive?
377-
378378
Issue(310): consider using properties in addition to get/set
379379

380380
Computed {{StylePropertyMapReadOnly}} objects {#computed-stylepropertymapreadonly-objects}

0 commit comments

Comments
 (0)