mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
84d359c173
See #whatwg/html#5811 Spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element breaking change: You cannot have self-closing `search` component anymore as they are recognized as a native non-void element. fixes #54944 PR Close #54945