if (this.foot) {
        out.push('<div id="', uuid, '-foot" class="', this.$s('footer'), '" role="none">',
            '<table id="', uuid, '-foottbl"', /*safe*/ wdAttr, ' style="table-layout:fixed;', /*safe*/ wdStyle, '" role="none">');
        if (this.columns)
            this.domFaker_(out, '-ftfaker');