We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c68e52 commit 143c402Copy full SHA for 143c402
src/parser.py
@@ -209,9 +209,6 @@ class InitialPhase(Phase):
209
# covered in the specification. The error handling is typically known as
210
# "quirks mode". It is expected that a future version of HTML5 will defin
211
# this.
212
- #
213
- # AT Given that. I think it should be possible to merge this phase with the
214
- # root element phase in due course.
215
def processEOF(self):
216
self.parser.phase = self.parser.phases["rootElement"]
217
self.parser.phase.processEOF()
0 commit comments