You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make <body> not optional if first child is noscript
The `noscript` element is allowed in `head` and therefore it will be inserted to the `head` element by the parser if the `<body>` tag is omitted and `<noscript>` is the first non-whitespace token after `</head>`. This changes the syntax requirements so that it's not allowed to omit the `<body>` tag in this case.
Fixes#7737
Co-authored-by: Simon Pieters <[email protected]>
0 commit comments