The colspan and rowspan attributes record tabular display rendering information.
The model of this element is based on the th element of HTML.
<elementSpec 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>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textComponentLike"/>
<rng:ref name="model.textPhraseLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng: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>