[Webkit-unassigned] [Bug 127616] 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 08:45:10 PST 2014


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





--- Comment #3 from Timothy Hatcher <timothy at apple.com>  2014-01-25 08:42:37 PST ---
(From update of attachment 222204)
View in context: https://bugs.webkit.org/attachment.cgi?id=222204&action=review

> Source/WebInspectorUI/UserInterface/CSSKeywordCompletions.js:36
> +    var acceptedKeywords = ["inherit", "initial", "unset"];

According to MDN no browser supports "unset". If that is true, let's not add it. We only show completions for things WebKit actually supports.

-- 
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