Skip to content

Commit

Permalink
test localize fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 16, 2024
1 parent a8e3f06 commit cd107d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions publishing/docs/sync-media/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h3>Techniques</h3>
<section id="ex">
<h3>Examples</h3>

<!-- <figure id="ex-01">
<figcaption>Example 1 &#8212; Comparison of ordered and unordered lists</figcaption>
<div id="ex-01">
<div>Example 1 &#8212; Comparison of ordered and unordered lists</div>

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

<figure id="ex-02">
<figcaption>Example 2 &#8212; Comparison of definition lists</figcaption>
<div id="ex-02">
<div>Example 2 &#8212; Comparison of definition lists</div>

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

<section id="desc">
Expand Down
20 changes: 10 additions & 10 deletions publishing/docs/sync-media/overlays.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ <h3>Overview</h3>
<section id="ex">
<h3>Examples</h3>

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

<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"
<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>
Expand Down Expand Up @@ -185,21 +185,21 @@ <h3>Examples</h3>
&lt;/par>
&lt;/seq>
&lt;/body>
&lt;/smil></code></pre> -->
</figure>
&lt;/smil></code></pre>
</div>

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

<!-- <pre id="ex-02-src" class="prettyprint linenums"><code>&lt;item id="xchapter_001"
<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>
media-type="application/smil+xml"/></code></pre>
</div>
</section>

<section id="samp" class="sample">
Expand Down

0 comments on commit cd107d0

Please sign in to comment.