summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2html-media.page
blob: 67a5549d6c02b5341d33247d5f7bc678d8425bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" type="guide" style="xslt-stylesheet" id="mal2html-media">
 <info>
  <link type="guide" xref="stylesheets" group="mal2html"/>
  <desc>Handle Mallard media elements.</desc>
  <revision version="3.8" date="2012-11-05" status="final"/>
 </info>
 <title>Mallard to HTML - Media Elements</title>
 <p>This stylesheet contains templates for handling Mallard <sys>media</sys> elements.
 It also handles TTML inside block audio and video <sys>media</sys> elements.</p>
 <links type="topic" groups="imports" style="linklist">
  <title>Imports Stylesheets</title>
 </links>
 <links type="topic" groups="includes" style="linklist">
  <title>Includes Stylesheets</title>
 </links>
 <links type="topic" groups="params" style="linklist">
  <title>Defines Parameters</title>
 </links>
 <links type="topic" groups="keys" style="linklist">
  <title>Defines Keys</title>
 </links>
 <links type="topic" groups="templates" style="linklist">
  <title>Defines Templates</title>
 </links>
 <links type="topic" groups="modes" style="linklist">
  <title>Defines Modes</title>
 </links>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="html.class.attr"/></p>
  </item>
  <item>
   <p><link xref="html.lang.attrs"/></p>
  </item>
  <item>
   <p><link xref="html.media.controls"/></p>
  </item>
  <item>
   <p><link xref="mal.if.test"/></p>
  </item>
  <item>
   <p><link xref="mal2html.span"/></p>
  </item>
  <item>
   <p><link xref="ttml.profile"/></p>
  </item>
  <item>
   <p><link xref="ttml.profile.attr"/></p>
  </item>
  <item>
   <p><link xref="ttml.time.range"/></p>
  </item>
 </list>
 <list style="compact">
  <title>Calls Modes</title>
  <item>
   <p><link xref="mal2html.block.mode"/></p>
  </item>
  <item>
   <p><link xref="mal2html.inline.mode"/></p>
  </item>
  <item>
   <p><link xref="mal2html.ttml.mode"/></p>
  </item>
 </list>
 <table rules="rows">
  <title>Implements Templates</title>
  <thead>
   <tr>
    <th>
     <p>Mode</p>
    </th>
    <th>
     <p>Match</p>
    </th>
   </tr>
  </thead>
  <tbody>
   <tr>
    <td>
     <p><code xref="mal2html.block.mode">mal2html.block.mode</code></p>
    </td>
    <td>
     <p><code>tt:*</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.block.mode">mal2html.block.mode</code></p>
    </td>
    <td>
     <p><code>mal:media</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.inline.content.mode">mal2html.inline.content.mode</code></p>
    </td>
    <td>
     <p><code>mal:media</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.inline.mode">mal2html.inline.mode</code></p>
    </td>
    <td>
     <p><code>tt:span</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.inline.mode">mal2html.inline.mode</code></p>
    </td>
    <td>
     <p><code>tt:br</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.inline.mode">mal2html.inline.mode</code></p>
    </td>
    <td>
     <p><code>mal:media</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.ttml.mode">mal2html.ttml.mode</code></p>
    </td>
    <td>
     <p><code>tt:tt</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.ttml.mode">mal2html.ttml.mode</code></p>
    </td>
    <td>
     <p><code>tt:body</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.ttml.mode">mal2html.ttml.mode</code></p>
    </td>
    <td>
     <p><code>tt:div</code></p>
    </td>
   </tr>
   <tr>
    <td>
     <p><code xref="mal2html.ttml.mode">mal2html.ttml.mode</code></p>
    </td>
    <td>
     <p><code>tt:p</code></p>
    </td>
   </tr>
  </tbody>
 </table>
</page>