File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Differences from the current specification (23 December 2006) are as follows:
1
+ # Differences from the current specification are as follows:
2
2
# * Phases and insertion modes are one concept in parser.py.
3
3
# * EOF handling is slightly different to make sure <html>, <head> and <body>
4
4
# always exist.
5
- #
6
- # We haven't updated DOCTYPE handling yet
5
+ # * Active formatting elements not reconstructed on whitespace tokens
6
+
7
7
8
8
9
9
try :
@@ -436,7 +436,7 @@ def processComment(self, data):
436
436
self .tree .insertComment (data , self .tree .document )
437
437
438
438
def processSpaceCharacters (self , data ):
439
- self . tree . insertText ( data , self . tree . document )
439
+ pass
440
440
441
441
def processCharacters (self , data ):
442
442
self .insertHtmlElement ()
You can’t perform that action at this time.
0 commit comments