Corrected default value of the DocumentType.internalSubset attribute based
on a clarification sent to the www-dom list.
This commit is contained in:
parent
9b3bc49575
commit
dc806704b5
|
@ -727,7 +727,7 @@ class DocumentType(Node):
|
|||
name = None
|
||||
publicId = None
|
||||
systemId = None
|
||||
internalSubset = ""
|
||||
internalSubset = None
|
||||
entities = None
|
||||
notations = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue