- From: Eddy Mead via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Sep 2016 01:13:50 +0000
- To: public-houdini-archive@w3.org
I was looking at this recently when I was trying to consolidate the
various ways of parsing names we have in Blink. style.getPropertyValue
isn't case sensitive - you can see the call to toASCIILower for each
character
[here](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp?&l=181)
(I also tried in dev tools, `$0.style.getPropertyValue('wiDth')`
definitely works).
So I think we'd have to create a new code path to do this.
--
GitHub Notification of comment by wilddamon
Please view or discuss this issue at
https://github.com/w3c/css-houdini-drafts/issues/309#issuecomment-249074948
using your GitHub account
Received on Friday, 23 September 2016 01:13:58 UTC