refactor(compiler): add support for the new search element#54945
refactor(compiler): add support for the new search element#54945JeanMeche wants to merge 1 commit intoangular:mainfrom
Conversation
91e8715 to
5e8e57c
Compare
jelbourn
left a comment
There was a problem hiding this comment.
LGTM
Reviewed-for: fw-security
|
This PR was merged into the repository by commit 367b3ee. |
…ngular#54945)" This reverts commit 367b3ee. The search element is not a void element but existing components may use the same selector and be used as a void element.
|
Adding blocked and TGP label. This broke internal builds because the native |
5e8e57c to
85c1719
Compare
|
Is this gonna be added? |
|
@the-ult unfortunately this is a breaking change as it collides with exisisting components/directives with the |
so we just missed the window with Angular 19. |
e438836 to
9f36d44
Compare
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 angular#54944
9f36d44 to
c3b5747
Compare
|
Caretaker note: Presubmit & TGP are green, breakage is unrelated |
|
This PR was merged into the repository by commit 84d359c. The changes were merged into the following branches: main, 19.2.x |
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
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See #whatwg/html#5811
Spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element