# File lib/html5/html5parser/in_table_phase.rb, line 41 def startTagRowGroup(name, attributes) clearStackToTableContext @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inTableBody] end