WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
157606
CSS transition-property doesn't accept "<custom-ident>"
https://bugs.webkit.org/show_bug.cgi?id=157606
Summary
CSS transition-property doesn't accept "<custom-ident>"
yisibl
Reported
2016-05-11 20:34:11 PDT
Such as WebKit doesn't support: transition-property: foo; transition-property: --foo; /* CSS variables */ transition-property: -webkit-foo; transition-property: -foo-bar; transition-property: 👻; /* Emoji */ transition: foo; transition: --foo; transition: -webkit-foo; transition: -foo-bar; transition: 👻; /* Emoji */ The most important is that some of the automatic generation of prefix tools(Autoprefixer) once generated WebKit does not support the attributes with the prefix, will lead to the entire transition property failure. e.g. transition: -webkit-mask-position, mask-position; This should be a perfectly valid value,other browsers do not have such a problem.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-06-05 21:31:55 PDT
<
rdar://problem/26644856
>
Ahmad Saleem
Comment 2
2023-05-27 10:26:27 PDT
https://github.com/WebKit/WebKit/blob/74481ec4b07546952d73c80f973f5f2f08a30841/Source/WebCore/css/CSSProperties.json#L6175
Tim Nguyen (:ntim)
Comment 3
2023-05-27 10:50:23 PDT
I think this works now. Please re-open if it this isn't the case.
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