WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
189363
Implement css-values toggle() notation
https://bugs.webkit.org/show_bug.cgi?id=189363
Summary
Implement css-values toggle() notation
Simeon Vincent
Reported
2018-09-06 12:12:58 PDT
Please implement the CSS Values specification's Toggle notation as defined in CSS Values 4 (working draft)
https://drafts.csswg.org/css-values-4/#toggle-notation
. The following summary and example come form that document: The toggle() expression allows descendant elements to cycle over a list of values instead of inheriting the same value. The following example makes <em> elements italic in general, but makes them normal if they’re inside something that’s italic:
> em { font-style: toggle(italic, normal); }
--- Issues in other browser vendor bug trackers
https://bugs.chromium.org/p/chromium/issues/detail?id=715070
https://bugzilla.mozilla.org/show_bug.cgi?id=363250
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2022-07-01 16:59:00 PDT
This doesn't appear to be on track to be implemented by any other browsers at present.
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