<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/whitespace/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.1" device="both">
  <assertion>When the user agent encounters white space before or after an element
or attribute it should be ignored.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select this&nbsp;
<anchor>
	<go href="<deck1>">
	</go>link
</anchor>
&nbsp;and then come back to this screen.
<br/>
</p>
<p mode="wrap">Were you able to select all three options? 
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="card1">
<do type="prev">
	<prev/>
</do>
<p>Select all three options.
<select name="test" value="0" multiple=" true">
	<option value="1">one   </option>
	<option value="2">    two</option>
	<option value="3">three</option>
</select>
</p>
</card>
]]>
    </deck>
  </decks>
</test>

