<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/syntax/attributes/5" class="A" scope="wml" testtype="application" type="manual" source="wml13#7.3" device="gateway">
  <assertion>Element attribute values that are defined as enumerated lists in
the WML DTD (e.g. the value for the MODE attribute of the P element)
are case sensitive, and are defined to be lower-case.  
The gateway shall not interpret upper-case versions of these attribute 
values as their lower-case equivalents.
</assertion>
  <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.</p>
<p mode="wrap">1. The browser indicates that the link could not be loaded or failure to render the new card.
2. The text was rendered as described by the browser.
Select Yes if either of the statements is true
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
<p mode="NOWRAP">This paragraph is line-wrapped on the screen even though it
has an attribute mode that is set to nowap.</p>
<p align="CENTER">This paragraph is left-aligned even though it has an
attribute align that is set to CENTER.</p>
</card>
]]>
    </deck>
  </decks>
</test>

