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.properties.flex-basis - Add firefox support for unprefixed usage #16839

Closed
binyamin opened this issue Jul 3, 2022 · 1 comment
Closed
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@binyamin
Copy link

binyamin commented Jul 3, 2022

What type of issue is this?

Incorrect support data (ex. Chrome says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

The compat data reports that Firefox requires the -webkit prefix for flex-basis. It doesn't.

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

Unprefixed support is okay.

Did you test this? If so, how?

Yes, using browserstack.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis#browser_compatibility

Do you have anything more you want to share?

After seeing #7403, I think that the data may be correct, and this is really a UX issue. It appears as if Firefox requires a prefix.

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 4, 2022
danielhjacobs added a commit to danielhjacobs/yari that referenced this issue Jul 5, 2022
## Summary

Fixes mdn/browser-compat-data#16839

### Problem

If there is support without a prefix, altname, or flag, even if there is a note indicating a minor limitation with that support, don't show the symbol indicating the need fro a flag, altname, or prefix.

### Solution

Check for support without major limitations, not just support without limitations
@danielhjacobs
Copy link
Contributor

I do think this is a platform issue, so I created a PR to hopefully fix it in the platform: mdn/yari#6663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants