WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 210963
Bug 231943
!important should be taken in account by @keyframes
https://bugs.webkit.org/show_bug.cgi?id=231943
Summary
!important should be taken in account by @keyframes
Tim Nguyen (:ntim)
Reported
2021-10-19 02:43:07 PDT
<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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-10-19 02:50:43 PDT
<
rdar://problem/84407795
>
Antti Koivisto
Comment 2
2021-10-19 04:55:07 PDT
Note that this problem is not specific to pseudo elements.
Antti Koivisto
Comment 3
2023-01-07 01:54:15 PST
*** This bug has been marked as a duplicate of
bug 210963
***
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