Bug 104795 - [Chromium] Enable support for CSS @supports
Summary: [Chromium] Enable support for CSS @supports
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2012-12-12 04:17 PST by Peter Beverloo
Modified: 2013-04-08 11:02 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Beverloo 2012-12-12 04:17:35 PST
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.
Comment 1 Tab Atkins 2012-12-12 08:32:18 PST
(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.
Comment 2 Pablo Flouret 2012-12-12 09:54:21 PST
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.
Comment 3 Peter Beverloo 2012-12-12 09:58:23 PST
Cool, thanks. I'll test this and verify the state next week, after Chrome 25's branch point.
Comment 4 Pablo Flouret 2012-12-12 10:06:09 PST
Filed bug 104822
Comment 5 Pablo Flouret 2013-02-13 17:09:02 PST
All the patches that were good to have before enabling this landed this week, so it'd be nice to try it out now.
Comment 6 Paul Irish 2013-02-28 13:15:59 PST
ping Beverloo, can you take a look?
Comment 7 Peter Beverloo 2013-04-08 11:02:12 PDT
WontFix given that Chromium moved to Blink.