- From: poot <cvsmail@w3.org>
- Date: Fri, 05 Aug 2011 23:33:52 -0400
- To: public-html-diffs@w3.org
hixie: didn't fix this properly in r5590 (whatwg r6380)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5093&r2=1.5094&f=h
http://html5.org/tools/web-apps-tracker?from=6379&to=6380
===================================================================
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:53 UTC