Skip to content

Commit

Permalink
temp comment out smil examples for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 16, 2024
1 parent 32ae1cb commit 5ca2642
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 4 deletions.
10 changes: 6 additions & 4 deletions publishing/docs/sync-media/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ <h3>Techniques</h3>
<h3>Examples</h3>
<figure id="ex-01">
<figcaption>Example 1 &#8212; Comparison of ordered and unordered lists</figcaption>
<pre id="ex-01-src" class="prettyprint linenums small"><code>&lt;ul>

<!-- <pre id="ex-01-src" class="prettyprint linenums small"><code>&lt;ul>
&lt;li>&#8230;&lt;/li>
&lt;li>
&lt;p>&#8230;&lt;/p>
Expand All @@ -59,12 +60,13 @@ <h3>Examples</h3>
&lt;par epub:type="list-item">&#8230;&lt;/par>
&lt;/seq>
&lt;/seq>
&lt;/seq></code></pre>
&lt;/seq></code></pre> -->
</figure>

<figure id="ex-02">
<figcaption>Example 2 &#8212; Comparison of definition lists</figcaption>
<pre id="ex-02-src" class="prettyprint linenums small"><code>&lt;dl>

<!-- <pre id="ex-02-src" class="prettyprint linenums small"><code>&lt;dl>
&lt;dt>&#8230;&lt;/dt>
&lt;dd>&#8230;&lt;/dd>
Expand All @@ -88,7 +90,7 @@ <h3>Examples</h3>
&lt;par>&#8230;&lt;/par>
&lt;par>&#8230;&lt;/par>
&lt;/seq>
&lt;/seq></code></pre>
&lt;/seq></code></pre> -->
</figure>
</section>

Expand Down
58 changes: 58 additions & 0 deletions publishing/docs/sync-media/overlays.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,64 @@ <h3>Overview</h3>

</section>

<section id="ex">
<h3>Examples</h3>

<figure id="ex-01">
<figcaption>Example 1 &#8212; A basic overlay document</figcaption>

<p>The following example shows an overlay document for a chapter that consists of only a heading and two
paragraphs.</p>

<!-- <pre id="ex-01-src" class="prettyprint linenums"><code>&lt;smil xmlns="http://www.w3.org/ns/SMIL"
xmlns:epub="http://www.idpf.org/2007/ops"
version="3.0">
&lt;body>
&lt;seq
epub:textref="chapter_001.xhtml"
epub:type="bodymatter chapter">
&lt;par>
&lt;text src="chapter_001.xhtml#c01h01"/>
&lt;audio
src="audio/c01.mp4"
clipBegin="0:00:00.000"
clipEnd="0:00:05.250"/>
&lt;/par>
&lt;par>
&lt;text src="chapter_001.xhtml#c01p0001"/>
&lt;audio
src="audio/c01.mp4"
clipBegin="0:00:05.250"
clipEnd="0:00:58.100"/>
&lt;/par>
&lt;par>
&lt;text src="chapter_001.xhtml#c01p0002"/>
&lt;audio
src="audio/c01.mp4"
clipBegin="0:00:58.100"
clipEnd="0:02:04.000"/>
&lt;/par>
&lt;/seq>
&lt;/body>
&lt;/smil></code></pre> -->
</figure>

<figure id="ex-02">
<figcaption>Example 2 &#8212; Linking a chapter document to its overlay</figcaption>

<!-- <pre id="ex-02-src" class="prettyprint linenums"><code>&lt;item id="xchapter_001"
href="chapter_001.xhtml"
media-type="application/xhtml+xml"
media-overlay="chapter_001_overlay"/>
&lt;item id="chapter_001_overlay"
href="chapter_001_overlay.smil"
media-type="application/smil+xml"/></code></pre> -->
</figure>
</section>

<section id="samp" class="sample">
<h3>Samples</h3>
Expand Down

0 comments on commit 5ca2642

Please sign in to comment.