[html5] r5099 - [e] (0) change how boilerplate is added and update some boilerplate text with th [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 31 21:26:08 PDT 2010
Author: ianh
Date: 2010-05-31 21:26:07 -0700 (Mon, 31 May 2010)
New Revision: 5099
Modified:
complete.html
index
source
Log:
[e] (0) change how boilerplate is added and update some boilerplate text with the new mechanism
Modified: complete.html
===================================================================
--- complete.html 2010-05-23 05:34:29 UTC (rev 5098)
+++ complete.html 2010-06-01 04:26:07 UTC (rev 5099)
@@ -188,7 +188,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 23 May 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 1 June 2010</h2>
</hgroup><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>-->
@@ -1341,8 +1341,7 @@
<p>No, although it does contain everything that is part of HTML5. If
- you want only HTML5, please see <a href=multipage/>the HTML5
- specification</a>.</p>
+ you want only HTML5, please see <a href=http://www.whatwg.org/html>the HTML specification</a>.</p>
<p><em>This</em> specification contains everything that the WHATWG
is actively working on. For more details, please see the <a href=http://wiki.whatwg.org/wiki/FAQ#What_are_the_various_versions_of_the_spec.3F>the
@@ -2848,11 +2847,7 @@
-<!--FIXUP microdata +1-->
-<!--FIXUP 2dcontext +1-->
<h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3>
-<!--FIXUP microdata -1-->
-<!--FIXUP 2dcontext -1-->
<p>All diagrams, examples, and notes in this specification are
non-normative, as are all sections explicitly marked non-normative.
@@ -7150,9 +7145,7 @@
<div data-component="HTML Microdata (editor: Ian Hickson)">
-<!--FIXUP microdata -1-->
<h5 id=htmlpropertiescollection-0><span class=secno>2.7.2.5 </span>HTMLPropertiesCollection</h5>
-<!--FIXUP microdata +1-->
<p>The <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> interface represents a
<a href=#collections title=collections>collection</a> of elements that add
@@ -26334,7 +26327,9 @@
<p><i>Download</i>: <a href=#fetch>Fetch</a> <var title="">URL</var>, if
it isn't the empty string.</p><!-- http-origin privacy sensitive
- -->
+ --> <!-- XXX this should be _not_ http-origin privacy sensitive,
+ like <video src>, for consistency with that one, so that we can
+ extend it to CORS -->
<p>The <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue
a task">queued</a> by the <a href=#fetch title=fetch>fetching
@@ -66475,6 +66470,7 @@
+
<h3 id=introduction-6><span class=secno>9.1 </span>Introduction</h3>
<h4 id=scope-0><span class=secno>9.1.1 </span>Scope</h4>
@@ -68636,6 +68632,7 @@
+
</div><!--data-component-->
Modified: index
===================================================================
--- index 2010-05-23 05:34:29 UTC (rev 5098)
+++ index 2010-06-01 04:26:07 UTC (rev 5099)
@@ -192,7 +192,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 23 May 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 1 June 2010</h2>
</hgroup><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>-->
@@ -2744,11 +2744,7 @@
-<!--FIXUP microdata +1-->
-<!--FIXUP 2dcontext +1-->
<h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3>
-<!--FIXUP microdata -1-->
-<!--FIXUP 2dcontext -1-->
<p>All diagrams, examples, and notes in this specification are
non-normative, as are all sections explicitly marked non-normative.
@@ -7046,9 +7042,7 @@
<div data-component="HTML Microdata (editor: Ian Hickson)">
-<!--FIXUP microdata -1-->
<h5 id=htmlpropertiescollection-0><span class=secno>2.7.2.5 </span>HTMLPropertiesCollection</h5>
-<!--FIXUP microdata +1-->
<p>The <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> interface represents a
<a href=#collections title=collections>collection</a> of elements that add
@@ -26233,7 +26227,9 @@
<p><i>Download</i>: <a href=#fetch>Fetch</a> <var title="">URL</var>, if
it isn't the empty string.</p><!-- http-origin privacy sensitive
- -->
+ --> <!-- XXX this should be _not_ http-origin privacy sensitive,
+ like <video src>, for consistency with that one, so that we can
+ extend it to CORS -->
<p>The <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue
a task">queued</a> by the <a href=#fetch title=fetch>fetching
Modified: source
===================================================================
--- source 2010-05-23 05:34:29 UTC (rev 5098)
+++ source 2010-06-01 04:26:07 UTC (rev 5099)
@@ -12,7 +12,7 @@
!
!-->
<!--START validation-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--START html--><!--START w3c-html-->
<h2 id="introduction">Introduction</h2>
@@ -23,7 +23,7 @@
<p><i>This section is non-normative.</i></p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<p>In short: Yes.</p>
@@ -88,12 +88,12 @@
</ul>
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--END html-->
<p>No, although it does contain everything that is part of HTML5. If
- you want only HTML5, please see <a href="multipage/">the HTML5
- specification</a>.</p>
+ you want only HTML5, please see <a
+ href="http://www.whatwg.org/html">the HTML specification</a>.</p>
<p><em>This</em> specification contains everything that the WHATWG
is actively working on. For more details, please see the <a
@@ -349,10 +349,10 @@
type</span>, such as <code>text/html</code>, then it will be
processed as an HTML document by Web browsers.
- <!--END html--><!--END complete-->
+ <!--END html--><!--END complete--><!--END epub-->
This specification defines version 5 of the HTML syntax, known as
"HTML5".
- <!--START html--><!--START complete--><!--END w3c-html-->
+ <!--START html--><!--START complete--><!--START epub--><!--END w3c-html-->
This specification defines the latest HTML syntax, known simply as
"HTML".
<!--START w3c-html-->
@@ -368,10 +368,10 @@
document labeled as XML from being rendered fully, whereas they
would be ignored in the HTML syntax.
- <!--END html--><!--END complete-->
+ <!--END html--><!--END complete--><!--END epub-->
This specification defines version 5 of the XHTML syntax, known as
"XHTML5".
- <!--START html--><!--START complete--><!--END w3c-html-->
+ <!--START html--><!--START complete--><!--START epub--><!--END w3c-html-->
This specification defines the latest XHTML syntax, known simply as
"XHTML".
<!--START w3c-html-->
@@ -1852,11 +1852,11 @@
"MUST" requirement because it has been proven to be impossible. <a
href="#refsCOMPUTABLE">[COMPUTABLE]</a>)</p>
- <!--END html--><!--END complete-->
+ <!--END html--><!--END complete--><!--END epub-->
<p>The term "HTML5 validator" can be used to refer to a
conformance checker that itself conforms to the applicable
requirements of this specification.</p>
- <!--START html--><!--START complete--><!--END w3c-html-->
+ <!--START html--><!--START complete--><!--START epub--><!--END w3c-html-->
<p>The term "HTML validator" can be used to refer to a
conformance checker that itself conforms to the applicable
requirements of this specification.</p>
@@ -12422,10 +12422,10 @@
<p>A <code>link</code> element must have either a <code
title="attr-link-rel">rel</code> attribute, or an <code
title="attr-itemprop">itemprop</code> attribute, or both.</p>
-<!--START w3c-html--><!--END html--><!--END complete-->
+<!--START w3c-html--><!--END html--><!--END complete--><!--END epub-->
<p>A <code>link</code> element must have <code
title="attr-link-rel">rel</code> attribute.</p>
-<!--START html--><!--START complete-->
+<!--START html--><!--START complete--><!--START epub-->
<p>The types of link indicated (the relationships) are given by the
value of the <dfn title="attr-link-rel"><code>rel</code></dfn>
@@ -12859,7 +12859,7 @@
title="attr-itemprop">itemprop</code> is specified, then the <code
title="attr-meta-content">content</code> attribute must also be
specified. Otherwise, it must be omitted.</p>
-<!--END html--><!--END complete-->
+<!--END html--><!--END complete--><!--END epub-->
<!--START w3c-html-->
<p>Exactly one of the <code title="attr-meta-name">name</code>,
<code title="attr-meta-http-equiv">http-equiv</code>, and <code
@@ -12870,7 +12870,7 @@
title="attr-meta-http-equiv">http-equiv</code> is specified, then
the <code title="attr-meta-content">content</code> attribute must
also be specified. Otherwise, it must be omitted.</p>
-<!--START html--><!--START complete-->
+<!--START html--><!--START complete--><!--START epub-->
<p>The <dfn title="attr-meta-charset"><code>charset</code></dfn>
attribute specifies the character encoding used by the
@@ -20934,12 +20934,12 @@
<p>The requirements on the <code title="attr-img-alt">alt</code>
attribute's value are described <a href="#alt">in the next
section</a>.
- <!--END complete--><!--END html-->
+ <!--END complete--><!--END epub--><!--END html-->
For guidance on accessibility requirements for text alternatives
authors are encouraged to also consult
<a href="http://www.w3.org/TR/WCAG20/">WCAG 2.0</a>.
<a href="#refsWCAG">[WCAG]</a>
- <!--START complete--><!--START html-->
+ <!--START complete--><!--START epub--><!--START html-->
</p>
<p>The <code>img</code> must not be used as a layout tool. In
@@ -22857,9 +22857,9 @@
attribute</a>, and blocks access to <code
title="dom-localStorage">localStorage</code> and <code
title="dom-opendatabase">openDatabase()</code>.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<a href="#refsWEBSQL">[WEBSQL]</a>
</p>
@@ -28467,7 +28467,9 @@
<p><i>Download</i>: <span>Fetch</span> <var title="">URL</var>, if
it isn't the empty string.</p><!-- http-origin privacy sensitive
- -->
+ --> <!-- XXX this should be _not_ http-origin privacy sensitive,
+ like <video src>, for consistency with that one, so that we can
+ extend it to CORS -->
<p>The <span title="concept-task">tasks</span> <span title="queue
a task">queued</span> by the <span title="fetch">fetching
@@ -29399,10 +29401,10 @@
objects.</span></p>
<!--START w3c-html-->
- <!--END complete--><!--END html-->
+ <!--END complete--><!--END epub--><!--END html-->
<p>Contexts are defined by other specifications, for example the 2D
Context specification. <a href="#refs2DCONTEXT">[2DCONTEXT]</a></p>
- <!--START complete--><!--START html-->
+ <!--START complete--><!--START epub--><!--START html-->
<div class="impl">
@@ -29546,12 +29548,12 @@
<div class="impl">
- <!--END html--><!--END complete-->
+ <!--END html--><!--END complete--><!--END epub-->
<p>When the <code title="dom-canvas-getContext">getContext()</code>
method of a <code>canvas</code> element is invoked with <dfn
title="canvas-context-2d"><code>2d</code></dfn> as the argument, a
<code>CanvasRenderingContext2D</code> object must be returned.</p>
- <!--START html--><!--START complete-->
+ <!--START html--><!--START complete--><!--START epub-->
<p>There is only one <code>CanvasRenderingContext2D</code> object
per canvas, so calling the <code
@@ -56031,7 +56033,7 @@
<h3>Encoding microdata</h3>
-<!--END html--><!--END complete-->
+<!--END html--><!--END complete--><!--END epub-->
<p>The following attributes are added as <span>global
attributes</span> to <span>HTML elements</span>:</p>
@@ -56044,7 +56046,7 @@
<li><code title="attr-itemtype">itemtype</code></li>
</ul>
-<!--START html--><!--START complete-->
+<!--START html--><!--START complete--><!--START epub-->
<h4>The microdata model</h4>
@@ -56587,7 +56589,7 @@
<h3>Microdata DOM API</h3>
-<!--END html--><!--END complete-->
+<!--END html--><!--END complete--><!--END epub-->
<pre class="idl">[Supplemental] interface <span>HTMLDocument</span> { <!--WARNING: ALSO DUPLICATED IN HTMLDocument SECTION-->
NodeList <span title="dom-document-getItems">getItems</span>(in optional DOMString typeNames); // <span>microdata</span>
};
@@ -56602,7 +56604,7 @@
readonly attribute <span>HTMLPropertiesCollection</span> <span title="dom-properties">properties</span>;
attribute any <span title="dom-itemValue">itemValue</span>;
};</pre>
-<!--START complete--><!--START html-->
+<!--START complete--><!--START epub--><!--START html-->
<dl class="domintro">
@@ -56795,7 +56797,7 @@
-<!--END complete--><!--END html-->
+<!--END complete--><!--END epub--><!--END html-->
<!--YYY
<h3>Other changes to HTML5</h3>
@@ -56842,7 +56844,7 @@
</div>
<!--END microdata-->
-<!--START complete--><!--START html-->
+<!--START complete--><!--START epub--><!--START html-->
<h3 id="mdvocabs">Microdata vocabularies</h3>
@@ -62540,12 +62542,12 @@
<h4>The <code>WindowProxy</code> object</h4>
-<!--END complete--><!--END html--><!--END w3c-html-->
+<!--END complete--><!--END epub--><!--END html--><!--END w3c-html-->
<!-- this is for the purposes of the IDL validator -->
<pre class="idl">
interface <dfn>WindowProxy</dfn>: <span>Window</span> {};
</pre>
-<!--START complete--><!--START html--><!--START w3c-html-->
+<!--START complete--><!--START epub--><!--START html--><!--START w3c-html-->
<p>As mentioned earlier, each <span>browsing context</span> has a
<dfn><code>WindowProxy</code></dfn> object. This object is unusual
@@ -65487,9 +65489,9 @@
<code>Document</code>'s <var
title="concept-document-salvageable">salvageable</var> state to
false.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBSOCKET">[WEBSOCKET]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p></li>
<li><p>If the <code>Document</code>'s <var
@@ -65869,9 +65871,9 @@
<code>SharedWorkerGlobalScope</code> object. A <span>cache
host</span> can be associated with an <span>application
cache</span>.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBWORKERS">[WEBWORKERS]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>A <code>Document</code> initially is not associated with an
@@ -65883,9 +65885,9 @@
<p>A <code>SharedWorkerGlobalScope</code> can be associated with an
<span>application cache</span> when it is created.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBWORKERS">[WEBWORKERS]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>Each <span>cache host</span> has an associated
@@ -67664,9 +67666,9 @@
<dd>
<p>(In a shared worker.) Returns the <code>ApplicationCache</code> object that applies to the current shared worker.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBWORKERS">[WEBWORKERS]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
</dd>
@@ -67716,9 +67718,9 @@
attribute on <code>SharedWorkerGlobalScope</code> objects must
return the <code>ApplicationCache</code> object associated with the
worker.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBWORKERS">[WEBWORKERS]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p class="note">A <code>Window</code> or
@@ -68336,11 +68338,11 @@
context</span> always has an <span>event loop</span> coordinating
its activities.</p>
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<p class="note">Other specifications can define new kinds of event
loops that aren't associated with browsing contexts; in particular,
the Web Workers specification does so.</p>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<p>An <span>event loop</span> has one or more <dfn title="task
queue">task queues</dfn>. A <span>task queue</span> is an ordered
@@ -70670,9 +70672,9 @@
<code title="dom-localStorage">localStorage</code> API, the
browser will block other scripts from accessing cookies or storage
until the first script finishes.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>Calling the <code
@@ -70683,9 +70685,9 @@
<p>Values of cookies and items in the <code>Storage</code> objects
of <code title="dom-localStorage">localStorage</code> attributes
can change after calling this method, whence its name.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
</dd>
@@ -73569,13 +73571,13 @@
</li>
-<!--END complete--><!--END html-->
+<!--END complete--><!--END epub--><!--END html-->
<!--START w3c-html-->
<li>Perform <dfn>drag-and-drop initialization steps</dfn> defined
in other relevant specificaations.</li>
-<!--START complete--><!--START html-->
+<!--START complete--><!--START epub--><!--START html-->
<!-- v2: deal with multiple vCards -->
<!--
@@ -75243,6 +75245,7 @@
<h2 id="workers">Web workers</h2>
+<!--START whatwg-workers-->
<!--START workers-->
<h3>Introduction</h3>
@@ -75592,10 +75595,14 @@
<p><a href="http://www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
+ <!--FIXUP whatwg-workers +1-->
+ <!--FIXUP workers +1-->
<!--BOILERPLATE middle-w3c-api-intro-->
<!--BOILERPLATE middle-w3c-js-disclaimer-->
-<!--START complete-->
+ <!--FIXUP whatwg-workers -1-->
+ <!--FIXUP workers -1-->
+<!--START complete--><!--START epub-->
<h3>Infrastructure</h3>
@@ -76235,18 +76242,18 @@
error</span> using the <code>WorkerGlobalScope</code> object's <code
title="handler-WorkerGlobalScope-onerror">onerror</code>
attribute.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>For shared workers, if the error is still <i
title="concept-error-nothandled">not handled</i> afterwards, or if
the error occurred while handling a previous script error, the error
may be reported to the user.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>For dedicated workers, if the error is still <i
@@ -76885,9 +76892,9 @@
<p>Objects implementing the <code>WorkerNavigator</code> interface
also implement the <code>NavigatorID</code> and
<code>NavigatorOnLine</code> interfaces.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>This <code>WorkerNavigator</code> interface must not exist if the
@@ -76982,9 +76989,9 @@
<code title="dom-WorkerLocation-href">href</code> attribute), and
the <span title="concept-uda-setter">common setter action</span>
being a no-op, since the attributes are defined to be readonly.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>The <code>WorkerLocation</code> interface must not exist if the
@@ -76992,6 +76999,7 @@
<code>Window</code> object. <a href="#refsWEBIDL">[WEBIDL]</a></p>
<!--END workers-->
+<!--END whatwg-workers-->
</div><!--data-component-->
@@ -77010,10 +77018,10 @@
sockets</span>, <span>cross-document messaging</span>, and
<span>channel messaging</span> use the <dfn
title="event-message"><code>message</code></dfn> event.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsEVENTSOURCE">[EVENTSOURCE]</a>
<a href="#refsWEBSOCKET">[WEBSOCKET]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>The following interface is defined for this event:</p>
@@ -77178,9 +77186,9 @@
discussed further in the section below on <a
href="#eventsource-push">connectionless push</a>.</p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<!--BOILERPLATE middle-w3c-api-intro-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<h4>The <code>EventSource</code> interface</h4>
@@ -77840,9 +77848,9 @@
functionality on a per-page basis, or by sharing a single
<code>EventSource</code> object using a <span
title="SharedWorkerGlobalScope">shared worker</span>.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWEBWORKERS">[WEBWORKERS]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
@@ -78056,9 +78064,9 @@
implement an IRC client without proxying messages through a custom
server.</p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<!--BOILERPLATE middle-w3c-api-intro-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<h4>The <code>WebSocket</code> interface</h4>
@@ -78510,9 +78518,9 @@
provides. Combined with the WebSocket API, it provides an
alternative to HTTP polling for two-way communication from a Web
page to a remote server.
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<a href="#refsWSAPI">[WSAPI]</a>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
</p>
<p>The same technique can be used for a variety of Web applications:
@@ -78561,9 +78569,9 @@
<p>After the leading line in both cases come an unordered
<span>ASCII case-insensitive</span> set of fields, one per line,
that each match the following non-normative ABNF:
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC5234">[RFC5234]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsABNF">[ABNF]</a>
<!--START websocket-protocol-->
</p>
@@ -78628,9 +78636,9 @@
forms: the first describing the wire format as allowed by this
specification, and the second describing how an arbitrary bytestream
would be parsed.
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC5234">[RFC5234]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsABNF">[ABNF]</a>
<!--START websocket-protocol-->
</p>
@@ -79013,13 +79021,13 @@
of extensibility.</p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<!--BOILERPLATE middle-ietf-conformance-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<h6>Terminology</h6>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<p><dfn title="converted to ASCII lowercase">Converting a string to
ASCII lowercase</dfn> means replacing all characters in the range
U+0041 to U+005A (i.e. LATIN CAPITAL LETTER A to LATIN CAPITAL
@@ -79038,7 +79046,7 @@
might or might not be a valid URI or IRI and to which certain error
handling behaviors will be applied when the string is parsed. <a
href="#refsHTML">[HTML]</a></p>
-<!--START complete-->
+<!--START complete--><!--START epub-->
<p>When an implementation is required to <i>send</i> data as part of
the WebSocket protocol, the implementation may delay the actual
@@ -79398,11 +79406,11 @@
path (and possibly query parameters), then add to <var
title="">fields</var> any HTTP headers that would be appropriate
for that information.
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC2616">[RFC2616]</a>
<a href="#refsRFC2109">[RFC2109]</a>
<a href="#refsRFC2965">[RFC2965]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsHTTP">[HTTP]</a>
<a href="#refsCOOKIES">[COOKIES]</a>
<!--START websocket-protocol-->
@@ -79902,10 +79910,10 @@
name</var>, and the scheme <code title="">http</code> if <var
title="">secure</var> is false and <code title="">https</code>
if <var title="">secure</var> is true.
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC2109">[RFC2109]</a>
<a href="#refsRFC2965">[RFC2965]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsCOOKIES">[COOKIES]</a>
<!--START websocket-protocol-->
</p>
@@ -80005,9 +80013,9 @@
not already done so) and jump back to the step labeled
<i>connect</i>, including the relevant authentication headers in
the new request.
---><!--END complete--><!--
+--><!--END complete--><!--END epub--><!--
<a href="#refsRFC2616">[RFC2616]</a>
---><!--START complete--><!--END websocket-protocol--><!--
+--><!--START complete--><!--START epub--><!--END websocket-protocol--><!--
<a href="#refsHTTP">[HTTP]</a>
--><!--START websocket-protocol--><!--
</p></dd>
@@ -80812,10 +80820,10 @@
title="http-setcookie2">Set-Cookie2</code>", or other
cookie-related fields, with values equal to the values that would
be used for the identically named HTTP headers.
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC2109">[RFC2109]</a>
<a href="#refsRFC2965">[RFC2965]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsCOOKIES">[COOKIES]</a>
<!--START websocket-protocol-->
</p>
@@ -81151,9 +81159,9 @@
<dt>URI scheme syntax.</dt>
<dd>
<p>In ABNF terms using the terminals from the URI specifications:
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC5234">[RFC5234]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsABNF">[ABNF]</a>
<!--START websocket-protocol-->
<a href="#refsRFC3986">[RFC3986]</a>
@@ -81226,9 +81234,9 @@
<dt>URI scheme syntax.</dt>
<dd>
<p>In ABNF terms using the terminals from the URI specifications:
-<!--END complete-->
+<!--END complete--><!--END epub-->
<a href="#refsRFC5234">[RFC5234]</a>
-<!--START complete--><!--END websocket-protocol-->
+<!--START complete--><!--START epub--><!--END websocket-protocol-->
<a href="#refsABNF">[ABNF]</a>
<!--START websocket-protocol-->
<a href="#refsRFC3986">[RFC3986]</a></p>
@@ -81509,7 +81517,7 @@
using the WebSocket</span>".</p>
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<h5>Acknowledgements</h5>
@@ -81530,7 +81538,7 @@
<!--END websocket-protocol-->
<!--END websocket-->
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START html-->
</div><!--data-component-->
@@ -82336,11 +82344,11 @@
<!--END html-->
-<!--END complete-->
+<!--END complete--><!--END epub-->
<h2 id="storage-and-database">Structured client-side storage APIs</h2>
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--FIXUP complete -1-->
<div data-component="Web Storage (editor: Ian Hickson)">
@@ -82444,10 +82452,10 @@
<p>Each site has its own separate storage area.</p>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<!--BOILERPLATE middle-w3c-api-intro-->
<!--BOILERPLATE middle-w3c-js-disclaimer-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<h4 id="storage">The API</h4>
@@ -82848,7 +82856,7 @@
</div><!--data-component-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
@@ -83947,7 +83955,7 @@
<h3>Common concerns</h3>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<div data-component="Web Storage (editor: Ian Hickson)">
@@ -83960,12 +83968,12 @@
<!--END database-->
storage areas.
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<!--START database-->
databases.
<!--END database-->
these storage features.
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START database-->
<!--START storage-->
</p>
@@ -84005,11 +84013,11 @@
<!--END database-->
local storage area
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
or its
<!--START database-->
client-side databases
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START storage-->
to track a user across multiple sessions, building a profile of the
user's interests to allow for highly targeted advertising. In
@@ -84031,11 +84039,11 @@
<!--END database-->
the <code title="dom-localStorage">localStorage</code> objects
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
and
<!--START database-->
the database objects
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START storage-->
to scripts originating at the domain of the top-level document of
the <span>browsing context</span>, for instance denying access to
@@ -84082,12 +84090,12 @@
<!--END database-->
local storage area,
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<!--START database-->
relevant databases,
<!--END database-->
local storage area and relevant databases,
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START database-->
<!--START storage-->
sites can defeat those attempts by using the two features as
@@ -84103,11 +84111,11 @@
<!--END database-->
local storage areas
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
and
<!--START database-->
databases
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START storage-->
</dt>
<dd>
@@ -84117,12 +84125,12 @@
an unrestricted manner, but require the user to authorize access
to local storage areas.</p>
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<!--START database-->
<p>User agents may require the user to authorize access to
databases before a site can use the feature.</p>
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START storage-->
</dd>
@@ -84198,12 +84206,12 @@
<!--END database-->
storage areas.
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<!--START database-->
databases.
<!--END database-->
storage areas and databases.
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START database-->
<!--START storage-->
</p>
@@ -84216,12 +84224,12 @@
<!--END database-->
local storage object.
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<!--START database-->
set of databases.
<!--END database-->
common set of storage objects and databases.
- <!--START complete-->
+ <!--START complete--><!--START epub-->
<!--START database-->
<!--START storage-->
There is no feature to restrict the access by pathname. Authors on
@@ -84261,7 +84269,7 @@
<!--END storage-->
- <!--END complete-->
+ <!--END complete--><!--END epub-->
<h5>SQL and user agents</h5>
@@ -84286,7 +84294,7 @@
<!--END database-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--FIXUP complete +1-->
</div><!--data-component-->
@@ -99669,9 +99677,9 @@
<!--END w3c-html-->
-<!--END complete--><!--END html--><!--START microdata-->
+<!--END complete--><!--END epub--><!--END html--><!--START microdata-->
<h4><dfn><code>application/microdata+json</code></dfn></h4>
-<!--START complete--><!--START html--><!--END microdata-->
+<!--START complete--><!--START epub--><!--START html--><!--END microdata-->
<h3><dfn><code>application/microdata+json</code></dfn></h3>
<!--START microdata-->
@@ -103308,7 +103316,7 @@
</table>
-<!--END complete--><!-- (only has events from HTML5) -->
+<!--END complete--><!--END epub--><!-- (only has events from HTML5) -->
<h3 class="no-num">Events</h3>
@@ -103482,11 +103490,11 @@
<!--END w3c-html-->
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--START html-device--><!--START microdata--><!--START 2dcontext--><!--START postmsg--><!--START w3c-html-->
<!--START websocket-api--><!--START storage--><!--START database--><!--START eventsource--><!--START workers-->
-<!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
+<!--START whatwg-workers--><!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
<h2 class="no-num" id="references">References</h2><!--REFS-->
@@ -103737,9 +103745,9 @@
<dt id="refsHTML5">[HTML5]</dt>
<dd>
-<!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work--><!--END websocket-api--><!--END storage--><!--END database--><!--END eventsource--><!--END workers--><!--END html-device--><!--YYYEND microdata--><!--END 2dcontext--><!--END postmsg--><!--END w3c-html-->
+<!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work--><!--END websocket-api--><!--END storage--><!--END database--><!--END eventsource--><!--END whatwg-workers--><!--END workers--><!--END html-device--><!--YYYEND microdata--><!--END 2dcontext--><!--END postmsg--><!--END w3c-html-->
(Non-normative)
-<!--START html-device--><!--YYYSTART microdata--><!--START 2dcontext--><!--START postmsg--><!--START w3c-html--><!--START websocket-api--><!--START storage--><!--START database--><!--START eventsource--><!--START workers--><!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
+<!--START html-device--><!--YYYSTART microdata--><!--START 2dcontext--><!--START postmsg--><!--START w3c-html--><!--START websocket-api--><!--START storage--><!--START database--><!--START eventsource--><!--START whatwg-workers--><!--START workers--><!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
<cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite>,
I. Hickson. W3C.</dd>
@@ -104261,7 +104269,7 @@
<dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd>
-<!--END complete-->
+<!--END complete--><!--END epub-->
<dt id="refsRFC2109">[RFC2109]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc2109.txt">HTTP State
@@ -104283,12 +104291,12 @@
BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
P. Overell. IETF.</dd>
-<!--START complete-->
+<!--START complete--><!--START epub-->
<!--REFERENCES OFF-->
</dl>
-<!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work-->
+<!--END whatwg-workers--><!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work-->
<!--END websocket-api--><!--END storage--><!--END database--><!--END eventsource--><!--END workers-->
<!--END html-device--><!--END microdata--><!--END 2dcontext--><!--END postmsg--><!--END w3c-html-->
@@ -105020,5 +105028,5 @@
</body>
</html>
<!--END html--><!--END w3c-html-->
-<!--END complete-->
+<!--END complete--><!--END epub-->
<!--END validation-->
\ No newline at end of file
More information about the Commit-Watchers
mailing list