<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/table/3" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.5" device="both">
  <assertion>When the ALIGN attribute of the TABLE element is specified as a sequence
of the letters "R", "L", or "C", one for each column in the table,
it defines the default alignment for data in
each column as right, left, or center, respectively.
</assertion>
  <specnote>The table has 3 aligned columns (LCR).  The prompt is "Is the table
data aligned as described?".
Revised ref WAG comments 06/00 - Prompts and tests chanced back to less strict
definitions.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>The following table has 3 aligned columns.</p>
<p><table align="LCR" columns="3">
<tr><td>Left aligned</td><td>Centered</td><td>Right aligned</td></tr>
<tr><td>a</td><td>b</td><td>c</td></tr>
<tr><td>d</td><td>e</td><td>f</td></tr>
<tr><td>g</td><td>h</td><td>i</td></tr>
</table></p>
<p mode="wrap">Is the table data aligned as described?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

