[Webkit-unassigned] [Bug 148614] New: Add support for the "unset" CSS property value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 29 21:15:46 PDT 2015


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

            Bug ID: 148614
           Summary: Add support for the "unset" CSS property value
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at rebertia.com

It's part of CSS Cascading and Inheritance Level 3:
http://www.w3.org/TR/css-cascade-3/#inherit-initial

See also https://developer.mozilla.org/en-US/docs/Web/CSS/unset

Chrome and Firefox already support it, and it's "In Development" for Microsoft Edge.


Testcase: http://jsfiddle.net/cvrebert/1w6bhom0/

Testcase's HTML:
<div>A</div>
<div>B</div>
<div>C</div>

Testcase's CSS:
div {
    display: unset;/* in this case, same as inline */
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150830/71f71371/attachment.html>


More information about the webkit-unassigned mailing list