You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-typed-om/Overview.bs
+2-2
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,8 @@ is initialized differently depending on where the {{CSSStyleValue}} is used
217
217
[[#declared-stylepropertymap-objects]], and
218
218
[[#inline-stylepropertymap-objects]]).
219
219
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
+
220
222
<div class='note'>
221
223
The sequence of {{CSSStyleValue}}s associated with a property do
222
224
not represent multiple successive definitions of that property's value.
@@ -323,8 +325,6 @@ Issue(268): stringification
323
325
324
326
Issue(276): interaction with custom properties
325
327
326
-
Issue(309): should StylePropertyMaps be case sensitive?
327
-
328
328
Issue(310): consider using properties in addition to get/set
0 commit comments