Scamper icon indicating copy to clipboard operation
Scamper copied to clipboard

Prevent startIsOptional selector for unknown elements of the DTD

Open MrSerth opened this issue 10 years ago • 1 comments

startIsOptional should not be called for unknown elements. This error occurs while parsing the webpage http://de.selfhtml.org/html/frames/anzeige/frames.htm.

github

MrSerth avatar Jun 28 '14 15:06 MrSerth

This is related to #27. The problem only occurs, if the following DTD is used in the website:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">

MrSerth avatar Jun 28 '14 15:06 MrSerth