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
In the parser, the startTagHandler is sending "noframes" to startTagProcessInHead, but also it's listed under startTagRawtext.
Similarly the endTagHandler in the inBody phase incorrectly lists "dl" as one of the endTagListItem triggers; it's already being consumed by endTagBlock.
Since in both cases it's the first method that's correctly picked up, so doesn't actually have any result, but should be removed anyway.
Thanks.
The text was updated successfully, but these errors were encountered:
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
Jul 29, 2013
In the parser, the startTagHandler is sending "noframes" to startTagProcessInHead, but also it's listed under startTagRawtext.
Similarly the endTagHandler in the inBody phase incorrectly lists "dl" as one of the endTagListItem triggers; it's already being consumed by endTagBlock.
Since in both cases it's the first method that's correctly picked up, so doesn't actually have any result, but should be removed anyway.
Thanks.
The text was updated successfully, but these errors were encountered: