# File lib/html5/html5parser/in_body_phase.rb, line 549
    def endTagMisplaced(name)
      # This handles elements with end tags in other insertion modes.
      parse_error("unexpected-end-tag", {"name" => name})
    end