Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-conditional][quirks] Quirks mode and @supports/CSS.supports #3162

Closed
svgeesus opened this issue Sep 26, 2018 · 3 comments
Closed

[css-conditional][quirks] Quirks mode and @supports/CSS.supports #3162

svgeesus opened this issue Sep 26, 2018 · 3 comments
Labels
Closed Accepted as Obvious Bugfix Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-conditional-3

Comments

@svgeesus
Copy link
Contributor

from https://lists.w3.org/Archives/Public/www-style/2015Nov/0338.html by @zcorpan

What is the interaction between

https://drafts.csswg.org/css-conditional/#at-supports
https://drafts.csswg.org/css-conditional/#the-css-interface

...and...

https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk
https://quirks.spec.whatwg.org/#the-unitless-length-quirk

Testing in
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3765 it
appears that in Blink/WebKit/Gecko apply the quirks in @supports, but not
in CSS.supports(). Presto doesn't apply the quirks to @supports and
doesn't have CSS.supports(). I haven't checked IE/Edge. I suggest we
specify what Blink/WebKit/Gecko do.

@zcorpan
Copy link
Member

zcorpan commented Sep 27, 2018

This has been specified and tested by now, so I think we can close this.

@svgeesus
Copy link
Contributor Author

Thanks @zcorpan was the fix in css-conditional or in quirks?

@svgeesus svgeesus added Closed Accepted as Obvious Bugfix Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. labels Sep 27, 2018
@zcorpan
Copy link
Member

zcorpan commented Sep 27, 2018

Quirks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Accepted as Obvious Bugfix Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-conditional-3
Projects
None yet
Development

No branches or pull requests

3 participants