[html5] r7752 - [giow] (0) Revert recent ruby change since it was based on a misunderstanding of [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 13 17:11:28 PDT 2013


Author: ianh
Date: 2013-03-13 17:11:27 -0700 (Wed, 13 Mar 2013)
New Revision: 7752

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Revert recent ruby change since it was based on a misunderstanding of CSS.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20709
Affected topics: HTML, Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-03-13 23:58:07 UTC (rev 7751)
+++ complete.html	2013-03-14 00:11:27 UTC (rev 7752)
@@ -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 13 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 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>
@@ -54692,7 +54692,8 @@
    method</var> flag is not set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false, then <a href=#interactively-validate-the-constraints>interactively
    validate the constraints</a> of <var title="">form</var> and examine the result: if the result
    is negative (the constraint validation concluded that there were invalid fields and probably
-   informed the user of this) then abort these steps.</li>
+   informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> elmeent and then abort these
+   steps.</li>
 
    <li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
    method</var> flag is not set, then <a href=#fire-a-simple-event>fire a simple event</a> that bubbles and is
@@ -92930,7 +92931,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; text-indent: initial; }
+ruby { display: ruby; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }

Modified: index
===================================================================
--- index	2013-03-13 23:58:07 UTC (rev 7751)
+++ index	2013-03-14 00:11:27 UTC (rev 7752)
@@ -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 13 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 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>
@@ -54692,7 +54692,8 @@
    method</var> flag is not set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false, then <a href=#interactively-validate-the-constraints>interactively
    validate the constraints</a> of <var title="">form</var> and examine the result: if the result
    is negative (the constraint validation concluded that there were invalid fields and probably
-   informed the user of this) then abort these steps.</li>
+   informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> elmeent and then abort these
+   steps.</li>
 
    <li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
    method</var> flag is not set, then <a href=#fire-a-simple-event>fire a simple event</a> that bubbles and is
@@ -92930,7 +92931,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; text-indent: initial; }
+ruby { display: ruby; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }

Modified: source
===================================================================
--- source	2013-03-13 23:58:07 UTC (rev 7751)
+++ source	2013-03-14 00:11:27 UTC (rev 7752)
@@ -65228,7 +65228,9 @@
    title="concept-fs-novalidate">no-validate state</span> is false, then <span>interactively
    validate the constraints</span> of <var title="">form</var> and examine the result: if the result
    is negative (the constraint validation concluded that there were invalid fields and probably
-   informed the user of this) then abort these steps.</p></li>
+   informed the user of this) then <span>fire a simple event</span> named <code
+   title="event-invalid">invalid</code> at the <var title="">form</var> elmeent and then abort these
+   steps.</p></li>
 
    <li><p>If the <var title="">submitted from <code title="dom-form-submit">submit()</code>
    method</var> flag is not set, then <span>fire a simple event</span> that bubbles and is
@@ -108819,7 +108821,7 @@
 sup { vertical-align: super; }
 sub, sup { line-height: normal; font-size: smaller; }
 
-ruby { display: ruby; text-indent: initial; }
+ruby { display: ruby; }
 rt { display: ruby-text; }
 
 :link { color: #0000EE; }




More information about the Commit-Watchers mailing list