- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Oct 2010 20:16:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1295
Modified Files:
spec.html text-level-semantics.html
Log Message:
Fix the markup to match the example renderings. (whatwg r5590)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- text-level-semantics.html 29 Sep 2010 22:46:36 -0000 1.1008
+++ text-level-semantics.html 7 Oct 2010 20:16:37 -0000 1.1009
@@ -1732,10 +1732,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>
@@ -1750,10 +1747,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>
@@ -1767,12 +1761,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.1275
retrieving revision 1.1276
diff -u -d -r1.1275 -r1.1276
--- spec.html 7 Oct 2010 19:46:34 -0000 1.1275
+++ spec.html 7 Oct 2010 20:16:37 -0000 1.1276
@@ -341,7 +341,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.4467.
+This is revision 1.4468.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 7 October 2010 20:16:41 UTC