html5/spec spec.html,1.1593,1.1594 text-level-semantics.html,1.1050,1.1051

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11958

Modified Files:
	spec.html text-level-semantics.html 
Log Message:
didn't fix this properly in r5590 (whatwg r6380)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1050
retrieving revision 1.1051
diff -u -d -r1.1050 -r1.1051
--- text-level-semantics.html	4 Aug 2011 06:46:24 -0000	1.1050
+++ text-level-semantics.html	6 Aug 2011 03:46:23 -0000	1.1051
@@ -1761,7 +1761,7 @@
    reading in hiragana.</p>
 
    <pre lang="ja">...
-&lt;ruby&gt;&#28450;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&#23383;&lt;rt&gt;&#12376;&#12288;&lt;/rt&gt;&lt;/ruby&gt;
+&lt;ruby&gt;&#28450;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&#23383;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;/ruby&gt;
 ...</pre>
 
    <p>This might be rendered as:</p>
@@ -1776,7 +1776,7 @@
    <span lang="zh-TW" title="">&#28450;&#23383;</span> is annotated
    with its bopomofo reading.</p>
 
-   <pre lang="zh-TW">&lt;ruby&gt;&#28450;&lt;rt&gt;&#12559;&#12578;&#715;&lt;/rt&gt;&#23383;&lt;rt&gt;&#12567;&#715;&#12288;&lt;/rt&gt;&lt;/ruby&gt;</pre>
+   <pre lang="zh-TW">&lt;ruby&gt;&#28450;&lt;rt&gt;&#12559;&#12578;&#715;&lt;/rt&gt;&#23383;&lt;rt&gt;&#12567;&#715;&lt;/rt&gt;&lt;/ruby&gt;</pre>
 
    <p>This might be rendered as:</p>
 
@@ -1790,7 +1790,7 @@
    <span lang="zh-CN" title="">&#27721;&#23383;</span> is annotated
    with its pinyin reading.</p>
 
-   <pre lang="zh-CN">...&lt;ruby&gt;&#27721;&lt;rt&gt;h&#224;n&lt;/rt&gt;&#23383;&lt;rt&gt;z&#236;&#160;&lt;/rt&gt;&lt;/ruby&gt;...</pre>
+   <pre lang="zh-CN">...&lt;ruby&gt;&#27721;&lt;rt&gt;h&#224;n&lt;/rt&gt;&#23383;&lt;rt&gt;z&#236;&lt;/rt&gt;&lt;/ruby&gt;...</pre>
 
    <p>This might be rendered as:</p>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1593
retrieving revision 1.1594
diff -u -d -r1.1593 -r1.1594
--- spec.html	6 Aug 2011 00:47:06 -0000	1.1593
+++ spec.html	6 Aug 2011 03:46:22 -0000	1.1594
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5093.
+This is revision 1.5094.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Saturday, 6 August 2011 03:46:26 UTC