[Webkit-unassigned] [Bug 189363] New: Implement css-values toggle() notation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 12:12:58 PDT 2018


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

            Bug ID: 189363
           Summary: Implement css-values toggle() notation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svincent at gmail.com

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

-- 
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/20180906/a34a9f61/attachment.html>


More information about the webkit-unassigned mailing list