[Webkit-unassigned] [Bug 198510] CSS custom properties should be case sensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 3 20:58:38 PDT 2020


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

Tyler Wilcock <twilco.o at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |twilco.o at protonmail.com

--- Comment #2 from Tyler Wilcock <twilco.o at protonmail.com> ---
Has this been fixed?  I couldn't reproduce it in the GTK minibrowser built from the latest master nor in Safari Version 14.0 (15610.1.28.1.9, 15610).  The Codepen seemed to behave fine, and toggling between the two CSS variables in this example also seemed to work as expected:

<!DOCTYPE html>
<html>
  <head>
    <style>
        :root {
            --myVar: blue;
            --myvar: red;
        }

        div {
            width: 400px;
            height: 400px;
            background-color: var(--myvar);
        }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>

-- 
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/20201004/6a7d783a/attachment.htm>


More information about the webkit-unassigned mailing list