Scamper
Scamper copied to clipboard
Prevent startIsOptional selector for unknown elements of the DTD
startIsOptional should not be called for unknown elements. This error occurs while parsing the webpage http://de.selfhtml.org/html/frames/anzeige/frames.htm.
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">