# File lib/html5/html5parser/in_table_phase.rb, line 23 def startTagCaption(name, attributes) clearStackToTableContext @tree.activeFormattingElements.push(Marker) @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inCaption] end