Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Mis-nested form tags inside template parsed incorrectly #49206

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

Ensures that form end tags inside templates forcibly close any inner
tags, aligning behavior with HTML5 standard:
https://html.spec.whatwg.org/multipage/parsing.html#parsing:~:text=An%20end%20tag%20whose%20tag%20name%20is%20%22form%22

Bug: 352896478
TEST=Added web test case to check parsing behavior with nested form
tags.

Change-Id: Ia3ad421f8c6875942ce0a95cb4c5dcfc8c6833aa

Reviewed-on: https://chromium-review.googlesource.com/6009220
WPT-Export-Revision: 52ffd663047388ec00007288fd0a72a64a20524f

Ensures that form end tags inside templates forcibly close any inner
tags, aligning behavior with HTML5 standard:
https://html.spec.whatwg.org/multipage/parsing.html#parsing:~:text=An%20end%20tag%20whose%20tag%20name%20is%20%22form%22

Bug: 352896478
TEST=Added web test case to check parsing behavior with nested form
tags.

Change-Id: Ia3ad421f8c6875942ce0a95cb4c5dcfc8c6833aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants