Skip to content

Commit

Permalink
[e] (0) xref fixes, spelling mistakes, and make some non-normative pa…
Browse files Browse the repository at this point in the history
…ragraphs less obviously non-normative since the point as being hammered maybe a little too hard.

git-svn-id: http://svn.whatwg.org/webapps@4004 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2009
1 parent db1304f commit 22d41c4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions index
Expand Up @@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-25-september-2009>Draft Standard &mdash; 25 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-26-september-2009>Draft Standard &mdash; 26 September 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -5076,7 +5076,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
as appropriate. If the resource can be processed incrementally, as,
for instance, with a progressively interlaced JPEG or an HTML file,
additional tasks may be queued to process the data as it is
downloaded. The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#networking-task-source>networking task
downloaded. The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#networking-task-source>networking task
source</a>.</p>

</ol><p>If the user agent can determine the actual length of the file
Expand Down Expand Up @@ -10542,7 +10542,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;
subresources (e.g. CSS parse errors, PNG decoding errors) are not
failures for the purposes of this paragraph.</p>

<p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#dom-manipulation-task-source>DOM manipulation
<p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#dom-manipulation-task-source>DOM manipulation
task source</a>.</p>

<hr><p id=linkui>Interactive user agents may provide users with a
Expand Down Expand Up @@ -11687,7 +11687,7 @@ people expect to have work and what is necessary.
<code><a href=#the-style-element>style</a></code> element must <a href=#delay-the-load-event>delay the load event</a> of
the element's document until one of these <a href=#concept-task title=concept-task>tasks</a> has been queued.</p>

<p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#dom-manipulation-task-source>DOM manipulation
<p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#dom-manipulation-task-source>DOM manipulation
task source</a>.</p>

</div>
Expand Down Expand Up @@ -18402,7 +18402,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
called <code title=event-error>error</code> on the
<code><a href=#the-img-element>img</a></code> element.</dd>

</dl><p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#dom-manipulation-task-source>DOM manipulation
</dl><p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#dom-manipulation-task-source>DOM manipulation
task source</a>.</p>

<hr><p>What an <code><a href=#the-img-element>img</a></code> element represents depends on the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute and the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute.</p>
Expand Down Expand Up @@ -35203,7 +35203,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
result is a number greater than zero, then the user agent should
ensure that at least that many characters are visible.</p>

<p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute
<p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute is
<a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero numbers</a>.</p>

</div>
Expand Down Expand Up @@ -35917,7 +35917,7 @@ You cannot complete this form until the field is correct.</samp></pre>
of the element's <a href=#activation-behavior>activation behavior</a> and as part of the
<a href=#unfocusing-steps>unfocusing steps</a>.</p>

<p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#user-interaction-task-source>user interaction task
<p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#user-interaction-task-source>user interaction task
source</a>.</p>

</div>
Expand Down Expand Up @@ -36989,7 +36989,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<ol><li><p>Replace every occurrence of a U+000D CARRIAGE RETURN (CR)
character not followed by a U+000A LINE FEED (LF) character, and
every occurrence of a U+000A LINE FEED (LF) character not proceeded
every occurrence of a U+000A LINE FEED (LF) character not preceded
by a U+000D CARRIAGE RETURN (CR) character, by a two-character
string consisting of a U+000D CARRIAGE RETURN - U+000A LINE FEED
(CRLF) character pair.</li>
Expand Down Expand Up @@ -38044,45 +38044,45 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<dl><dt> <dfn id=suffering-from-being-missing>Suffering from being missing</dfn> </dt>

<dd> <p class=note>When a control has no <a href=#concept-fe-value title=concept-fe-value>value</a> but has a <code title="">required</code> attribute (<code><a href=#the-input-element>input</a></code> <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code><a href=#the-textarea-element>textarea</a></code>
<dd> <p>When a control has no <a href=#concept-fe-value title=concept-fe-value>value</a> but has a <code title="">required</code> attribute (<code><a href=#the-input-element>input</a></code> <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code><a href=#the-textarea-element>textarea</a></code>
<code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code>). </dd>

<dt> <dfn id=suffering-from-a-type-mismatch>Suffering from a type mismatch</dfn> </dt>

