Method: HTML5::InSelectPhase#startTagSelect

Defined in:
lib/html5/html5parser/in_select_phase.rb

#startTagSelect(name, attributes) ⇒ Object



28
29
30
31
# File 'lib/html5/html5parser/in_select_phase.rb', line 28

def startTagSelect(name, attributes)
  parse_error("unexpected-select-in-select")
  endTagSelect('select')
end