~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to applications/generators/SVG/Tiny-1.2-NG/focus-attrib.rng

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  <define name='svg.Focus.attr' combine='interleave'>
15
15
    <optional>
16
 
      <attribute name='focusable' a:defaultValue='auto' svg:animatable='true' svg:inheritable='false'>
 
16
      <attribute name='focusable' svg:animatable='true' svg:inheritable='false'>
17
17
        <choice>
18
18
          <value>auto</value>
19
19
          <ref name='Boolean.datatype'/>
21
21
      </attribute>
22
22
    </optional>
23
23
    <optional>
24
 
      <attribute name='focusNext' svg:animatable='true' svg:inheritable='false'>
25
 
        <ref name='Focus.datatype'/>
26
 
      </attribute>
27
 
    </optional>
28
 
    <optional>
29
 
      <attribute name='focusPrev' svg:animatable='true' svg:inheritable='false'>
30
 
        <ref name='Focus.datatype'/>
31
 
      </attribute>
32
 
    </optional>
33
 
    <optional>
34
 
      <attribute name='focusNorth' svg:animatable='true' svg:inheritable='false'>
35
 
        <ref name='Focus.datatype'/>
36
 
      </attribute>
37
 
    </optional>
38
 
    <optional>
39
 
      <attribute name='focusNorthEast' svg:animatable='true' svg:inheritable='false'>
40
 
        <ref name='Focus.datatype'/>
41
 
      </attribute>
42
 
    </optional>
43
 
    <optional>
44
 
      <attribute name='focusEast' svg:animatable='true' svg:inheritable='false'>
45
 
        <ref name='Focus.datatype'/>
46
 
      </attribute>
47
 
    </optional>
48
 
    <optional>
49
 
      <attribute name='focusSouthEast' svg:animatable='true' svg:inheritable='false'>
50
 
        <ref name='Focus.datatype'/>
51
 
      </attribute>
52
 
    </optional>
53
 
    <optional>
54
 
      <attribute name='focusSouth' svg:animatable='true' svg:inheritable='false'>
55
 
        <ref name='Focus.datatype'/>
56
 
      </attribute>
57
 
    </optional>
58
 
    <optional>
59
 
      <attribute name='focusSouthWest' svg:animatable='true' svg:inheritable='false'>
60
 
        <ref name='Focus.datatype'/>
61
 
      </attribute>
62
 
    </optional>
63
 
    <optional>
64
 
      <attribute name='focusWest' svg:animatable='true' svg:inheritable='false'>
65
 
        <ref name='Focus.datatype'/>
66
 
      </attribute>
67
 
    </optional>
68
 
    <optional>
69
 
      <attribute name='focusNorthWest' svg:animatable='true' svg:inheritable='false'>
 
24
      <attribute name='nav-next' svg:animatable='true' svg:inheritable='false'>
 
25
        <ref name='Focus.datatype'/>
 
26
      </attribute>
 
27
    </optional>
 
28
    <optional>
 
29
      <attribute name='nav-prev' svg:animatable='true' svg:inheritable='false'>
 
30
        <ref name='Focus.datatype'/>
 
31
      </attribute>
 
32
    </optional>
 
33
    <optional>
 
34
      <attribute name='nav-up' svg:animatable='true' svg:inheritable='false'>
 
35
        <ref name='Focus.datatype'/>
 
36
      </attribute>
 
37
    </optional>
 
38
    <optional>
 
39
      <attribute name='nav-up-right' svg:animatable='true' svg:inheritable='false'>
 
40
        <ref name='Focus.datatype'/>
 
41
      </attribute>
 
42
    </optional>
 
43
    <optional>
 
44
      <attribute name='nav-right' svg:animatable='true' svg:inheritable='false'>
 
45
        <ref name='Focus.datatype'/>
 
46
      </attribute>
 
47
    </optional>
 
48
    <optional>
 
49
      <attribute name='nav-down-right' svg:animatable='true' svg:inheritable='false'>
 
50
        <ref name='Focus.datatype'/>
 
51
      </attribute>
 
52
    </optional>
 
53
    <optional>
 
54
      <attribute name='nav-down' svg:animatable='true' svg:inheritable='false'>
 
55
        <ref name='Focus.datatype'/>
 
56
      </attribute>
 
57
    </optional>
 
58
    <optional>
 
59
      <attribute name='nav-down-left' svg:animatable='true' svg:inheritable='false'>
 
60
        <ref name='Focus.datatype'/>
 
61
      </attribute>
 
62
    </optional>
 
63
    <optional>
 
64
      <attribute name='nav-left' svg:animatable='true' svg:inheritable='false'>
 
65
        <ref name='Focus.datatype'/>
 
66
      </attribute>
 
67
    </optional>
 
68
    <optional>
 
69
      <attribute name='nav-up-left' svg:animatable='true' svg:inheritable='false'>
70
70
        <ref name='Focus.datatype'/>
71
71
      </attribute>
72
72
    </optional>
73
73
  </define>
74
74
 
 
75
  <define name='svg.FocusHighlight.attr' combine='interleave'>
 
76
    <optional>
 
77
      <attribute name='focusHighlight' svg:animatable='true' svg:inheritable='false'>
 
78
        <choice>
 
79
          <value>auto</value>
 
80
          <value>none</value>
 
81
        </choice>
 
82
      </attribute>
 
83
    </optional>
 
84
  </define>
75
85
 
76
86
</grammar>