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

[media-queries][css-sizing] Support <number> (and therefore calc) as a <ratio> #62

Closed
mozilla-apprentice opened this issue Jun 6, 2019 · 2 comments

Comments

@mozilla-apprentice
Copy link
Collaborator

Resolutions were made for csswg-drafts/#3757.

[media-queries][css-sizing] Support <number> (and therefore calc) as a <ratio>

  • RESOLVED: change <integer> to <number> in the aspect-ratio
  • RESOLVED: allow <number> and <number>/<number> both for <aspect-ratio>

Discussion.


To file a bug automatically for these resolutions, add the bug label to the issue.

If no bug is needed, the issue can be closed.

@emilio
Copy link
Collaborator

emilio commented Jul 12, 2019

We need to update the media query parser. Should be an easy fix.

@emilio emilio added the bug A bug needs to be filed for this change label Jul 12, 2019
@mozilla-apprentice mozilla-apprentice removed the bug A bug needs to be filed for this change label Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment