The @colspan and @rowspan attributes record tabular display rendering information.
The model of this element is based on the th element of HTML.
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="th" module="MEI.figtable"><gloss xml:lang="en">table header</gloss>
<desc xml:lang="en">Designates a table cell containing column or row heading information as
opposed to one containing data.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.xy"/>
<memberOf key="att.tabular"/>
</classes>
<content>
<zeroOrMore><choice><rng:text/>
<ref name="model.textComponentLike"/>
<ref name="model.textPhraseLike"/>
<ref name="model.editLike"/>
<ref name="model.transcriptionLike"/></choice></zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The <att>colspan</att> and <att>rowspan</att> attributes record tabular display rendering
information.</p>
<p>The model of this element is based on the <ref target="https://html.spec.whatwg.org/#the-th-element">th</ref> element of
<abbr>HTML</abbr>.</p>
</remarks></elementSpec>