Skip to content

Commit

Permalink
reorder some sections around in the processing model to slightly more…
Browse files Browse the repository at this point in the history
… closely match the order the elements are defined in

git-svn-id: http://svn.whatwg.org/webapps@291 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 14, 2006
1 parent 9e544f7 commit 1900dcd
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 92 deletions.
140 changes: 70 additions & 70 deletions index
Expand Up @@ -653,67 +653,67 @@
title=SCS>[SCS]</span> Runtime script errors</a>
</ul>

<li><a href="#headings"><span class=secno>4.3. </span><dfn
<li><a href="#classes"><span class=secno>4.3. </span>Classes and
metadata?</a>

<li><a href="#headings"><span class=secno>4.4. </span><dfn
id=headings0>Headings and sections</dfn></a>
<ul class=toc>
<li><a href="#outlines"><span class=secno>4.3.1. </span>Creating an
<li><a href="#outlines"><span class=secno>4.4.1. </span>Creating an
outline</a>

<li><a href="#determining0"><span class=secno>4.3.2.
<li><a href="#determining0"><span class=secno>4.4.2.
</span>Determining which heading and section applies to a particular
node</a>
</ul>

<li><a href="#links"><span class=secno>4.4. </span>Links</a>
<li><a href="#links"><span class=secno>4.5. </span>Links</a>
<ul class=toc>
<li><a href="#hyperlink"><span class=secno>4.4.1. </span>Hyperlink
<li><a href="#hyperlink"><span class=secno>4.5.1. </span>Hyperlink
elements</a>

<li><a href="#following"><span class=secno>4.4.2. </span><dfn
<li><a href="#following"><span class=secno>4.5.2. </span><dfn
id=following0>Following hyperlinks</dfn></a>

<li><a href="#link-types"><span class=secno>4.4.3. </span>Link
<li><a href="#link-types"><span class=secno>4.5.3. </span>Link
types</a>

<li><a href="#image"><span class=secno>4.4.4. </span>Image maps</a>
<li><a href="#image"><span class=secno>4.5.4. </span>Image maps</a>
</ul>

<li><a href="#classes"><span class=secno>4.5. </span>Classes and
metadata?</a>
<li><a href="#tabular0"><span class=secno>4.6. </span>Tabular data <span
title=TBW>[TBW]</span></a>

<li><a href="#forms0"><span class=secno>4.7. </span>Forms <span
title=TBW>[TBW]</span></a>
<ul class=toc>
<li><a href="#form-submission"><span class=secno>4.7.1. </span>Form
submission <span title=TBW>[TBW]</span></a>
</ul>

<li><a href="#commands"><span class=secno>4.6. </span>Commands</a>
<li><a href="#commands"><span class=secno>4.8. </span>Commands</a>
<ul class=toc>
<li><a href="#using"><span class=secno>4.6.1. </span><dfn id=using4
<li><a href="#using"><span class=secno>4.8.1. </span><dfn id=using4
title=a-command>Using the <code>a</code> element to define a
command</dfn></a>

<li><a href="#using0"><span class=secno>4.6.2. </span><dfn id=using5
<li><a href="#using0"><span class=secno>4.8.2. </span><dfn id=using5
title=button-command>Using the <code>button</code> element to define
a command</dfn></a>

<li><a href="#using1"><span class=secno>4.6.3. </span><dfn id=using6
<li><a href="#using1"><span class=secno>4.8.3. </span><dfn id=using6
title=input-command>Using the <code>input</code> element to define a
command</dfn></a>

<li><a href="#using2"><span class=secno>4.6.4. </span><dfn id=using7
<li><a href="#using2"><span class=secno>4.8.4. </span><dfn id=using7
title=option-command>Using the <code>option</code> element to define
a command</dfn></a>

<li><a href="#using3"><span class=secno>4.6.5. </span>Using the <dfn
<li><a href="#using3"><span class=secno>4.8.5. </span>Using the <dfn
id=command0 title=command-element><code>command</code></dfn> element
to define a command</a>
</ul>

<li><a href="#tabular0"><span class=secno>4.7. </span>Tabular data <span
title=TBW>[TBW]</span></a>

<li><a href="#forms0"><span class=secno>4.8. </span>Forms <span
title=TBW>[TBW]</span></a>
<ul class=toc>
<li><a href="#form-submission"><span class=secno>4.8.1. </span>Form
submission <span title=TBW>[TBW]</span></a>
</ul>

<li><a href="#menus"><span class=secno>4.9. </span>Menus</a>
<ul class=toc>
<li><a href="#introduction1"><span class=secno>4.9.1.
Expand Down Expand Up @@ -14157,7 +14157,20 @@ XXX selection ranges -->
<p>The initial value of <code><a href="#onerror">onerror</a></code> must be
<code>undefined</code>.

