Skip to content

inBodyPhase incorrectly duplicating tag names => method dispatch #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1619digital opened this issue Jul 29, 2013 · 0 comments
Closed
Milestone

Comments

@1619digital
Copy link

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.

gsnedders added a commit to gsnedders/html5lib-python that referenced this issue Jul 29, 2013
lilbludevil pushed a commit to lilbludevil/html5lib-python that referenced this issue Aug 16, 2013
…. now dispatches noframes to startTagRawtext. fixes html5lib#100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment