# File lib/html5/html5parser/in_body_phase.rb, line 256
    def startTagImage(name, attributes)
      # No really...
      parse_error("unexpected-start-tag-treated-as", {"originalName" => "image", "newName" => "img"})
      processStartTag('img', attributes)
    end