WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
211459
Web Inspector: CSS variables with uppercase characters don't show up in Computed
https://bugs.webkit.org/show_bug.cgi?id=211459
Summary
Web Inspector: CSS variables with uppercase characters don't show up in Computed
Nikita Vasilyev
Reported
2020-05-05 11:51:19 PDT
When CSS variable has any uppercase characters, it doesn't show up in the Computed panel. It works fine in Chrome. Steps: 1. Open data:text/html;,<body style="--A:1;--b:2"> 2. Inspect <body> 3. Open Computed panel 4. Expand Variables section Expected: --A: 1 --b: 2 Actual: --b: 2 Notes: This bug is significant because some people use camelCase for their variables.
Attachments
Screenshot of confirmed fix
(593.79 KB, image/png)
2023-06-07 03:50 PDT
,
Razvan Caliman
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-05-05 11:51:28 PDT
<
rdar://problem/62897137
>
Razvan Caliman
Comment 2
2023-06-07 03:50:06 PDT
Created
attachment 466610
[details]
Screenshot of confirmed fix This was fixed sometime ago. Test case (run in the address bar) ``` data:text/html,<h1%20style="--A:1;--b:2">Test</h1> ```
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug