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
Otherwise, if there is a node in the stack of open elements that is not either a dd element, a dt element, ..., or the html element, then this is a parse error.
@alexander-akait You should probably just open a PR with how you'd expect this to look, and one of the maintainers (which I am not) might merge it. That has worked for me in #146.
Line 1044 of tests19.dat in the tree construction tests lists three parse errors:
I have only been able to identify two of them, the first in foreign content parsing:
And the second in the "in body" insertion mode:
After that the "after body" insertion mode only emits a parse error during fragment parsing (which this is not).
The test would seem to be in error. Is my assessment correct?
The text was updated successfully, but these errors were encountered: