[css-houdini-drafts] [css-typed-om] custom properties should not be treated as case-insensitive

dbaron has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] custom properties should not be treated as case-insensitive ==
The [definition of `StylePropertyMap`](https://drafts.css-houdini.org/css-typed-om-1/#the-stylepropertymap) says:

> All properties stored on the property model in StylePropertyMapReadOnly are ASCII case-insensitive.

I think this is incorrect for custom properties, which should be case sensitive.

(Note that a few lines below, things are stated correctly:

> 1. If property does not start with two dashes (U+002D HYPHEN), let property be property ASCII lowercased.

)

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/569 using your GitHub account

Received on Friday, 26 January 2018 21:40:48 UTC