[html5] r6380 - [e] (0) didn't fix this properly in r5590 Fixing http://www.w3.org/Bugs/Public/s [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 5 20:33:35 PDT 2011


Author: ianh
Date: 2011-08-05 20:33:34 -0700 (Fri, 05 Aug 2011)
New Revision: 6380

Modified:
   complete.html
   index
   source
Log:
[e] (0) didn't fix this properly in r5590
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10829

Modified: complete.html
===================================================================
--- complete.html	2011-08-06 00:31:44 UTC (rev 6379)
+++ complete.html	2011-08-06 03:33:34 UTC (rev 6380)
@@ -21244,7 +21244,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>
@@ -21261,7 +21261,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>
 
@@ -21277,7 +21277,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>
 

Modified: index
===================================================================
--- index	2011-08-06 00:31:44 UTC (rev 6379)
+++ index	2011-08-06 03:33:34 UTC (rev 6380)
@@ -21113,7 +21113,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>
@@ -21130,7 +21130,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>
 
@@ -21146,7 +21146,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>
 

Modified: source
===================================================================
--- source	2011-08-06 00:31:44 UTC (rev 6379)
+++ source	2011-08-06 03:33:34 UTC (rev 6380)
@@ -22687,7 +22687,7 @@
    reading in hiragana.</p>
 
    <pre lang="ja">...
-<ruby>漢<rt>かん</rt>字<rt>じ&#x3000;</rt></ruby>
+<ruby>漢<rt>かん</rt>字<rt>じ</rt></ruby>
 ...</pre>
 
    <p>This might be rendered as:</p>
@@ -22705,7 +22705,7 @@
    <span title="" lang="zh-TW">漢字</span> is annotated
    with its bopomofo reading.</p>
 
-   <pre lang="zh-TW"><ruby>漢<rt>ㄏㄢˋ</rt>字<rt>ㄗˋ&#x3000;</rt></ruby></pre>
+   <pre lang="zh-TW"><ruby>漢<rt>ㄏㄢˋ</rt>字<rt>ㄗˋ</rt></ruby></pre>
 
    <p>This might be rendered as:</p>
 
@@ -22722,7 +22722,7 @@
    <span title="" lang="zh-CN">汉字</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>
 




More information about the Commit-Watchers mailing list