[Webkit-unassigned] [Bug 211459] New: Web Inspector: CSS variables with uppercase characters don't show up in Computed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 11:51:19 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211459

            Bug ID: 211459
           Summary: Web Inspector: CSS variables with uppercase characters
                    don't show up in Computed
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200505/75fecd0b/attachment.htm>


More information about the webkit-unassigned mailing list