mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a61d553d73
This commit updates runtime and compiler to drop unnecessary `srcset` sanitization. The sanitization was needed previously for old browsers, but all modern browsers can handle `srcset` safely without any additional sanitization. See prior discussion in https://github.com/angular/angular/pull/45182. Resolves #45164. PR Close #47302