Skip to content

Commit

Permalink
[e] (0) xref 'tasks'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3761 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2009
1 parent 7c766bb commit 3266300
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 32 deletions.
30 changes: 15 additions & 15 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -5012,8 +5012,8 @@ 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 tasks is the
<a href=#networking-task-source>networking task source</a>.</p>
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
source</a>.</p>

</ol><p>If the user agent can determine the actual length of the file
being <a href=#fetch title=fetch>fetched</a> for an instance of this
Expand Down Expand Up @@ -10491,8 +10491,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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 tasks is the <a href=#dom-manipulation-task-source>DOM
manipulation task source</a>.</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
task source</a>.</p>

<hr><p id=linkui>Interactive user agents may provide users with a
means to <a href=#following-hyperlinks title="following hyperlinks">follow the
Expand Down Expand Up @@ -11527,8 +11527,8 @@ 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 tasks is the <a href=#dom-manipulation-task-source>DOM
manipulation task source</a>.</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
task source</a>.</p>

</div>

Expand Down Expand Up @@ -17956,8 +17956,8 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
called <code title=event-error><a href=#event-error>error</a></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 tasks is the <a href=#dom-manipulation-task-source>DOM
manipulation task source</a>.</p>
</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
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 @@ -34246,7 +34246,7 @@ You cannot complete this form until the field is correct.</samp></pre>
number is the element's <dfn id=concept-input-min title=concept-input-min>minimum</dfn>; otherwise, if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state
defines a <dfn id=concept-input-min-default title=concept-input-min-default>default
minimum</dfn>, then that is the <a href=#concept-input-min title=concept-input-min>minimum</a>; otherwise, the element has
no <a href=#concept-input-min title=concept-input-min>minimum</a>.)</p>
no <a href=#concept-input-min title=concept-input-min>minimum</a>.</p>

<p><strong>Constraint validation</strong>: When the element has a
<a href=#attr-input-min title=attr-input-min>minimum</a>, and the result of
Expand All @@ -34265,7 +34265,7 @@ You cannot complete this form until the field is correct.</samp></pre>
number is the element's <dfn id=concept-input-max title=concept-input-max>maximum</dfn>; otherwise, if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state
defines a <dfn id=concept-input-max-default title=concept-input-max-default>default
maximum</dfn>, then that is the <a href=#concept-input-max title=concept-input-max>maximum</a>; otherwise, the element has
no <a href=#concept-input-max title=concept-input-max>maximum</a>.)</p>
no <a href=#concept-input-max title=concept-input-max>maximum</a>.</p>

<p><strong>Constraint validation</strong>: When the element has a
<a href=#attr-input-max title=attr-input-max>maximum</a>, and the result of
Expand Down Expand Up @@ -34726,7 +34726,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>task</span> is the <a href=#user-interaction-task-source>user interaction task
<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
source</a>.</p>

</div>
Expand Down Expand Up @@ -49368,8 +49368,8 @@ 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 tasks is the <dfn id=timer-task-source>timer
task source</dfn>.</p>
</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
source</dfn>.</p>

</div>

Expand Down Expand Up @@ -66342,8 +66342,8 @@ 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 tasks is the <a href=#dom-manipulation-task-source>DOM
manipulation task source</a>.</p>
</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
task source</a>.</p>

<!-- XXX make sure things "delay the load event", e.g. applet and
object element's frame contents -->
Expand Down
41 changes: 24 additions & 17 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4715,8 +4715,9 @@ 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 <span>task source</span> for these tasks is the
<span>networking task source</span>.</p>
downloaded. The <span>task source</span> for these <span
title="concept-tasks">tasks</span> is the <span>networking task
source</span>.</p>

</ol>

Expand Down Expand Up @@ -11012,8 +11013,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
subresources (e.g. CSS parse errors, PNG decoding errors) are not
failures for the purposes of this paragraph.</p>

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

<hr>

Expand Down Expand Up @@ -12214,8 +12216,9 @@ people expect to have work and what is necessary.
the element's document until one of these <span
title="concept-task">tasks</span> has been queued.</p>

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

</div>

Expand Down Expand Up @@ -19295,8 +19298,9 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

</dl>

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

<hr>

Expand Down Expand Up @@ -38174,7 +38178,7 @@ You cannot complete this form until the field is correct.</samp></pre>
defines a <dfn title="concept-input-min-default">default
minimum</dfn>, then that is the <span
title="concept-input-min">minimum</span>; otherwise, the element has
no <span title="concept-input-min">minimum</span>.)</p>
no <span title="concept-input-min">minimum</span>.</p>

<p><strong>Constraint validation</strong>: When the element has a
<span title="attr-input-min">minimum</span>, and the result of
Expand All @@ -38201,7 +38205,7 @@ You cannot complete this form until the field is correct.</samp></pre>
defines a <dfn title="concept-input-max-default">default
maximum</dfn>, then that is the <span
title="concept-input-max">maximum</span>; otherwise, the element has
no <span title="concept-input-max">maximum</span>.)</p>
no <span title="concept-input-max">maximum</span>.</p>

<p><strong>Constraint validation</strong>: When the element has a
<span title="attr-input-max">maximum</span>, and the result of
Expand Down Expand Up @@ -38802,7 +38806,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">task</span> is the <span>user interaction task
title="concept-tasks">tasks</span> is the <span>user interaction task
source</span>.</p>

</div>
Expand Down Expand Up @@ -55932,8 +55936,9 @@ interface <dfn>WindowTimers</dfn> {

<hr>

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

</div>

Expand Down Expand Up @@ -61996,8 +62001,9 @@ interface <dfn>SQLStatementErrorCallback</dfn> {

</ol>

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



Expand Down Expand Up @@ -81513,8 +81519,9 @@ document.body.appendChild(text);

</ol>

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

<!-- XXX make sure things "delay the load event", e.g. applet and
object element's frame contents -->
Expand Down

0 comments on commit 3266300

Please sign in to comment.