# File lib/html5/html5parser/in_select_phase.rb, line 28
    def startTagSelect(name, attributes)
      parse_error("unexpected-select-in-select")
      endTagSelect('select')
    end