-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Font Library: do not match firefox for iOS in the JS loading font face name formatting exception. #59037
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -10 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
Flaky tests detected in fd40018. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7907200864
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing Firefox on iOS, this branch seems to be working the same as trunk.
But I think it's best to merge this PR, removing the check for fxios
, since the modified output is not needed for that browser.
I'm guessing that you mean the "backport to WP Beta/RC" label right? |
Yes, sorry about the confusion. |
Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org> Co-authored-by: creativecoder <grantmkin@git.wordpress.org>
I just cherry-picked this PR to the cherry-pick-beta-2 branch to get it included in the next release: 331f046 |
Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org> Co-authored-by: creativecoder <grantmkin@git.wordpress.org>
What?
Do not match Firefox for iOS in the conditional formatting for font face name needed for Firefox Gecko browsers.
This change was added here: #59019.
Props to @creativecoder for noticing that.
Why?
Firefox for iOS should not be targeted because it is not Gecko-based but WebKit based.
Reference: https://firefox-source-docs.mozilla.org/overview/ios.html
How?
Removing the user agent name used by Firefox for iOS.