<h3 id=headings><span class=secno>4.3. </span><dfn id=headings1>Headings
<h3 id=classes><span class=secno>4.3. </span>Classes and metadata?</h3>
<!-- class names -->

<p class=big-issue>This section may somehow introduce some predefined
classes with actual semantic meanings; possibly by defining a
<span>profile</span>.</p>
<!--
issue
example
note
warning
-->

<h3 id=headings><span class=secno>4.4. </span><dfn id=headings1>Headings
and sections</dfn></h3>

<p>The <code><a href="#h10">h1</a></code>-<code><a
Expand Down Expand Up @@ -14271,7 +14284,7 @@ XXX selection ranges -->
produce the same outline in compliant user agents.</p>
</div>

<h4 id=outlines><span class=secno>4.3.1. </span>Creating an outline</h4>
<h4 id=outlines><span class=secno>4.4.1. </span>Creating an outline</h4>

<p>Documents can be viewed as a tree of sections, which defines how each
element in the tree is semantically related to the others, in terms of the
Expand Down Expand Up @@ -14396,7 +14409,7 @@ XXX selection ranges -->
}</pre>
</div>

<h4 id=determining0><span class=secno>4.3.2. </span>Determining which
<h4 id=determining0><span class=secno>4.4.2. </span>Determining which
heading and section applies to a particular node</h4>

<p>Given a particular node, user agents must use the following algorithm,
Expand Down Expand Up @@ -14614,9 +14627,9 @@ XXX selection ranges -->
</table>
</div>

<h3 id=links><span class=secno>4.4. </span>Links</h3>
<h3 id=links><span class=secno>4.5. </span>Links</h3>

<h4 id=hyperlink><span class=secno>4.4.1. </span>Hyperlink elements</h4>
<h4 id=hyperlink><span class=secno>4.5.1. </span>Hyperlink elements</h4>

<p>The <code><a href="#a0">a</a></code>, <code><a
href="#area0">area</a></code>, and <code><a href="#link0">link</a></code>
Expand Down Expand Up @@ -14687,7 +14700,7 @@ XXX selection ranges -->
space separated list of one or more URIs. The value is used by the user
agent when <a href="#following1">following hyperlinks</a>.

<h4 id=following><span class=secno>4.4.2. </span><dfn
<h4 id=following><span class=secno>4.5.2. </span><dfn
id=following1>Following hyperlinks</dfn></h4>

<p class=big-issue><a href="#following1" title="following
Expand Down Expand Up @@ -14760,7 +14773,7 @@ XXX selection ranges -->
it sounds kooky. -->
</div>

<h4 id=link-types><span class=secno>4.4.3. </span>Link types</h4>
<h4 id=link-types><span class=secno>4.5.3. </span>Link types</h4>

<p class=big-issue>This section might at some future point list a small set
of link <code>rel</code>ationship types and more exactly define their
Expand Down Expand Up @@ -14832,7 +14845,7 @@ disallow: http://microformats.org/wiki/rel-enclosure

-->

<h4 id=image><span class=secno>4.4.4. </span>Image maps</h4>
<h4 id=image><span class=secno>4.5.4. </span>Image maps</h4>

<p class=big-issue>...<dfn id=image0>image map</dfn>, <dfn id=valid5>valid
area</dfn>, <dfn id=usemap1
Expand All @@ -14851,20 +14864,26 @@ disallow: http://microformats.org/wiki/rel-enclosure
click events clicked on areas fire directly on the area and not on the
img?)

<h3 id=classes><span class=secno>4.5. </span>Classes and metadata?</h3>
<!-- class names -->
<h3 id=tabular0><span class=secno>4.6. </span>Tabular data <a href="#tbw"
title=TBW>[TBW]</a></h3>

<p class=big-issue>This section may somehow introduce some predefined
classes with actual semantic meanings; possibly by defining a
<span>profile</span>.</p>
<!--
issue
example
note
warning
-->
<p class=big-issue>Define the <dfn id=table1>table model</dfn>.

<h3 id=forms0><span class=secno>4.7. </span>Forms <a href="#tbw"
title=TBW>[TBW]</a></h3>

<p class=big-issue>See <a
href="http://whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a>
for now

<h4 id=form-submission><span class=secno>4.7.1. </span>Form submission <a
href="#tbw" title=TBW>[TBW]</a></h4>

<p class=big-issue>See <a
href="http://whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a>
for now

<h3 id=commands><span class=secno>4.6. </span>Commands</h3>
<h3 id=commands><span class=secno>4.8. </span>Commands</h3>

<p>A <dfn id=command2 title=concept-command>command</dfn> is the
abstraction behind menu items, buttons, and links. Once a command is
Expand Down Expand Up @@ -15071,7 +15090,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
href="#using11">option</a></code>, <code title=command-element><a
href="#command4">command</a></code>.

<h4 id=using><span class=secno>4.6.1. </span><dfn id=using8
<h4 id=using><span class=secno>4.8.1. </span><dfn id=using8
title=a-command>Using the <code>a</code> element to define a command</dfn></h4>

