<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/table/7" 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 "D" the
contents of that column will be default aligned (left for left-to-right 
languages, right for right-to-left languages).  All extra designators
should be ignored.
</assertion>
  <specnote>A table with ALIGN attribute set to DDDLRC 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 align="DDDLRC" columns="3">
<tr><td>Default</td><td>Default</td><td>Default</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>

