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
Correct "in body" insertion mode note to account for noscript
This note found in the "Any other start tag" condition of the "in body" insertion mode did not account for a "noscript" start tag being able to reach it, if the scripting flag is disabled (since the only preceding condition that can match a start tag whose tag name is "noscript" has the clause "if the scripting flag is enabled").
("noscript" is in the special category and thus non-ordinary.)
0 commit comments