[Webkit-unassigned] [Bug 231943] New: !important should be taken in account by @keyframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 02:43:07 PDT 2021


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

            Bug ID: 231943
           Summary: !important should be taken in account by @keyframes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
                CC: dino at apple.com, graouts at apple.com

<style>
@keyframes hello {
  from {
    color: red;
  }
  to {
    color: orange;
  }
}

::marker {
  animation: hello 1s infinite;
  color: green !important;
}
</style>
<ul>
<li>hello</li>
</ul>

---

The marker is green in Firefox & Chrome, animates from red to orange in WebKit.

-- 
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/20211019/a8ddd30a/attachment.htm>


More information about the webkit-unassigned mailing list