# File lib/html5/html5parser/in_row_phase.rb, line 16 def startTagTableCell(name, attributes) clearStackToTableRowContext @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inCell] @tree.activeFormattingElements.push(Marker) end