RESOLVED FIXED 116966
[css3-cascade] Add support for "all" shorthand property
https://bugs.webkit.org/show_bug.cgi?id=116966
Summary [css3-cascade] Add support for "all" shorthand property
Jared Jacobs
Reported 2013-05-29 09:32:30 PDT
Would be great, especially for developers of extensions and third-party scripts, to add support for the "all" shorthand property (e.g. "all: initial" or "all: default").
Attachments
Patch (13.50 KB, patch)
2015-10-16 08:39 PDT, Dave Hyatt
zalan: review+
SFFC
Comment 1 2013-06-13 23:50:26 PDT
Seconded. With Safari extensions, injected stylesheets are treated as "user stylesheets", so any "general" styles on the host site (e.g., h3{padding:none} ) takes precedence over injected style declarations, even if the injected style declarations have higher specificity. Implementing the `all` property in WebKit will open the doors for more reliably-styled Safari extensions.
Jared Jacobs
Comment 2 2014-12-22 09:36:30 PST
Update: This feature shipped in Firefox 27 (10/2013), Chrome 37 (06/2014), Opera 24. Other browser issue links: https://code.google.com/p/chromium/issues/detail?id=172051 https://bugzilla.mozilla.org/show_bug.cgi?id=842329 MDN page: https://developer.mozilla.org/en-US/docs/Web/CSS/all
Dave Hyatt
Comment 3 2015-10-16 08:39:17 PDT
Dave Hyatt
Comment 4 2015-10-16 09:12:50 PDT
Landed in r191178.
Radar WebKit Bug Importer
Comment 5 2015-12-04 18:17:47 PST
Note You need to log in before you can comment on or make changes to this bug.