# File lib/html5/html5parser/in_body_phase.rb, line 562
    def endTagNone(name)
      # This handles elements with no end tag.
      parse_error("no-end-tag", {"name" => name})
    end