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
@@ -218,6 +218,8 @@ is initialized differently depending on where the {{CSSStyleValue}} is used
218
218
[[#declared-stylepropertymap-objects]], and
219
219
[[#inline-stylepropertymap-objects]]).
220
220
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
+
221
223
<div class='note'>
222
224
The sequence of {{CSSStyleValue}}s associated with a property do
223
225
not represent multiple successive definitions of that property's value.
@@ -373,8 +375,6 @@ Issue(268): stringification
373
375
374
376
Issue(276): interaction with custom properties
375
377
376
-
Issue(309): should StylePropertyMaps be case sensitive?
377
-
378
378
Issue(310): consider using properties in addition to get/set
0 commit comments