Skip to content

Commit

Permalink
restore tagging causing translation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 26, 2024
1 parent 4ebe190 commit ea60d4d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 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>

<div id="ex-01">
<div>Example 1 &#8212; Comparison of ordered and unordered lists</div>
<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>
&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> -->
</div>
&lt;/seq></code></pre>
</figure>

<div id="ex-02">
<div>Example 2 &#8212; Comparison of definition lists</div>
<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>
&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>
</div>
</figure>
</section>

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

<div id="ex-01">
<div>Example 1 &#8212; A basic overlay document</div>
<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>
Expand Down Expand Up @@ -186,10 +186,10 @@ <h3>Examples</h3>
&lt;/seq>
&lt;/body>
&lt;/smil></code></pre>
</div>
</figure>

<div id="ex-02">
<div>Example 2 &#8212; Linking a chapter document to its overlay</div>
<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"
Expand All @@ -199,7 +199,7 @@ <h3>Examples</h3>
&lt;item id="chapter_001_overlay"
href="chapter_001_overlay.smil"
media-type="application/smil+xml"/></code></pre>
</div>
</figure>
</section>

<section id="samp" class="sample">
Expand Down
16 changes: 10 additions & 6 deletions publishing/ja/sync-media/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ <h3>テクニック</h3>
<section id="ex">
<h3></h3>

<div id="ex-01"> <div>例1 — 順序付きリストと順序なしリストの比較</div> <pre id="ex-01-src" class="prettyprint linenums small">&lt;ul&gt;
<figure id="ex-01">
<figcaption>例1 — 順序付きリストと順序なしリストの比較</figcaption>
<pre id="ex-01-src" class="prettyprint linenums small">&lt;ul&gt;
&lt;li&gt;…&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;…&lt;/p&gt;
Expand All @@ -47,7 +49,8 @@ <h3>例</h3>
&lt;li&gt;…&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;/ul&gt;</pre> <pre id="ex-01a-src" class="prettyprint linenums small">&lt;seq epub:type="list"&gt;
&lt;/ul&gt;</pre>
<pre id="ex-01a-src" class="prettyprint linenums small">&lt;seq epub:type="list"&gt;
&lt;par epub:type="list-item"&gt;…&lt;/par&gt;
&lt;seq epub:type="list-item"&gt;
&lt;par&gt;…&lt;/par&gt;
Expand All @@ -58,10 +61,11 @@ <h3>例</h3>
&lt;par epub:type="list-item"&gt;…&lt;/par&gt;
&lt;/seq&gt;
&lt;/seq&gt;
&lt;/seq&gt;</pre> --&gt;</div>
&lt;/seq&gt;</pre>
</figure>

<div id="ex-02">
<div>例2 — 定義リストの比較</div>
<figure id="ex-02">
<figcaption>例2 — 定義リストの比較</figcaption>

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

<section id="desc">
Expand Down
12 changes: 6 additions & 6 deletions publishing/ja/sync-media/overlays.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ <h3>概要</h3>
<section id="ex">
<h3></h3>

<div id="ex-01">
<div>例 1 — 基本的なオーバーレイ ドキュメント</div>
<figure id="ex-01">
<figcaption>例 1 — 基本的なオーバーレイ ドキュメント</figcaption>

<p>次の例は、見出しと 2 つの段落のみで構成される章のオーバーレイ ドキュメントを示しています。</p>

Expand Down Expand Up @@ -170,10 +170,10 @@ <h3>例</h3>
&lt;/seq&gt;
&lt;/body&gt;
&lt;/smil&gt;</code></pre>
</div>
</figure>

<div id="ex-02">
<div>例 2 — 章のドキュメントをオーバーレイにリンクする</div>
<figure id="ex-02">
<figcaption>例 2 — 章のドキュメントをオーバーレイにリンクする</figcaption>

<pre id="ex-02-src" class="prettyprint linenums"><code>&lt;item id="xchapter_001"
href="chapter_001.xhtml"
Expand All @@ -183,7 +183,7 @@ <h3>例</h3>
&lt;item id="chapter_001_overlay"
href="chapter_001_overlay.smil"
media-type="application/smil+xml"/&gt;</code></pre>
</div>
</figure>
</section>

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

0 comments on commit ea60d4d

Please sign in to comment.