[html5] r7245 - [e] (0) additional example Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 20 15:54:48 PDT 2012


Author: ianh
Date: 2012-08-20 15:54:46 -0700 (Mon, 20 Aug 2012)
New Revision: 7245

Modified:
   complete.html
   index
   source
Log:
[e] (0) additional example
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-20 21:58:38 UTC (rev 7244)
+++ complete.html	2012-08-20 22:54:46 UTC (rev 7245)
@@ -22862,6 +22862,12 @@
      <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</ruby><rt>たつみ</ruby>の方角
     </div>
 
+    <div class=example>
+     <p>This is the same example, but the meaning is given in English instead of Japanese:
+     <pre><ruby><ruby>東<rt>とう</rt>南<rt>なん</rt></ruby><rt lang=en>Southeast</rt></ruby>の方角</pre>
+     <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</ruby><rt lang=en>Southeast</ruby>の方角
+    </div>
+
    </dd>
 
   </dl><hr><p>Within a <code><a href=#the-ruby-element>ruby</a></code> element that does not have a

Modified: index
===================================================================
--- index	2012-08-20 21:58:38 UTC (rev 7244)
+++ index	2012-08-20 22:54:46 UTC (rev 7245)
@@ -22862,6 +22862,12 @@
      <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</ruby><rt>たつみ</ruby>の方角
     </div>
 
+    <div class=example>
+     <p>This is the same example, but the meaning is given in English instead of Japanese:
+     <pre><ruby><ruby>東<rt>とう</rt>南<rt>なん</rt></ruby><rt lang=en>Southeast</rt></ruby>の方角</pre>
+     <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</ruby><rt lang=en>Southeast</ruby>の方角
+    </div>
+
    </dd>
 
   </dl><hr><p>Within a <code><a href=#the-ruby-element>ruby</a></code> element that does not have a

Modified: source
===================================================================
--- source	2012-08-20 21:58:38 UTC (rev 7244)
+++ source	2012-08-20 22:54:46 UTC (rev 7245)
@@ -24496,6 +24496,12 @@
      <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</rt></ruby><rt>たつみ</rt></ruby>の方角
     </div>
 
+    <div class="example">
+     <p>This is the same example, but the meaning is given in English instead of Japanese:
+     <pre><ruby><ruby>東<rt>とう</rt>南<rt>なん</rt></ruby><rt lang=en>Southeast</rt></ruby>の方角</pre>
+     <p lang=ja><ruby><ruby>東<rt>とう</rt>南<rt>なん</rt></ruby><rt lang=en>Southeast</rt></ruby>の方角
+    </div>
+
    </dd>
 
   </dl>




More information about the Commit-Watchers mailing list