<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/table/5" 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 not specified, the
contents of the columns get the 
default alignment (left for
left-to-right languages, right for right-to-left languages).
</assertion>
  <specnote>A table with no ALIGN attribute and 3 columns.  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 default (left) aligned columns.</p>
<p><table columns="3">
<tr><td>Left aligned</td><td>Left aligned</td><td>Left 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>

