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

If I'm reading Blink's CSSPropertyParser.cpp correctly, 
`element.style.getPropertyValue` is always case sensitive, unlike e.g.
 `element.getAttribute` it doesn't depend on the document type. 
Presumably this code path could be reused if the new API is also case 
insensitive, where otherwise a new code path specifically to make the 
wrong case not work?

I'l defer to the people working on style in Blink. @wilddamon 
@rune-opera

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

Received on Thursday, 22 September 2016 12:19:07 UTC