[html5] r6954 - [e] (0) Make this example more realistic. Fixing https://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 31 14:33:49 PST 2012


Author: ianh
Date: 2012-01-31 14:33:47 -0800 (Tue, 31 Jan 2012)
New Revision: 6954

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this example more realistic.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=10829
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-31 21:15:33 UTC (rev 6953)
+++ complete.html	2012-01-31 22:33:47 UTC (rev 6954)
@@ -22394,10 +22394,7 @@
    legacy user agents the readings are in parentheses:</p>
 
    <pre lang=ja>...
-<ruby>
- 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
- 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
-</ruby>
+<ruby>漢<rp> (</rp><rt>かん</rt><rp>) </rp>字<rp> (</rp><rt>じ</rt><rp>) </rp></ruby>
 ...</pre>
 
    <p>In conforming user agents the rendering would be as above, but

Modified: index
===================================================================
--- index	2012-01-31 21:15:33 UTC (rev 6953)
+++ index	2012-01-31 22:33:47 UTC (rev 6954)
@@ -22394,10 +22394,7 @@
    legacy user agents the readings are in parentheses:</p>
 
    <pre lang=ja>...
-<ruby>
- 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
- 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
-</ruby>
+<ruby>漢<rp> (</rp><rt>かん</rt><rp>) </rp>字<rp> (</rp><rt>じ</rt><rp>) </rp></ruby>
 ...</pre>
 
    <p>In conforming user agents the rendering would be as above, but

Modified: source
===================================================================
--- source	2012-01-31 21:15:33 UTC (rev 6953)
+++ source	2012-01-31 22:33:47 UTC (rev 6954)
@@ -24002,10 +24002,7 @@
    legacy user agents the readings are in parentheses:</p>
 
    <pre lang="ja">...
-<ruby>
- 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
- 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
-</ruby>
+<ruby>漢<rp> (</rp><rt>かん</rt><rp>) </rp>字<rp> (</rp><rt>じ</rt><rp>) </rp></ruby>
 ...</pre>
 
    <p>In conforming user agents the rendering would be as above, but




More information about the Commit-Watchers mailing list