mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dc631efa96
Updates `DomElementSchemaRegistry` to strip `:svg:` and `:math:` namespace prefixes from tag names before querying `SECURITY_SCHEMA` at compile-time. This allows SVG and MathML attributes to correctly match their security contexts during compilation. PR Close #68926