We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
css.properties.min-height.auto shows that Firefox support was removed in Firefox 22, but I don't think this is correct.
css.properties.min-height.auto
Firefox
Support for css.properties.min-height.auto in Firefox
Ran CSS.support('min-height', 'auto') in Firefox 130, and it returned true.
CSS.support('min-height', 'auto')
true
No response
The text was updated successfully, but these errors were encountered:
css.properties.{min,max}-height
Successfully merging a pull request may close this issue.
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
css.properties.min-height.auto
shows that Firefox support was removed in Firefox 22, but I don't think this is correct.What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
Support for
css.properties.min-height.auto
in FirefoxDid you test this? If so, how?
Ran
CSS.support('min-height', 'auto')
in Firefox 130, and it returnedtrue
.Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: