- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Aug 2011 03:33:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10764
Modified Files:
Overview.html
Log Message:
didn't fix this properly in r5590 (whatwg r6380)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5093
retrieving revision 1.5094
diff -u -d -r1.5093 -r1.5094
--- Overview.html 6 Aug 2011 00:31:50 -0000 1.5093
+++ Overview.html 6 Aug 2011 03:33:39 -0000 1.5094
@@ -17620,7 +17620,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>
@@ -17635,7 +17635,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>
@@ -17649,7 +17649,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 Saturday, 6 August 2011 03:33:45 UTC