# File lib/html5/html5parser/in_select_phase.rb, line 71 def endTagTableElements(name) parse_error("unexpected-end-tag-in-select", {"name" => name}) if in_scope?(name, true) endTagSelect('select') @parser.phase.processEndTag(name) end end