Skip to content

Commit

Permalink
[e] (0) Update the structure of this specification section to match r…
Browse files Browse the repository at this point in the history
…ecent edits again.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7993

git-svn-id: http://svn.whatwg.org/webapps@4291 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2009
1 parent d7286e5 commit 9fd1dd7
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 27 deletions.
44 changes: 33 additions & 11 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#link-type-next><span class=secno>6.12.3.18.3 </span>Link type "<code>next</code>"</a></li>
<li><a href=#link-type-prev><span class=secno>6.12.3.18.4 </span>Link type "<code>prev</code>"</a></ol></li>
<li><a href=#other-link-types><span class=secno>6.12.3.19 </span>Other link types</a></ol></ol></ol></li>
<li><a href=#structured-client-side-storage-apis><span class=secno>7 </span>Structured client-side storage APIs</a>
<li><a href=#storage-and-database><span class=secno>7 </span>Structured client-side storage APIs</a>
<ol>
<li><a href=#web-storage><span class=secno>7.1 </span>Web Storage</a>
<ol>
Expand Down Expand Up @@ -895,7 +895,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#the-undomanagerevent-interface-and-the-undo-and-redo-events><span class=secno>8.10.5 </span>The <code>UndoManagerEvent</code> interface and the <code title=event-undo>undo</code> and <code title=event-redo>redo</code> events</a></li>
<li><a href=#implementation-notes><span class=secno>8.10.6 </span>Implementation notes</a></ol></li>
<li><a href=#editing-apis><span class=secno>8.11 </span>Editing APIs</a></ol></li>
<li><a href=#web-workers><span class=secno>9 </span>Web Workers</a>
<li><a href=#workers><span class=secno>9 </span>Web Workers</a>
<ol>
<li><a href=#introduction-7><span class=secno>9.1 </span>Introduction</a>
<ol>
Expand Down Expand Up @@ -1229,7 +1229,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#the-marquee-element><span class=secno>14.3.2 </span>The <code>marquee</code> element</a></li>
<li><a href=#frames><span class=secno>14.3.3 </span>Frames</a></li>
<li><a href=#other-elements,-attributes-and-apis><span class=secno>14.3.4 </span>Other elements, attributes and APIs</a></ol></ol></li>
<li><a href=#iana-considerations-1><span class=secno>15 </span>IANA considerations</a>
<li><a href=#iana><span class=secno>15 </span>IANA considerations</a>
<ol>
<li><a href=#text/html><span class=secno>15.1 </span><code>text/html</code></a></li>
<li><a href=#application/xhtml+xml><span class=secno>15.2 </span><code>application/xhtml+xml</code></a></li>
Expand Down Expand Up @@ -1544,7 +1544,12 @@ <h3 id=structure-of-this-specification><span class=secno>1.7 </span>Structure of
extract trees of name/value pairs from the document. This section
describes this mechanism<span class=impl> and some algorithms
that can be used to convert HTML documents into other
formats</span>.</dd>
formats</span>.

This section also defines some Microdata vocabularies for contact
information, calendar events, and licensing works.

</dd>


<dt><a href=#browsers>Web Browsers</a></dt>
Expand All @@ -1554,18 +1559,35 @@ <h3 id=structure-of-this-specification><span class=secno>1.7 </span>Structure of
with multiple pages, links between pages, and running scripts.</dd>


<dt><a href=#storage-and-database>Structured client-side storage APIs</a></dt>

<dd>This specification defines two client-side storage mechanisms:
a flat storage mechanism, and an API based on SQL databases.</dd>


<dt><a href=#editing>User Interaction</a></dt>

<dd>HTML documents can provide a number of mechanisms for users to
interact with and modify content, which are described in this
section.</dd>


<dt><a href=#workers>Web Workers</a></dt>

<dd>This specification defines an API for background threads in
JavaScript.</dd>


<dt><a href=#comms>The Communication APIs</a></dt>

<dd>This section describes some mechanisms that applications
written in HTML can use to communicate with other applications from
different domains running on the same client.</dd>
different domains running on the same client.

