Bug 104795
Summary: | [Chromium] Enable support for CSS @supports | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Beverloo <peter> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ericbidelman, paulirish, pf, syoichi, tabatkins |
Priority: | P2 | Keywords: | WebExposed |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Peter Beverloo
Implemented in Bug 86146.
We may want to wait until the API is implemented as well, per Bug 100324.
There also are some minor syntax discussions ongoing on www-style.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tab Atkins
(In reply to comment #0)
> There also are some minor syntax discussions ongoing on www-style.
Nothing that'll block us turning it on. We should flip this switch, assuming it tests fine.
Pablo Flouret
There's bug 103934 (which is minor).
And i realized the other day that i didn't actually implement the CSSSupportsRule. One consequence of that is that @supports rules within @media are applied whether the media query applies or not. (Looks like i didn't file a bug about that yet, i'll do it now). I'll try to get it fixed this week or next.
Peter Beverloo
Cool, thanks. I'll test this and verify the state next week, after Chrome 25's branch point.
Pablo Flouret
Filed bug 104822
Pablo Flouret
All the patches that were good to have before enabling this landed this week, so it'd be nice to try it out now.
Paul Irish
ping Beverloo, can you take a look?
Peter Beverloo
WontFix given that Chromium moved to Blink.