Closed
Description
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.