# File lib/html5/html5parser/in_table_body_phase.rb, line 22 def startTagTableCell(name, attributes) parse_error("unexpected-cell-in-table-body", {"name" => name}) startTagTr('tr', {}) @parser.phase.processStartTag(name, attributes) end