# File lib/html5/html5parser/in_body_phase.rb, line 310
    def startTagMisplaced(name, attributes)
      # Elements that should be children of other elements that have a
      # different insertion mode; here they are ignored
      # "caption", "col", "colgroup", "frame", "frameset", "head",
      # "option", "optgroup", "tbody", "td", "tfoot", "th", "thead",
      # "tr", "noscript"
      parse_error("unexpected-start-tag-ignored", {"name" => name})
    end