<p>An <code><a href="#a0">a</a></code> element with an <code
Expand Down Expand Up @@ -15128,7 +15147,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
command is to <a href="#firing" title="fire a click event">fire a <code
title="">click</code> event</a> at the element.

<h4 id=using0><span class=secno>4.6.2. </span><dfn id=using9
<h4 id=using0><span class=secno>4.8.2. </span><dfn id=using9
title=button-command>Using the <code>button</code> element to define a
command</dfn></h4>

Expand All @@ -15154,7 +15173,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<code>move-up</code> button type is disabled when it would have no
effect).

<h4 id=using1><span class=secno>4.6.3. </span><dfn id=using10
<h4 id=using1><span class=secno>4.8.3. </span><dfn id=using10
title=input-command>Using the <code>input</code> element to define a
command</dfn></h4>

Expand Down Expand Up @@ -15227,7 +15246,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
is probably wrong for radio and checkbox types, depending on how we
define <input>. -->

<h4 id=using2><span class=secno>4.6.4. </span><dfn id=using11
<h4 id=using2><span class=secno>4.8.4. </span><dfn id=using11
title=option-command>Using the <code>option</code> element to define a
command</dfn></h4>

Expand Down Expand Up @@ -15286,7 +15305,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<code>select</code> element (if there is one), as if the selection had
been changed directly.

<h4 id=using3><span class=secno>4.6.5. </span>Using the <dfn id=command4
<h4 id=using3><span class=secno>4.8.5. </span>Using the <dfn id=command4
title=command-element><code>command</code></dfn> element to define a
command</h4>

Expand Down Expand Up @@ -15343,25 +15362,6 @@ disallow: http://microformats.org/wiki/rel-enclosure
of the <code><a href="#htmlcommandelement0">HTMLCommandElement</a></code>
interface.

<h3 id=tabular0><span class=secno>4.7. </span>Tabular data <a href="#tbw"
title=TBW>[TBW]</a></h3>

<p class=big-issue>Define the <dfn id=table1>table model</dfn>.

<h3 id=forms0><span class=secno>4.8. </span>Forms <a href="#tbw"
title=TBW>[TBW]</a></h3>

<p class=big-issue>See <a
href="http://whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a>
for now

<h4 id=form-submission><span class=secno>4.8.1. </span>Form submission <a
href="#tbw" title=TBW>[TBW]</a></h4>

<p class=big-issue>See <a
href="http://whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a>
for now

<h3 id=menus><span class=secno>4.9. </span>Menus</h3>

<h4 id=introduction1><span class=secno>4.9.1. </span>Introduction <a
Expand Down
47 changes: 25 additions & 22 deletions source
Expand Up @@ -12425,6 +12425,7 @@ XXX selection ranges -->
file:// content, or something.</p>



<h3>Scripting</h3>

<div class="big-issue">
Expand Down Expand Up @@ -12525,6 +12526,20 @@ XXX selection ranges -->



<h3>Classes and metadata?</h3> <!-- class names -->

<p class="big-issue">This section may somehow introduce some
predefined classes with actual semantic meanings; possibly by
defining a <span>profile</span>.</p>

<!--
issue
example
note
warning
-->


<h3><dfn>Headings and sections</dfn></h3>

<p>The <code>h1</code>-<code>h6</code> elements and the
Expand Down Expand Up @@ -13191,19 +13206,19 @@ disallow: http://microformats.org/wiki/rel-enclosure



<h3>Classes and metadata?</h3> <!-- class names -->

<p class="big-issue">This section may somehow introduce some
predefined classes with actual semantic meanings; possibly by
defining a <span>profile</span>.</p>
<h3>Tabular data <span title="TBW">[TBW]</span></h3>

<!--
issue
example
note
warning
-->
<p class="big-issue">Define the <dfn>table model</dfn>.</p>


<h3>Forms <span title="TBW">[TBW]</span></h3>

<p class="big-issue">See <a href="http://whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a> for now</p>

<h4>Form submission <span title="TBW">[TBW]</span></h4>

<p class="big-issue">See <a href="http://whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a> for now</p>



Expand Down Expand Up @@ -13688,18 +13703,6 @@ disallow: http://microformats.org/wiki/rel-enclosure
<code>HTMLCommandElement</code> interface.</p>


<h3>Tabular data <span title="TBW">[TBW]</span></h3>

<p class="big-issue">Define the <dfn>table model</dfn>.</p>


<h3>Forms <span title="TBW">[TBW]</span></h3>

<p class="big-issue">See <a href="http://whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a> for now</p>

<h4>Form submission <span title="TBW">[TBW]</span></h4>

<p class="big-issue">See <a href="http://whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a> for now</p>

<h3 id="menus">Menus</h3>

Expand Down

0 comments on commit 1900dcd

Please sign in to comment.