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(platform-browser): Use the right namespace for mathML. #55665

Closed
wants to merge 1 commit into from

Conversation

JeanMeche
Copy link
Member

@JeanMeche JeanMeche commented May 3, 2024

Prior to this change, MathML element were created with the wrong namespace resulting in regular DOM Element.

This commit fixes this.

This is a backport of #55622 into 17.3

@JeanMeche JeanMeche added the target: patch This PR is targeted for the next patch release label May 3, 2024
yarn.lock Outdated
@@ -16707,6 +16707,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==

[email protected]:
Copy link
Member

Choose a reason for hiding this comment

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

Is this a cherry-pick woe?

Copy link
Member Author

Choose a reason for hiding this comment

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

There was a mismatch in the lock file. The 17.3.x branch is currently red because of this.

@JeanMeche JeanMeche force-pushed the mathml branch 4 times, most recently from fc83ac1 to dc29633 Compare May 4, 2024 02:59
@JeanMeche JeanMeche force-pushed the mathml branch 3 times, most recently from 95b54e6 to d23cf3b Compare May 13, 2024 16:58
Prior to this change, MathML element were created with the wrong namespace resulting in regular DOM `Element`.

This commit fixes this.
@JeanMeche JeanMeche marked this pull request as ready for review May 20, 2024 14:53
@pullapprove pullapprove bot requested a review from atscott May 20, 2024 14:53
@dylhunn
Copy link
Contributor

dylhunn commented May 22, 2024

This is now in the LTS branch. We could still merge it if you want, but we don't often backport this kind of thing.

@dylhunn dylhunn requested review from dylhunn and removed request for atscott May 22, 2024 22:34
@JeanMeche
Copy link
Member Author

It's probably not worth shipping a patch for this.

@JeanMeche JeanMeche closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants