Themed features
When a piece of content (e.g. a box, table, or quote) is identified with a typecode
as a feature
, capture a content-type attribute whose value is the
code identifying the type of feature.
Boxed feature
<boxed-text content-type="FT1"> <label>Expert insight</label> <p>[Content of the boxed text]</p> </boxed-text>
Table feature
<table-wrap content-type="FT2">
<label>Argument is War</label>
<table>
<colgroup>
<col align="left" span="1"/>
<col align="left" span="1"/>
</colgroup>
<tbody>
<tr>
<td>Your claims are indefensible.</td>
<td>He attacked every weak point in my argument.</td>
</tr>
<tr>
<td>His criticisms were right on target.</td>
<td>I demolished his argument.</td>
</tr>
<tr>
<td>I've never won an argument with him.</td>
<td>He shot down all of my arguments.</td>
</tr>
</tbody>
</table>
</table-wrap>
Quoted text feature
<disp-quote content-type="FT3"> <p>War is the ultimate failure of diplomacy.</p> <attrib>Tony Benn</attrib> </disp-quote>