- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Aug 2011 03:46:25 +0000
- To: public-html-commits@w3.org
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">...
-<ruby>漢<rt>かん</rt>字<rt>じ </rt></ruby>
+<ruby>漢<rt>かん</rt>字<rt>じ</rt></ruby>
 ...</pre>
 
    <p>This might be rendered as:</p>
@@ -1776,7 +1776,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>
 
@@ -1790,7 +1790,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>
 
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>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Saturday, 6 August 2011 03:46:26 UTC