# File lib/cucumber/formatter/html.rb, line 260
      def before_table_row(table_row)
        @row_id = table_row.dom_id
        @col_index = 0
        start_buffering :table_row
      end