createTFoot method

TableSectionElement createTFoot()

Implementation

TableSectionElement createTFoot() {
  return _createUniqueChild(
    lowerCaseTagName: '_tfoot',
    constructor: () => TableSectionElement._(ownerDocument!, 'tfoot'),
  );
}