- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Oct 2010 19:52:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27634
Modified Files:
Overview.html
Log Message:
Fix the markup to match the example renderings. (whatwg r5590)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4467
retrieving revision 1.4468
diff -u -d -r1.4467 -r1.4468
--- Overview.html 7 Oct 2010 19:45:14 -0000 1.4467
+++ Overview.html 7 Oct 2010 19:52:25 -0000 1.4468
@@ -16996,10 +16996,7 @@
reading in hiragana.</p>
<pre lang="ja">...
-<ruby>
- 漢 <rt> かん </rt>
- 字 <rt> じ  </rt>
-</ruby>
+<ruby>漢<rt>かん</rt>字<rt>じ </rt></ruby>
...</pre>
<p>This might be rendered as:</p>
@@ -17014,10 +17011,7 @@
<span lang="zh-TW" title="">漢字</span> is annotated
with its bopomofo reading.</p>
- <pre lang="zh-TW"><ruby>
- 漢 <rt> ㄏㄢˋ </rt>
- 字 <rt> ㄗˋ  </rt>
-</ruby></pre>
+ <pre lang="zh-TW"><ruby>漢<rt>ㄏㄢˋ</rt>字<rt>ㄗˋ </rt></ruby></pre>
<p>This might be rendered as:</p>
@@ -17031,12 +17025,7 @@
<span lang="zh-CN" title="">汉字</span> is annotated
with its pinyin reading.</p>
- <pre lang="zh-CN">...
-<ruby>
- 汉 <rt> hàn </rt>
- 字 <rt> zì </rt>
-</ruby>
-...</pre>
+ <pre lang="zh-CN">...<ruby>汉<rt>hàn</rt>字<rt>zì </rt></ruby>...</pre>
<p>This might be rendered as:</p>
Received on Thursday, 7 October 2010 19:52:32 UTC