Skip to content

Commit

Permalink
[] (0) WF2: fix errors and redundant text in today's checkins.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2177 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 13, 2008
1 parent e849fe1 commit 1ae7930
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 5 additions & 6 deletions index
Expand Up @@ -26716,8 +26716,8 @@ function AddCloud(data, x, y) { ... }</pre>
href="#form">form</a></code> element.

<p>If the <dfn id=checkvalidity
title=dom-form-checkValidity>checkValidity()</dfn> method is invoked, the
user agent must <a href="#statically">statically validate the
title=dom-form-checkValidity><code>checkValidity()</code></dfn> method is
invoked, the user agent must <a href="#statically">statically validate the
constraints</a> of the <code><a href="#form">form</a></code> element, and
return true if the constraint validation return a <i>positive</i> result,
and false if it returned a <i>negative</i> result.
Expand Down Expand Up @@ -27586,7 +27586,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem

<li>
<p>Let <var title="">invalid controls</var> be an initially empty list of
elements.</p>
elements.

<li>
<p>For each element <var title="">field</var> in <var
Expand Down Expand Up @@ -27614,7 +27614,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem

<li>
<p>Let <var title="">unhandled invalid controls</var> be an initially
empty list of elements.</p>
empty list of elements.

<li>
<p>For each element <var title="">field</var> in <var title="">invalid
Expand All @@ -27624,8 +27624,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
<ol>
<li>
<p><a href="#firing2">Fire a simple event</a> named <code
title=event-invalid>invalid</code> at <var title="">field</var> that
is cancelable.
title=event-invalid>invalid</code> at <var title="">field</var>.

<li>
<p>If the event was not canceled, then add <var title="">field</var> to
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -24058,7 +24058,8 @@ function AddCloud(data, x, y) { ... }</pre>
title="concept-form-reset">reset</span> the <code>form</code>
element.</p>

<p>If the <dfn title="dom-form-checkValidity">checkValidity()</dfn>
<p>If the <dfn
title="dom-form-checkValidity"><code>checkValidity()</code></dfn>
method is invoked, the user agent must <span>statically validate the
constraints</span> of the <code>form</code> element, and return true
if the constraint validation return a <i>positive</i> result, and
Expand Down Expand Up @@ -24723,7 +24724,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
order</span>.</p></li>

<li><p>Let <var title="">invalid controls</var> be an initially
empty list of elements.</p></l>
empty list of elements.</p></li>

<li>

Expand Down Expand Up @@ -24751,7 +24752,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
return a <i>positive</i> result and abort these steps.</p></li>

<li><p>Let <var title="">unhandled invalid controls</var> be an
initially empty list of elements.</p></l>
initially empty list of elements.</p></li>

<li>

Expand All @@ -24762,8 +24763,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<ol>

<li><p><span>Fire a simple event</span> named <code
title="event-invalid">invalid</code> at <var title="">field</var>
that is cancelable.</p></li>
title="event-invalid">invalid</code> at <var
title="">field</var>.</p></li>

<li><p>If the event was not canceled, then add <var
title="">field</var> to <var title="">unhandled invalid
Expand Down

0 comments on commit 1ae7930

Please sign in to comment.