<dd> <p class=note>When a control that allows arbitrary user
<dd> <p>When a control that allows arbitrary user
input has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is not
in the correct syntax (<a href=#e-mail-state title=attr-input-type-email>E-mail</a>, <a href=#url-state title=attr-input-type-url>URL</a>). </dd>

<dt> <dfn id=suffering-from-a-pattern-mismatch>Suffering from a pattern mismatch</dfn> </dt>

<dd> <p class=note>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that doesn't satisfy the
<dd> <p>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that doesn't satisfy the
<code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute.</dd>

<dt> <dfn id=suffering-from-being-too-long>Suffering from being too long</dfn> </dt>

<dd> <p class=note>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too long for the
<dd> <p>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too long for the
<a href=#attr-fe-maxlength title=attr-fe-maxlength>form control <code title="">maxlength</code> attribute</a> (<code><a href=#the-input-element>input</a></code>
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code><a href=#the-textarea-element>textarea</a></code> <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code>). </dd>

<dt> <dfn id=suffering-from-an-underflow>Suffering from an underflow</dfn> </dt>

<dd> <p class=note>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too low for the <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute.</dd>
<dd> <p>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too low for the <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute.</dd>

<dt> <dfn id=suffering-from-an-overflow>Suffering from an overflow</dfn> </dt>

<dd> <p class=note>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too high for the
<dd> <p>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that is too high for the
<code title=attr-input-max><a href=#attr-input-max>max</a></code> attribute.</dd>

<dt> <dfn id=suffering-from-a-step-mismatch>Suffering from a step mismatch</dfn> </dt>

<dd> <p class=note>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that doesn't fit the rules
<dd> <p>When a control has a <a href=#concept-fe-value title=concept-fe-value>value</a> that doesn't fit the rules
given by the <code title=attr-input-step><a href=#attr-input-step>step</a></code>
attribute.</dd>

<dt> <dfn id=suffering-from-a-custom-error>Suffering from a custom error</dfn> </dt>

<dd> <p class=note>When a control's <a href=#custom-validity-error-message>custom validity error
<dd> <p>When a control's <a href=#custom-validity-error-message>custom validity error
message</a> (as set by the element's <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
method) is not the empty string.</p> </dd>

Expand Down Expand Up @@ -50850,7 +50850,7 @@ interface <dfn id=windowtimers>WindowTimers</dfn> {

<li><p>Return <var title="">timeout</var>.</li>

</ol><hr><p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <dfn id=timer-task-source>timer task
</ol><hr><p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <dfn id=timer-task-source>timer task
source</dfn>.</p>

</div>
Expand Down Expand Up @@ -68203,7 +68203,7 @@ document.body.appendChild(text);
current value of the <a href=#pending-state-object>pending state object</a>. This event
must bubble but not be cancelable and has no default action.</li>

</ol><p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#dom-manipulation-task-source>DOM manipulation
</ol><p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#dom-manipulation-task-source>DOM manipulation
task source</a>.</p>

</div>
Expand Down
36 changes: 18 additions & 18 deletions source
Expand Up @@ -4749,7 +4749,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
for instance, with a progressively interlaced JPEG or an HTML file,
additional tasks may be queued to process the data as it is
downloaded. The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>networking task
title="concept-task">tasks</span> is the <span>networking task
source</span>.</p>

</ol>
Expand Down Expand Up @@ -11009,7 +11009,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
failures for the purposes of this paragraph.</p>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>DOM manipulation
title="concept-task">tasks</span> is the <span>DOM manipulation
task source</span>.</p>

<hr>
Expand Down Expand Up @@ -12323,7 +12323,7 @@ people expect to have work and what is necessary.
title="concept-task">tasks</span> has been queued.</p>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>DOM manipulation
title="concept-task">tasks</span> is the <span>DOM manipulation
task source</span>.</p>

</div>
Expand Down Expand Up @@ -19698,7 +19698,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
</dl>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>DOM manipulation
title="concept-task">tasks</span> is the <span>DOM manipulation
task source</span>.</p>

<hr>
Expand Down Expand Up @@ -39171,7 +39171,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
result is a number greater than zero, then the user agent should
ensure that at least that many characters are visible.</p>

<p>The <code title="dom-input-size">size</code> IDL attribute
<p>The <code title="dom-input-size">size</code> IDL attribute is
<span>limited to only positive non-zero numbers</span>.</p>

</div>
Expand Down Expand Up @@ -40056,7 +40056,7 @@ You cannot complete this form until the field is correct.</samp></pre>
<span>unfocusing steps</span>.</p>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>user interaction task
title="concept-task">tasks</span> is the <span>user interaction task
source</span>.</p>

</div>
Expand Down Expand Up @@ -41340,7 +41340,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<li><p>Replace every occurrence of a U+000D CARRIAGE RETURN (CR)
character not followed by a U+000A LINE FEED (LF) character, and
every occurrence of a U+000A LINE FEED (LF) character not proceeded
every occurrence of a U+000A LINE FEED (LF) character not preceded
by a U+000D CARRIAGE RETURN (CR) character, by a two-character
string consisting of a U+000D CARRIAGE RETURN - U+000A LINE FEED
(CRLF) character pair.</p></li>
Expand Down Expand Up @@ -42606,29 +42606,29 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<dt> <dfn>Suffering from being missing</dfn> </dt>

<dd> <p class="note">When a control has no <span
<dd> <p>When a control has no <span
title="concept-fe-value">value</span> but has a <code
title="">required</code> attribute (<code>input</code> <code
title="attr-input-required">required</code>, <code>textarea</code>
<code title="attr-textarea-required">required</code>). </p></dd>

<dt> <dfn>Suffering from a type mismatch</dfn> </dt>

<dd> <p class="note">When a control that allows arbitrary user
<dd> <p>When a control that allows arbitrary user
input has a <span title="concept-fe-value">value</span> that is not
in the correct syntax (<span
title="attr-input-type-email">E-mail</span>, <span
title="attr-input-type-url">URL</span>). </p></dd>

<dt> <dfn>Suffering from a pattern mismatch</dfn> </dt>

<dd> <p class="note">When a control has a <span
<dd> <p>When a control has a <span
title="concept-fe-value">value</span> that doesn't satisfy the
<code title="attr-input-pattern">pattern</code> attribute.</p></dd>

<dt> <dfn>Suffering from being too long</dfn> </dt>

<dd> <p class="note">When a control has a <span
<dd> <p>When a control has a <span
title="concept-fe-value">value</span> that is too long for the
<span title="attr-fe-maxlength">form control <code
title="">maxlength</code> attribute</span> (<code>input</code>
Expand All @@ -42638,26 +42638,26 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<dt> <dfn>Suffering from an underflow</dfn> </dt>

<dd> <p class="note">When a control has a <span
<dd> <p>When a control has a <span
title="concept-fe-value">value</span> that is too low for the <code
title="attr-input-min">min</code> attribute.</p></dd>

<dt> <dfn>Suffering from an overflow</dfn> </dt>

<dd> <p class="note">When a control has a <span
<dd> <p>When a control has a <span
title="concept-fe-value">value</span> that is too high for the
<code title="attr-input-max">max</code> attribute.</p></dd>

<dt> <dfn>Suffering from a step mismatch</dfn> </dt>

<dd> <p class="note">When a control has a <span
<dd> <p>When a control has a <span
title="concept-fe-value">value</span> that doesn't fit the rules
given by the <code title="attr-input-step">step</code>
attribute.</p></dd>

<dt> <dfn>Suffering from a custom error</dfn> </dt>

<dd> <p class="note">When a control's <span>custom validity error
<dd> <p>When a control's <span>custom validity error
message</span> (as set by the element's <code
title="dom-cva-setCustomValidity">setCustomValidity()</code>
method) is not the empty string.</p> </dd>
Expand Down Expand Up @@ -57486,7 +57486,7 @@ interface <dfn>WindowTimers</dfn> {
<hr>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <dfn>timer task
title="concept-task">tasks</span> is the <dfn>timer task
source</dfn>.</p>

</div>
Expand Down Expand Up @@ -63679,7 +63679,7 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
</ol>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <dfn>database access task
title="concept-task">tasks</span> is the <dfn>database access task
source</dfn>.</p>


Expand Down Expand Up @@ -83594,7 +83594,7 @@ document.body.appendChild(text);
</ol>

<p>The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>DOM manipulation
title="concept-task">tasks</span> is the <span>DOM manipulation
task source</span>.</p>

</div>
Expand Down

0 comments on commit 22d41c4

Please sign in to comment.