[html5] r7583 - [e] (0) More ruby examples. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 12 20:30:46 PST 2012
Author: ianh
Date: 2012-12-12 20:30:45 -0800 (Wed, 12 Dec 2012)
New Revision: 7583
Modified:
complete.html
index
source
Log:
[e] (0) More ruby examples.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-11 03:59:50 UTC (rev 7582)
+++ complete.html 2012-12-13 04:30:45 UTC (rev 7583)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -22294,6 +22294,11 @@
<p>In this example, notice how each annotation corresponds to a single base character.
<pre><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
<p lang=ja><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。
+ <p>This example can also be written as follows, using one <code><a href=#the-ruby-element>ruby</a></code> element with two
+ segments of base text and two annotations (one for each) rather than two back-to-back
+ <code><a href=#the-ruby-element>ruby</a></code> elements each with one base text segment and annotation (as in the markup
+ above):
+ <pre><ruby>君<rt>くん</rt>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
</div>
</dd>
Modified: index
===================================================================
--- index 2012-12-11 03:59:50 UTC (rev 7582)
+++ index 2012-12-13 04:30:45 UTC (rev 7583)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -22294,6 +22294,11 @@
<p>In this example, notice how each annotation corresponds to a single base character.
<pre><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
<p lang=ja><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。
+ <p>This example can also be written as follows, using one <code><a href=#the-ruby-element>ruby</a></code> element with two
+ segments of base text and two annotations (one for each) rather than two back-to-back
+ <code><a href=#the-ruby-element>ruby</a></code> elements each with one base text segment and annotation (as in the markup
+ above):
+ <pre><ruby>君<rt>くん</rt>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
</div>
</dd>
Modified: source
===================================================================
--- source 2012-12-11 03:59:50 UTC (rev 7582)
+++ source 2012-12-13 04:30:45 UTC (rev 7583)
@@ -23623,6 +23623,11 @@
<p>In this example, notice how each annotation corresponds to a single base character.
<pre><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
<p lang=ja><ruby>君<rt>くん</ruby><ruby>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。
+ <p>This example can also be written as follows, using one <code>ruby</code> element with two
+ segments of base text and two annotations (one for each) rather than two back-to-back
+ <code>ruby</code> elements each with one base text segment and annotation (as in the markup
+ above):
+ <pre><ruby>君<rt>くん</rt>子<rt>し</ruby>は<ruby>和<rt>わ</ruby>して<ruby>同<rt>どう</ruby>ぜず。</pre>
</div>
</dd>
More information about the Commit-Watchers
mailing list