RESOLVED CONFIGURATION CHANGED 117210
css variables with capital letters don't work in calc() expressions
https://bugs.webkit.org/show_bug.cgi?id=117210
Summary css variables with capital letters don't work in calc() expressions
benweissmann
Reported 2013-06-04 14:40:10 PDT
If you use a CSS variable with a capital letter inside a calc() expression, the expression is ignored. See this JSFiddle: http://jsfiddle.net/xSSM2/ -- I see the top div as 200px wide (not expected) and the bottom div as 300px wide (expected).
Attachments
Claudio Saavedra
Comment 1 2013-06-18 05:56:31 PDT
This works just fine for me. What port are you using? Are you sure that variables are enabled?
Brent Fulgham
Comment 2 2022-07-13 14:50:16 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.