xml/legacyminidomparser/xmlparser/test/SMIL_Test_Files/smil_input/valid/ascii_1.txt
changeset 34 c7e9f1c97567
parent 0 e35f40988205
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
       
     1 <!-- Focus of this test: 'a' element, attribute variations -->
       
     2 <!-- href SPECIFIED -->
       
     3 <!-- dur, repeatCount, repeatDur, begin, end, min, max, accesskey, tabindex, target, id, class, title,
       
     4      xml:lang SPECIFIED -->
       
     5 <!-- sourceLevel, destinationLevel SPECIFIED -->
       
     6 <!-- fill SPECIFIED="remove" -->
       
     7 <!-- sourcePlaystate SPECIFIED="play" -->
       
     8 <!-- destinationPlaystate SPECIFIED="play" -->
       
     9 <!-- show SPECIFIED="new" -->
       
    10 <!-- external SPECIFIED="true" -->
       
    11 <!-- actuate SPECIFIED="onRequest" -->
       
    12 
       
    13 <?xml version="1.0" ?>
       
    14 <!DOCTYPE SMIL PUBLIC "-//W3C//DTD SMIL 2.0 Basic//EN"
       
    15 "http://www.w3.org/TR/REC-smil/2000/SMIL20Basic.dtd">
       
    16 
       
    17 <smil xmlns="http://www.w3.org/TR/REC-smil/2000/SMIL20/Basic">
       
    18     <head>
       
    19         <!-- This is a "landscape" screen -->
       
    20         <layout>
       
    21             <root-layout width="352" height="144"/>
       
    22             <region id="source" width="176" height="144" left="0" top="0"/>
       
    23             <region id="destination" width="176" height="144" left="176" top="0"/>
       
    24         </layout>
       
    25     </head>
       
    26 
       
    27     <body>
       
    28         <a dur="10s" repeatCount="1.0" repeatDur="20s" begin="0s" end="30s" min="40s" max="50s" fill="remove"
       
    29          sourceLevel="100%" destinationLevel="90%" sourcePlaystate="play" destinationPlaystate="play" show="new"
       
    30          accesskey="a" tabindex="1" target="destination" external="true" actuate="onRequest"
       
    31          href="http://www.example.org/presentationB#next" id="PresBLink" class="class1 class2"
       
    32          title="Link to element with id='next' in SMIL Presentation B" xml:lang="en-GB">
       
    33             <img region="source" src="source.jpg"/>
       
    34         </a>
       
    35     </body>
       
    36 </smil>