The HTMLTableElement.tFoot property represents the <tfoot> element of a <table>. Its value will be null if there is no such element.
Syntax
HTMLTableSectionElementObject = table.tFoot table.tFoot = HTMLTableSectionElementObject
Example
if (table.tFoot == my_foot) {
// ...
}
Specifications
| Specification | Status | Comment |
| HTML Living StandardThe definition of 'HTMLTableElement.tFoot' in that specification. | Living Standard | No change from HTML5 |
| HTML5The definition of 'HTMLTableElement.tFoot' in that specification. | Recommendation | No change from Document Object Model (DOM) Level 2 HTML Specification |
| Document Object Model (DOM) Level 2 HTML SpecificationThe definition of 'HTMLTableElement.tFoot' in that specification. | Obsolete | No change from Document Object Model (DOM) Level 1 Specification |
| Document Object Model (DOM) Level 1 SpecificationThe definition of 'HTMLTableElement.tFoot' in that specification. | Obsolete | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tFoot
|
Chrome
Full support Yes |
Edge
Full support 12 |
Firefox
Full support 1 |
IE
Full support Yes |
Opera
Full support Yes |
Safari
Full support Yes |
WebView Android
Full support Yes |
Chrome Android
? |
Firefox Android
Full support 4 |
Opera Android
Full support Yes |
Safari iOS
Full support Yes |
Samsung Internet Android
? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
See also
- The interface implementing this property:
HTMLTableElement.
HTMLTableElement.tFoot by Mozilla Contributors is licensed under CC-BY-SA 2.5.