<?xml version="1.0" encoding="UTF-8"?>
<!--

  $Author: gb $

  $Revision: 1.3 $

  $Log: 1_010903,v $
  Revision 1.3  2001/10/30 16:22:28  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:14  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/eventmodel/eventbindings/shadowing/1" class="A" scope="wml2" testtype="application" type="manual" source="wml2#5.6.3.3" device="both">
  <assertion>When a card level binding is set, the binding must appear inside a WML:CARD element and specify event-processing behaviour for that particular card. "reviewed 02 Aug 2001"
</assertion>
  <specnote>Create a document with at least two cards. One card should hold a timer event handler, and both card should hold a WML:TIMER element which could be set to '5' seconds. Each WML:TIMER could also be set to go to different cards. Display both cards, and make sure that the timer event only occurs for the card that holds the event binding.</specnote>
  <method>
    <![CDATA[<card newcontext="true" id="main">
</card>]]>
  </method>
</test>

