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

[Path port] fix(compiler): add math elements to schema #55645

Closed
wants to merge 1 commit into from

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented May 2, 2024

Note: this is a patch port of the changes from #55631.

Fixes that we didn't have the MathML elements in the schema. Note that we can't discover which tag names are available by looking at globally-available classes, because all MathML elements are MathMLElement rather than something like SVGCircleElement. As such, I ended up having to hardcode the currently-available tags.

Fixes #55608.

@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release area: compiler Issues related to `ngc`, Angular's template compiler labels May 2, 2024
@ngbot ngbot bot modified the milestone: Backlog May 2, 2024
@crisbeto crisbeto changed the title [Path port] fix(compiler): add math elements to schema (#55631) [Path port] fix(compiler): add math elements to schema May 2, 2024
AndrewKushnir
AndrewKushnir previously approved these changes May 2, 2024
@crisbeto
Copy link
Member Author

crisbeto commented May 2, 2024

Disabling PullApprove since this is just a cherry-pick of #55631 which was reviewed already.

Fixes that we didn't have the MathML elements in the schema. Note that we can't discover which tag names are available by looking at globally-available classes, because all MathML elements are `MathMLElement` rather than something like `SVGCircleElement`. As such, I ended up having to hardcode the currently-available tags.

Fixes angular#55608.

PR Close angular#55631
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels May 2, 2024
@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit c21b459.

AndrewKushnir pushed a commit that referenced this pull request May 2, 2024
Fixes that we didn't have the MathML elements in the schema. Note that we can't discover which tag names are available by looking at globally-available classes, because all MathML elements are `MathMLElement` rather than something like `SVGCircleElement`. As such, I ended up having to hardcode the currently-available tags.

Fixes #55608.

PR Close #55631

PR Close #55645
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler PullApprove: disable 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

2 participants