# File lib/html5/html5parser/in_cell_phase.rb, line 69
    def closeCell
      if in_scope?('td', true)
        endTagTableCell('td')
      elsif in_scope?('th', true)
        endTagTableCell('th')
      end
    end