Skip to content

Commit 9f25d00

Browse files
committed
Add note about case-insensitivity of properties on StylePropertyMapReadOnly.
1 parent cdc9a4a commit 9f25d00

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
@@ -217,6 +217,8 @@ is initialized differently depending on where the {{CSSStyleValue}} is used
217217
[[#declared-stylepropertymap-objects]], and
218218
[[#inline-stylepropertymap-objects]]).
219219

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

324326
Issue(276): interaction with custom properties
325327

326-
Issue(309): should StylePropertyMaps be case sensitive?
327-
328328
Issue(310): consider using properties in addition to get/set
329329

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

0 commit comments

Comments
 (0)