Re: [css-houdini-drafts] [css-typed-om] Should StyleMap be case sensitive?

We (Blink) have a gperf generated case-sensitive hash for known CSS 
properties which are case-insensitive in the parser and existing CSSOM
 APIs. The input is made ascii lower-case before the lookup. It looks 
trivial to skip the lower-casing for new APIs.


-- 
GitHub Notification of comment by rune-opera
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/309#issuecomment-249139430
 using your GitHub account

Received on Friday, 23 September 2016 08:58:57 UTC