Skip to content

Commit

Permalink
[giow] (0) Revert recent ruby change since it was based on a misunder…
Browse files Browse the repository at this point in the history
…standing of CSS.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20709
Affected topics: HTML, Rendering

git-svn-id: http://svn.whatwg.org/webapps@7752 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 14, 2013
1 parent 81ee32e commit 6197dc0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 13 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -54692,7 +54692,8 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
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
Expand Down Expand Up @@ -92930,7 +92931,7 @@ <h4 id=phrasing-content-1><span class=secno>14.3.4 </span>Phrasing content</h4>
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; }
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 13 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -54692,7 +54692,8 @@ fur
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
Expand Down Expand Up @@ -92930,7 +92931,7 @@ sub { vertical-align: sub; }
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; }
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -65228,7 +65228,9 @@ fur
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
Expand Down Expand Up @@ -108819,7 +108821,7 @@ sub { vertical-align: sub; }
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; }
Expand Down

0 comments on commit 6197dc0

Please sign in to comment.