[Webkit-unassigned] [Bug 127616] New: Web Inspector: Value 'inherit' should be allowed for any CSS property, even if it is a non-inheritable property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 03:25:52 PST 2014


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

           Summary: Web Inspector: Value 'inherit' should be allowed for
                    any CSS property, even if it is a non-inheritable
                    property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpino at igalia.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


When editing a CSS value, a completion list of suggested list shows up. The list of values depends on the type of property. In the current implementation, the value 'inherit' is only available for inheritable properties.

According to the "CSS Cascading and Inheritance Level 3" recommendation, the value 'inherit' is valid for any CSS property, not only for those which are inheritable.

http://www.w3.org/TR/css3-cascade/
https://developer.mozilla.org/en-US/docs/Web/CSS/inherit
https://developer.mozilla.org/en-US/docs/Web/CSS/inheritance

In addition, the value 'unset' should also be added to the list of suggested values, as it can be applied to any CSS property. The value 'unset' works as 'inherit' for inheritable properties and works as 'initial' for non-inheritable properties.

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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list