[html5] r7749 - [giow] (3) make <ruby> reset text-indent for sanity's sake (like with table) Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 13 16:29:57 PDT 2013


Author: ianh
Date: 2013-03-13 16:29:56 -0700 (Wed, 13 Mar 2013)
New Revision: 7749

Modified:
   complete.html
   index
   source
Log:
[giow] (3) make <ruby> reset text-indent for sanity's sake (like with table)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20709
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-03-11 23:43:35 UTC (rev 7748)
+++ complete.html	2013-03-13 23:29:56 UTC (rev 7749)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -92930,7 +92930,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; }
+ruby { display: ruby; text-indent: initial; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }

Modified: index
===================================================================
--- index	2013-03-11 23:43:35 UTC (rev 7748)
+++ index	2013-03-13 23:29:56 UTC (rev 7749)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -92930,7 +92930,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; }
+ruby { display: ruby; text-indent: initial; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }

Modified: source
===================================================================
--- source	2013-03-11 23:43:35 UTC (rev 7748)
+++ source	2013-03-13 23:29:56 UTC (rev 7749)
@@ -108820,7 +108820,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; }
+ruby { display: ruby; text-indent: initial; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }




More information about the Commit-Watchers mailing list