HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6380

SVNBugCommentTime (UTC)
638010829didn't fix this properly in r55902011-08-06 03:33
Index: source
===================================================================
--- source	(revision 6379)
+++ source	(revision 6380)
@@ -22687,7 +22687,7 @@
    reading in hiragana.</p>
 
    <pre lang="ja">...
-&lt;ruby>&#28450;&lt;rt>&#12363;&#12435;&lt;/rt>&#23383;&lt;rt>&#12376;&#x3000;&lt;/rt>&lt;/ruby>
+&lt;ruby>&#28450;&lt;rt>&#12363;&#12435;&lt;/rt>&#23383;&lt;rt>&#12376;&lt;/rt>&lt;/ruby>
 ...</pre>
 
    <p>This might be rendered as:</p>
@@ -22705,7 +22705,7 @@
    <span title="" lang="zh-TW">&#28450;&#23383;</span> is annotated
    with its bopomofo reading.</p>
 
-   <pre lang="zh-TW">&lt;ruby>&#28450;&lt;rt>&#12559;&#12578;&#715;&lt;/rt>&#23383;&lt;rt>&#12567;&#715;&#x3000;&lt;/rt>&lt;/ruby></pre>
+   <pre lang="zh-TW">&lt;ruby>&#28450;&lt;rt>&#12559;&#12578;&#715;&lt;/rt>&#23383;&lt;rt>&#12567;&#715;&lt;/rt>&lt;/ruby></pre>
 
    <p>This might be rendered as:</p>
 
@@ -22722,7 +22722,7 @@
    <span title="" lang="zh-CN">&#27721;&#23383;</span> is annotated
    with its pinyin reading.</p>
 
-   <pre lang="zh-CN">...&lt;ruby>&#27721;&lt;rt>h&#224;n&lt;/rt>&#23383;&lt;rt>z&#236;&nbsp;&lt;/rt>&lt;/ruby>...</pre>
+   <pre lang="zh-CN">...&lt;ruby>&#27721;&lt;rt>h&#224;n&lt;/rt>&#23383;&lt;rt>z&#236;&lt;/rt>&lt;/ruby>...</pre>
 
    <p>This might be rendered as:</p>
 

|