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
We can significantly reduce parser invocations by combining character and whitespace character tokens in some insertion modes. E.g. in body we can adjust tokenizer to not emit dedicated whitespace character tokens. We can just set flag that token contains whitespace characters and set frameset-ok flag depending on its value.
The text was updated successfully, but these errors were encountered:
We can significantly reduce parser invocations by combining character and whitespace character tokens in some insertion modes. E.g.
in body
we can adjust tokenizer to not emit dedicated whitespace character tokens. We can just set flag that token contains whitespace characters and setframeset-ok
flag depending on its value.The text was updated successfully, but these errors were encountered: