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

fix(css): text-size-adjust prefix order in Firefox #6597

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

kripod
Copy link
Contributor

@kripod kripod commented Aug 29, 2020

Using -webkit-text-size-adjust: 100% should be sufficient for modern browsers, the -moz prefix should not be preferred.

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any

@github-actions github-actions bot added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Aug 29, 2020
@kripod kripod force-pushed the fix-firefox-css-text-size-adjust branch 2 times, most recently from 7d19e7e to cd5ef8f Compare August 29, 2020 22:33
@kripod kripod force-pushed the fix-firefox-css-text-size-adjust branch from cd5ef8f to 72d3821 Compare August 29, 2020 22:35
@kripod kripod changed the title fix(css): firefox text-size-adjust fix(css): text-size-adjust prefix order in Firefox Aug 29, 2020
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, @kripod. Thank you! 🎉

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 this pull request may close these issues.

2 participants