[html5] r4291 - [e] (0) Update the structure of this specification section to match recent edits [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 22 23:03:37 PDT 2009
Author: ianh
Date: 2009-10-22 23:03:32 -0700 (Thu, 22 Oct 2009)
New Revision: 4291
Modified:
complete.html
index
source
Log:
[e] (0) Update the structure of this specification section to match recent edits again.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7993
Modified: complete.html
===================================================================
--- complete.html 2009-10-23 05:50:41 UTC (rev 4290)
+++ complete.html 2009-10-23 06:03:32 UTC (rev 4291)
@@ -801,7 +801,7 @@
<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>
@@ -895,7 +895,7 @@
<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>
@@ -1229,7 +1229,7 @@
<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>
@@ -1544,9 +1544,14 @@
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>
<dd>HTML documents do not exist in a vacuum — this section
@@ -1554,6 +1559,12 @@
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
@@ -1561,13 +1572,24 @@
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>
<dt><a href=#xhtml>The XHTML Syntax</a></dt>
@@ -1577,9 +1599,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>
@@ -57824,7 +57846,7 @@
- <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>
@@ -63253,7 +63275,7 @@
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>
@@ -83420,7 +83442,7 @@
- <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 -->
Modified: index
===================================================================
--- index 2009-10-23 05:50:41 UTC (rev 4290)
+++ index 2009-10-23 06:03:32 UTC (rev 4291)
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -74412,7 +74414,7 @@
- <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 -->
Modified: source
===================================================================
--- source 2009-10-23 05:50:41 UTC (rev 4290)
+++ source 2009-10-23 06:03:32 UTC (rev 4291)
@@ -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>
@@ -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>
@@ -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>
@@ -65307,7 +65329,7 @@
<!--END html5-->
- <h2>Structured client-side storage APIs</h2>
+ <h2 id="storage-and-database">Structured client-side storage APIs</h2>
<h3>Web Storage</h3>
@@ -71635,7 +71657,7 @@
- <h2>Web Workers</h2> <!--START workers--><!--END html5-->
+ <h2 id="workers">Web Workers</h2> <!--START workers--><!--END html5-->
<h3>Introduction</h3>
@@ -91700,7 +91722,7 @@
- <h2>IANA considerations</h2>
+ <h2 id="iana">IANA considerations</h2>
<!-- http://www.w3.org/2002/06/registering-mediatype.html -->
@@ -92162,7 +92184,7 @@
- <h2 class="no-num">Index</h2>
+ <h2 id="index" class="no-num">Index</h2>
<div class="impl">
More information about the Commit-Watchers
mailing list