It also introduces a server-push event stream mechanism, and a
two-way full-duplex socket protocol for scripts.

</dd>


<dt><a href=#syntax>The HTML Syntax</a></dt>
Expand All @@ -1577,9 +1599,9 @@ <h3 id=structure-of-this-specification><span class=secno>1.7 </span>Structure of
how to parse content using those syntaxes.</dd>


</dl><p>There are also a couple of appendices, defining <a href=#rendering>rendering rules</a> for Web browsers and listing
<a href=#obsolete>obsolete features</a> and <a href=#no>areas
that are out of scope</a> for this specification.</p>
</dl><p>There are also some appendices, defining <a href=#rendering>rendering rules</a> for Web browsers and listing
<a href=#obsolete>obsolete features</a> and <a href=#iana>IANA
considerations</a>.</p>


<h4 id=how-to-read-this-specification><span class=secno>1.7.1 </span>How to read this specification</h4>
Expand Down Expand Up @@ -57824,7 +57846,7 @@ <h5 id=other-link-types><span class=secno>6.12.3.19 </span>Other link types</h5>



<h2 id=structured-client-side-storage-apis><span class=secno>7 </span>Structured client-side storage APIs</h2>
<h2 id=storage-and-database><span class=secno>7 </span>Structured client-side storage APIs</h2>

<h3 id=web-storage><span class=secno>7.1 </span>Web Storage</h3>

Expand Down Expand Up @@ -63253,7 +63275,7 @@ <h3 id=editing-apis><span class=secno>8.11 </span>Editing APIs</h3>
v2 (well, really v0):
"forecolor", "hilitecolor", "fontname", "fontsize", "justifyleft",
"justifycenter", "justifyright", "justifyfull", "indent", "outdent"
--><h2 id=web-workers><span class=secno>9 </span>Web Workers</h2>
--><h2 id=workers><span class=secno>9 </span>Web Workers</h2>

<h3 id=introduction-7><span class=secno>9.1 </span>Introduction</h3>

Expand Down Expand Up @@ -83420,7 +83442,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>14.3.4 </span>Other



<h2 id=iana-considerations-1><span class=secno>15 </span>IANA considerations</h2>
<h2 id=iana><span class=secno>15 </span>IANA considerations</h2>

<!-- http://www.w3.org/2002/06/registering-mediatype.html -->

Expand Down
16 changes: 9 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@
<li><a href=#the-marquee-element><span class=secno>12.3.2 </span>The <code>marquee</code> element</a></li>
<li><a href=#frames><span class=secno>12.3.3 </span>Frames</a></li>
<li><a href=#other-elements,-attributes-and-apis><span class=secno>12.3.4 </span>Other elements, attributes and APIs</a></ol></ol></li>
<li><a href=#iana-considerations><span class=secno>13 </span>IANA considerations</a>
<li><a href=#iana><span class=secno>13 </span>IANA considerations</a>
<ol>
<li><a href=#text/html><span class=secno>13.1 </span><code>text/html</code></a></li>
<li><a href=#application/xhtml+xml><span class=secno>13.2 </span><code>application/xhtml+xml</code></a></li>
Expand Down Expand Up @@ -1374,7 +1374,8 @@
extract trees of name/value pairs from the document. This section
describes this mechanism<span class=impl> and some algorithms
that can be used to convert HTML documents into other
formats</span>.</dd>
formats</span>.
</dd>


<dt><a href=#browsers>Web Browsers</a></dt>
Expand All @@ -1395,7 +1396,8 @@

<dd>This section describes some mechanisms that applications
written in HTML can use to communicate with other applications from
different domains running on the same client.</dd>
different domains running on the same client.
</dd>


<dt><a href=#syntax>The HTML Syntax</a></dt>
Expand All @@ -1407,9 +1409,9 @@
how to parse content using those syntaxes.</dd>


