[html5] r5590 - [e] (0) Fix the markup to match the example renderings. Fixing http://www.w3.org [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 7 12:52:21 PDT 2010


Author: ianh
Date: 2010-10-07 12:52:19 -0700 (Thu, 07 Oct 2010)
New Revision: 5590

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix the markup to match the example renderings.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10829

Modified: complete.html
===================================================================
--- complete.html	2010-10-07 19:45:08 UTC (rev 5589)
+++ complete.html	2010-10-07 19:52:19 UTC (rev 5590)
@@ -19697,10 +19697,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>
@@ -19717,10 +19714,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>
 
@@ -19736,12 +19730,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>
 
@@ -32486,7 +32475,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and " height=300 src=http://images.whatwg.org/baselines.png width=738>x03A9; are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
+  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: index
===================================================================
--- index	2010-10-07 19:45:08 UTC (rev 5589)
+++ index	2010-10-07 19:52:19 UTC (rev 5590)
@@ -19674,10 +19674,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>
@@ -19694,10 +19691,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>
 
@@ -19713,12 +19707,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	2010-10-07 19:45:08 UTC (rev 5589)
+++ source	2010-10-07 19:52:19 UTC (rev 5590)
@@ -20999,10 +20999,7 @@
    reading in hiragana.</p>
 
    <pre lang="ja">...
-<ruby>
- 漢 <rt> かん </rt>
- 字 <rt> じ&#x3000; </rt>
-</ruby>
+<ruby>漢<rt>かん</rt>字<rt>じ&#x3000;</rt></ruby>
 ...</pre>
 
    <p>This might be rendered as:</p>
@@ -21020,10 +21017,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>ㄗˋ&#x3000;</rt></ruby></pre>
 
    <p>This might be rendered as:</p>
 
@@ -21040,12 +21034,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