angular / angular

Deliver web apps with confidence 🚀
https://angular.dev
MIT License
94.71k stars 24.68k forks source link

fix(platform-browser): Use the right namespace for mathML. #55622

Closed JeanMeche closed 2 weeks ago

JeanMeche commented 2 weeks ago

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

This commit fixes this.

Related to #55608 (but doesn't fix it entirely).

lukewarlow commented 2 weeks ago

Drive by LGTM. I'd just came to the same conclusion after some tangentially related debugging.

AndrewKushnir commented 2 weeks ago

Presubmit.

AndrewKushnir commented 2 weeks ago

This PR was merged into the repository by commit e5331107fd5d5f78ed9ba50a72903030375af050.

JoostK commented 2 weeks ago

@JeanMeche Since #55645 went into 17.3, could you backport this one as well?