# File lib/html5/html5parser/in_row_phase.rb, line 23 def startTagTableOther(name, attributes) ignoreEndTag = ignoreEndTagTr endTagTr('tr') # XXX how are we sure it's always ignored in the inner_html case? @parser.phase.processStartTag(name, attributes) unless ignoreEndTag end