[Webkit-unassigned] [Bug 279953] New: [appearance: base] Style switching should work when used inside @keyframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 21:41:46 PDT 2024


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

            Bug ID: 279953
           Summary: [appearance: base] Style switching should work when
                    used inside @keyframes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
                CC: koivisto at iki.fi

@keyframes base {
  0% {
    appearance: base;
  }
  100% {
    appearance: base;
  }
}

should apply the appearance: base styles

-- 
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/20240919/e27d4f3a/attachment.htm>


More information about the webkit-unassigned mailing list