Method: HTML5::Phase#processDoctype

Defined in:
lib/html5/html5parser/phase.rb

#processDoctype(name, publicId, systemId, correct) ⇒ Object



107
108
109
# File 'lib/html5/html5parser/phase.rb', line 107

def processDoctype(name, publicId, systemId, correct)
  parse_error("unexpected-doctype")
end