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. #55665

Open JeanMeche opened 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.

This is a backport of #55622 into 17.3