Bug 99935 - Web Inspector: Implement css-conditional's supports()
Summary: Web Inspector: Implement css-conditional's supports()
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-21 08:57 PDT by Paul Irish
Modified: 2012-10-24 03:42 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Irish 2012-10-21 08:57:29 PDT
Bug 99259 took care of @supports, but the JS api was implemented in Opera and FIrefox as well.

It was previously supportsCSS() but has now shifted to CSS.supports().

http://dev.w3.org/csswg/css3-conditional/#the-csssupportsrule-interface
Comment 1 Alexander Pavlov (apavlov) 2012-10-22 01:30:16 PDT
(In reply to comment #0)
> Bug 99259 took care of @supports, but the JS api was implemented in Opera and FIrefox as well.

Bug 99259 is about Web Inspector failing to navigate to SCSS sources from generated CSS files residing in different directories. Did you mean to mention a different bug?
Comment 2 Alexander Pavlov (apavlov) 2012-10-22 05:05:56 PDT
(In reply to comment #0)
> Bug 99259 took care of @supports, but the JS api was implemented in Opera and FIrefox as well.
> 
> It was previously supportsCSS() but has now shifted to CSS.supports().
> 
> http://dev.w3.org/csswg/css3-conditional/#the-csssupportsrule-interface

Paul, could you also elaborate on what kind/level of support for @supports you would like to see in Web Inspector? Something similar to the @media stacks in the Styles pane? Any design and functionality ideas are highly welcome.
Comment 3 Paul Irish 2012-10-24 03:42:35 PDT
I filed this totally wrong. This is not an inspector bug.  I'm going to close and do it over again.