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
When determining the initial tokenizer state during fragment parsing for a noscript element we should use the scripting flag of the noscript element, not that of the fragment parser. Scripting is always disabled in the fragment parsing case, because the DocumentFragment never has a browsing context.
When determining the initial tokenizer state during fragment parsing for a
noscript
element we should use the scripting flag of thenoscript
element, not that of the fragment parser. Scripting is always disabled in the fragment parsing case, because theDocumentFragment
never has a browsing context.html5ever/html5ever/src/tree_builder/mod.rs
Lines 252 to 258 in 6b3601a
This causes a failure in
/html/syntax/parsing-html-fragments/tokenizer-modes-001.html
.For context, see servo/servo#35848.
The text was updated successfully, but these errors were encountered: