# File lib/html5/html5parser/initial_phase.rb, line 115 def processCharacters(data) parse_error("expected-doctype-but-got-chars") @parser.phase = @parser.phases[:rootElement] @parser.phase.processCharacters(data) end