<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/td/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.7" device="both">
  <assertion>When the TD element is specified and but has no contents, the element
must still be counted as a cell for rendering purposes.
</assertion>
  <specnote>A table has 3 columns. The middle cell of row two is blank.  The
prompt is "Is the center cell of the table empty?".</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>The following table has 3 columns. The middle cell of row two is blank.</p>
<p><table columns="3">
<tr><td>1,1</td><td>1,2</td><td>1,3</td></tr>
<tr><td>2,1</td><td></td><td>2,3</td></tr>
<tr><td>3,1</td><td>3,2</td><td>3,3</td></tr>
</table></p>
<p mode="wrap">Is the center cell of the table empty?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

