概要tFoot は、対象テーブル内の <tfoot> 要素を返します。構文HTMLTableSectionElementObject = table.tFoot例if (table.tFoot == my_foot) { //... }注記対象テーブル内に <tfoot> 要素が存在しない場合、このプロパティは void を返します。仕様書 tfoot Interface HTMLTableSectionElement