Skip to content

Commit d21797e

Browse files
author
Edward Z. Yang ext:(%22)
committed
Add quirks handling, update Python doctype list, move some tests to 99.
1 parent d359419 commit d21797e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/html5lib/html5parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def processDoctype(self, name, publicId, systemId, correct):
409409
"-//netscape comm. corp.//dtd strict html//en",
410410
"-//o'reilly and associates//dtd html 2.0//en",
411411
"-//o'reilly and associates//dtd html extended 1.0//en",
412+
"-//o'reilly and associates//dtd html extended relaxed 1.0//en",
412413
"-//spyglass//dtd html 2.0 extended//en",
413414
"-//sq//dtd html 2.0 hotmetal + extensions//en",
414415
"-//sun microsystems corp.//dtd hotjava html//en",

0 commit comments

Comments
 (0)