</dl><p>There are also a couple of appendices, defining <a href=#rendering>rendering rules</a> for Web browsers and listing
<a href=#obsolete>obsolete features</a> and <a href=#no>areas
that are out of scope</a> for this specification.</p>
</dl><p>There are also some appendices, defining <a href=#rendering>rendering rules</a> for Web browsers and listing
<a href=#obsolete>obsolete features</a> and <a href=#iana>IANA
considerations</a>.</p>


<h4 id=how-to-read-this-specification><span class=secno>1.7.1 </span>How to read this specification</h4>
Expand Down Expand Up @@ -74412,7 +74414,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {



<h2 id=iana-considerations><span class=secno>13 </span>IANA considerations</h2>
<h2 id=iana><span class=secno>13 </span>IANA considerations</h2>

<!-- http://www.w3.org/2002/06/registering-mediatype.html -->

Expand Down
40 changes: 31 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@
extract trees of name/value pairs from the document. This section
describes this mechanism<span class="impl"> and some algorithms
that can be used to convert HTML documents into other
formats</span>.</dd>
formats</span>.
<!--END html5-->
This section also defines some Microdata vocabularies for contact
information, calendar events, and licensing works.
<!--START html5-->
</dd>


<dt><a href="#browsers">Web Browsers</a></dt>
Expand All @@ -330,19 +335,36 @@
defines many of the features that affect environments that deal
with multiple pages, links between pages, and running scripts.</dd>

<!--END html5-->
<dt><a href="#storage-and-database">Structured client-side storage APIs</a></dt>

<dd>This specification defines two client-side storage mechanisms:
a flat storage mechanism, and an API based on SQL databases.</dd>
<!--START html5-->

<dt><a href="#editing">User Interaction</a></dt>

<dd>HTML documents can provide a number of mechanisms for users to
interact with and modify content, which are described in this
section.</dd>

<!--END html5-->
<dt><a href="#workers">Web Workers</a></dt>

<dd>This specification defines an API for background threads in
JavaScript.</dd>
<!--START html5-->

<dt><a href="#comms">The Communication APIs</a></dt>

<dd>This section describes some mechanisms that applications
written in HTML can use to communicate with other applications from
different domains running on the same client.</dd>
different domains running on the same client.
<!--END html5-->
It also introduces a server-push event stream mechanism, and a
two-way full-duplex socket protocol for scripts.
<!--START html5-->
</dd>


<dt><a href="#syntax">The HTML Syntax</a></dt>
Expand All @@ -356,10 +378,10 @@

</dl>

<p>There are also a couple of appendices, defining <a
<p>There are also some appendices, defining <a
href="#rendering">rendering rules</a> for Web browsers and listing
<a href="#obsolete">obsolete features</a> and <a href="#no">areas
that are out of scope</a> for this specification.</p>
<a href="#obsolete">obsolete features</a> and <a href="#iana">IANA
considerations</a>.</p>


<h4>How to read this specification</h4>
Expand Down Expand Up @@ -65307,7 +65329,7 @@ NETWORK:

<!--END html5-->

<h2>Structured client-side storage APIs</h2>
<h2 id="storage-and-database">Structured client-side storage APIs</h2>

<h3>Web Storage</h3>

Expand Down Expand Up @@ -71635,7 +71657,7 @@ v2 (well, really v0):



<h2>Web Workers</h2> <!--START workers--><!--END html5-->
<h2 id="workers">Web Workers</h2> <!--START workers--><!--END html5-->

<h3>Introduction</h3>

Expand Down Expand Up @@ -91700,7 +91722,7 @@ interface <span>HTMLDocument</span> {



<h2>IANA considerations</h2>
<h2 id="iana">IANA considerations</h2>

<!-- http://www.w3.org/2002/06/registering-mediatype.html -->

Expand Down Expand Up @@ -92162,7 +92184,7 @@ interface <span>HTMLDocument</span> {



<h2 class="no-num">Index</h2>
<h2 id="index" class="no-num">Index</h2>

<div class="impl">

Expand Down

0 comments on commit 9fd1dd7

Please sign in to comment.