- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 10:26:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28698
Modified Files:
acknowledgements.html browsers.html dom.html editing.html
embedded-content-0.html forms.html fragment-links.js
history.html iana.html index.html infrastructure.html
interactive-elements.html introduction.html
named-character-references.html obsolete.html offline.html
references.html semantics.html spec.html syntax.html
tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html toc-status.html
toc-status.xml video.html
Log Message:
Correct a link. (whatwg r4729)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- infrastructure.html 14 Feb 2010 09:56:23 -0000 1.795
+++ infrastructure.html 14 Feb 2010 10:26:32 -0000 1.796
@@ -291,7 +291,7 @@
<a href="introduction.html">← 1 Introduction</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification refers to both HTML and XML attributes and IDL
@@ -3189,7 +3189,7 @@
<dt>When fetching resources in response to a call to an API</dt>
- <dd>The <a href="browsers.html#active-document">active document</a> of the <a href="web-application-apis.html#script-s-browsing-context" title="script's
+ <dd>The <a href="browsers.html#active-document">active document</a> of the <a href="webappapis.html#script-s-browsing-context" title="script's
browsing context">browsing context</a> of the <a href="browsers.html#entry-script">entry
script</a>.</dd>
@@ -3223,7 +3223,7 @@
download (or otherwise obtain) the resource, applying the
semantics of the relevant specifications (e.g. performing an HTTP
GET or POST operation, or reading the file from disk, following
- redirects, <a href="web-application-apis.html#concept-js-deref" title="concept-js-deref">dereferencing <span title="javascript protocol"><code title="">javascript:</code>
+ redirects, <a href="webappapis.html#concept-js-deref" title="concept-js-deref">dereferencing <span title="javascript protocol"><code title="">javascript:</code>
URLs</span></a>, etc).</p>
<p class="note">The HTTP specification requires that 301, 302, and
@@ -3251,24 +3251,24 @@
<p>If there are cookies to be set, then the user agent must run
the following substeps:</p>
- <ol><li><p>Wait until ownership of the <a href="web-application-apis.html#storage-mutex">storage mutex</a> can
+ <ol><li><p>Wait until ownership of the <a href="webappapis.html#storage-mutex">storage mutex</a> can
be taken by this instance of the <a href="#fetch" title="fetch">fetching</a> algorithm.</p></li>
- <li><p>Take ownership of the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <li><p>Take ownership of the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li><p>Update the cookies. <a href="references.html#refsCOOKIES">[COOKIES]</a></p></li>
- <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a> so that it is once
+ <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a> so that it is once
again free.</p></li>
</ol></li>
<li><p>When the resource is available, or if there is an error of
- some description, <a href="web-application-apis.html#queue-a-task">queue a task</a> that uses the resource
+ some description, <a href="webappapis.html#queue-a-task">queue a task</a> that uses the resource
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="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task
+ downloaded. The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#networking-task-source">networking task
source</a>.</p>
</li></ol><p>If the user agent can determine the actual length of the resource
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.788
retrieving revision 1.789
diff -u -d -r1.788 -r1.789
--- text-level-semantics.html 14 Feb 2010 09:56:24 -0000 1.788
+++ text-level-semantics.html 14 Feb 2010 10:26:33 -0000 1.789
@@ -291,7 +291,7 @@
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="video.html">4.8.6 The video element →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -2219,9 +2219,9 @@
<!-- same text in <input type=image> section and similar text elsewhere -->
<p>Fetching the image must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the
- element's document until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a>
- that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined below) has been run.</p>
+ element's document until the <a href="webappapis.html#concept-task" title="concept-task">task</a>
+ that is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the
+ <a href="webappapis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined below) has been run.</p>
<p class="warning">This, unfortunately, can be used to perform a
rudimentary port scan of the user's local network (especially in
@@ -2234,8 +2234,8 @@
known, then the image is said to be <dfn id="img-available" title="img-available"><i>available</i></dfn> (this affects exactly
what the element represents, as defined below). This can be true
even before the image is completely downloaded, if the user agent
- supports incremental rendering of images; in such cases, each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a
- task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> while
+ supports incremental rendering of images; in such cases, each <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a
+ task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task source</a> while
the image is being <a href="infrastructure.html#fetch" title="fetch">fetched</a> must update
the presentation of the image appropriately. It can also stop being
true, e.g. if the user agent finds, after obtaining the image's
@@ -2282,13 +2282,13 @@
<p>This specification does not specify which image types are to be
supported.</p>
- <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task
+ <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task
source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a>, must act as appropriate given the
following alternatives:</p>
<dl class="switch"><dt>If the download was successful and the image is <i title="img-available"><a href="#img-available">available</a></i></dt>
- <dd><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <dd><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-load">load</code> at the <code><a href="#the-img-element">img</a></code>
element (this happens after <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> starts returning
true).</dd>
@@ -2297,11 +2297,11 @@
the remote server, or completed but the image is not a supported
image)</dt>
- <dd><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <dd><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-error">error</code> on the
<code><a href="#the-img-element">img</a></code> element.</dd>
- </dl><p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation
+ </dl><p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#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>
@@ -2517,12 +2517,12 @@
<p>The IDL attribute <dfn id="dom-img-complete" title="dom-img-complete"><code>complete</code></dfn> must return
true if the user agent has fetched the image specified in the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute, and it is in a supported
image type (i.e. it was decoded without fatal errors), even if the
- final <a href="web-application-apis.html#concept-task" title="concept-task">task</a> queued by the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> for the <a href="infrastructure.html#fetch" title="fetch">fetching</a> of the image resource has not yet been
+ final <a href="webappapis.html#concept-task" title="concept-task">task</a> queued by the
+ <a href="webappapis.html#networking-task-source">networking task source</a> for the <a href="infrastructure.html#fetch" title="fetch">fetching</a> of the image resource has not yet been
processed. Otherwise, the attribute must return false.</p>
<p class="note">The value of <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> can thus change while a
- <a href="web-application-apis.html#concept-script" title="concept-script">script</a> is executing.</p>
+ <a href="webappapis.html#concept-script" title="concept-script">script</a> is executing.</p>
<p>Three constructors are provided for creating
<code><a href="#htmlimageelement">HTMLImageElement</a></code> objects (in addition to the factory
@@ -3559,13 +3559,13 @@
name</a> must be set to the empty string.</p>
<p>When content loads in an <code><a href="#the-iframe-element">iframe</a></code>, after any <code title="event-load">load</code> events are fired within the content
- itself, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ itself, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-load">load</code> at
the <code><a href="#the-iframe-element">iframe</a></code> element. When content fails to load
- (e.g. due to a network error), then the user agent must <a href="web-application-apis.html#queue-a-task">queue
- a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p>
+ (e.g. due to a network error), then the user agent must <a href="webappapis.html#queue-a-task">queue
+ a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation
+ <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation
task source</a>.</p>
<p>When there is an <a href="dom.html#active-parser">active parser</a> in the
@@ -3728,7 +3728,7 @@
<dd>
- <p>This flag <a href="web-application-apis.html#sandboxScriptBlocked">blocks script
+ <p>This flag <a href="webappapis.html#sandboxScriptBlocked">blocks script
execution</a>.</p>
</dd>
@@ -4115,8 +4115,8 @@
user agent should <a href="infrastructure.html#fetch">fetch</a> the resulting <a href="infrastructure.html#absolute-url">absolute
URL</a>, from the element's <a href="browsers.html#browsing-context-scope-origin">browsing context scope
origin</a> if it has one<!-- potentially http-origin privacy
- sensitive -->. The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is
- <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking
+ sensitive -->. The <a href="webappapis.html#concept-task" title="concept-task">task</a> that is
+ <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the <a href="webappapis.html#networking-task-source">networking
task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> must find and instantiate an
appropriate <a href="infrastructure.html#plugin">plugin</a> based on the <a href="#concept-embed-type" title="concept-embed-type">content's type</a>, and hand that
<a href="infrastructure.html#plugin">plugin</a> the content of the resource, replacing any
@@ -4319,10 +4319,10 @@
whenever its <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute is
set, changed, or removed; and, when neither its <code title="attr-object-classid"><a href="obsolete.html#attr-object-classid">classid</a></code> attribute nor its <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute are present, whenever
its <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute is set,
- changed, or removed: the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a>
+ changed, or removed: the user agent must <a href="webappapis.html#queue-a-task">queue a task</a>
to run the following steps to (re)determine what the
- <code><a href="#the-object-element">object</a></code> element represents. The <a href="web-application-apis.html#task-source">task source</a>
- for this <a href="web-application-apis.html#concept-task" title="concept-task">task</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM
+ <code><a href="#the-object-element">object</a></code> element represents. The <a href="webappapis.html#task-source">task source</a>
+ for this <a href="webappapis.html#concept-task" title="concept-task">task</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM
manipulation task source</a>.</p> <!-- Changing the base URL
doesn't trigger this. -->
@@ -4409,7 +4409,7 @@
<a href="infrastructure.html#url">URL</a> specified by the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute, relative to the
element.</p></li>
- <li><p>If that failed, <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named
+ <li><p>If that failed, <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named
<code title="event-error">error</code> at the element, then jump
to the last step in the overall set of steps (fallback).</p></li>
@@ -4422,7 +4422,7 @@
<!-- similar text in various places --> <p>Fetching the resource
must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the element's document
- until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task
+ until the <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task
source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined next) has been run.</p>
</li>
@@ -4431,15 +4431,15 @@
resource was not available in the cache, so that loading the
resource required making a request over the network), then jump
to the last step in the overall set of steps (fallback). The
- <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue
- a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a>
+ <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue
+ a task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task source</a>
once the resource is available must restart this algorithm from
this step. Resources can load incrementally; user agents may opt
to consider a resource "available" whenever enough data has been
obtained to begin processing the resource.</p></li>
<li><p>If the load failed (e.g. there was an HTTP 404 error,
- there was a DNS error), <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named
+ there was a DNS error), <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named
<code title="event-error">error</code> at the element, then jump
to the last step in the overall set of steps (fallback).</p></li>
@@ -4649,11 +4649,11 @@
</li><li>
- <p>Once the resource is completely loaded, <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the element.</p>
+ <p>Once the resource is completely loaded, <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the element.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for this task<!--tasks mentioned
- in this section--> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task
+ <p>The <a href="webappapis.html#task-source">task source</a> for this task<!--tasks mentioned
+ in this section--> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task
source</a>.</p>
</li>
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.657
retrieving revision 1.658
diff -u -d -r1.657 -r1.658
--- the-canvas-element.html 14 Feb 2010 09:56:24 -0000 1.657
+++ the-canvas-element.html 14 Feb 2010 10:26:33 -0000 1.658
@@ -291,7 +291,7 @@
<a href="video.html">← 4.8.6 The video element</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="tabular-data.html">4.9 Tabular data →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h4 id="the-canvas-element"><span class="secno">4.8.10 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -330,7 +330,7 @@
essentially the same function or purpose as the bitmap canvas. This
content may be placed as content of the <code><a href="#the-canvas-element">canvas</a></code>
element. The contents of the <code><a href="#the-canvas-element">canvas</a></code> element, if any,
- are the element's <a href="embedded-content-0.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+ are the element's <a href="embedded-content-0.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
<code><a href="#the-canvas-element">canvas</a></code> element, and if support for <code><a href="#the-canvas-element">canvas</a></code>
elements has been enabled, the <code><a href="#the-canvas-element">canvas</a></code> element
<a href="the-xhtml-syntax.html#represents">represents</a> <a href="embedded-content-0.html#embedded-content">embedded content</a> consisting of
@@ -341,7 +341,7 @@
painted on the element), then the <code><a href="#the-canvas-element">canvas</a></code> element
<a href="the-xhtml-syntax.html#represents">represents</a> <a href="embedded-content-0.html#embedded-content">embedded content</a> with the
current image and size. Otherwise, the element represents its
- <a href="embedded-content-0.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+ <a href="embedded-content-0.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
<code><a href="#the-canvas-element">canvas</a></code> element or if support for <code><a href="#the-canvas-element">canvas</a></code>
elements has been disabled, the <code><a href="#the-canvas-element">canvas</a></code> element
<a href="the-xhtml-syntax.html#represents">represents</a> its <a href="embedded-content-0.html#fallback-content">fallback content</a>
Index: toc-status.xml
===================================================================
RCS file: /sources/public/html5/spec/toc-status.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- toc-status.xml 6 Feb 2010 10:56:28 -0000 1.59
+++ toc-status.xml 14 Feb 2010 10:26:35 -0000 1.60
@@ -963,8 +963,8 @@
</li>
</ol>
</li>
-<li><a href="#web-application-apis"><span class="secno">6</span>
-Web application APIs</a>
+<li><a href="#webappapis"><span class="secno">6</span> Web
+application APIs</a>
<ol>
<li><a href="#scripting"><span class="secno">6.1</span>
Scripting</a>
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -d -r1.789 -r1.790
--- tabular-data.html 14 Feb 2010 09:56:24 -0000 1.789
+++ tabular-data.html 14 Feb 2010 10:26:33 -0000 1.790
@@ -291,7 +291,7 @@
<a href="the-canvas-element.html">← 4.8.10 The canvas element</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="forms.html">4.10 Forms →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span></p><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-0.html,v
retrieving revision 1.785
retrieving revision 1.786
diff -u -d -r1.785 -r1.786
--- embedded-content-0.html 14 Feb 2010 09:56:22 -0000 1.785
+++ embedded-content-0.html 14 Feb 2010 10:26:31 -0000 1.786
@@ -291,7 +291,7 @@
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="semantics.html">4 The elements of HTML →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
@@ -350,7 +350,7 @@
<p>When a user agent is to <dfn id="run-synthetic-click-activation-steps">run synthetic click activation
steps</dfn> on an element, the user agent must <a href="#run-pre-click-activation-steps">run pre-click
- activation steps</a> on the element, then <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element. The
+ activation steps</a> on the element, then <a href="webappapis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element. The
default action of this <span title="event-click">click</span> event
must be to <a href="#run-post-click-activation-steps">run post-click activation steps</a> on the
element. If the event is canceled, the user agent must <a href="#run-canceled-activation-steps">run
@@ -405,7 +405,7 @@
defined for that element, if any.</p>
<p>When a user agent is to <dfn id="run-post-click-activation-steps">run post-click activation
- steps</dfn> on an element, the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ steps</dfn> on an element, the user agent must <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-DOMActivate">DOMActivate</code> that is cancelable at
that element. The default action of this event must be to <a href="#run-final-activation-steps">run
final activation steps</a> on that element. If the event is
@@ -1145,7 +1145,7 @@
</li>
- <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li><p><a href="history.html#prompt-to-unload-a-document" title="prompt to unload a document">Prompt to
unload</a> the <code>Document</code> object. If the user
@@ -1163,8 +1163,8 @@
<li><p>Unregister all event listeners registered on the
<code>Document</code> node and its descendants.</p>
- </li><li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>
- associated with the <code>Document</code> in any <a href="web-application-apis.html#task-source">task
+ </li><li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a>
+ associated with the <code>Document</code> in any <a href="webappapis.html#task-source">task
source</a>.</p></li> <!-- removes callbacks that fired between
this algorithm starting and the times and databases being aborted
in the "unload" step above -->
@@ -1177,7 +1177,7 @@
new instances of those objects. (This includes in particular the
<code><a href="browsers.html#window">Window</a></code>, <code><a href="history.html#location">Location</a></code>, <code><a href="history.html#history-0">History</a></code>,
<code><a href="offline.html#applicationcache">ApplicationCache</a></code>, <code><a href="editing.html#undomanager">UndoManager</a></code>,
- <code><a href="web-application-apis.html#navigator">Navigator</a></code>, and <code><a href="editing.html#selection-0">Selection</a></code> objects, the
+ <code><a href="webappapis.html#navigator">Navigator</a></code>, and <code><a href="editing.html#selection-0">Selection</a></code> objects, the
various <code><a href="browsers.html#barprop">BarProp</a></code> objects, the two <code>Storage</code>
objects, and the various <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> objects. It
also includes all the Web IDL prototypes in the JavaScript binding,
@@ -1190,7 +1190,7 @@
UTF-16.</p></li>
<li><p>Change <a href="dom.html#the-document-s-address">the document's address</a> to the
- <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing
+ <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-browsing-context" title="script's browsing
context">browsing context</a>'s <a href="browsers.html#active-document">active document</a>'s
<a href="dom.html#the-document-s-address" title="the document's address">address</a>.</p></li>
@@ -1241,8 +1241,8 @@
</li>
- <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> queued by
- the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
+ <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> queued by
+ the <a href="webappapis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
<li>Remove any earlier entries that share the same
<code>Document</code>.</li>
@@ -1303,7 +1303,7 @@
<li><p>Run the tokenizer, processing resulting tokens as they are
emitted, and stopping when the tokenizer reaches the <a href="syntax.html#explicit-eof-character">explicit
- "EOF" character</a> or <a href="web-application-apis.html#spin-the-event-loop" title="spin the event loop">spins
+ "EOF" character</a> or <a href="webappapis.html#spin-the-event-loop" title="spin the event loop">spins
the event loop</a>.</p></li>
</ol></div><h4 id="document.write"><span class="secno">3.5.3 </span><code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="#dom-document-write">write</a></code>(<var title="">text</var>...)</dt>
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- dom.html 14 Feb 2010 09:56:22 -0000 1.795
+++ dom.html 14 Feb 2010 10:26:31 -0000 1.796
@@ -291,7 +291,7 @@
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="embedded-content-0.html">3.2.5.1.6 Embedded content →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every XML and HTML document in an HTML UA is represented by a
@@ -304,11 +304,11 @@
page. <span class="impl"><a href="#the-document-s-current-address">The document's current address</a>
must be set to <a href="#the-document-s-address">the document's address</a> when the
<code>Document</code> is created.</span></p><p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the
- document's current address</a> in their user interface.</p><p>When a <code>Document</code> is created by a <a href="web-application-apis.html#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code>
+ document's current address</a> in their user interface.</p><p>When a <code>Document</code> is created by a <a href="webappapis.html#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code>
or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the
document's address</a> of the <a href="browsers.html#active-document">active document</a> of the
- <a href="web-application-apis.html#script-s-browsing-context">script's browsing context</a>.</p><p><code>Document</code> objects are assumed to be <dfn id="xml-documents">XML
+ <a href="webappapis.html#script-s-browsing-context">script's browsing context</a>.</p><p><code>Document</code> objects are assumed to be <dfn id="xml-documents">XML
documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML
documents</dfn> when they are created. Whether a document is an
<a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of
@@ -377,61 +377,61 @@
DOMString <a href="editing.html#dom-document-querycommandvalue" title="dom-document-queryCommandValue">queryCommandValue</a>(in DOMString commandId);
readonly attribute <a href="infrastructure.html#htmlcollection">HTMLCollection</a> <a href="interactive-elements.html#dom-document-commands" title="dom-document-commands">commands</a>;
- // <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a>
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">onabort</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">onblur</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">onchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">onclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onended" title="handler-onended">onended</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">onfocus</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">oninput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onload" title="handler-onload">onload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">onpause</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">onplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">onselect</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">onshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+ // <a href="webappapis.html#event-handler-idl-attributes">event handler IDL attributes</a>
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onabort" title="handler-onabort">onabort</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onblur" title="handler-onblur">onblur</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onchange" title="handler-onchange">onchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onclick" title="handler-onclick">onclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onended" title="handler-onended">onended</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onerror" title="handler-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onfocus" title="handler-onfocus">onfocus</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninput" title="handler-oninput">oninput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onload" title="handler-onload">onload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onpause" title="handler-onpause">onpause</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplay" title="handler-onplay">onplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onselect" title="handler-onselect">onselect</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onshow" title="handler-onshow">onshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
};
<span>Document</span> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
attributes related to a number of disparate features, the members of
@@ -508,7 +508,7 @@
<code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception. Otherwise, if <a href="#the-document-s-address">the
document's address</a> does not use a server-based naming
authority, it must return the empty string. Otherwise, it must first
- <a href="web-application-apis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then return the
+ <a href="webappapis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then return the
cookie-string for <a href="#the-document-s-address">the document's address</a> for a
"non-HTTP" API. <a href="references.html#refsCOOKIES">[COOKIES]</a></p>
@@ -521,7 +521,7 @@
<code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception. Otherwise, if <a href="#the-document-s-address">the
document's address</a> does not use a server-based naming
authority, it must do nothing. Otherwise, the user agent must
- <a href="web-application-apis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then act as it would when
+ <a href="webappapis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then act as it would when
<span title="receives a set-cookie-string">receiving a
set-cookie-string</span> for <a href="#the-document-s-address">the document's address</a> via
a "non-HTTP" API, consisting of the new value. <a href="references.html#refsCOOKIES">[COOKIES]</a></p>
@@ -663,7 +663,7 @@
if the document is associated with an <a href="syntax.html#html-parser">HTML parser</a> or an
<a href="the-xhtml-syntax.html#xml-parser">XML parser</a>, or to the string "complete"
otherwise. Various algorithms during page loading affect this
- value. When the value is set, the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a
+ value. When the value is set, the user agent must <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-readystatechange">readystatechange</code> at the
<code>Document</code> object.</p>
@@ -1226,61 +1226,61 @@
// <span>styling</span>
readonly attribute <span>CSSStyleDeclaration</span> <a href="#dom-style" title="dom-style">style</a>;
- // <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a>
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">onabort</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">onblur</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">onchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">onclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onended" title="handler-onended">onended</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">onfocus</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">oninput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onload" title="handler-onload">onload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">onpause</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">onplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">onselect</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">onshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+ // <a href="webappapis.html#event-handler-idl-attributes">event handler IDL attributes</a>
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onabort" title="handler-onabort">onabort</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onblur" title="handler-onblur">onblur</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onchange" title="handler-onchange">onchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onclick" title="handler-onclick">onclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onended" title="handler-onended">onended</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onerror" title="handler-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onfocus" title="handler-onfocus">onfocus</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninput" title="handler-oninput">oninput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onload" title="handler-onload">onload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onpause" title="handler-onpause">onpause</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplay" title="handler-onplay">onplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onselect" title="handler-onselect">onselect</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onshow" title="handler-onshow">onshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
};
interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement">HTMLElement</a></code> interface holds methods and
@@ -1307,65 +1307,65 @@
<li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li>
<li><code title="attr-tabindex"><a href="editing.html#attr-tabindex">tabindex</a></code></li>
<li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li>
- </ul><hr><p>The following <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a> may
+ </ul><hr><p>The following <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a> may
be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML
- element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="web-application-apis.html#handler-onabort">onabort</a></code></li>
- <li><code title="handler-onblur"><a href="web-application-apis.html#handler-onblur">onblur</a></code>*</li>
- <li><code title="handler-oncanplay"><a href="web-application-apis.html#handler-oncanplay">oncanplay</a></code></li>
- <li><code title="handler-oncanplaythrough"><a href="web-application-apis.html#handler-oncanplaythrough">oncanplaythrough</a></code></li>
- <li><code title="handler-onchange"><a href="web-application-apis.html#handler-onchange">onchange</a></code></li>
- <li><code title="handler-onclick"><a href="web-application-apis.html#handler-onclick">onclick</a></code></li>
- <li><code title="handler-oncontextmenu"><a href="web-application-apis.html#handler-oncontextmenu">oncontextmenu</a></code></li>
- <li><code title="handler-ondblclick"><a href="web-application-apis.html#handler-ondblclick">ondblclick</a></code></li>
- <li><code title="handler-ondrag"><a href="web-application-apis.html#handler-ondrag">ondrag</a></code></li>
- <li><code title="handler-ondragend"><a href="web-application-apis.html#handler-ondragend">ondragend</a></code></li>
- <li><code title="handler-ondragenter"><a href="web-application-apis.html#handler-ondragenter">ondragenter</a></code></li>
- <li><code title="handler-ondragleave"><a href="web-application-apis.html#handler-ondragleave">ondragleave</a></code></li>
- <li><code title="handler-ondragover"><a href="web-application-apis.html#handler-ondragover">ondragover</a></code></li>
- <li><code title="handler-ondragstart"><a href="web-application-apis.html#handler-ondragstart">ondragstart</a></code></li>
- <li><code title="handler-ondrop"><a href="web-application-apis.html#handler-ondrop">ondrop</a></code></li>
- <li><code title="handler-ondurationchange"><a href="web-application-apis.html#handler-ondurationchange">ondurationchange</a></code></li>
- <li><code title="handler-onemptied"><a href="web-application-apis.html#handler-onemptied">onemptied</a></code></li>
- <li><code title="handler-onended"><a href="web-application-apis.html#handler-onended">onended</a></code></li>
- <li><code title="handler-onerror"><a href="web-application-apis.html#handler-onerror">onerror</a></code>*</li>
- <li><code title="handler-onfocus"><a href="web-application-apis.html#handler-onfocus">onfocus</a></code>*</li>
- <li><code title="handler-onformchange"><a href="web-application-apis.html#handler-onformchange">onformchange</a></code></li>
- <li><code title="handler-onforminput"><a href="web-application-apis.html#handler-onforminput">onforminput</a></code></li>
- <li><code title="handler-oninput"><a href="web-application-apis.html#handler-oninput">oninput</a></code></li>
- <li><code title="handler-oninvalid"><a href="web-application-apis.html#handler-oninvalid">oninvalid</a></code></li>
- <li><code title="handler-onkeydown"><a href="web-application-apis.html#handler-onkeydown">onkeydown</a></code></li>
- <li><code title="handler-onkeypress"><a href="web-application-apis.html#handler-onkeypress">onkeypress</a></code></li>
- <li><code title="handler-onkeyup"><a href="web-application-apis.html#handler-onkeyup">onkeyup</a></code></li>
- <li><code title="handler-onload"><a href="web-application-apis.html#handler-onload">onload</a></code>*</li>
- <li><code title="handler-onloadeddata"><a href="web-application-apis.html#handler-onloadeddata">onloadeddata</a></code></li>
- <li><code title="handler-onloadedmetadata"><a href="web-application-apis.html#handler-onloadedmetadata">onloadedmetadata</a></code></li>
- <li><code title="handler-onloadstart"><a href="web-application-apis.html#handler-onloadstart">onloadstart</a></code></li>
- <li><code title="handler-onmousedown"><a href="web-application-apis.html#handler-onmousedown">onmousedown</a></code></li>
- <li><code title="handler-onmousemove"><a href="web-application-apis.html#handler-onmousemove">onmousemove</a></code></li>
- <li><code title="handler-onmouseout"><a href="web-application-apis.html#handler-onmouseout">onmouseout</a></code></li>
- <li><code title="handler-onmouseover"><a href="web-application-apis.html#handler-onmouseover">onmouseover</a></code></li>
- <li><code title="handler-onmouseup"><a href="web-application-apis.html#handler-onmouseup">onmouseup</a></code></li>
- <li><code title="handler-onmousewheel"><a href="web-application-apis.html#handler-onmousewheel">onmousewheel</a></code></li>
- <li><code title="handler-onpause"><a href="web-application-apis.html#handler-onpause">onpause</a></code></li>
- <li><code title="handler-onplay"><a href="web-application-apis.html#handler-onplay">onplay</a></code></li>
- <li><code title="handler-onplaying"><a href="web-application-apis.html#handler-onplaying">onplaying</a></code></li>
- <li><code title="handler-onprogress"><a href="web-application-apis.html#handler-onprogress">onprogress</a></code></li>
- <li><code title="handler-onratechange"><a href="web-application-apis.html#handler-onratechange">onratechange</a></code></li>
- <li><code title="handler-onreadystatechange"><a href="web-application-apis.html#handler-onreadystatechange">onreadystatechange</a></code></li>
- <li><code title="handler-onscroll"><a href="web-application-apis.html#handler-onscroll">onscroll</a></code></li>
- <li><code title="handler-onseeked"><a href="web-application-apis.html#handler-onseeked">onseeked</a></code></li>
- <li><code title="handler-onseeking"><a href="web-application-apis.html#handler-onseeking">onseeking</a></code></li>
- <li><code title="handler-onselect"><a href="web-application-apis.html#handler-onselect">onselect</a></code></li>
- <li><code title="handler-onshow"><a href="web-application-apis.html#handler-onshow">onshow</a></code></li>
- <li><code title="handler-onstalled"><a href="web-application-apis.html#handler-onstalled">onstalled</a></code></li>
- <li><code title="handler-onsubmit"><a href="web-application-apis.html#handler-onsubmit">onsubmit</a></code></li>
- <li><code title="handler-onsuspend"><a href="web-application-apis.html#handler-onsuspend">onsuspend</a></code></li>
- <li><code title="handler-ontimeupdate"><a href="web-application-apis.html#handler-ontimeupdate">ontimeupdate</a></code></li>
- <li><code title="handler-onvolumechange"><a href="web-application-apis.html#handler-onvolumechange">onvolumechange</a></code></li>
- <li><code title="handler-onwaiting"><a href="web-application-apis.html#handler-onwaiting">onwaiting</a></code></li>
+ element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="webappapis.html#handler-onabort">onabort</a></code></li>
+ <li><code title="handler-onblur"><a href="webappapis.html#handler-onblur">onblur</a></code>*</li>
+ <li><code title="handler-oncanplay"><a href="webappapis.html#handler-oncanplay">oncanplay</a></code></li>
+ <li><code title="handler-oncanplaythrough"><a href="webappapis.html#handler-oncanplaythrough">oncanplaythrough</a></code></li>
+ <li><code title="handler-onchange"><a href="webappapis.html#handler-onchange">onchange</a></code></li>
+ <li><code title="handler-onclick"><a href="webappapis.html#handler-onclick">onclick</a></code></li>
+ <li><code title="handler-oncontextmenu"><a href="webappapis.html#handler-oncontextmenu">oncontextmenu</a></code></li>
+ <li><code title="handler-ondblclick"><a href="webappapis.html#handler-ondblclick">ondblclick</a></code></li>
+ <li><code title="handler-ondrag"><a href="webappapis.html#handler-ondrag">ondrag</a></code></li>
+ <li><code title="handler-ondragend"><a href="webappapis.html#handler-ondragend">ondragend</a></code></li>
+ <li><code title="handler-ondragenter"><a href="webappapis.html#handler-ondragenter">ondragenter</a></code></li>
+ <li><code title="handler-ondragleave"><a href="webappapis.html#handler-ondragleave">ondragleave</a></code></li>
+ <li><code title="handler-ondragover"><a href="webappapis.html#handler-ondragover">ondragover</a></code></li>
+ <li><code title="handler-ondragstart"><a href="webappapis.html#handler-ondragstart">ondragstart</a></code></li>
+ <li><code title="handler-ondrop"><a href="webappapis.html#handler-ondrop">ondrop</a></code></li>
+ <li><code title="handler-ondurationchange"><a href="webappapis.html#handler-ondurationchange">ondurationchange</a></code></li>
+ <li><code title="handler-onemptied"><a href="webappapis.html#handler-onemptied">onemptied</a></code></li>
+ <li><code title="handler-onended"><a href="webappapis.html#handler-onended">onended</a></code></li>
+ <li><code title="handler-onerror"><a href="webappapis.html#handler-onerror">onerror</a></code>*</li>
+ <li><code title="handler-onfocus"><a href="webappapis.html#handler-onfocus">onfocus</a></code>*</li>
+ <li><code title="handler-onformchange"><a href="webappapis.html#handler-onformchange">onformchange</a></code></li>
+ <li><code title="handler-onforminput"><a href="webappapis.html#handler-onforminput">onforminput</a></code></li>
+ <li><code title="handler-oninput"><a href="webappapis.html#handler-oninput">oninput</a></code></li>
+ <li><code title="handler-oninvalid"><a href="webappapis.html#handler-oninvalid">oninvalid</a></code></li>
+ <li><code title="handler-onkeydown"><a href="webappapis.html#handler-onkeydown">onkeydown</a></code></li>
+ <li><code title="handler-onkeypress"><a href="webappapis.html#handler-onkeypress">onkeypress</a></code></li>
+ <li><code title="handler-onkeyup"><a href="webappapis.html#handler-onkeyup">onkeyup</a></code></li>
+ <li><code title="handler-onload"><a href="webappapis.html#handler-onload">onload</a></code>*</li>
+ <li><code title="handler-onloadeddata"><a href="webappapis.html#handler-onloadeddata">onloadeddata</a></code></li>
+ <li><code title="handler-onloadedmetadata"><a href="webappapis.html#handler-onloadedmetadata">onloadedmetadata</a></code></li>
+ <li><code title="handler-onloadstart"><a href="webappapis.html#handler-onloadstart">onloadstart</a></code></li>
+ <li><code title="handler-onmousedown"><a href="webappapis.html#handler-onmousedown">onmousedown</a></code></li>
+ <li><code title="handler-onmousemove"><a href="webappapis.html#handler-onmousemove">onmousemove</a></code></li>
+ <li><code title="handler-onmouseout"><a href="webappapis.html#handler-onmouseout">onmouseout</a></code></li>
+ <li><code title="handler-onmouseover"><a href="webappapis.html#handler-onmouseover">onmouseover</a></code></li>
+ <li><code title="handler-onmouseup"><a href="webappapis.html#handler-onmouseup">onmouseup</a></code></li>
+ <li><code title="handler-onmousewheel"><a href="webappapis.html#handler-onmousewheel">onmousewheel</a></code></li>
+ <li><code title="handler-onpause"><a href="webappapis.html#handler-onpause">onpause</a></code></li>
+ <li><code title="handler-onplay"><a href="webappapis.html#handler-onplay">onplay</a></code></li>
+ <li><code title="handler-onplaying"><a href="webappapis.html#handler-onplaying">onplaying</a></code></li>
+ <li><code title="handler-onprogress"><a href="webappapis.html#handler-onprogress">onprogress</a></code></li>
+ <li><code title="handler-onratechange"><a href="webappapis.html#handler-onratechange">onratechange</a></code></li>
+ <li><code title="handler-onreadystatechange"><a href="webappapis.html#handler-onreadystatechange">onreadystatechange</a></code></li>
+ <li><code title="handler-onscroll"><a href="webappapis.html#handler-onscroll">onscroll</a></code></li>
+ <li><code title="handler-onseeked"><a href="webappapis.html#handler-onseeked">onseeked</a></code></li>
+ <li><code title="handler-onseeking"><a href="webappapis.html#handler-onseeking">onseeking</a></code></li>
+ <li><code title="handler-onselect"><a href="webappapis.html#handler-onselect">onselect</a></code></li>
+ <li><code title="handler-onshow"><a href="webappapis.html#handler-onshow">onshow</a></code></li>
+ <li><code title="handler-onstalled"><a href="webappapis.html#handler-onstalled">onstalled</a></code></li>
+ <li><code title="handler-onsubmit"><a href="webappapis.html#handler-onsubmit">onsubmit</a></code></li>
+ <li><code title="handler-onsuspend"><a href="webappapis.html#handler-onsuspend">onsuspend</a></code></li>
+ <li><code title="handler-ontimeupdate"><a href="webappapis.html#handler-ontimeupdate">ontimeupdate</a></code></li>
+ <li><code title="handler-onvolumechange"><a href="webappapis.html#handler-onvolumechange">onvolumechange</a></code></li>
+ <li><code title="handler-onwaiting"><a href="webappapis.html#handler-onwaiting">onwaiting</a></code></li>
</ul><p class="note">The attributes marked with an asterisk have a
different meaning when specified on <code><a href="semantics.html#the-body-element-0">body</a></code> elements as
- those elements expose <a href="web-application-apis.html#event-handlers">event handlers</a> of the
+ those elements expose <a href="webappapis.html#event-handlers">event handlers</a> of the
<code><a href="browsers.html#window">Window</a></code> object with the same names.</p><p class="note">While these attributes apply to all elements, they
are not useful on all elements. For example, only <a href="video.html#media-element" title="media
element">media elements</a> will ever receive a <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event fired by
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- references.html 14 Feb 2010 09:56:23 -0000 1.793
+++ references.html 14 Feb 2010 10:26:33 -0000 1.794
@@ -291,7 +291,7 @@
<a href="index.html">← Index</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="acknowledgements.html">Acknowledgements →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web,
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- acknowledgements.html 14 Feb 2010 09:56:22 -0000 1.793
+++ acknowledgements.html 14 Feb 2010 10:26:31 -0000 1.794
@@ -289,7 +289,7 @@
</div><nav>
<a href="references.html">← References</a> –
<a href="spec.html#contents">Table of contents</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- ACKS --><p>Thanks to
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- iana.html 14 Feb 2010 09:56:22 -0000 1.124
+++ iana.html 14 Feb 2010 10:26:32 -0000 1.125
@@ -291,7 +291,7 @@
<a href="obsolete.html">← 11 Obsolete features</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="index.html">Index →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="iana"><span class="secno">12 </span>IANA considerations</h2><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">12.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted
Index: fragment-links.js
===================================================================
RCS file: /sources/public/html5/spec/fragment-links.js,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- fragment-links.js 14 Feb 2010 08:47:09 -0000 1.171
+++ fragment-links.js 14 Feb 2010 10:26:32 -0000 1.172
@@ -1,4 +1,4 @@
-var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'forms','refsRFC1554':'references','dom-cva-willvalidate':'forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'editing','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'web-application-apis','dom-meter-optimum':'forms','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','dom-opener':'browsers','concept-http-equivalent':'infrastructure','obtain-a-physical-form':'the-xhtml-syntax','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','about:blank':'infrastructure','concept-appcache-matches-allback':'offline','concept-marquee-on':'obsolete','the-end':'syntax','the-after-head-insertion-mode':'syntax','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'web-application-apis','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'editing','namespaces':'infrastructure','dom-undomanager-add':'editing','command-redo':'editing','attr-meter-value':'forms','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','concept-facet':'interactive-elements','changesToNetworkingModel':'offline','hierarchy_request_err':'infrastructure','dom-tr-sectionrowindex':'tabular-data','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-semantics','math':'the-canvas-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'syntax','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletcell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'text-level-semantics','dom-input-alt':'forms','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'web-application-apis','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','parse-error':'syntax','dom-datatransfer-files':'editing','dom-select-options':'forms','concept-fe-disabled':'forms','dom-object-border':'obsolete','dom-feature-strings':'infrastructure','quirks-mode':'dom','character-encodings-0':'syntax','root-element':'infrastructure,'dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','concept-encoding-confidence':'syntax','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-fragment-identifier':'history','encrypted-http-and-related-security-concerns':'infrastructure','original-insertion-mode':'syntax','link-type-external':'interactive-elements','script-data-state':'syntax','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'embedded-content-0','dom-form-reset':'forms','link-type-index':'interactive-elements','dom-frame-scrolling':'obolete','dom-img-width':'text-level-semantics','fire-a-simple-event':'web-application-apis','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'forms','refsDOMRANGE':'references','dom-area-alt':'the-canvas-element','rules-for-parsing-integers':'infrastructure','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'syntax','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'web-application-apis','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'infrastructure','dom-iframe-src':'text-level-semantics','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','mq':'infrastructure','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','scripting':'web-application-apis','valid-browsing-context-name-or-keyword':'browsers','after-attribte-name-state':'syntax','attr-meta-http-equiv-refresh':'semantics','concept-navigate-mature':'history','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','system-state-and-capabilities':'web-application-apis','comment-end-bang-state':'syntax','dom-image':'text-level-semantics','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'syntax','syntax-attributes':'syntax','rawtext-state':'syntax','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','hashchangeevent':'history','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'web-application-apis','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','split-a-string-on-spaces':'infrastructure','unknown-images':'text-level-semantics','do-body-vlink':'obsolete','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dom-htmloptionscollection-remove':'infrastructure','execCommand':'editing','plaintext-state':'syntax','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','dom-media-autobuffer':'video','timers':'web-application-apis','meta-description':'semantics','event-handler-attributes':'web-application-apis','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'semantics','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'web-application-apis','the-session-history-of-browsing-contexts':'history','refsDOMVIEWS':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','attributes-0':'index','style-sheet-ready':'semantcs','scripting-0':'infrastructure','attr-input-alt':'forms','handler-onmouseout':'web-application-apis','concept-input-min':'forms','attr-marquee-direction-down':'obsolete','writing':'syntax','list-of-active-intervals':'web-application-apis','refsABOUT':'references','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'infrastructure','dom-input-required':'forms','valid-date-string-in-content-with-optional-time':'infrastructure','resulting-autocompletion-state':'forms','dom-validitystate-valid':'forms','attr-textarea-cols':'forms','dom-input-multiple':'forms','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'infrastructure','dom-basefont-size':'obsolete','concept-input-min-zero':'forms','handler-window-onmessage':'web-application-apis','url-host-specific':'infrastrucure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','command-unlink':'editing','fire-a-click-event':'web-application-apis','dom-document-defaultcharset':'dom','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'the-xhtml-syntax','serialize_err':'infrastructure','dom-htmlallcollection-nameditem':'infrastructure','matching-html-elements-using-selectors':'interactive-elements','attr-input-type-color-keyword':'forms','concept-form-submit':'forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'embedded-content-0','htmlhrelement':'semantics','get-the-timeout':'web-application-apis','sandboxLinks':'history','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline',attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'web-application-apis','htmltextareaelement':'forms','concept-input-step':'forms','default-media':'semantics','dom-li-type':'obsolete','refsIANAPERMHEADERS':'references','dom-area-search':'the-canvas-element','refsRFC3548':'references','html-elements':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'text-level-semantics','valid-e-mail-address-list':'forms','r1':'tabular-data','limited-quirks-mode':'dom','has-a-border':'the-xhtml-syntax','xpath-1.0-processors':'embedded-content-0','parse-a-time-component':'infrastructure','refsRFC3490':'references','sequential-focus-navigation':'editing','suffering-from-being-too-long':'forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'forms','command-forwarddelete':'editing','concept-spellcheck-default-true':'editing','refsRFC1557':'references','rank':'semantic','network-states':'video','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','limited-to-only-non-negative-numbers-greater-than-zero':'infrastructure','navigator':'web-application-apis','dom-document-bgcolor':'obsolete','link-type-help':'interactive-elements','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','security-2':'browsers','dom-img-height':'text-level-semantics','link-type-author':'interactive-elements','handler-ondurationchange':'web-application-apis','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','htmlcollection-0':'infrastructure','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'forms','dom-document-plugins':'dom','textarea-effective-height':'the-xhtml-syntax','html-fragment-parsing-algrithm':'syntax','handler-window-onpageshow':'web-application-apis','dom-marquee-scrollamount':'obsolete','concept-table-advance':'tabular-data','in-a-document':'infrastructure','best-representation-of-the-global-date-and-time-string':'infrastructure','table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'embedded-content-0','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','the-list-of-active-formatting-elements':'syntax','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dom-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'text-level-semantics','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'web-application-apis','dom-tdth-width':'obsolete','attr-table-cellspacig':'obsolete','link-type-nofollow':'interactive-elements','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'web-application-apis','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'text-level-semantics','the-title-element':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','the-mark-element':'text-lvel-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','about:srcdoc':'infrastructure','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastructure','dom-htmloptionscollection-length':'infrastructure','concept-datetime-local':'infrastructure','pseudo-classes':'interactive-elements','colors':'infrastructure','outerhtml':'embedded-content-0','handler-onplaying':'web-application-apis','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','radionodelist':'infrastructure','url-path':'infrastructure','domtokenlist':'infrastructure','dom-marquee-behavior':'obsolete','dom-img-usemap':'text-level-semantics','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'web-application-apis','attr-fs-enctype:'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','mathml-namespace':'infrastructure','dom-selection-addrange':'editing','parsing-main-inselectintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'web-application-apis','event-media-canplay':'video','dom-option-form':'forms','selector-invalid':'interactive-elements','refsFILEAPI':'references','attr-iframe-srcdoc':'text-level-semantics','implementation-notes':'editing','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'the-xhtml-syntax','creator-browsing-context':'browsers','no_data_allowed_err':'infrastructure','selector-enabled':'interactive-elements','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'web-application-apis','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xhtml-syntax','crating-scripts':'web-application-apis','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','article-example':'semantics','using-the-input-element-to-define-a-command':'interactive-elements','hidden-state':'forms','dom-htmloptionscollection-nameditem':'infrastructure','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','alignment':'the-xhtml-syntax','events':'web-application-apis','handler-onkeypress':'web-application-apis','refsORIGIN':'references','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','dom-basefont-color':'obsolete','handler-onloadeddata':'web-application-apis','the-button-element-0':'the-xhtml-syntax','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','dom-frame-frameborder':'obsolete','table-model-error':'tabular-data,'overview-of-the-parsing-model':'syntax','parse-a-week-string':'infrastructure','dom-option-defaultselected':'forms','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'syntax','dom-a-media':'text-level-semantics','urls':'infrastructure','the-select-element-0':'the-xhtml-syntax','mediaerror':'video','concept-section':'semantics','cdata-section-state':'syntax','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'forms','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'syntax','dom-option-tv':'forms','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','dom-style-scoped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','dom-option-value':'forms','list-of-the-descendat-browsing-contexts':'browsers','handler-window-onredo':'web-application-apis','dom-map-areas':'the-canvas-element','about:legacy-compat':'infrastructure','category-label':'forms','handler-onpause':'web-application-apis','dom-history':'history','character-encoding-declaration':'semantics','concept-uda-setter':'infrastructure','attr-keygen-challenge':'forms','non-scripted':'infrastructure','concept-input-step-default':'forms','date-state':'forms','dom-htmloptionscollection-add':'infrastructure','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','dom-frame-marginheight':'obsolete','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'forms','sbu-not-copy':'web-application-apis','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-definitions':'dom','dom-aea-port':'the-canvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','bogus-comment-state':'syntax','list-of-active-timeouts':'web-application-apis','attr-hyperlink-media':'interactive-elements','concept-appcache-manifest-explicit':'offline','link-type-prev':'interactive-elements','dom-area-host':'the-canvas-element','dom-input-files':'forms','dynamic-changes-to-base-urls':'infrastructure','attr-fs-formmethod':'forms','xml-mime-type':'infrastructure','the-dragevent-and-datatransfer-interfaces':'editing','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','common-parser-idioms':'infrastructure','concept-fv-valid':'forms','submit-mailto-headers':'forms','handler-onended':'web-application-apis','interactive-media':'the-xhtml-syntax','using-the-option-element-to-define-a-command':'interactive-elements','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'text-level-semantics''dialog-arguments-origin':'web-application-apis','script-data-escaped-state':'syntax','attr-fe-maxlength':'forms','documents':'dom','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'dom','handler-onprogress':'web-application-apis','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'text-level-semantics','dom-a-charset':'obsolete','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','white_space':'infrastructure','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'interactive-elements','handler-onchange':'web-application-apis','dom-script-async':'semantics','dom-table-frame':'obsolete','event-dragover':'editing','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','garbage-collection':'infrastructure','the-address-element':semantics','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','create-an-element-for-the-token':'syntax','attr-iframe-sandbox-allow-forms':'text-level-semantics','validation_err':'infrastructure','the-title-attribute-0':'the-xhtml-syntax','dom-form-dispatchformchange':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens':'infrastructure','scriptingLanguages':'semantics','foster-parent':'syntax','canceled-activation-steps':'embedded-content-0','concept-script':'web-application-apis','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'infrastructure','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'text-level-semantics','script-data-escaped-end-tag-open-state':'syntax','scrolling-elements-into-view':'editing','case-sensitive':'infrastructure','dom-validitystate-toolong':'forms','running-a-script':'sematics','network_err':'infrastructure','the-marquee-element-0':'the-xhtml-syntax','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','domstringmap-0':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'embedded-content-0','dom-iframe-name':'text-level-semantics','head-element-pointer':'syntax','category-submit':'forms','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'web-application-apis','insert-an-html-element':'syntax','best-representation-of-the-number-as-a-floating-point-number':'infrastructure','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formatting-elements':'syntax','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','do-select-selectedindex':'forms','phrasing-content':'dom','dom-document-head':'dom','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete','attr-meter-min':'forms','tag-clouds':'interactive-elements','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'web-application-apis','attr-command-disabled':'interactive-elements','strike':'obsolete','handler-ondblclick':'web-application-apis','event-dragenter':'editing','months':'infrastructure','dom-document-lastmodified':'dom','dom-option-disabled':'forms','dom-source-src':'video','attr-script-type':'semantics','common-idioms-without-dedicated-elements':'interactive-elements','refsMIMESNIFF':'references','interactions-with-xpath-and-xslt':'embedded-content-0','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'syntax','attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'infrastructure','parsing':'syntax','rendering':'the-xhtml-syntax','refsATOM':'references','handler-onwaiting':'web-application-apis','attr-param-type':'obsolete','handler-onseeking':'web-application-apis','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'forms','read-html':'history','attr-button-type-submit':'forms','reset-the-form-owner':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','dom-history-length':'history','htmlscriptelement':'semantics','negative-tabindex':'editing','unquoted':'syntax','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','serializing-html-fragments':'syntax','attr-fs-formenctype':'forms','attr-fs-action':'forms','concept-video-intrinsic-height':'video','dom-document-querycomandenabled':'editing','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactive-elements','markup-declaration-open-state':'syntax','dom-fs-novalidate':'forms','end-tag-open-state':'syntax','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'syntax','broadcast-formchange-events':'forms','concept-input-value-dirty':'forms','introduction-2':'web-application-apis','dom-marquee-direction':'obsolete','concept-bc-noscript':'web-application-apis','frameset':'obsolete','concept-spellcheck-default-false':'editing','refsWEBSTORAGE':'references','adjust-mathml-attributes':'syntax','method-context':'web-application-apis','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax','the-directionality':'dom','attr-select-size:'forms','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'web-application-apis','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','script-data-double-escaped-dash-state':'syntax','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'embedded-content-0','meta-generator':'semantics','handler-onstalled':'web-application-apis','attr-spellcheck':'editing','local-date-and-time-state':'forms','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete','attr-link-charset':'obsolete','concept-datetime':'infrastructure','html-namespace':'infrastructue','event-dispatch':'forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','dom-progress-position':'forms','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','command-italic':'editing','handler-window-onafterprint':'web-application-apis','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','converting-html-to-other-formats':'interactive-elements','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'forms','sequential-link-types':'interactive-elements','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','submit-data-put':'forms','dom-dim-width':'the-canvas-element','local-dates-and-times':'infrastructure','editors':'infrastructure','dom-table-insertrow':'tabular-data','xml-parser:'the-xhtml-syntax','concept-n-noscript':'web-application-apis','dom-selection-deletefromdocument':'editing','htmlselectelement':'forms','valid-media-query':'infrastructure','reset-the-insertion-mode-appropriately':'syntax','event-handlers-on-elements-document-objects-and-window-objects':'web-application-apis','doctype-public-identifier-double-quoted-state':'syntax','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax','nestedParsing':'syntax','dom-tr-align':'obsolete','concept-http-equivalent-get':'infrastructure','script-data-escape-start-state':'syntax','xml-namespace':'infrastructure','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'interactive-elements','input-type-attr-summary':'forms','list-of-code-entry-points':'web-application-apis','remove-a-token-from-a-string':'infrastructure','numbr-state':'forms','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'forms','a-form-control-s-value':'forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'text-level-semantics','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','dom-fs-enctype':'forms','dimRendering':'the-xhtml-syntax','xml':'infrastructure','explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','parse-a-time-zone-offset-component':'infrastructure','refsECMA262':'references','command-selectall':'editing','the-rt-element':'text-level-semantics','resource-metadata-management':dom','link-type-license':'interactive-elements','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'the-xhtml-syntax','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'web-application-apis','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'syntax','changing-the-encoding-while-parsing':'syntax','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'forms','an-entry-with-persisted-user-state':'history','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','dom-tdth-ch':'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'references','refsRFC4329':'references','securit_err':'infrastructure','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'web-application-apis','live':'infrastructure','parse-a-time-string':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'syntax','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete','dom-print':'web-application-apis','obtain-the-storage-mutex':'web-application-apis','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'syntax','attr-input-readonly':'forms','attr-area-shape-keyword-circle':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'web-application-apis','parsing-main-incaption':'syntax','before-doctype-name-state':'syntax','attr-tabindex':'editing','dom-area-target':'the-canvas-element','dom-a-rel':'text-level-semantics','domobject-type':'text-level-semantics','printing':'web-application-apis','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'web-application-apis','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':'web-application-apis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','pending-state-object':'history','dom-img-alt':'text-level-semantics','support-the-scripting-language':'semantics','dom-command-checked':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'interactive-elements','auxiliary-browsing-context':'browsers','table-model':'tabular-data','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'forms','internal-algorithm-for-scanning-and-assigning-header-cells':'tabula-data','sandboxScriptBlocked':'web-application-apis','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'syntax','url-query':'infrastructure','attr-hyperlink-type':'interactive-elements','form-submission-algorithm':'forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'text-level-semantics','outline':'semantics','attr-select-multiple':'forms','get-the-timed-task':'web-application-apis','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'text-level-semantics','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'syntax','definitions':'forms','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'semantics','effective-script-origin':'browsers','dom-basefont-face':'obsolete',dom-tdth-rowspan':'tabular-data','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':'syntax','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-autocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'web-application-apis','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'embedded-content-0','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsRFC1842':'references','attr-object-data':'text-level-semantics','dom-hashchangeevent-newurl':'history','conversations':'interactive-elements','sandboxed-scripts-browsing-context-flag':'text-level-semantics','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-tdth-height':'obsolete','attr-body-alink':'obsolete','attr-table-align':'obsolete','refsWCAG:'references','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','dom-font-color':'obsolete','embedded-content-2':'the-xhtml-syntax','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','task-source':'web-application-apis','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'iana','ready-to-be-parser-executed':'semantics','handler-window-onbeforeunload':'web-application-apis','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'syntax','dom-window-personalbar':'browsers','manifests':'offline','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','a-browsing-context-is-discarded':'browsers','dom-applet-vspace':'obsolete','atr-dl-compact':'obsolete','dom-navigator-appversion':'web-application-apis','htmlhtmlelement':'semantics','handler-onvolumechange':'web-application-apis','htmlunknownelement':'dom','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','create-a-script-from-a-node':'web-application-apis','dependencies':'infrastructure','event-online':'offline','unloading-document-cleanup-steps':'history','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'web-application-apis','language':'dom','text-html':'iana','dom-progress-max':'forms','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructure','concept-form-reset':'forms','attr-hr-width':'obsolete','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'forms','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'embedded-content-','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'syntax','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','concept-option-index':'forms','script-execution-environment':'web-application-apis','limited-to-only-non-negative-numbers':'infrastructure','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','dom-select-length':'forms','doctype-legacy-string':'syntax','event-handler-idl-attributes':'web-application-apis','limited-to-only-known-values':'infrastructure','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'forms','dom-command-ro-disabled':'interactive-elements','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elemnts','frame-border-color':'the-xhtml-syntax','dom-document-close':'embedded-content-0','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'semantics','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'infrastructure','document.title':'dom','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'forms','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'web-application-apis','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','synchronous-section':'web-application-apis','dom-option-index':'forms','dates-and-times':'infrastructure','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactive-elements','optional-tags':'syntax','attr-link-sizes':'interactive-elements','refsGRAPHICS':'references','the-document-s-ddress':'dom','introduction-5':'the-xhtml-syntax','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','handler-appcache-onobsolete':'offline','dom-document-domain':'browsers','dom-form-name':'forms','editing':'editing','isindex':'syntax','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'infrastructure','dom-area-coords':'the-canvas-element','dom-tokenlist-add':'infrastructure','the-script-block-s-character-encoding':'semantics','punctuation-and-decorations':'the-xhtml-syntax','dom-param-value':'text-level-semantics','preprocessing-the-input-stream':'syntax','script-data-escaped-dash-state':'syntax','dom-hashchangeevent-inithashchangeevent':'history','attr-fe-disabled':'forms''dom-area-hostname':'the-canvas-element','general-guidelines':'text-level-semantics','dom-media-ended':'video','dom-fs-formtarget':'forms','the-article-element':'semantics','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'embedded-content-0','concept-option-selectedness':'forms','atom':'interactive-elements','attr-input-checked':'forms','misinterpreted-for-compatibility':'syntax','spacer':'obsolete','has-an-element-in-the-specific-scope':'syntax','the-aside-element':'semantics','dom-command-type':'interactive-elements','dom-fs-target':'forms','dom-domsettabletokenlist-value':'infrastructure','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'semantics','htmldocument':'dom','dom-area-hreflang':'the-canvas-element','syntax_err':'infrastructure','dom-appcache-status':'offline','link-type-last':'interactive-elements','refsWHATWGWIKI':'references','custom-validity-error-message':'forms','dom-length':'browsers,'the-min-and-max-attributes':'forms','next-input-character':'syntax','the-progress-element-0':'the-xhtml-syntax','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','dom-classname':'dom','media-element-attributes':'video','attr-output-for':'forms','htmllegendelement':'forms','parsing-main-intr':'syntax','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'web-application-apis','parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'text-level-semantics','the-header-element':'semantics','dom-meta-content':'semantics','concept-input-min-default':'forms','dom-object-data':'text-level-semantics','dom-validitystate-rangeunderflow':'forms','command-insertlinebreak':'editing','replaced-elements':'the-xhtml-syntax','svg-namespace':'infrastructure','atr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','concept-time':'infrastructure','dom-mod-datetime':'text-level-semantics','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','toolbars-0':'the-xhtml-syntax','dom-datalist-options':'forms','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'infrastructure','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'infrastructure','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'forms','infrastructure':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'interactive-elements','svg-0':'the-canvas-element','scripting-1':'semantics','dom-selction-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'web-application-apis','dom-appcache-updateready':'offline','security-0':'forms','parse-a-global-date-and-time-string':'infrastructure','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-canvas-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','dates':'infrastructure','dom-marquee-loop':'obsolete','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','authoring':'the-canvas-element','dom-output-type':'forms','url-scheme':'infrastructure','parse_err':'infrastructure','dom-embed-type':'text-level-semantics','boolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','dom-ul-compact':'obsolete','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'text-level-semantics','dom-iframe-contentwidow':'text-level-semantics','annotations-for-assistive-technology-products-aria':'embedded-content-0','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','rcdata-less-than-sign-state':'syntax','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','documentSelection':'editing','dom-confirm':'web-application-apis','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'web-application-apis','dom-alert':'web-application-apis','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'interactive-elements','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'web-application-apis','attr-area-shape-keyword-default':'the-canvas-elemet','dom-document-nameditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'embedded-content-0','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','refsARIAIMPL':'references','domstring_size_err':'infrastructure','refsCORS':'references','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','dom-selection-tostring':'editing','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'forms','refsBOCU1':'references','thewindow-object':'browsers','editing-apis':'editing','attributes':'syntax','refsISO885911':'references','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'text-level-semantics','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'embedded-content-0','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'web-application-apis','refsRFC2045':'references','dom-th-scope':'tabular-data','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','concept-input-immutable':'forms','the-li-element':'semantics','dom-a-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'interactive-elements','current-target-element':'editing','parsig-main-inselect':'syntax','attr-link-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','create-a-document-object':'history','represents':'the-xhtml-syntax','the-p-element':'semantics','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'interactive-elements','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','wbr':'obsolete','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-length':'forms','event-loop':web-application-apis','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'web-application-apis','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'interactive-elements','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','dom-hr-align':'obsolete','lists-of-integers':'infrastructure','dom-select-multiple':'forms','refsGBK':'references','attr-base-target':'semantics','return-value':'web-application-apis','images':'the-xhtml-syntax','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'text-level-semantics','selector-out-of-range':'interactive-elements','dom-location':'history','dom-input-indeterminate':'forms','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':'forms','date-and-time-stte':'forms','focusable':'editing','override-url':'history','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'web-application-apis','dom-dragevent-initdragevent':'editing','concept-row':'tabular-data','dom-history-replacestate':'history','doctype-public-identifier-single-quoted-state':'syntax','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'forms','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','stack-of-open-elements':'syntax','timer-task-source':'web-application-apis','refsRFC2119':'references','content-type:'infrastructure','the-command':'interactive-elements','attr-body-text':'obsolete','dom-input-stepup':'forms','the-keygen-element-0':'the-xhtml-syntax','dom-img-naturalwidth':'text-level-semantics','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'interactive-elements','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'web-application-apis','the-title-attribute':'dom','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'syntax','styling':'semantics','attr-input-autocomplete-on-state':'forms','concept-bc-script':'web-application-apis','web-application-apis':'web-application-apis','inline-documentation-for-external-scripts':'semantics','handler-oninput':'web-application-apis','the-code-element':'text-level-semantics','concept-select-pick:'forms','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'text-level-semantics','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','command-inserttext':'editing','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'syntax','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'infrastructure','mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-base-href':'semantics','dom-showmodaldialog':'web-application-apis','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','external-resource-link':'semantics','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'interactive-elements','forming-a-table':'tabular-data','checkbox-state':'forms','dom-col-with':'obsolete','the-fieldset-element-0':'the-xhtml-syntax','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentational-hints':'the-xhtml-syntax','dom-meter-value':'forms','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'syntax','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'syntax','dom-blur':'editing','client-identification':'web-application-apis','concept-id':'dom','dom-object-usemap':'text-level-semantics','obsolete-but-conforming-features':'obsolete','link-type-alternate':'interactive-elements','refsXMLBASE':'references','dialog-arguments':'web-application-apis','concept-command':'interactive-elements','doctype-system-identifier-single-quoted-state':'syntax','an-image-not-intended-for-the-user':'text-level-semantics','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'forms','command-facet-action':'interactie-elements','dom-draggable':'editing','script-data-double-escape-start-state':'syntax','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','redo:-moving-forward-in-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','fallback-content':'embedded-content-0','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','keywords-and-enumerated-attributes':'infrastructure','link-type-sidebar':'interactive-elements','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'web-application-apis','definitions-1':'web-application-apis','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'web-application-apis','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'text-level-semantics','dom-document-locaion':'history','directly-reachable-browsing-contexts':'browsers','the-input-stream':'syntax','dom-tbody-ch':'obsolete','dom-mod-cite':'text-level-semantics','tt':'obsolete','dom-validitystate-valuemissing':'forms','invalid_state_err':'infrastructure','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'forms','foreign-elements':'syntax','initial-code-entry-point':'web-application-apis','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','application-cache-api':'offline','handler-onsuspend':'web-application-apis','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-navigator-yieldforstorageupdates':'web-application-apis','the-applet-element':'obsolete','use-div-for-wrappers':'semantics','sandboxed-navigation-browsing-context-flag':'text-level-semantics','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'web-application-apis','dom-area-type':'the-canva-element','dom-input-readonly':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','the-link-is-an-alternative-stylesheet':'interactive-elements','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'forms','security-1':'browsers','safe-passing-of-structured-data':'infrastructure','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'forms','selector-active':'interactive-elements','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','parsing-main-intbody':'syntax','insertion-mode':'syntax','dom-datatransfer-getdata':'editing','attr-input-placeholder':'forms','dom-based-xslt-1.0-processors':'embedded-content-0','concept-param-parameter':'text-level-semantics','flow-content-0':'dom','script-data-doubl-escaped-dash-dash-state':'syntax','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'text-level-semantics','no_modification_allowed_err':'infrastructure','attr-meter-low':'forms','attr-script-defer':'semantics','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'forms','windowtimers':'web-application-apis','comment-state':'syntax','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','dom-style-type':'semantics','url-encoded-form-data':'forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'interactive-elements','suffering-from-a-custom-erro':'forms','attr-a-urn':'obsolete','dom-option-tvd':'forms','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'the-xhtml-syntax','introduction-6':'the-xhtml-syntax','introduction-1':'offline','introduction-0':'forms','introduction-3':'editing','the-button-element':'forms','implied-strong-reference':'infrastructure','dom-output-value':'forms','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'forms','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'syntax','r2':'tablar-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-content-0','attr-textarea-rows-value':'forms','refsCSSUI':'references','history':'history','dom-html-version':'obsolete','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'web-application-apis','width-of-the-select-s-labels':'the-xhtml-syntax','menus':'interactive-elements','creting-documents':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'text-level-semantics','misnested-tags:-b-p-b-p':'syntax','refsNPAPI':'references','dom-domhtmlimplementation-createhtmldocument':'dom','after-doctype-system-identifier-state':'syntax','concept-task':'web-application-apis','dom-area-protocol':'the-canvas-element','stop-parsing':'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'text-level-semantics','dom-document-anchors':'obsolete','attr-marquee-truespeed-false':'obsolete','adoptionAgency':'syntax','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'forms','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'forms','dom-parent':'browsers','selector-checked':interactive-elements','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','dom-marquee-hspace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'text-level-semantics','dom-manipulation-task-source':'web-application-apis','meta-application-name':'semantics','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'syntax','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','refsCESU8':'references','parsing-main-intable':'syntax','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','after-doctype-public-keyword-state':'syntax','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optional':'interactive-element','rules-for-parsing-a-hash-name-reference':'infrastructure','concept-input-step-scale':'forms','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'semantics','dom-select-size':'forms','concept-option-label':'forms','auxiliary-browsing-contexts':'browsers','implicit-submission':'forms','attr-textarea-required':'forms','dom-link-rev':'obsolete','generate-implied-end-tags':'syntax','handler-onkeyup':'web-application-apis','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'web-application-apis','valid-url':'infrastructure','dom-area-rellist':'the-canvas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'text-level-semantics','the-select-element':'forms','dom-input-value':'forms','broadcast-forminput-event':'forms','attr-embed-align':'obsolete','dom-selection-rangecount':'editing','tokenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'web-application-apis','invalid_modification_err':'infrastructure','task-queue':'web-application-apis','offline':'offline','dom-document-body':'dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'syntax','dom-media-buffered':'video','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'text-level-semantics','attr-lang':'dom','dom-iframe-frameborder':'obsolete','dom-fs-action':'forms','matches-the-environment':'infrastructure','attr-option-label':'forms','dom-windowtimers-setinterval':'web-application-apis','other-parsing-state-flags':'syntax','refsHTTP':'references','selection-0':'editing','completely-loaded':'syntax','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'dom','the-after-after-frameset-insertion-mode':'syntax','domtr-ch':'obsolete','multipart-form-data-encoding-algorithm':'forms','security-risks-in-the-drag-and-drop-model':'editing','month-state':'forms','handler-onmouseover':'web-application-apis','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','the-script-block-s-source':'semantics','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'interactive-elements','script-data-double-escaped-less-than-sign-state':'syntax','dom-colgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'syntax','has-an-element-in-list-item-scope':'syntax','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete','parse-state':'syntax','events-and-the-window-object':'web-application-apis','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','dom-base-target':'semantics','attr-objct-border':'obsolete','hyperlink-link':'semantics','dom-uda-search':'infrastructure','secondary-insertion-mode':'syntax','dragevent':'editing','pragma-directives':'semantics','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','sandboxWindowOpen':'browsers','attr-meta-name':'semantics','transparent-content-models':'embedded-content-0','simple-dialogs':'web-application-apis','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'interactive-elements','attr-input-step':'forms','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete','handler-window-onpopstate':'web-application-apis','concept-cell':'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'web-application-apis','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'dom','run-synthtic-click-activation-steps':'embedded-content-0','command-api':'interactive-elements','htmlallcollection':'infrastructure','executing-a-script-block':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete','skip-whitespace':'infrastructure','html-namespace-0':'infrastructure','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','range-state':'forms','attr-area-shape-keyword-rect':'the-canvas-element','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-history':'history','dom-select-item':'forms','dom-document-referrer':'dom','dom-datatransfer-dropeffect':'editing','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-radio-button-widgets':'the-html-syntax','handler-appcache-onchecking':'offline','comment-end-space-state':'syntax','xlink-namespace':'infrastructure','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'editing','the-draggable-attribute':'editing','attr-fs-method':'forms','insert-a-character':'syntax','discard-a-document':'browsers','before-doctype-public-identifier-state':'syntax','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'web-application-apis','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','refsIANACHARSET':'references','attributes-for-form-submission':'forms','etermining-the-character-encoding':'syntax','dom-command-ro-checked':'interactive-elements','maps-to-the-pixel-length-property':'the-xhtml-syntax','content-type-sniffing':'infrastructure','drag-and-drop-initialization-steps':'editing','attr-fs-method-put-keyword':'forms','concept-input-max':'forms','generic-raw-text-element-parsing-algorithm':'syntax','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handler-onscroll':'web-application-apis','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'forms','concept-n-script':'web-application-apis','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','attr-a-shape':'obsolete','dom-document-dir':'dom','dom-meter-low':'forms','attr-body-background':'obsolete','text-ping':'iana','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-coped':'semantics','ping-to':'iana','domsettabletokenlist-0':'infrastructure','attribute-value-unquoted-state':'syntax','temporary-buffer':'syntax','the-autocomplete-attribute':'forms','algorithm-for-extracting-an-encoding-from-a-content-type':'infrastructure','parse-a-month-component':'infrastructure','attr-input-type-tel-keyword':'forms','parsing-main-intabletext':'syntax','dom-select-nameditem':'forms','restrictions-for-contents-of-script-elements':'semantics','association-of-controls-and-forms':'forms','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','refsSHIFTJIS':'references','the-label-element':'forms','dndevents':'editing','active-parser':'dom','handler-window-onfocus':'web-application-apis','the-meter-element':'forms','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','designMode':'editing','refsHATOM':'references','dom-applet-codebase':'obsolete','concept-time-date':'text-level-semantics','attr-paam-valuetype':'obsolete','attr-fs-enctype-formdata':'forms','storage-mutex':'web-application-apis','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete','concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','about-blank-origin':'browsers','attr-hyperlink-rel':'interactive-elements','text-node':'infrastructure','command-insertimage':'editing','attr-ol-start':'semantics','locked-for-focus':'editing','formatblock-candidate':'editing','dom-document-url':'dom','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'forms','dom-input-placeholder':'forms','htmloutputelement':'forms','dom-body-alink':'obsolete','dom-dim-height':'the-canvas-element','embedded-content':'embedded-content-0','script-data-less-than-sign-state':'syntax','appropriate-end-tag-token':'syntax','collections-0':'infrastructure','dom-embed-src':'text-level-semantics','event-media-ended':'video','dom-media-error':'video','dom-input-vale-default':'forms','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'interactive-elements','dom-navigator':'web-application-apis','attr-body-vlink':'obsolete','handler-ondragleave':'web-application-apis','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','document.write':'embedded-content-0','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlist':'infrastructure','raw-text-elements':'syntax','handler-ondragover':'web-application-apis','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'web-application-apis','dom-id':'dom','character-reference-in-rcdata-state':'syntax','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'editing','tag-name-state':'syntax','insertadjacenthtml':'embedded-content-0','dom-input-value-value':'forms','attr-th-scope-rowgrop':'tabular-data','dom-image-wh':'text-level-semantics','dom-media-play':'video','ascii-serialization-of-an-origin':'browsers','xmlns-namespace':'infrastructure','data-state':'syntax','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','refsSELECTORS':'references','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'forms','concept-appcache-completeness':'offline','handler-ondragend':'web-application-apis','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','refsPINGBACK':'references','dom-script-charset':'semantics','attr-input-type-datetime-keyword':'forms','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'forms','textarea-effective-width':'the-xhtml-syntax','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'forms','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolte','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'web-application-apis','converting-a-character-width-to-pixels':'the-xhtml-syntax','dom-meta-name':'semantics','concept-fs-enctype':'forms','attr-tdth-align':'obsolete','dom-option-label':'forms','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','dom-a-ping':'text-level-semantics','url-decomposition-idl-attributes':'infrastructure','dom-ul-type':'obsolete','attr-fs-formtarget':'forms','parsing-main-inbody':'syntax','htmlframeelement':'obsolete','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','dom-textarea-value':'forms','domhtmlimplementation':'dom','a-short-phrase-r-label-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','event-media-ratechange':'video','dom-link-href':'semantics','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvas-element','embedding-custom-non-visible-data':'dom','wrong_document_err':'infrastructure','dom-location-protocol':'history','attr-mod-cite':'text-level-semantics','compatibility-caseless':'infrastructure','security-and-privacy-considerations':'video','newlines':'syntax','validitystate':'forms','attr-a-coords':'obsolete','dom-location-assign':'history','attr-input-maxlength':'forms','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','event-media-abort':'video','attr-hr-size':'obsolete','concept-rel-extensions':'interactive-elements','dom-navigator-platform':'web-application-apis','run-final-activation-steps':'embedded-content-0','attr-form-name':'forms','event-offline':'offline','bg':'obsolete','spin-the-event-loop':'web-application-apis','concept-embed-active':'text-level-semantics','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'web-application-apis','dom-appcache-idle':'offline','script-data-double-escaped-state':'syntax','run-pre-click-activation-steps':'embedded-content-0','image-map':'the-canvas-element','dom-param-name':'text-level-semantics','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-media-starttime':'video','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'syntax','valid-floating-point-number':'infrasructure','dom-cva-checkvalidatity':'forms','dom-option-text':'forms','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'forms','dom-fs-formaction':'forms','refsWIN874':'references','bindings':'the-xhtml-syntax','refsCSSATTR':'references','attr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'forms','opening-the-input-stream':'embedded-content-0','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-document-write':'embedded-content-0','attr-textarea-rows':'forms','the-list-attribute':'forms','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-irame-src':'text-level-semantics','attr-object-standby':'obsolete','refsRFC5322':'references','queue-a-task':'web-application-apis','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','self-closing-start-tag-state':'syntax','security-and-privacy':'web-application-apis','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'interactive-elements','refsRFC2318':'references','parser-pause-flag':'syntax','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','unfocusing-steps':'editing','dom-select-selectedoptions':'forms','frames':'obsolete','alphanumeric-ascii-characters':'infrastructure','suffering-from-a-pattern-mismatch':'forms','dom-document-querycommandvalue':'editing','quirks-mode-doctypes':'sntax','dom-pre-width':'obsolete','concept-link-type-sniffing':'semantics','concept-input-mutable':'forms','dom-option':'forms','dom-col-span':'tabular-data','text-field-selection':'editing','sections':'semantics','dom-navigator-registerprotocolhandler':'web-application-apis','document-metadata':'semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','the-before-head-insertion-mode':'syntax','datatransfer':'editing','dom-table-summary':'tabular-data','refsMAILTO':'references','run-canceled-activation-steps':'embedded-content-0','dom-marquee-width':'obsolete','constraint-validation':'forms','htmlparamelement':'text-level-semantics','attr-link-rev':'obsolete','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'syntax','rest-button-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','fragment-case':'syntax','refsCSSOM':'references','dom-document-fgcolor':'obsolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'syntax','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'text-level-semantics','concept-output-mode':'forms','attr-col-char':'obsolete','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','refsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'editing','attr-input-list':'forms','dom-getselection':'editing','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','being-rendered':'the-xhtml-syntax','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'diting','plain-text-form-data':'forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-application-cache':'offline','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','the-pattern-attribute':'forms','source-default-media':'video','attr-input-max':'forms','align-descendants':'the-xhtml-syntax','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'syntax','extensibility':'infrastructure','content-type-sniffing:-text-or-binary':'infrastructure','script-s-browsing-context':'web-application-apis','undo-transaction-history':'editing','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacin':'obsolete','handler-ondragstart':'web-application-apis','parse-a-month-string':'infrastructure','handler-onmousewheel':'web-application-apis','dom-map-images':'the-canvas-element','dom-meta-httpequiv':'semantics','handler-onabort':'web-application-apis','concept-week':'infrastructure','dom-media-readystate':'video','dom-fe-disabled':'forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'text-level-semantics','event-media-error':'video','valid-week-string':'infrastructure','the-dd-element':'semantics','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-value-state':'syntax','concept-fetch-loaded':'infrastructure','printing-steps':'web-application-apis','multipart-form-data':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-aps':'obsolete','rawtext-end-tag-open-state':'syntax','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-canvas-element','handler-onmouseup':'web-application-apis','attr-embed-src':'text-level-semantics','video':'video','foster-parenting':'syntax','attr-img-name':'obsolete','dom-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','handler-window-onload':'web-application-apis','code-point-length':'infrastructure','events-0':'index','attr-ol-reversed':'semantics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'forms','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','rcdata-end-tag-name-state':'syntax','dom-input-step':'forms','context-menu-state':'interactive-elements',the-strong-element':'text-level-semantics','input-img-available':'forms','attr-fs-target':'forms','dom-uda-host':'infrastructure','script-data-escape-start-dash-state':'syntax','event-media-durationchange':'video','attr-form-accept-charset':'forms','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelement':'semantics','atom-namespace':'interactive-elements','media-element':'video','the-constraint-validation-api':'forms','script-data-end-tag-name-state':'syntax','dom-marquee-start':'obsolete','link-type-pingback':'interactive-elements','refsRFC1922':'references','the-hr-element':'semantics','dom-input-align':'obsolete','link-type-next':'interactive-elements','dom-tr-insertcell':'tabular-data','validity-states':'forms','the-script-block-s-type':'semantics','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'web-application-apis','dom-textara-type':'forms','frame':'obsolete','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'forms','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'infrastructure','dom-link-type':'semantics','doctype-name-state':'syntax','an-iframe-srcdoc-document':'text-level-semantics','refsWIN949':'references','refsCSS':'references','the-step-attribute':'forms','concept-meta-extensions':'semantics','concept-embed-type':'text-level-semantics','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','read-text':'history','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete','signed-integers':'infrastructure','htmllielement':'semantics','the-toolbar-barprop-object':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'web-aplication-apis','dom-cva-setcustomvalidity':'forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'interactive-elements','read-xml':'history','browser-state':'offline','dom-windowtimers-settimeout':'web-application-apis','handler-onshow':'web-application-apis','dom-navigator-online':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'infrastructure','before-doctype-system-identifier-state':'syntax','attr-style-media':'semantics','concept-select-toggle':'forms','refsRFC2806':'references','links':'interactive-elements','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'editing','event-appcache-checking':'offline','refsARIA':'references','parsing-main-inframeset':'syntax','after-doctype-nme-state':'syntax','attr-meta-http-equiv':'semantics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','refsUTR36':'references','dom-input-stepdown':'forms','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'dom','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','dom-img-src':'text-level-semantics','dom-undomanager-remove':'editing','refsRFC1494':'references','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'browsers','event-appcache-obsolete':'offline','refsX690':'references','focus-management':'editing','attr-img-alt':'text-level-semantics','context-menus':'interactive-elements','dom-appcache-checking':'offline','read-ua-inline':'history','handler-oncontextmenu':'web-application-apis','refsXML':'references','attr-button-type-reset-state':'forms','refsXMLNS':'references','using-the-comand-element-to-define-a-command':'interactive-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','selectors':'interactive-elements','attr-iframe-marginwidth':'obsolete','concept-js-deref':'web-application-apis','concept-fetch-total':'infrastructure','command-superscript':'editing','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','concept-fs-novalidate':'forms','dom-a-type':'text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','documentEncoding':'syntax','htmlinputelement':'forms','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantics','history-traversal-task-source':'web-application-apis','submit-mutate-action':'forms','user-interaction-task-source':'web-application-apis','dom-img-complete':'text-level-semantics','dom-selection-collapsetoend':'editing','dom-document-queycommandstate':'editing','dom-uda-pathname':'infrastructure','dom-command-radiogroup':'interactive-elements','entity-references':'infrastructure','concept-textarea-raw-value':'forms','handler-oncanplay':'web-application-apis','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'embedded-content-0','attr-input-type-checkbox-keyword':'forms','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'embedded-content-0','handler-onplay':'web-application-apis','event-handler-content-attributes':'web-application-apis','undo-position':'editing','linkTypes':'interactive-elements','dom-iscontenteditable':'editing','ping-from':'iana','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'web-application-apis','processing-model-2':'web-application-apis','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'frms','link-type-archives':'interactive-elements','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'text-level-semantics','runtime-script-errors':'web-application-apis','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','the-input-element-as-a-color-well':'the-xhtml-syntax','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'forms','meta':'semantics','dom-a-hreflang':'text-level-semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'text-level-semantics','refsPNG':'references','dom-media-network_no_source':'video','the-before-html-insertion-mode':'syntax','between-doctype-public-and-system-identifiers-state':'syntax','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'web-application-apis','navigating-across-documents':'history','om-input-selectedoption':'forms','attr-input-accept':'forms','dom-input-defaultvalue':'forms','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','undo':'editing','dom-object-vspace':'obsolete','character-reference-in-data-state':'syntax','suffering-from-being-missing':'forms','dom-iframe-sandbox':'text-level-semantics','command-facet-disabledstate':'interactive-elements','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'infrastructure','attr-details-open':'interactive-elements','dom-input-size':'forms','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'interactive-elements','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'web-application-apis','htmlbasefontelement':'obsolete','other-link-types':'interactive-elements','attr-abbr-title':'text-level-semantics','interactively-validate-theconstraints':'forms','dom-document-commands':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-canvas-element','dom-window':'browsers','concept-row-group':'tabular-data','sandboxOrigin':'browsers','represented-by-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'dom','calling-scripts':'web-application-apis','htmlelement':'dom','selector-required':'interactive-elements','url-port':'infrastructure','refsRFC3864':'references','handler-window-onstorage':'web-application-apis','enumerated-attribute':'infrastructure','clear-the-stack-back-to-a-table-row-context':'syntax','dom-input-defaultchecked':'form','attr-input-size':'forms','resolve-a-url':'infrastructure','dom-datatransfer-setdragimage':'editing','locked-for-reset':'forms','the-time-element-0':'the-xhtml-syntax','space-separated-tokens':'infrastructure','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete','dom-input-src':'forms','concept-textarea-dirty':'forms','await-a-stable-state':'web-application-apis','dom-command-ro-label':'interactive-elements','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','concept-link-obtain':'semantics','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':'interactive-elements','metadata-content':'dom','dom-iframe-seamless':'text-level-semanics','parse-a-date-string':'infrastructure','dom-body-background':'obsolete','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','selector-indeterminate':'interactive-elements','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'infrastructure','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete','refsXSLT10':'references','script-data-end-tag-open-state':'syntax','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-image-w':'text-level-semantics','attr-table-rules':'obsolete','attr-command-type-state-radio':'interactive-elements','the-selection':'editing','dom-navigator-appname':'web-application-apis','attr-tdth-width':'obsolete','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'web-application-apis','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'text-level-semantics','dom-classlist':'dom','handler-window-onunload':'web-application-apis',url':'infrastructure','valid-date-or-time-string':'infrastructure','the-link-element':'semantics','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'syntax','attr-col-align':'obsolete','javascript-protocol':'web-application-apis','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'semantics','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'web-application-apis','sectioning-content':'dom','the-html-element-0':'semantics','not_supported_err':'infrastructure','attr-area-shape-keyword-polygon':'the-canvas-element','application-cache-download-process':'offline','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'semantics','dom-document-clear':'obsolete','refsPSL':'references','commaseparated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'web-application-apis','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'semantics','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','recommended-reading':'introduction','selector-link':'interactive-elements','navigatoronline':'web-application-apis','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'forms','the-kbd-element':'text-level-semantics','view':'browsers','dom-textarea-readonly':'forms','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','undomanagerevent':'editing','x-this':'introduction','seamless-browsing-context-flag':'text-level-semantics','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handler-ondrop':'web-pplication-apis','concept-month':'infrastructure','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'web-application-apis','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'interactive-elements','dom-a-host':'text-level-semantics','interfaces':'index','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name':'text-level-semantics','dom-script-type':'semantics','the-datalist-element':'forms','the-windowproxy-object':'browsers','attr-table-bgcolor':'obsolete','aborting-a-document-load':'history','dom-meter-high':'forms','current-node':'syntax','commands':'interactive-elements','flow-content':'dom','plugin':'infrastructure','fallback-free':'dom','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','process-the-iframe-attributes':'text-level-semantics',refsBCP47':'references','dom-object-align':'obsolete','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete','valid-date-string':'infrastructure','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','dom-textarea-textlength':'forms','pending-table-character-tokens':'syntax','additional-allowed-character':'syntax','abort_err':'infrastructure','handler-onsubmit':'web-application-apis','media-element-load-algorithm':'video','dom-textarea-placeholder':'forms','seekUpdate':'video','event-media-seeked':'video','form-owner':'forms','refsWIN1254':'references','attribute-value-double-quoted-state':'syntax','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'interactive-elements','attr-input-src':'form','rules-for-parsing-a-list-of-integers':'infrastructure','attr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editing','dom-legend-align':'obsolete','dom-tokenlist-toggle':'infrastructure','dom-dragevent-datatransfer':'editing','earliest-possible-position':'video','outline-depth':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','event-handlers':'web-application-apis','event-firing':'web-application-apis','dom-param-valuetype':'obsolete','the-hr-element-0':'the-xhtml-syntax','fonts-and-colors':'the-xhtml-syntax','immediate-user-selection':'editing','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'syntax','subit-data-post':'forms','nested-browsing-contexts':'browsers','dom-optgroup-disabled':'forms','link-type-up':'interactive-elements','adjust-foreign-attributes':'syntax','dom-command-disabled':'interactive-elements','command-createlink':'editing','attr-media-autoplay':'video','htmldlistelement':'semantics','attr-progress-value':'forms','link-type-search':'interactive-elements','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','handler-window-ononline':'web-application-apis','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','dom-meter-min':'forms','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'web-application-apis','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolet','event-media-canplaythrough':'video','htmlcollection':'infrastructure','attr-tdth-nowrap':'obsolete','global-attributes':'dom','dom-link-target':'obsolete','the-section-element':'semantics','link-type-stylesheet':'interactive-elements','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','dom-document-scripts':'dom','attr-fs-enctype-text':'forms','autofocusing-a-form-control':'forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','handler-onmousedown':'web-application-apis','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete','editing-host':'editing','outlines':'semantics','after-attribute-value-quoted-state':'syntax','dom-tokenlist-contains':'infrastructure','attr-marquee-truespeed-true':'obsolete','dom-media-loop':'video','dom-htmlallcollection-tags':'infrastructure','attr-area-shape-poly':'the-canvas-element','hyperlink-auditing':'interactive-elements','percentages-ad-dimensions':'infrastructure','dom-col-choff':'obsolete','attr-area-shape-rect':'the-canvas-element','dom-select-remove':'forms','dom-document-querycommandsupported':'editing','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'embedded-content-0','attr-xml-lang':'dom','concept-error-handled':'web-application-apis','attr-link-target':'obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'web-application-apis','sandboxed-origin-browsing-context-flag':'text-level-semantics','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dom-iframe-contentdocument':'text-level-semantics','attr-command-label':'interactive-elements','attr-input-pattern':'forms','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'forms','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-linkrel':'semantics','htmlformelement':'forms','dom-tdth-nowrap':'obsolete','attr-body-link':'obsolete','sample-handler-impl':'web-application-apis','handler-onreadystatechange':'web-application-apis','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','dom-hr-color':'obsolete','attr-textarea-wrap':'forms','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-option-t':'forms','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'web-application-apis','suffering-from-a-type-mismatch':'forms','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'editing','the-small-element':'text-level-semantics','custom-data-attribute':'dom','sessin-history-entry':'history','dom-frame-src':'obsolete','htmlembedelement':'text-level-semantics','common-input-element-apis':'forms','dom-lang':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'web-application-apis','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'text-level-semantics','extracting-atom':'interactive-elements','command-facet-hint':'interactive-elements','script-s-global-object':'web-application-apis','event-input-input':'forms','selector-read-write':'interactive-elements','dom-lfe-labels':'forms','dom-datatransfer-setdata':'editing','column-header':'tabular-data','loading-the-media-resource':'video','time-state:'forms','application-xhtml-xml':'iana','dom-hashchangeevent-oldurl':'history','dom-datatransfer-types':'editing','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'infrastructure','the-css-user-agent-style-sheet-and-presentational-hints':'the-xhtml-syntax','content-models':'dom','refsUNICODE':'references','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'web-application-apis','dom-insertadjacenthtml':'embedded-content-0','algorithm-for-processing-row-groups':'tabular-data','refsSVG':'references','dom-select-add':'forms','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-circ':'the-canvas-element','tag-cloud':'interactive-elements','function':'web-application-apis','serializability-of-script-execution':'introduction','already-started':'semantics','attr-input-type-search-keyword':'forms','handler-ondragente':'web-application-apis','jump-to-a-code-entry-point':'web-application-apis','handler-onseeked':'web-application-apis','dom-embed-name':'obsolete','fully-active':'browsers','structured-clone':'infrastructure','rateUpdate':'video','internal-structured-cloning-algorithm':'infrastructure','current-playback-position':'video','attr-textarea-maxlength':'forms','dom-location-host':'history','comment-start-state':'syntax','display-types':'the-xhtml-syntax','handler-oncanplaythrough':'web-application-apis','dom-object-contentdocument':'text-level-semantics','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','dom-function-call':'web-application-apis','the-element-pointers':'syntax','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-duration':'video','valid-lowercase-simple-color':'infrastructure','tokenizing-character-references':'syntax','dom-popstateevent-initpopstateevent':'history','dom-input-value-fiename':'forms','named-character-references':'named-character-references','the-stack-of-open-elements':'syntax','paused-for-user-interaction':'video','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'interactive-elements','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'iana','dom-progress-value':'forms','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','has-an-element-in-scope':'syntax','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'interactive-elements','contenteditable-nsertText':'editing','attr-object-codebase':'obsolete','dom-keygen-type':'forms','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'forms','start-tags':'syntax','comment-end-dash-state':'syntax','content-categories':'dom','parsing-main-incolgroup':'syntax','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'forms','submit-button-state':'forms','concept-select-option-list':'forms' };
+var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'forms','refsRFC1554':'references','dom-cva-willvalidate':'forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'editing','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'webappapis','dom-meter-optimum':'forms','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','dom-opener':'browsers','concept-http-equivalent':'infrastructure','obtain-a-physical-form':'the-xhtml-syntax','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','about:blank':'infrastructure','concept-appcache-matches-fallback':offline','concept-marquee-on':'obsolete','the-end':'syntax','the-after-head-insertion-mode':'syntax','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'webappapis','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'editing','namespaces':'infrastructure','dom-undomanager-add':'editing','command-redo':'editing','attr-meter-value':'forms','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','concept-facet':'interactive-elements','changesToNetworkingModel':'offline','hierarchy_request_err':'infrastructure','dom-tr-sectionrowindex':'tabular-data','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-semantics','math':'the-canvas-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'syntax','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletecell':'tabular-data,'alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'text-level-semantics','dom-input-alt':'forms','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'webappapis','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','parse-error':'syntax','dom-datatransfer-files':'editing','dom-select-options':'forms','concept-fe-disabled':'forms','dom-object-border':'obsolete','dom-feature-strings':'infrastructure','quirks-mode':'dom','character-encodings-0':'syntax','root-element':'infrastructure','dom-table-bgcolor':'obsolet','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','concept-encoding-confidence':'syntax','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-fragment-identifier':'history','encrypted-http-and-related-security-concerns':'infrastructure','original-insertion-mode':'syntax','link-type-external':'interactive-elements','script-data-state':'syntax','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'embedded-content-0','dom-form-reset':'forms','link-type-index':'interactive-elements','dom-frame-scrolling':'obsolete','dom-img-width':'text-evel-semantics','fire-a-simple-event':'webappapis','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'forms','refsDOMRANGE':'references','dom-area-alt':'the-canvas-element','rules-for-parsing-integers':'infrastructure','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'syntax','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'webappapis','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'infrastructure','dom-iframe-src':'text-level-semantics','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','mq':'infrastructure','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','scripting':'webappapis','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'syntax','attr-meta-http-equiv-refresh':'semntics','concept-navigate-mature':'history','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','system-state-and-capabilities':'webappapis','comment-end-bang-state':'syntax','dom-image':'text-level-semantics','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'syntax','syntax-attributes':'syntax','rawtext-state':'syntax','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','hashchangeevent':'history','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'webappapis','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','split-a-string-on-spaces':'infrastructure','unknown-images':'text-level-semantics','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','the-details-element':'inteactive-elements','dom-htmloptionscollection-remove':'infrastructure','execCommand':'editing','plaintext-state':'syntax','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','dom-media-autobuffer':'video','timers':'webappapis','meta-description':'semantics','event-handler-attributes':'webappapis','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'semantics','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'webappapis','the-session-history-of-browsing-contexts':'history','refsDOMVIEWS':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','attributes-0':'index','style-sheet-ready':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','handler-onmouseout':'webappapis','concept-input-in':'forms','attr-marquee-direction-down':'obsolete','writing':'syntax','list-of-active-intervals':'webappapis','refsABOUT':'references','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'infrastructure','dom-input-required':'forms','valid-date-string-in-content-with-optional-time':'infrastructure','resulting-autocompletion-state':'forms','dom-validitystate-valid':'forms','attr-textarea-cols':'forms','dom-input-multiple':'forms','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'infrastructure','dom-basefont-size':'obsolete','concept-input-min-zero':'forms','handler-window-onmessage':'webappapis','url-host-specific':'infrastructure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','command-unlink':'editing','fire-a-click-vent':'webappapis','dom-document-defaultcharset':'dom','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'the-xhtml-syntax','serialize_err':'infrastructure','dom-htmlallcollection-nameditem':'infrastructure','matching-html-elements-using-selectors':'interactive-elements','attr-input-type-color-keyword':'forms','concept-form-submit':'forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'embedded-content-0','htmlhrelement':'semantics','get-the-timeout':'webappapis','sandboxLinks':'history','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'webappapis','htmltextareaelement':'forms','concept-input-step':'forms','default-media':semantics','dom-li-type':'obsolete','refsIANAPERMHEADERS':'references','dom-area-search':'the-canvas-element','refsRFC3548':'references','html-elements':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'text-level-semantics','valid-e-mail-address-list':'forms','r1':'tabular-data','limited-quirks-mode':'dom','has-a-border':'the-xhtml-syntax','xpath-1.0-processors':'embedded-content-0','parse-a-time-component':'infrastructure','refsRFC3490':'references','sequential-focus-navigation':'editing','suffering-from-being-too-long':'forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'forms','command-forwarddelete':'editing','concept-spellcheck-default-true':'editing','refsRFC1557':'references','rank':'semantics','network-states':'video','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','limited-to-only-non-neative-numbers-greater-than-zero':'infrastructure','navigator':'webappapis','dom-document-bgcolor':'obsolete','link-type-help':'interactive-elements','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','security-2':'browsers','dom-img-height':'text-level-semantics','link-type-author':'interactive-elements','handler-ondurationchange':'webappapis','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','htmlcollection-0':'infrastructure','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'forms','dom-document-plugins':'dom','textarea-effective-height':'the-xhtml-syntax','html-fragment-parsing-algorithm':'syntax','handler-window-onpageshow':'webappapis','dom-marquee-scrollamount':'obsolete','concept-table-advance':'tabular-data','in-a-document':'infrastructure','best-representation-o-the-global-date-and-time-string':'infrastructure','table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'embedded-content-0','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','the-list-of-active-formatting-elements':'syntax','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dom-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'text-level-semantics','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'webappapis','dom-tdth-width':'obsolete','attr-table-cellspacing':'obsolete','link-type-nofollow':'interactive-elements','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'webappapis','read-image':'history','refsRFC1345':'references','inuse_attribute_er':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'text-level-semantics','the-title-element':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','the-mark-element':'text-level-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','about:srcdoc':'infrastructure','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastucture','dom-htmloptionscollection-length':'infrastructure','concept-datetime-local':'infrastructure','pseudo-classes':'interactive-elements','colors':'infrastructure','outerhtml':'embedded-content-0','handler-onplaying':'webappapis','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','radionodelist':'infrastructure','url-path':'infrastructure','domtokenlist':'infrastructure','dom-marquee-behavior':'obsolete','dom-img-usemap':'text-level-semantics','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'webappapis','attr-fs-enctype':'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','mathml-namespace':'infrastructure','dom-selection-addrange':'editing','parsing-main-inselectintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','hanler-onkeydown':'webappapis','event-media-canplay':'video','dom-option-form':'forms','selector-invalid':'interactive-elements','refsFILEAPI':'references','attr-iframe-srcdoc':'text-level-semantics','implementation-notes':'editing','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'the-xhtml-syntax','creator-browsing-context':'browsers','no_data_allowed_err':'infrastructure','selector-enabled':'interactive-elements','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'webappapis','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-scripts':'webappapis','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','article-example':'semantics','using-the-input-element-to-define-a-command':'interactive-eements','hidden-state':'forms','dom-htmloptionscollection-nameditem':'infrastructure','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','alignment':'the-xhtml-syntax','events':'webappapis','handler-onkeypress':'webappapis','refsORIGIN':'references','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','dom-basefont-color':'obsolete','handler-onloadeddata':'webappapis','the-button-element-0':'the-xhtml-syntax','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','dom-frame-frameborder':'obsolete','table-model-error':'tabular-data','overview-of-the-parsing-model':'syntax','parse-a-week-string':'infrastructure','dom-option-defaultselected':'forms','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'syntax','dom-a-media':'text-level-semantics','urls':'infrastructure','the-selec-element-0':'the-xhtml-syntax','mediaerror':'video','concept-section':'semantics','cdata-section-state':'syntax','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'forms','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'syntax','dom-option-tv':'forms','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','dom-style-scoped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','dom-option-value':'forms','list-of-the-descendant-browsing-contexts':'browsers','handler-window-onredo':'webappapis','dom-map-areas':'the-canvas-element','about:legacy-compat':'infrastructure','category-label':'forms','handler-onpause':'webappapis','dom-history':'history','character-encoding-declaration':'semantics','concept-uda-setter':'infrastucture','attr-keygen-challenge':'forms','non-scripted':'infrastructure','concept-input-step-default':'forms','date-state':'forms','dom-htmloptionscollection-add':'infrastructure','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','dom-frame-marginheight':'obsolete','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'forms','sbu-not-copy':'webappapis','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-definitions':'dom','dom-area-port':'the-canvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','bogus-comment-state':'syntax','list-of-active-timeouts':'webappapis','attr-hyperlink-media':'interactive-elements','concept-appcache-manifest-explicit':'offline','link-type-prev':'interactive-eleents','dom-area-host':'the-canvas-element','dom-input-files':'forms','dynamic-changes-to-base-urls':'infrastructure','attr-fs-formmethod':'forms','xml-mime-type':'infrastructure','the-dragevent-and-datatransfer-interfaces':'editing','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','common-parser-idioms':'infrastructure','concept-fv-valid':'forms','submit-mailto-headers':'forms','handler-onended':'webappapis','interactive-media':'the-xhtml-syntax','using-the-option-element-to-define-a-command':'interactive-elements','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'text-level-semantics','dialog-arguments-origin':'webappapis','script-data-escaped-state':'syntax','attr-fe-maxlength':'forms','documents':'dom','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'dom','handler-onprogress':'webappapis','syntax-start-tag':'syntax','attr-html-manifst':'semantics','htmliframeelement':'text-level-semantics','dom-a-charset':'obsolete','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','white_space':'infrastructure','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'interactive-elements','handler-onchange':'webappapis','dom-script-async':'semantics','dom-table-frame':'obsolete','event-dragover':'editing','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','garbage-collection':'infrastructure','the-address-element':'semantics','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','create-an-element-for-the-token':'syntax','attr-iframe-sandbox-allow-forms':'text-level-semantics','validation_err':'infrastructure','the-title-attribute-0':'the-xhtml-syntax','dom-form-dispatchformchange':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-sace-separated-tokens':'infrastructure','scriptingLanguages':'semantics','foster-parent':'syntax','canceled-activation-steps':'embedded-content-0','concept-script':'webappapis','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'infrastructure','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'text-level-semantics','script-data-escaped-end-tag-open-state':'syntax','scrolling-elements-into-view':'editing','case-sensitive':'infrastructure','dom-validitystate-toolong':'forms','running-a-script':'semantics','network_err':'infrastructure','the-marquee-element-0':'the-xhtml-syntax','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','domstringmap-0':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'embedded-content-0','dom-iframe-name':'text-levl-semantics','head-element-pointer':'syntax','category-submit':'forms','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'webappapis','insert-an-html-element':'syntax','best-representation-of-the-number-as-a-floating-point-number':'infrastructure','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formatting-elements':'syntax','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','dom-select-selectedindex':'forms','phrasing-content':'dom','dom-document-head':'dom','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete','attr-meter-min':'forms','tag-clouds':'interactive-elements','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'webappapis',attr-command-disabled':'interactive-elements','strike':'obsolete','handler-ondblclick':'webappapis','event-dragenter':'editing','months':'infrastructure','dom-document-lastmodified':'dom','dom-option-disabled':'forms','dom-source-src':'video','attr-script-type':'semantics','common-idioms-without-dedicated-elements':'interactive-elements','refsMIMESNIFF':'references','interactions-with-xpath-and-xslt':'embedded-content-0','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'syntax','attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formmethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'infrastructure','parsing':'syntax','rendering':'the-xhtml-syntax','refsATOM':'references','handler-onwaiting':'webappapis','attr-param-type':'obsolete','handler-onseeking':'webappapis','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'forms','read-html''history','attr-button-type-submit':'forms','reset-the-form-owner':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','dom-history-length':'history','htmlscriptelement':'semantics','negative-tabindex':'editing','unquoted':'syntax','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','serializing-html-fragments':'syntax','attr-fs-formenctype':'forms','attr-fs-action':'forms','concept-video-intrinsic-height':'video','dom-document-querycommandenabled':'editing','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactive-elements','markup-declaration-open-state':'syntax','dom-fs-novalidate':'forms','end-tag-open-state':'syntax','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'syntax','broadcast-formchange-events':'forms','concept-inut-value-dirty':'forms','introduction-2':'webappapis','dom-marquee-direction':'obsolete','concept-bc-noscript':'webappapis','frameset':'obsolete','concept-spellcheck-default-false':'editing','refsWEBSTORAGE':'references','adjust-mathml-attributes':'syntax','method-context':'webappapis','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax','the-directionality':'dom','attr-select-size':'forms','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'webappapis','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','script-data-double-escaped-dash-state':'syntax','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violatin':'introduction','script-created-parser':'embedded-content-0','meta-generator':'semantics','handler-onstalled':'webappapis','attr-spellcheck':'editing','local-date-and-time-state':'forms','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete','attr-link-charset':'obsolete','concept-datetime':'infrastructure','html-namespace':'infrastructure','event-dispatch':'forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','dom-progress-position':'forms','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','command-italic':'editing','handler-window-onafterprint':'webappapis','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure',converting-html-to-other-formats':'interactive-elements','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'forms','sequential-link-types':'interactive-elements','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','submit-data-put':'forms','dom-dim-width':'the-canvas-element','local-dates-and-times':'infrastructure','editors':'infrastructure','dom-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concept-n-noscript':'webappapis','dom-selection-deletefromdocument':'editing','htmlselectelement':'forms','valid-media-query':'infrastructure','reset-the-insertion-mode-appropriately':'syntax','event-handlers-on-elements-document-objects-and-window-objects':'webappapis','doctype-public-identifier-double-quoted-state':'syntax','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax''nestedParsing':'syntax','dom-tr-align':'obsolete','concept-http-equivalent-get':'infrastructure','script-data-escape-start-state':'syntax','xml-namespace':'infrastructure','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'interactive-elements','input-type-attr-summary':'forms','list-of-code-entry-points':'webappapis','remove-a-token-from-a-string':'infrastructure','number-state':'forms','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'forms','a-form-control-s-value':'forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'text-level-semantics','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':forms','command-unselect':'editing','dom-fs-enctype':'forms','dimRendering':'the-xhtml-syntax','xml':'infrastructure','explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','parse-a-time-zone-offset-component':'infrastructure','refsECMA262':'references','command-selectall':'editing','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'interactive-elements','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'the-xhtml-syntax','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'webappapis','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'syntax','changing-the-encoding-while-parsing':'syntax','set-of-space-separated-tokens':'infrastructure','browser-interfaceelements':'browsers','iana':'iana','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'forms','an-entry-with-persisted-user-state':'history','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','dom-tdth-ch':'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'references','refsRFC4329':'references','security_err':'infrastructure','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'webappapis','live':'infrastructure','parse-a-time-string':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'syntax','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete','dom-print':'webappapis','obtain-the-storage-mutex':'weappapis','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'syntax','attr-input-readonly':'forms','attr-area-shape-keyword-circle':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'webappapis','parsing-main-incaption':'syntax','before-doctype-name-state':'syntax','attr-tabindex':'editing','dom-area-target':'the-canvas-element','dom-a-rel':'text-level-semantics','dom-object-type':'text-level-semantics','printing':'webappapis','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'webappapis','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','pending-state-object':'history','dom-img-alt':'text-level-semantics','support-the-scripting-language':'seantics','dom-command-checked':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'interactive-elements','auxiliary-browsing-context':'browsers','table-model':'tabular-data','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'forms','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'webappapis','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'syntax','url-query':'infrastructure','attr-hyperlink-type':'interactive-elements','form-submission-algorithm':'forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'text-level-semantics','outline':'semantics','attr-select-multiple':'fors','get-the-timed-task':'webappapis','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'text-level-semantics','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'syntax','definitions':'forms','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'semantics','effective-script-origin':'browsers','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':'syntax','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-autocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'webappapis','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'embedded-content-0','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsFC1842':'references','attr-object-data':'text-level-semantics','dom-hashchangeevent-newurl':'history','conversations':'interactive-elements','sandboxed-scripts-browsing-context-flag':'text-level-semantics','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-tdth-height':'obsolete','attr-body-alink':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','dom-font-color':'obsolete','embedded-content-2':'the-xhtml-syntax','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','task-source':'webappapis','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'iana','ready-to-be-parser-executed':'semantics','clear-the-list-of-active-formatting-elements-up-t-the-last-marker':'syntax','dom-window-personalbar':'browsers','manifests':'offline','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','a-browsing-context-is-discarded':'browsers','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'webappapis','htmlhtmlelement':'semantics','handler-onvolumechange':'webappapis','htmlunknownelement':'dom','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','create-a-script-from-a-node':'webappapis','dependencies':'infrastructure','event-online':'offline','unloading-document-cleanup-steps':'history','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'webappapis','language':'dom','text-html':'iana','dom-progress-max':'forms','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructur','concept-form-reset':'forms','attr-hr-width':'obsolete','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'forms','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'embedded-content-0','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'syntax','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','concept-option-index':'forms','script-execution-environment':'webappapis','limited-to-only-non-negative-numbers':'infrastructure','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','dom-select-length':'forms','doctype-legacy-string':'syntax','event-handler-idl-attributes':'webappapis','limited-to-only-known-values':'infrstructure','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'forms','dom-command-ro-disabled':'interactive-elements','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'the-xhtml-syntax','dom-document-close':'embedded-content-0','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'semantics','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'infrastructure','document.title':'dom','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'forms','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','synchronous-section':'webappapis','dom-option-index':'forms','dates-and-times':'infrastruture','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactive-elements','optional-tags':'syntax','attr-link-sizes':'interactive-elements','refsGRAPHICS':'references','the-document-s-address':'dom','introduction-5':'the-xhtml-syntax','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','handler-appcache-onobsolete':'offline','dom-document-domain':'browsers','dom-form-name':'forms','editing':'editing','isindex':'syntax','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'infrastructure','dom-area-coords':'the-canvas-element','dom-tokenlist-add':'infrastructure','the-script-block-s-character-encoding':'semantics','punctuation-ad-decorations':'the-xhtml-syntax','dom-param-value':'text-level-semantics','preprocessing-the-input-stream':'syntax','script-data-escaped-dash-state':'syntax','dom-hashchangeevent-inithashchangeevent':'history','attr-fe-disabled':'forms','dom-area-hostname':'the-canvas-element','general-guidelines':'text-level-semantics','dom-media-ended':'video','dom-fs-formtarget':'forms','the-article-element':'semantics','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'embedded-content-0','concept-option-selectedness':'forms','atom':'interactive-elements','attr-input-checked':'forms','misinterpreted-for-compatibility':'syntax','spacer':'obsolete','has-an-element-in-the-specific-scope':'syntax','the-aside-element':'semantics','dom-command-type':'interactive-elements','dom-fs-target':'forms','dom-domsettabletokenlist-value':'infrastructure','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'semantics','htmldocument':'do','dom-area-hreflang':'the-canvas-element','syntax_err':'infrastructure','dom-appcache-status':'offline','link-type-last':'interactive-elements','refsWHATWGWIKI':'references','custom-validity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','the-progress-element-0':'the-xhtml-syntax','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','dom-classname':'dom','media-element-attributes':'video','attr-output-for':'forms','htmllegendelement':'forms','parsing-main-intr':'syntax','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'webappapis','parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'text-level-semantics','the-header-element':'semantics','dom-meta-content':'semantics','cncept-input-min-default':'forms','dom-object-data':'text-level-semantics','dom-validitystate-rangeunderflow':'forms','command-insertlinebreak':'editing','replaced-elements':'the-xhtml-syntax','svg-namespace':'infrastructure','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','concept-time':'infrastructure','dom-mod-datetime':'text-level-semantics','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','toolbars-0':'the-xhtml-syntax','dom-datalist-options':'forms','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'infrastructure','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'infrastructure','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'forms','infrastrcture':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'interactive-elements','svg-0':'the-canvas-element','scripting-1':'semantics','dom-selection-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'webappapis','dom-appcache-updateready':'offline','security-0':'forms','parse-a-global-date-and-time-string':'infrastructure','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-canvas-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','dates':'infrastructure','dom-marquee-loop':'obsolete','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','authoring':'the-canvas-element','dom-output-type':'forms','url-scheme':'infrastructure','parse_err':'infrastructure','dom-embed-type':'text-level-semantics','bolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','dom-ul-compact':'obsolete','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'text-level-semantics','dom-iframe-contentwindow':'text-level-semantics','annotations-for-assistive-technology-products-aria':'embedded-content-0','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','rcdata-less-than-sign-state':'syntax','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','documentSelection':'editing','dom-confirm':'webappapis','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'webappapis','dom-alert':'webappapis','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'interactive-elements','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620''references','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'webappapis','attr-area-shape-keyword-default':'the-canvas-element','dom-document-nameditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'embedded-content-0','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','refsARIAIMPL':'references','domstring_size_err':'infrastructure','refsCORS':'references','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','om-selection-tostring':'editing','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'forms','refsBOCU1':'references','the-window-object':'browsers','editing-apis':'editing','attributes':'syntax','refsISO885911':'references','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'text-level-semantics','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'embedded-content-0','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'webappapis','refsRFC2045':'references','dom-th-scope':'tabular-data','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','concept-input-immutable':'forms','the-li-element':'semantics','dom-a-coords':'obsolete','design-notes':'intoduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'interactive-elements','current-target-element':'editing','parsing-main-inselect':'syntax','attr-link-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','create-a-document-object':'history','represents':'the-xhtml-syntax','the-p-element':'semantics','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'interactive-elements','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','wbr':'obsolete','gropings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-length':'forms','event-loop':'webappapis','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'webappapis','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'interactive-elements','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','dom-hr-align':'obsolete','lists-of-integers':'infrastructure','dom-select-multiple':'forms','refsGBK':'references','attr-base-target':'semantics','return-value':'webappapis','images':'the-xhtml-syntax','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'text-level-semantics','selector-out-of-range':'interactive-elements','dom-location':'history','dom-inpu-indeterminate':'forms','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':'forms','date-and-time-state':'forms','focusable':'editing','override-url':'history','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'webappapis','dom-dragevent-initdragevent':'editing','concept-row':'tabular-data','dom-history-replacestate':'history','doctype-public-identifier-single-quoted-state':'syntax','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'forms','browsing-context-nested-through':'browsers','dom-trees':'infratructure','stack-of-open-elements':'syntax','timer-task-source':'webappapis','refsRFC2119':'references','content-type':'infrastructure','the-command':'interactive-elements','attr-body-text':'obsolete','webappapis':'webappapis','dom-input-stepup':'forms','the-keygen-element-0':'the-xhtml-syntax','dom-img-naturalwidth':'text-level-semantics','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'interactive-elements','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'webappapis','the-title-attribute':'dom','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'syntax','styling':'semantics','attr-input-autocomplete-on-state':'forms','concept-bc-script':'webappapis','handler-window-onbeforeunload':'webappapis','inline-documentation-for-external-sripts':'semantics','handler-oninput':'webappapis','the-code-element':'text-level-semantics','concept-select-pick':'forms','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'text-level-semantics','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','command-inserttext':'editing','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'syntax','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'infrastructure','mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-base-href':'semantics','dom-showmodaldialog':'webappapis','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','external-resource-link':'semantics','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-nreferrer':'interactive-elements','forming-a-table':'tabular-data','checkbox-state':'forms','dom-col-width':'obsolete','the-fieldset-element-0':'the-xhtml-syntax','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentational-hints':'the-xhtml-syntax','dom-meter-value':'forms','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'syntax','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'syntax','dom-blur':'editing','client-identification':'webappapis','concept-id':'dom','dom-object-usemap':'text-level-semantics','obsolete-but-conforming-features':'obsolete','link-type-alternate':'interactive-elements','refsXMLBASE':'references','dialog-arguments':'webappapis','concept-command':'interactive-elements','doctype-system-identifier-single-quoted-state':'syntax','an-image-not-intended-for-the-user':'text-level-semantics','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'taular-data','attr-fs-method-post-keyword':'forms','command-facet-action':'interactive-elements','dom-draggable':'editing','script-data-double-escape-start-state':'syntax','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','redo:-moving-forward-in-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','fallback-content':'embedded-content-0','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','keywords-and-enumerated-attributes':'infrastructure','link-type-sidebar':'interactive-elements','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'webappapis','definitions-1':'webappapis','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'webappapis','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-eleent','alt':'text-level-semantics','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers','the-input-stream':'syntax','dom-tbody-ch':'obsolete','dom-mod-cite':'text-level-semantics','tt':'obsolete','dom-validitystate-valuemissing':'forms','invalid_state_err':'infrastructure','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'forms','foreign-elements':'syntax','initial-code-entry-point':'webappapis','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','application-cache-api':'offline','handler-onsuspend':'webappapis','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-navigator-yieldforstorageupdates':'webappapis','the-applet-element':'obsolete','use-div-for-wrappers':'semantics','sandboxed-navigation-browsing-context-flag':'text-level-semantics','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'webappapis','dom-area-typ':'the-canvas-element','dom-input-readonly':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','the-link-is-an-alternative-stylesheet':'interactive-elements','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'forms','security-1':'browsers','safe-passing-of-structured-data':'infrastructure','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'forms','selector-active':'interactive-elements','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','parsing-main-intbody':'syntax','insertion-mode':'syntax','dom-datatransfer-getdata':'editing','attr-input-placeholder':'forms','dom-based-xslt-1.0-processors':'embedded-content-0','concept-param-parameter':'text-level-semantics','flow-content-0':'dom','scrit-data-double-escaped-dash-dash-state':'syntax','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'text-level-semantics','no_modification_allowed_err':'infrastructure','attr-meter-low':'forms','attr-script-defer':'semantics','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'forms','windowtimers':'webappapis','comment-state':'syntax','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','dom-style-type':'semantics','url-encoded-form-data':'forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'interactive-elements','suffering-from-a-custom-eror':'forms','attr-a-urn':'obsolete','dom-option-tvd':'forms','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'the-xhtml-syntax','introduction-6':'the-xhtml-syntax','introduction-1':'offline','introduction-0':'forms','introduction-3':'editing','the-button-element':'forms','implied-strong-reference':'infrastructure','dom-output-value':'forms','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'forms','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'syntax','r2':'abular-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-content-0','attr-textarea-rows-value':'forms','refsCSSUI':'references','history':'history','dom-html-version':'obsolete','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'webappapis','width-of-the-select-s-labels':'the-xhtml-syntax','menus':'interactive-elements','creating-dcuments':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'text-level-semantics','misnested-tags:-b-p-b-p':'syntax','refsNPAPI':'references','dom-domhtmlimplementation-createhtmldocument':'dom','after-doctype-system-identifier-state':'syntax','concept-task':'webappapis','dom-area-protocol':'the-canvas-element','stop-parsing':'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'text-level-semantics','dom-document-anchors':'obsolete','attr-marquee-truespeed-false':'obsolete','adoptionAgency':'syntax','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'forms','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'forms','dom-parent':'browsers','selector-checked':'interactive-elemnts','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','dom-marquee-hspace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'text-level-semantics','dom-manipulation-task-source':'webappapis','meta-application-name':'semantics','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'syntax','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','refsCESU8':'references','parsing-main-intable':'syntax','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','after-doctype-public-keyword-state':'syntax','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optional':'interactive-elements','rules-for-parsing-a-has-name-reference':'infrastructure','concept-input-step-scale':'forms','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'semantics','dom-select-size':'forms','concept-option-label':'forms','auxiliary-browsing-contexts':'browsers','implicit-submission':'forms','attr-textarea-required':'forms','dom-link-rev':'obsolete','generate-implied-end-tags':'syntax','handler-onkeyup':'webappapis','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'webappapis','valid-url':'infrastructure','dom-area-rellist':'the-canvas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'text-level-semantics','the-select-element':'forms','dom-input-value':'forms','broadcast-forminput-events':'forms','attr-embed-align':'obsolete','dom-slection-rangecount':'editing','tokenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'webappapis','invalid_modification_err':'infrastructure','task-queue':'webappapis','offline':'offline','dom-document-body':'dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'syntax','dom-media-buffered':'video','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'text-level-semantics','attr-lang':'dom','dom-iframe-frameborder':'obsolete','dom-fs-action':'forms','matches-the-environment':'infrastructure','attr-option-label':'forms','dom-windowtimers-setinterval':'webappapis','other-parsing-state-flags':'syntax','refsHTTP':'references','selection-0':'editing','completely-loaded':'syntax','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'dom','the-after-after-frameset-insertion-mode':'syntax','dom-tr-ch':'obsolete','multipart-form-data-encoding-algorithm':'forms','securityrisks-in-the-drag-and-drop-model':'editing','month-state':'forms','handler-onmouseover':'webappapis','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','the-script-block-s-source':'semantics','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'interactive-elements','script-data-double-escaped-less-than-sign-state':'syntax','dom-colgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'syntax','has-an-element-in-list-item-scope':'syntax','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete','parse-state':'syntax','events-and-the-window-object':'webappapis','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','dom-base-target':'semantics','attr-object-border':'obsolete','hyperlink-link':'semantics','dom-uda-search':'infrastructure','secondary-nsertion-mode':'syntax','dragevent':'editing','pragma-directives':'semantics','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','sandboxWindowOpen':'browsers','attr-meta-name':'semantics','transparent-content-models':'embedded-content-0','simple-dialogs':'webappapis','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'interactive-elements','attr-input-step':'forms','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'webappapis','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'dom','run-synthetic-click-activation-steps':'embedded-content-0','command-api':'interactive-elements','htmlallcollection':'infrastructure','excuting-a-script-block':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete','skip-whitespace':'infrastructure','html-namespace-0':'infrastructure','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','range-state':'forms','attr-area-shape-keyword-rect':'the-canvas-element','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-history':'history','dom-select-item':'forms','dom-document-referrer':'dom','dom-datatransfer-dropeffect':'editing','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-radio-button-widgets':'the-xhtml-syntax','handler-appcache-onchecking':'offline','comment-end-space-state':'syntax','xlink-namespace':'infrastructure','atr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'editing','the-draggable-attribute':'editing','attr-fs-method':'forms','insert-a-character':'syntax','discard-a-document':'browsers','before-doctype-public-identifier-state':'syntax','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'webappapis','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','refsIANACHARSET':'references','attributes-for-form-submission':'forms','determining-the-character-encoding':'syntax','dom-command-ro-checked':'interactive-elements','maps-to-the-pixel-length-property':'the-xhtl-syntax','content-type-sniffing':'infrastructure','drag-and-drop-initialization-steps':'editing','attr-fs-method-put-keyword':'forms','concept-input-max':'forms','generic-raw-text-element-parsing-algorithm':'syntax','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handler-onscroll':'webappapis','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'forms','concept-n-script':'webappapis','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','attr-a-shape':'obsolete','dom-document-dir':'dom','dom-meter-low':'forms','attr-body-background':'obsolete','text-ping':'iana','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-scoped':'semantics','ping-to':'iana','domsettabletokenlist-0':'infrastructure','attribute-value-unquoted-state':'syntax','temporary-buffer':'syntax','the-autcomplete-attribute':'forms','algorithm-for-extracting-an-encoding-from-a-content-type':'infrastructure','parse-a-month-component':'infrastructure','attr-input-type-tel-keyword':'forms','parsing-main-intabletext':'syntax','dom-select-nameditem':'forms','restrictions-for-contents-of-script-elements':'semantics','association-of-controls-and-forms':'forms','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','refsSHIFTJIS':'references','the-label-element':'forms','dndevents':'editing','active-parser':'dom','handler-window-onfocus':'webappapis','the-meter-element':'forms','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','designMode':'editing','refsHATOM':'references','dom-applet-codebase':'obsolete','concept-time-date':'text-level-semantics','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'forms','storage-mutex':'webappapis','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete,'concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','about-blank-origin':'browsers','attr-hyperlink-rel':'interactive-elements','text-node':'infrastructure','command-insertimage':'editing','attr-ol-start':'semantics','locked-for-focus':'editing','formatblock-candidate':'editing','dom-document-url':'dom','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'forms','dom-input-placeholder':'forms','htmloutputelement':'forms','dom-body-alink':'obsolete','dom-dim-height':'the-canvas-element','embedded-content':'embedded-content-0','script-data-less-than-sign-state':'syntax','appropriate-end-tag-token':'syntax','collections-0':'infrastructure','dom-embed-src':'text-level-semantics','event-media-ended':'video','dom-media-error':'video','dom-input-value-default':'forms','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'interacive-elements','dom-navigator':'webappapis','attr-body-vlink':'obsolete','handler-ondragleave':'webappapis','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','document.write':'embedded-content-0','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlist':'infrastructure','raw-text-elements':'syntax','handler-ondragover':'webappapis','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'webappapis','dom-id':'dom','character-reference-in-rcdata-state':'syntax','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'editing','tag-name-state':'syntax','insertadjacenthtml':'embedded-content-0','dom-input-value-value':'forms','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'text-level-semantics','dom-media-play':'video','ascii-serialization-of-an-origin':'browsers','xmlns-namespace':'infrastructure','data-state':'syntax','dom-appcache-downloading':'offlne','fatal-decode-error':'video','navigate-fragid-step':'history','refsSELECTORS':'references','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'forms','concept-appcache-completeness':'offline','handler-ondragend':'webappapis','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','refsPINGBACK':'references','dom-script-charset':'semantics','attr-input-type-datetime-keyword':'forms','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'forms','textarea-effective-width':'the-xhtml-syntax','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'forms','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms,'dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'webappapis','converting-a-character-width-to-pixels':'the-xhtml-syntax','dom-meta-name':'semantics','concept-fs-enctype':'forms','attr-tdth-align':'obsolete','dom-option-label':'forms','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','dom-a-ping':'text-level-semantics','url-decomposition-idl-attributes':'infrastructure','dom-ul-type':'obsolete','attr-fs-formtarget':'forms','parsing-main-inbody':'syntax','htmlframeelement':'obsolete','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','dom-textarea-value':'forms','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','event-media-ratechange':'video','dom-link-href':'semantics','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvas-element','emedding-custom-non-visible-data':'dom','wrong_document_err':'infrastructure','dom-location-protocol':'history','attr-mod-cite':'text-level-semantics','compatibility-caseless':'infrastructure','security-and-privacy-considerations':'video','newlines':'syntax','validitystate':'forms','attr-a-coords':'obsolete','dom-location-assign':'history','attr-input-maxlength':'forms','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','event-media-abort':'video','attr-hr-size':'obsolete','concept-rel-extensions':'interactive-elements','dom-navigator-platform':'webappapis','run-final-activation-steps':'embedded-content-0','attr-form-name':'forms','event-offline':'offline','big':'obsolete','spin-the-event-loop':'webappapis','concept-embed-active':'text-level-semantics','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'webappapis','dom-appcache-idle':'offline','script-data-double-escaped-state':'sytax','run-pre-click-activation-steps':'embedded-content-0','image-map':'the-canvas-element','dom-param-name':'text-level-semantics','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-media-starttime':'video','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'syntax','valid-floating-point-number':'infrastructure','dom-cva-checkvalidatity':'forms','dom-option-text':'forms','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'forms','dom-fs-formaction':'forms','refsWIN874':'references','bindings':'the-xhtml-syntax','refsCSSATTR':'references','atr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'forms','opening-the-input-stream':'embedded-content-0','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-document-write':'embedded-content-0','attr-textarea-rows':'forms','the-list-attribute':'forms','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-iframe-src':'text-level-semantics','attr-object-standby':'obsolete','refsRFC5322':'references','queue-a-task':'webappapis','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','self-closing-tart-tag-state':'syntax','security-and-privacy':'webappapis','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'interactive-elements','refsRFC2318':'references','parser-pause-flag':'syntax','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','unfocusing-steps':'editing','dom-select-selectedoptions':'forms','frames':'obsolete','alphanumeric-ascii-characters':'infrastructure','suffering-from-a-pattern-mismatch':'forms','dom-document-querycommandvalue':'editing','quirks-mode-doctypes':'syntax','dom-pre-width':'obsolete','concept-link-type-sniffing':'semantics','concept-input-mutable':'forms','dom-option':'forms','dom-col-span':'tabular-data','text-field-selection':'editing','sections':'semantics','dom-navigator-registerprotocolhandler':'webappapis','document-metadata':semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','the-before-head-insertion-mode':'syntax','datatransfer':'editing','dom-table-summary':'tabular-data','refsMAILTO':'references','run-canceled-activation-steps':'embedded-content-0','dom-marquee-width':'obsolete','constraint-validation':'forms','htmlparamelement':'text-level-semantics','attr-link-rev':'obsolete','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'syntax','reset-button-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','fragment-case':'syntax','refsCSSOM':'references','dom-document-fgcolor':'osolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'syntax','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'text-level-semantics','concept-output-mode':'forms','attr-col-char':'obsolete','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','refsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'editing','attr-input-list':'forms','dom-getselection':'editing','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','being-rendered':'the-xhtml-syntax','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'editing','plain-text-form-data':'forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-application-cache':'offline','valid-month-string':'infrastructure,'syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','the-pattern-attribute':'forms','source-default-media':'video','attr-input-max':'forms','align-descendants':'the-xhtml-syntax','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'syntax','extensibility':'infrastructure','content-type-sniffing:-text-or-binary':'infrastructure','script-s-browsing-context':'webappapis','undo-transaction-history':'editing','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacing':'obsolete','handler-ondragstart':'webappapis','parse-a-month-string':'infrastructure','handler-onmousewheel':'webappapis','dom-map-images':'the-canvas-element','dom-meta-httpequiv':'semantics','handler-onabort':'webappapis','concept-week':'infrastructure','dom-media-readystate':'video','dom-fe-disabled''forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'text-level-semantics','event-media-error':'video','valid-week-string':'infrastructure','the-dd-element':'semantics','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-value-state':'syntax','concept-fetch-loaded':'infrastructure','printing-steps':'webappapis','multipart-form-data':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete','rawtext-end-tag-open-state':'syntax','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-canvas-element','handler-onmouseup':'webappapis','attr-embed-src':'text-level-semantics',video':'video','foster-parenting':'syntax','attr-img-name':'obsolete','dom-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','handler-window-onload':'webappapis','code-point-length':'infrastructure','events-0':'index','attr-ol-reversed':'semantics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'forms','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','rcdata-end-tag-name-state':'syntax','dom-input-step':'forms','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','input-img-available':'forms','attr-fs-target':'forms','dom-uda-host':'infrastructure','script-data-escape-start-dash-state':'syntax','event-media-durationchange':'video','attr-form-accept-charset':'forms','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelement':semantics','atom-namespace':'interactive-elements','media-element':'video','the-constraint-validation-api':'forms','script-data-end-tag-name-state':'syntax','dom-marquee-start':'obsolete','link-type-pingback':'interactive-elements','refsRFC1922':'references','the-hr-element':'semantics','dom-input-align':'obsolete','link-type-next':'interactive-elements','dom-tr-insertcell':'tabular-data','validity-states':'forms','the-script-block-s-type':'semantics','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'webappapis','dom-textarea-type':'forms','frame':'obsolete','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'forms','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'infrastructure','dom-link-type':'semntics','doctype-name-state':'syntax','an-iframe-srcdoc-document':'text-level-semantics','refsWIN949':'references','refsCSS':'references','the-step-attribute':'forms','concept-meta-extensions':'semantics','concept-embed-type':'text-level-semantics','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','read-text':'history','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete','signed-integers':'infrastructure','htmllielement':'semantics','the-toolbar-barprop-object':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'webappapis','dom-cva-setcustomvalidity':'forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'interactive-elements','read-xml':'history','browser-state':'offline','dom-windowtimers-settimeout':'webappapis','handler-onshow':'webappapis','dom-navigator-online':'offline','the-canvas-elemen':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'infrastructure','before-doctype-system-identifier-state':'syntax','attr-style-media':'semantics','concept-select-toggle':'forms','refsRFC2806':'references','links':'interactive-elements','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'editing','event-appcache-checking':'offline','refsARIA':'references','parsing-main-inframeset':'syntax','after-doctype-name-state':'syntax','attr-meta-http-equiv':'semantics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','refsUTR36':'references','dom-input-stepdown':'forms','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'dom','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-styl-element':'semantics','refsISO8601':'references','dom-img-src':'text-level-semantics','dom-undomanager-remove':'editing','refsRFC1494':'references','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'browsers','event-appcache-obsolete':'offline','refsX690':'references','focus-management':'editing','attr-img-alt':'text-level-semantics','context-menus':'interactive-elements','dom-appcache-checking':'offline','read-ua-inline':'history','handler-oncontextmenu':'webappapis','refsXML':'references','attr-button-type-reset-state':'forms','refsXMLNS':'references','using-the-command-element-to-define-a-command':'interactive-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','selectors':'interactive-elements','attr-iframe-marginwidth':'obsolete','concept-js-deref':'webappapis','concept-fetch-total':'infrastructure','command-superscript':'editing','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','concept-fs-novalidate':'forms','dom-a-type':text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','documentEncoding':'syntax','htmlinputelement':'forms','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantics','history-traversal-task-source':'webappapis','submit-mutate-action':'forms','user-interaction-task-source':'webappapis','dom-img-complete':'text-level-semantics','dom-selection-collapsetoend':'editing','dom-document-querycommandstate':'editing','dom-uda-pathname':'infrastructure','dom-command-radiogroup':'interactive-elements','entity-references':'infrastructure','concept-textarea-raw-value':'forms','handler-oncanplay':'webappapis','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'embedded-content-0','attr-input-type-checkbox-keyword':'forms,'parent-browsing-context':'browsers','dom-source-type':'video','transparent':'embedded-content-0','handler-onplay':'webappapis','event-handler-content-attributes':'webappapis','undo-position':'editing','linkTypes':'interactive-elements','dom-iscontenteditable':'editing','ping-from':'iana','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'webappapis','processing-model-2':'webappapis','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'forms','link-type-archives':'interactive-elements','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'text-level-semantics','runtime-script-errors':'webappapis','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','the-input-element-as-a-color-well':'the-xhtml-syntax','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailt-body':'forms','meta':'semantics','dom-a-hreflang':'text-level-semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'text-level-semantics','refsPNG':'references','dom-media-network_no_source':'video','the-before-html-insertion-mode':'syntax','between-doctype-public-and-system-identifiers-state':'syntax','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'webappapis','navigating-across-documents':'history','dom-input-selectedoption':'forms','attr-input-accept':'forms','dom-input-defaultvalue':'forms','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','undo':'editing','dom-object-vspace':'obsolete','character-reference-in-data-state':'syntax','suffering-from-being-missing':'forms','dom-iframe-sandbox':'text-level-semantics','command-facet-disabledstate':'interactive-elements','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','dom-media-pause':video','dom-marquee-vspace':'obsolete','times':'infrastructure','attr-details-open':'interactive-elements','dom-input-size':'forms','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'interactive-elements','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'webappapis','htmlbasefontelement':'obsolete','other-link-types':'interactive-elements','attr-abbr-title':'text-level-semantics','interactively-validate-the-constraints':'forms','dom-document-commands':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-canvas-element','dom-window':'browsers','concept-row-group':'tabular-data','sandboxOrigin':'browsers','represented-by-the-collection':'nfrastructure','the-xml:base-attribute-xml-only':'dom','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'dom','calling-scripts':'webappapis','htmlelement':'dom','selector-required':'interactive-elements','url-port':'infrastructure','refsRFC3864':'references','handler-window-onstorage':'webappapis','enumerated-attribute':'infrastructure','clear-the-stack-back-to-a-table-row-context':'syntax','dom-input-defaultchecked':'forms','attr-input-size':'forms','resolve-a-url':'infrastructure','dom-datatransfer-setdragimage':'editing','locked-for-reset':'forms','the-time-element-0':'the-xhtml-syntax','space-separated-tokens':'infrastructure','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete','dom-input-src':'forms','concept-textarea-dirty':'forms','await-a-stable-state':'webappapis','dom-command-ro-label':'interactive-elements','xml-documents':'dom',the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','concept-link-obtain':'semantics','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':'interactive-elements','metadata-content':'dom','dom-iframe-seamless':'text-level-semantics','parse-a-date-string':'infrastructure','dom-body-background':'obsolete','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','selector-indeterminate':'interactive-elements','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'infrastructure','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete','refsXSLT10':'references','script-data-end-tag-open-state':'syntax','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-imagew':'text-level-semantics','attr-table-rules':'obsolete','attr-command-type-state-radio':'interactive-elements','the-selection':'editing','dom-navigator-appname':'webappapis','attr-tdth-width':'obsolete','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'webappapis','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'text-level-semantics','dom-classlist':'dom','handler-window-onunload':'webappapis','url':'infrastructure','valid-date-or-time-string':'infrastructure','the-link-element':'semantics','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'syntax','attr-col-align':'obsolete','javascript-protocol':'webappapis','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'semantics','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-celpadding':'obsolete','pause':'webappapis','sectioning-content':'dom','the-html-element-0':'semantics','not_supported_err':'infrastructure','attr-area-shape-keyword-polygon':'the-canvas-element','application-cache-download-process':'offline','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'semantics','dom-document-clear':'obsolete','refsPSL':'references','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'webappapis','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'semantics','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','recommended-reading':'introduction','selector-link':'interactive-elements','navigatoronline':'webappapis','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'forms','the-kbd-elemnt':'text-level-semantics','view':'browsers','dom-textarea-readonly':'forms','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','undomanagerevent':'editing','x-this':'introduction','seamless-browsing-context-flag':'text-level-semantics','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handler-ondrop':'webappapis','concept-month':'infrastructure','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'webappapis','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'interactive-elements','dom-a-host':'text-level-semantics','interfaces':'index','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name':'text-level-semantics','dom-script-type':'semantics','the-datalist-element':'forms','the-windowproxy-object':'browsers','attr-table-bgcolor':'obsolete','aborting-a-document-load':'history','dom-meter-high':'forms','current-node':'syntax','commands':'interactiv-elements','flow-content':'dom','plugin':'infrastructure','fallback-free':'dom','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','process-the-iframe-attributes':'text-level-semantics','refsBCP47':'references','dom-object-align':'obsolete','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete','valid-date-string':'infrastructure','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','dom-textarea-textlength':'forms','pending-table-character-tokens':'syntax','additional-allowed-character':'syntax','abort_err':'infrastructure','handler-onsubmit':'webappapis','media-element-load-algorithm':'video','dom-textarea-placeholder':'forms','seekUpdate':'video','event-media-seeked':'video','form-owner':'forms','refsWIN1254':'references','attribte-value-double-quoted-state':'syntax','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'interactive-elements','attr-input-src':'forms','rules-for-parsing-a-list-of-integers':'infrastructure','attr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editing','dom-legend-align':'obsolete','dom-tokenlist-toggle':'infrastructure','dom-dragevent-datatransfer':'editing','earliest-possible-position':'video','outline-depth':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','event-handlers':'webappapis','event-firing':'webappapis','dom-param-valuetype':'obsolete','thehr-element-0':'the-xhtml-syntax','fonts-and-colors':'the-xhtml-syntax','immediate-user-selection':'editing','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'syntax','submit-data-post':'forms','nested-browsing-contexts':'browsers','dom-optgroup-disabled':'forms','link-type-up':'interactive-elements','adjust-foreign-attributes':'syntax','dom-command-disabled':'interactive-elements','command-createlink':'editing','attr-media-autoplay':'video','htmldlistelement':'semantics','attr-progress-value':'forms','link-type-search':'interactive-elements','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','handler-window-ononline':'webappapis','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','concept-events-trusted':'infrastructure','cente':'obsolete','refsWIN1252':'references','dom-meter-min':'forms','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'webappapis','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolete','event-media-canplaythrough':'video','htmlcollection':'infrastructure','attr-tdth-nowrap':'obsolete','global-attributes':'dom','dom-link-target':'obsolete','the-section-element':'semantics','link-type-stylesheet':'interactive-elements','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','dom-document-scripts':'dom','attr-fs-enctype-text':'forms','autofocusing-a-form-control':'forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','handler-onmousedown':'webappapis','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete','editing-host':'editing','outlines:'semantics','after-attribute-value-quoted-state':'syntax','dom-tokenlist-contains':'infrastructure','attr-marquee-truespeed-true':'obsolete','dom-media-loop':'video','dom-htmlallcollection-tags':'infrastructure','attr-area-shape-poly':'the-canvas-element','hyperlink-auditing':'interactive-elements','percentages-and-dimensions':'infrastructure','dom-col-choff':'obsolete','attr-area-shape-rect':'the-canvas-element','dom-select-remove':'forms','dom-document-querycommandsupported':'editing','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'embedded-content-0','attr-xml-lang':'dom','concept-error-handled':'webappapis','attr-link-target':'obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'webappapis','sandboxed-origin-browsing-context-flag':'text-level-semantics','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dm-iframe-contentdocument':'text-level-semantics','attr-command-label':'interactive-elements','attr-input-pattern':'forms','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'forms','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','dom-tdth-nowrap':'obsolete','attr-body-link':'obsolete','sample-handler-impl':'webappapis','handler-onreadystatechange':'webappapis','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','dom-hr-color':'obsolete','attr-textarea-wrap':'forms','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-option-t':'forms','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script''webappapis','suffering-from-a-type-mismatch':'forms','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'editing','the-small-element':'text-level-semantics','custom-data-attribute':'dom','session-history-entry':'history','dom-frame-src':'obsolete','htmlembedelement':'text-level-semantics','common-input-element-apis':'forms','dom-lang':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'webappapis','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'text-level-semantics','extracting-atom':'interactive-elements','command-facet-hint':'interactive-elements','scrip-s-global-object':'webappapis','event-input-input':'forms','selector-read-write':'interactive-elements','dom-lfe-labels':'forms','dom-datatransfer-setdata':'editing','column-header':'tabular-data','loading-the-media-resource':'video','time-state':'forms','application-xhtml-xml':'iana','dom-hashchangeevent-oldurl':'history','dom-datatransfer-types':'editing','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'infrastructure','the-css-user-agent-style-sheet-and-presentational-hints':'the-xhtml-syntax','content-models':'dom','refsUNICODE':'references','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'webappapis','dom-insertadjacenthtml':'embedded-content-0','algorithm-for-processing-row-groups':'tabular-data','refsSVG':'references','dom-select-add':'forms','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-cir':'the-canvas-element','tag-cloud':'interactive-elements','function':'webappapis','serializability-of-script-execution':'introduction','already-started':'semantics','attr-input-type-search-keyword':'forms','handler-ondragenter':'webappapis','jump-to-a-code-entry-point':'webappapis','handler-onseeked':'webappapis','dom-embed-name':'obsolete','fully-active':'browsers','structured-clone':'infrastructure','rateUpdate':'video','internal-structured-cloning-algorithm':'infrastructure','current-playback-position':'video','attr-textarea-maxlength':'forms','dom-location-host':'history','comment-start-state':'syntax','display-types':'the-xhtml-syntax','handler-oncanplaythrough':'webappapis','dom-object-contentdocument':'text-level-semantics','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','dom-function-call':'webappapis','the-element-pointers':'syntax','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-uration':'video','valid-lowercase-simple-color':'infrastructure','tokenizing-character-references':'syntax','dom-popstateevent-initpopstateevent':'history','dom-input-value-filename':'forms','named-character-references':'named-character-references','the-stack-of-open-elements':'syntax','paused-for-user-interaction':'video','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'interactive-elements','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'iana','dom-progress-value':'forms','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','has-an-element-in-scope':'sntax','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'interactive-elements','contenteditable-insertText':'editing','attr-object-codebase':'obsolete','dom-keygen-type':'forms','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'forms','start-tags':'syntax','comment-end-dash-state':'syntax','content-categories':'dom','parsing-main-incolgroup':'syntax','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'forms','submit-button-state':'forms','concept-select-option-list':'forms' };
var fragid = window.location.hash.substr(1);
if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -d -r1.789 -r1.790
--- forms.html 14 Feb 2010 09:56:22 -0000 1.789
+++ forms.html 14 Feb 2010 10:26:31 -0000 1.790
@@ -291,7 +291,7 @@
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="interactive-elements.html">4.11 Interactive elements →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Forms allow unscripted client-server interaction: given a form, a
@@ -3950,7 +3950,7 @@
the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
back to the values they had before the <a href="embedded-content-0.html#pre-click-activation-steps">pre-click activation
steps</a> were run. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not
cancelable. Once this fires, the control is checked, end of
story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the
element's <a href="#form-owner">form owner</a>.</p>
@@ -4068,7 +4068,7 @@
the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> to
true. The <a href="embedded-content-0.html#canceled-activation-steps">canceled activation steps</a> consist of setting
the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> to
- false. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ false. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not
cancelable. Once this fires, the control is checked, end of
story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the
@@ -4406,15 +4406,15 @@
changed.</li>
</ul><!-- same text in <img> section and similar text elsewhere --><p>Fetching the image must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the
- element's document until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a>
- that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined below) has been run.</p>
+ element's document until the <a href="webappapis.html#concept-task" title="concept-task">task</a>
+ that is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the
+ <a href="webappapis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined below) has been run.</p>
<p>If the image was successfully obtained, with no network errors,
and the image's type is a supported image type, and the image is a
valid image of that type, then the image is said to be <dfn id="input-img-available" title="input-img-available"><i>available</i></dfn>. If this is true
- before the image is completely downloaded, each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a
- task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> while
+ before the image is completely downloaded, each <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a
+ task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task source</a> while
the image is being <a href="infrastructure.html#fetch" title="fetch">fetched</a> must update
the presentation of the image appropriately.</p>
@@ -4432,14 +4432,14 @@
resource to act in an interactive fashion, but should honor any
animation in the resource.</p>
- <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task
+ <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task
source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a>, must, if the download was successful
and the image is <i title="input-img-available"><a href="#input-img-available">available</a></i>,
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named
<code title="event-load">load</code> at the <code><a href="#the-input-element">input</a></code>
element; and otherwise, if the fetching process fails without a
response from the remote server, or completes but the image is not a
- valid or supported image, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ valid or supported image, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-error">error</code> on
the <code><a href="#the-input-element">input</a></code> element.</p>
@@ -5506,7 +5506,7 @@
<p>When the <dfn id="event-input-input" title="event-input-input"><code>input</code></dfn>
event applies, any time the user causes the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to change, the user agent must
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that
bubbles named <code title="event-input">input</code> at the
<code><a href="#the-input-element">input</a></code> element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the
<code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>. User agents
@@ -5528,7 +5528,7 @@
defined but uses a user interface that involves an explicit commit
action, then any time the user commits a change to the element's
<a href="#concept-fe-value" title="concept-fe-value">value</a> or list of <a href="#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>, the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code>
element, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the
<code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>.</p>
@@ -5552,7 +5552,7 @@
steps:</p>
<ol><li>If the <code title="event-input-input"><a href="#event-input-input">input</a></code> event
- applies, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ applies, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code>
element.</li>
@@ -5561,7 +5561,7 @@
<code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>.</li>
<li>If the <code title="event-input-change"><a href="#event-input-change">change</a></code> event
- applies, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ applies, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code>
element.</li>
@@ -5573,7 +5573,7 @@
of the element's <a href="embedded-content-0.html#activation-behavior">activation behavior</a> and as part of the
<a href="editing.html#unfocusing-steps">unfocusing steps</a>.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#user-interaction-task-source">user interaction task
+ <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#user-interaction-task-source">user interaction task
source</a>.</p>
</div><h4 id="the-button-element"><span class="secno">4.10.6 </span>The <dfn><code>button</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -5806,10 +5806,10 @@
<!-- interaction event spec point --> is queued (e.g. before the
<span title="event-click">click</span> event), the user agent must
set the <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the
- picked <code><a href="#the-option-element">option</a></code> element to true and then <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that bubbles named
+ picked <code><a href="#the-option-element">option</a></code> element to true and then <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that bubbles named
<code title="event-change">change</code> at the <code><a href="#the-select-element">select</a></code>
- element, using the <a href="web-application-apis.html#user-interaction-task-source">user interaction task source</a> as the
+ element, using the <a href="webappapis.html#user-interaction-task-source">user interaction task source</a> as the
task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the
element's <a href="#form-owner">form owner</a>.</p>
@@ -5842,9 +5842,9 @@
more <code><a href="#the-option-element">option</a></code> elements being changed by the user, and
before the relevant user interaction event <!-- interaction event
spec point --> is queued (e.g. before a related <span title="event-click">click</span> event), the user agent must
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that
bubbles named <code title="event-change">change</code> at the
- <code><a href="#the-select-element">select</a></code> element, using the <a href="web-application-apis.html#user-interaction-task-source">user interaction task
+ <code><a href="#the-select-element">select</a></code> element, using the <a href="webappapis.html#user-interaction-task-source">user interaction task
source</a> as the task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the
element's <a href="#form-owner">form owner</a>.</p>
@@ -6232,8 +6232,8 @@
if it is a child of an <code><a href="#the-optgroup-element">optgroup</a></code> element whose <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute is
present.</p><div class="impl">
- <p>An <code><a href="#the-option-element">option</a></code> element that is <a href="#attr-option-disabled" title="attr-option-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="web-application-apis.html#queue-a-task" title="queue
- a task">queued</a> on the <a href="web-application-apis.html#user-interaction-task-source">user interaction task
+ <p>An <code><a href="#the-option-element">option</a></code> element that is <a href="#attr-option-disabled" title="attr-option-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="webappapis.html#queue-a-task" title="queue
+ a task">queued</a> on the <a href="webappapis.html#user-interaction-task-source">user interaction task
source</a> from being dispatched on the element.</p>
</div><p>The <dfn id="attr-option-label" title="attr-option-label"><code>label</code></dfn>
@@ -6459,7 +6459,7 @@
<p>When a <code><a href="#the-textarea-element">textarea</a></code> is <a href="#concept-textarea-mutable" title="concept-textarea-mutable">mutable</a>, its <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> should be
editable by the user. Any time the user causes the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> to change, the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-textarea-element">textarea</a></code>
element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the
<code><a href="#the-textarea-element">textarea</a></code> element's <a href="#form-owner">form owner</a>. User agents
@@ -7631,8 +7631,8 @@
<code><a href="#the-fieldset-element">fieldset</a></code> element's first <code><a href="#the-legend-element">legend</a></code> element
child, if any.</p><div class="impl">
- <p>A form control that is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="web-application-apis.html#queue-a-task" title="queue
- a task">queued</a> on the <a href="web-application-apis.html#user-interaction-task-source">user interaction task
+ <p>A form control that is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="webappapis.html#queue-a-task" title="queue
+ a task">queued</a> on the <a href="webappapis.html#user-interaction-task-source">user interaction task
source</a> from being dispatched on the element.</p>
<p><strong>Constraint validation</strong>: If an element is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>, it is <a href="#barred-from-constraint-validation">barred from
@@ -7663,13 +7663,13 @@
<p>Whenever an element with the <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute specified is
<a href="infrastructure.html#insert-an-element-into-a-document" title="insert an element into a document">inserted into a
- document</a>, the user agent should <a href="web-application-apis.html#queue-a-task">queue a task</a>
+ document</a>, the user agent should <a href="webappapis.html#queue-a-task">queue a task</a>
that checks to see if the element is <a href="editing.html#focusable">focusable</a>, and if
so, runs the <a href="editing.html#focusing-steps">focusing steps</a> for that element. User
agents may also change the scrolling position of the document, or
perform some other action that brings the element to the user's
- attention. The <a href="web-application-apis.html#task-source">task source</a> for this task is the
- <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
+ attention. The <a href="webappapis.html#task-source">task source</a> for this task is the
+ <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
<p>User agents may ignore this attribute if the user has indicated
(for example, by starting to type in a form control) that he does
@@ -7948,7 +7948,7 @@
<p>For each element <var title="">field</var> in <var title="">invalid controls</var>, if any, in <a href="infrastructure.html#tree-order">tree
order</a>, run the following substeps:</p>
- <ol><li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li>
+ <ol><li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li>
<li><p>If the event was not canceled, then add <var title="">field</var> to <var title="">unhandled invalid
controls</var>.</p></li>
@@ -8187,7 +8187,7 @@
</dl><p>When the <dfn id="dom-cva-checkvalidatity" title="dom-cva-checkValidatity"><code>checkValidity()</code></dfn>
method is invoked, if the element is a <a href="#candidate-for-constraint-validation">candidate for
constraint validation</a> and does not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>, the user
- agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable (but in this
+ agent must <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable (but in this
case has no default action) at the element and return
false. Otherwise, it must only return true without doing anything
else.</p>
@@ -8291,7 +8291,7 @@
these steps.</p></li>
<li><p>If the <var title="">scripted-submit</var> flag is not set,
- then <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named
+ then <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named
<code title="event-submit">submit</code>, at <var title="">form</var>. If the event's default action is prevented
(i.e. if the event is canceled) then abort these steps. Otherwise,
continue (effectively the default action is to perform the
@@ -8977,7 +8977,7 @@
<h4 id="resetting-a-form"><span class="secno">4.10.20 </span>Resetting a form</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
<p>When a form <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset
algorithm</a> of each <a href="#category-reset" title="category-reset">resettable</a> elements whose <a href="#form-owner">form
owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p>
@@ -9004,7 +9004,7 @@
was to <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a>; let <var title="">event name</var> be <code title="event-formchange">formchange</code>.</li>
<li><p>For each element in <var title="">controls</var>, in
- <a href="infrastructure.html#tree-order">tree order</a>, <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named
+ <a href="infrastructure.html#tree-order">tree order</a>, <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named
<var title="">event name</var> at the element.</p></li>
</ol></div></body></html>
\ No newline at end of file
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- interactive-elements.html 14 Feb 2010 09:56:23 -0000 1.787
+++ interactive-elements.html 14 Feb 2010 10:26:32 -0000 1.788
@@ -291,7 +291,7 @@
<a href="forms.html">← 4.10 Forms</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="browsers.html">5 Loading Web pages →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/93">ISSUE-93</a> (details) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -3108,7 +3108,7 @@
<dd><p>If the element has a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, the UA must
remove that attribute. Otherwise, the UA must add a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, with the
literal value <code title="">checked</code>. The UA must then
- <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the
+ <a href="webappapis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the
element.</p></dd>
@@ -3124,7 +3124,7 @@
<p>Then, the element's <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute attribute
must be set to the literal value <code title="">checked</code> and
- the user agent must <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code>
+ the user agent must <a href="webappapis.html#fire-a-click-event">fire a <code title="event-click">click</code>
event</a> at the element.</p></dd>
@@ -3353,7 +3353,7 @@
<p>When an element's context menu is requested (e.g. by the user
right-clicking the element, or pressing a context menu key), the UA
- must <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-contextmenu">contextmenu</code> that bubbles and is
+ must <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-contextmenu">contextmenu</code> that bubbles and is
cancelable at the element for which the menu was requested.</p>
<p class="note">Typically, therefore, the firing of the <code title="event-contextmenu">contextmenu</code> event will be the
@@ -3367,7 +3367,7 @@
the user agent to show its default context menu, if it has one.</p>
<p>If the element or one of its ancestors <em>does</em> have a
- context menu assigned, then the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ context menu assigned, then the user agent must <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-show">show</code> at the
<code><a href="#menus">menu</a></code> element of the context menu of the nearest
ancestor (including the element itself) with one assigned.</p>
@@ -3708,7 +3708,7 @@
of the command is always false. (The command is never checked.)</p>
<p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the
- command is to <a href="web-application-apis.html#fire-a-click-event" title="fire a click event">fire a <code title="event-click">click</code> event</a> at the element.</p>
+ command is to <a href="webappapis.html#fire-a-click-event" title="fire a click event">fire a <code title="event-click">click</code> event</a> at the element.</p>
<h5 id="using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span><dfn title="button-command">Using the <code>button</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -3789,7 +3789,7 @@
<p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the
command, if the element has a defined <a href="embedded-content-0.html#activation-behavior">activation
behavior</a>, is to <a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation
- steps</a> on the element. Otherwise, it is just to <a href="web-application-apis.html#fire-a-click-event">fire a
+ steps</a> on the element. Otherwise, it is just to <a href="webappapis.html#fire-a-click-event">fire a
<code title="event-click">click</code> event</a> at the
element.</p>
@@ -3896,7 +3896,7 @@
<p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the
command, if the element has a defined <a href="embedded-content-0.html#activation-behavior">activation
behavior</a>, is to <a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation
- steps</a> on the element. Otherwise, it is just to <a href="web-application-apis.html#fire-a-click-event">fire a
+ steps</a> on the element. Otherwise, it is just to <a href="webappapis.html#fire-a-click-event">fire a
<code title="event-click">click</code> event</a> at the
element.</p>
@@ -4047,7 +4047,7 @@
element.</li>
<li>Otherwise, if the element does not have a defined
- <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</li>
+ <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, <a href="webappapis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</li>
</ol></div><h3 id="links"><span class="secno">4.12 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="hyperlink-elements"><span class="secno">4.12.1 </span>Hyperlink elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, and <code><a href="semantics.html#the-link-element">link</a></code>
elements can, in certain situations described in the definitions of
@@ -5826,7 +5826,7 @@
<li>
<p>Clone <var title="">article</var> and its descendants into an
- environment that has <a href="web-application-apis.html#concept-bc-noscript" title="concept-bc-noscript">scripting
+ environment that has <a href="webappapis.html#concept-bc-noscript" title="concept-bc-noscript">scripting
disabled</a>, has no <a href="infrastructure.html#plugin" title="plugin">plugins</a>, and
fails any attempt to <a href="infrastructure.html#fetch" title="fetch">fetch</a> any
resources. Let <var title="">cloned article</var> be the
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- editing.html 14 Feb 2010 09:56:22 -0000 1.793
+++ editing.html 14 Feb 2010 10:26:31 -0000 1.794
@@ -279,7 +279,7 @@
}
</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
- <link href="web-application-apis.html" title="6 Web application APIs" rel="prev">
+ <link href="webappapis.html" title="6 Web application APIs" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
<link href="syntax.html" title="8 The HTML syntax" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -288,10 +288,10 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
</div><nav>
- <a href="web-application-apis.html">← 6 Web application APIs</a> –
+ <a href="webappapis.html">← 6 Web application APIs</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="syntax.html">8 The HTML syntax →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><p>This section describes various features that allow authors to
@@ -366,7 +366,7 @@
<li><p>If the element has a defined <a href="embedded-content-0.html#activation-behavior">activation behavior</a>,
<a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation steps</a> on the
- element. Otherwise, <a href="web-application-apis.html#fire-a-click-event">fire a <code>click</code> event</a> at
+ element. Otherwise, <a href="webappapis.html#fire-a-click-event">fire a <code>click</code> event</a> at
the element.</p></li>
<li><p>Set the <var title="">click in progress</var> flag on the
@@ -605,7 +605,7 @@
</li>
- <li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-focus">focus</code> at the element.</p></li>
+ <li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-focus">focus</code> at the element.</p></li>
</ol><p>User agents must synchronously run the <a href="#focusing-steps">focusing
steps</a> for an element whenever the user moves the focus to a
@@ -618,13 +618,13 @@
element, and the element does not have a defined <a href="embedded-content-0.html#activation-behavior">activation
behavior</a>, and the user has changed the element's <a href="forms.html#concept-fe-value" title="concept-fe-value">value</a> or its list of <a href="forms.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>
while the control was focused without committing that change, then
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element, then
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element, then
<a href="forms.html#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code>
events</a> at the element's <a href="forms.html#form-owner">form owner</a>.</p>
</li><li><p>Unfocus the element.</p></li>
- <li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-blur">blur</code> at the element.</p></li>
+ <li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-blur">blur</code> at the element.</p></li>
</ol><p>When an element that is focused stops being a
<a href="#focusable">focusable</a> element, or stops being focused without
@@ -763,9 +763,9 @@
<ol><li><p>If the element has no <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute, then skip to the
<i>fallback</i> step below.</p></li>
- <li><p>Otherwise, the user agent must must <a href="infrastructure.html#split-a-string-on-spaces" title="split a
- string on spaces">split the attribute's value on spaces</a>, and
- let <var title="">keys</var> be the resulting tokens.</p></li>
+ <li><p>Otherwise, the user agent must <a href="infrastructure.html#split-a-string-on-spaces" title="split a string
+ on spaces">split the attribute's value on spaces</a>, and let
+ <var title="">keys</var> be the resulting tokens.</p></li>
<li>
@@ -2573,7 +2573,7 @@
<p>User agents must, as soon as the drag operation is initiated and
every 350ms (±200ms) thereafter for as long as the drag
- operation is ongoing, <a href="web-application-apis.html#queue-a-task">queue a task</a> to perform the
+ operation is ongoing, <a href="webappapis.html#queue-a-task">queue a task</a> to perform the
following steps in sequence:</p>
<ol><li>
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.664
retrieving revision 1.665
diff -u -d -r1.664 -r1.665
--- video.html 14 Feb 2010 09:56:24 -0000 1.664
+++ video.html 14 Feb 2010 10:26:35 -0000 1.665
@@ -291,7 +291,7 @@
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="the-canvas-element.html">4.8.10 The canvas element →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h4 id="video"><span class="secno">4.8.6 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -925,8 +925,8 @@
resource</dfn> is used to refer to the complete set of media data,
e.g. the complete video file, or complete audio file.</p><div class="impl">
- <p>Except where otherwise specified, the <a href="web-application-apis.html#task-source">task source</a>
- for all the tasks <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> in this
+ <p>Except where otherwise specified, the <a href="webappapis.html#task-source">task source</a>
+ for all the tasks <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> in this
section and its subsections is the <dfn id="media-element-event-task-source">media element event task
source</dfn>.</p>
@@ -1177,9 +1177,9 @@
<li>
- <p>If there are any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> from
+ <p>If there are any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from
the <a href="#media-element">media element</a>'s <a href="#media-element-event-task-source">media element event task
- source</a> in one of the <a href="web-application-apis.html#task-queue" title="task queue">task
+ source</a> in one of the <a href="webappapis.html#task-queue" title="task queue">task
queues</a>, then remove those tasks.</p>
<p class="note">Basically, pending events and callbacks for the
@@ -1188,8 +1188,8 @@
</li>
- <li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is set to <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media
+ <li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is set to <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media
element</a>.</p></li>
<li>
@@ -1216,7 +1216,7 @@
<li>Set the <a href="#current-playback-position">current playback position</a> to 0.</li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the <a href="#media-element">media
element</a>.</p></li>
@@ -1244,21 +1244,21 @@
algorithm is always invoked synchronously, but one of the first
steps in the algorithm is to return and continue running the
remaining steps asynchronously, meaning that it runs in the
- background with scripts and other <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> running in parallel. In addition,
- this algorithm interacts closely with the <a href="web-application-apis.html#event-loop">event loop</a>
- mechanism; in particular, it has <a href="web-application-apis.html#synchronous-section" title="synchronous
+ background with scripts and other <a href="webappapis.html#concept-task" title="concept-task">tasks</a> running in parallel. In addition,
+ this algorithm interacts closely with the <a href="webappapis.html#event-loop">event loop</a>
+ mechanism; in particular, it has <a href="webappapis.html#synchronous-section" title="synchronous
section">synchronous sections</a> (which are triggered as part of
- the <a href="web-application-apis.html#event-loop">event loop</a> algorithm). Steps in such sections are
+ the <a href="webappapis.html#event-loop">event loop</a> algorithm). Steps in such sections are
marked with ⌛.</p>
<ol><li><p>Set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_NO_SOURCE"><a href="#dom-media-network_no_source">NETWORK_NO_SOURCE</a></code>.</p></li>
- <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>, allowing
- the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that invoked this
- algorithm to continue. The <a href="web-application-apis.html#synchronous-section">synchronous section</a>
+ <li><p>Asynchronously <a href="webappapis.html#await-a-stable-state">await a stable state</a>, allowing
+ the <a href="webappapis.html#concept-task" title="concept-task">task</a> that invoked this
+ algorithm to continue. The <a href="webappapis.html#synchronous-section">synchronous section</a>
consists of all the remaining steps of this algorithm until the
- algorithm says the <a href="web-application-apis.html#synchronous-section">synchronous section</a> has
- ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous
+ algorithm says the <a href="webappapis.html#synchronous-section">synchronous section</a> has
+ ended. (Steps in <a href="webappapis.html#synchronous-section" title="synchronous section">synchronous
sections</a> are marked with ⌛.)</p></li>
<li>
@@ -1273,7 +1273,7 @@
<p>⌛ Otherwise the <a href="#media-element">media element</a> has neither a
<code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute nor a
<code><a href="#the-source-element">source</a></code> element child: set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code>, and abort
- these steps; the <a href="web-application-apis.html#synchronous-section">synchronous section</a> ends.</p>
+ these steps; the <a href="webappapis.html#synchronous-section">synchronous section</a> ends.</p>
</li>
@@ -1282,7 +1282,7 @@
its <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to
<code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.</p></li>
- <li><p>⌛ <a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p>⌛ <a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-loadstart"><a href="#event-media-loadstart">loadstart</a></code> at the <a href="#media-element">media
element</a>.</p></li>
@@ -1302,7 +1302,7 @@
</li><li><p>⌛ If <var title="">absolute URL</var> was obtained
successfully, set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</p></li>
- <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the
+ <li><p>End the <a href="webappapis.html#synchronous-section">synchronous section</a>, continuing the
remaining steps asynchronously.</p></li>
<li><p>If <var title="">absolute URL</var> was obtained
@@ -1320,7 +1320,7 @@
the <a href="#dom-media-network_no_source" title="dom-media-NETWORK_NO_SOURCE">NETWORK_NO_SOURCE</a>
value.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code>
at the <a href="#media-element">media element</a>.</p></li>
@@ -1379,7 +1379,7 @@
</li>
<li><p>⌛ <i>Process candidate</i>: If <var title="">candidate</var> does not have a <code title="attr-source-src"><a href="#attr-source-src">src</a></code> attribute, then end the
- <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li>
+ <a href="webappapis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li>
<li><p>⌛ Let <var title="">absolute URL</var> be the
<a href="infrastructure.html#absolute-url">absolute URL</a> that would have resulted from <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the <a href="infrastructure.html#url">URL</a>
@@ -1389,7 +1389,7 @@
has no effect -->
</li><li><p>⌛ If <var title="">absolute URL</var> was not
- obtained successfully, then end the <a href="web-application-apis.html#synchronous-section">synchronous
+ obtained successfully, then end the <a href="webappapis.html#synchronous-section">synchronous
section</a>, and jump down to the <i title="">failed</i> step
below.</p></li>
@@ -1397,17 +1397,17 @@
parsed as a <a href="infrastructure.html#mime-type">MIME type</a> (including any codecs
described by the <code title="">codecs</code> parameter),
represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot
- render</a>, then end the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and
+ render</a>, then end the <a href="webappapis.html#synchronous-section">synchronous section</a>, and
jump down to the <i title="">failed</i> step below.</p></li>
<li><p>⌛ If <var title="">candidate</var> has a <code title="attr-source-media"><a href="#attr-source-media">media</a></code> attribute whose value does
not <a href="infrastructure.html#matches-the-environment" title="matches the environment">match the
environment</a> of the <a href="browsers.html#default-view">default view</a>, then end the
- <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li>
+ <a href="webappapis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li>
<li><p>⌛ Set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</p></li>
- <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the
+ <li><p>End the <a href="webappapis.html#synchronous-section">synchronous section</a>, continuing the
remaining steps asynchronously.</p></li>
<li><p>Run the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource
@@ -1415,16 +1415,16 @@
that algorithm returns without aborting <em>this</em> one, then
the load failed.</p></li>
- <li><p><i title="">Failed</i>: <a href="web-application-apis.html#queue-a-task">Queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <var title="">candidate</var> element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to
+ <li><p><i title="">Failed</i>: <a href="webappapis.html#queue-a-task">Queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <var title="">candidate</var> element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to
obtain <var title="">candidate</var>'s corresponding <a href="#media-resource">media
resource</a> in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch
algorithm</a>.</p></li>
- <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>. The
- <a href="web-application-apis.html#synchronous-section">synchronous section</a> consists of all the remaining
+ <li><p>Asynchronously <a href="webappapis.html#await-a-stable-state">await a stable state</a>. The
+ <a href="webappapis.html#synchronous-section">synchronous section</a> consists of all the remaining
steps of this algorithm until the algorithm says the
- <a href="web-application-apis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> are
+ <a href="webappapis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="webappapis.html#synchronous-section" title="synchronous section">synchronous sections</a> are
marked with ⌛.)</p></li>
<li><p>⌛ <i title="">Find next candidate</i>: Let <var title="">candidate</var> be null.</p></li>
@@ -1454,17 +1454,17 @@
flag</a> to false. This stops <a href="syntax.html#delay-the-load-event" title="delay the load
event">delaying the load event</a>.</p></li>
- <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the
+ <li><p>End the <a href="webappapis.html#synchronous-section">synchronous section</a>, continuing the
remaining steps asynchronously.</p></li>
<li><p>Wait until the node after <var title="">pointer</var> is a
node other than the end of the list. (This step might wait
forever.)</p></li>
- <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>. The
- <a href="web-application-apis.html#synchronous-section">synchronous section</a> consists of all the remaining
+ <li><p>Asynchronously <a href="webappapis.html#await-a-stable-state">await a stable state</a>. The
+ <a href="webappapis.html#synchronous-section">synchronous section</a> consists of all the remaining
steps of this algorithm until the algorithm says the
- <a href="web-application-apis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> are
+ <a href="webappapis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="webappapis.html#synchronous-section" title="synchronous section">synchronous sections</a> are
marked with ⌛.)</p></li>
<li><p>⌛ Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event
@@ -1496,12 +1496,12 @@
http-origin privacy sensitive (looking forward to CORS here) -->
<p>Every 350ms (±200ms) or for every byte received, whichever
- is <em>least</em> frequent, <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element.</p>
+ is <em>least</em> frequent, <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element.</p>
<p>If at any point the user agent has received no data for more
- than about three seconds, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p>
+ than about three seconds, then <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p>
<p>User agents may allow users to selectively block or slow
<a href="#media-data">media data</a> downloads. When a <a href="#media-element">media
@@ -1516,8 +1516,8 @@
resource, while waiting for the user to decide whether to play the
resource or not, or while waiting for user input in an interactive
resource. When a <a href="#media-element">media element</a>'s download has been
- suspended, the user agent must set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code> and <a href="web-application-apis.html#queue-a-task">queue
- a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element. If and
+ suspended, the user agent must set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code> and <a href="webappapis.html#queue-a-task">queue
+ a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element. If and
when downloading of the resource resumes, the user agent must set
the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to
<code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.</p>
@@ -1545,7 +1545,7 @@
switching to a streaming protocol. The user agent must consider a
resource erroneous only if it has given up trying to fetch it.</p>
- <p>The <a href="web-application-apis.html#networking-task-source">networking task source</a> <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> to process the data as it is
+ <p>The <a href="webappapis.html#networking-task-source">networking task source</a> <a href="webappapis.html#concept-task" title="concept-task">tasks</a> to process the data as it is
being fetched must, when appropriate, include the relevant
substeps from the following list:</p>
@@ -1612,15 +1612,15 @@
<p>Set the <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code>
attribute to the duration of the resource.</p>
- <p class="note">The user agent <a href="#durationChange">will</a> <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the
+ <p class="note">The user agent <a href="#durationChange">will</a> <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the
element at this point.</p>
</li>
<li id="fire-loadedmetadata">
- <p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-loadedmetadata"><a href="#event-media-loadedmetadata">loadedmetadata</a></code> at the
element.</p>
@@ -1674,7 +1674,7 @@
<dd>
- <p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the
<a href="#media-element">media element</a>.</p>
@@ -1698,13 +1698,13 @@
attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to
<code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network">MEDIA_ERR_NETWORK</a></code>.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code>
at the <a href="#media-element">media element</a>.</p></li>
<li><p>Set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to
the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a>
- value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ value and <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code>
at the element.</p></li>
@@ -1734,13 +1734,13 @@
attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to
<code title="dom-MediaError-MEDIA_ERR_DECODE"><a href="#dom-mediaerror-media_err_decode">MEDIA_ERR_DECODE</a></code>.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code>
at the <a href="#media-element">media element</a>.</p></li>
<li><p>Set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to
the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a>
- value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ value and <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code>
at the element.</p></li>
@@ -1773,7 +1773,7 @@
attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to
<code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code>
at the <a href="#media-element">media element</a>.</p></li>
@@ -1781,7 +1781,7 @@
value equal to <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>, set the
element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to
the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a>
- value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ value and <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code>
at the element. Otherwise, set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to
the <a href="#dom-media-network_idle" title="dom-media-NETWORK_IDLE">NETWORK_IDLE</a>
@@ -1813,7 +1813,7 @@
</dd>
- </dl><p>When the <a href="web-application-apis.html#networking-task-source">networking task source</a> has <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> the last <a href="web-application-apis.html#concept-task" title="concept-task">task</a> as part of <a href="infrastructure.html#fetch" title="fetch">fetching</a> the <a href="#media-resource">media resource</a>
+ </dl><p>When the <a href="webappapis.html#networking-task-source">networking task source</a> has <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> the last <a href="webappapis.html#concept-task" title="concept-task">task</a> as part of <a href="infrastructure.html#fetch" title="fetch">fetching</a> the <a href="#media-resource">media resource</a>
(i.e. once the download has completed), if the fetching process
completes without errors, including decoding the media data, and
if all of the data is available to the user agent without network
@@ -1960,7 +1960,7 @@
<p id="durationChange">When the length of the <a href="#media-resource">media
resource</a> changes (e.g. from being unknown to known, or from a
previously established length to a new length) the user agent must
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named
<code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the
<a href="#media-element">media element</a>.</p>
@@ -1999,8 +1999,8 @@
<a href="#earliest-possible-position">earliest possible position</a>, the user agent must <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest possible
position</a>; otherwise, if the user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the
element in the past 15 to 250ms and is not still running event
- handlers for such an event, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p>
+ handlers for such an event, then the user agent must <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p>
<p class="note">Because of the above requirement and the requirement
in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch
@@ -2128,7 +2128,7 @@
<p id="fire-loadeddata">If this is the first time this occurs for
this <a href="#media-element">media element</a> since the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> algorithm was last invoked,
- the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-media-loadeddata"><a href="#event-media-loadeddata">loadeddata</a></code> at the element.</p>
<p>If the new ready state is <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or
@@ -2156,11 +2156,11 @@
<dd>
- <p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ <p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>.</p>
<p>If the element is <a href="#potentially-playing">potentially playing</a>, the user
- agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
</dd>
@@ -2171,17 +2171,17 @@
<dd>
<p>If the previous ready state was <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code> or
- less, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ less, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>, and, if the element is also
- <a href="#potentially-playing">potentially playing</a>, <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
+ <a href="#potentially-playing">potentially playing</a>, <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
<p>If the <a href="#autoplaying-flag">autoplaying flag</a> is true, and the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute is true, and the
<a href="#media-element">media element</a> has an <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute specified,
then the user agent may also set the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute to false,
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
- named <code title="event-media-play"><a href="#event-media-play">play</a></code>, and <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
+ named <code title="event-media-play"><a href="#event-media-play">play</a></code>, and <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
<p class="note">User agents are not required to autoplay, and it
is suggested that user agents honor user preferences on the
@@ -2189,8 +2189,8 @@
using script to force the video to play, so as to allow the user
to override the behavior if so desired.</p>
- <p>In any case, the user agent must finally <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code>.</p>
+ <p>In any case, the user agent must finally <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code>.</p>
</dd>
@@ -2441,8 +2441,8 @@
<p>When a <a href="#media-element">media element</a> that is <a href="#potentially-playing">potentially
playing</a> stops playing because it has <a href="#paused-for-user-interaction">paused for user
- interaction</a>, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p>
+ interaction</a>, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p>
<p id="fire-waiting-when-waiting">When a <a href="#media-element">media element</a>
that is <a href="#potentially-playing">potentially playing</a> stops playing because its
@@ -2451,9 +2451,9 @@
the element having <a href="#ended-playback">ended playback</a>, or playback having
<a href="#stopped-due-to-errors">stopped due to errors</a>, or playback having <a href="#paused-for-user-interaction">paused
for user interaction</a>, or the <a href="#dom-media-seek" title="dom-media-seek">seeking algorithm</a> being invoked, the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code>
- at the element, and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ at the element, and <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at
the element.</p>
@@ -2474,10 +2474,10 @@
<li><p>Stop playback.</p><p class="note">The <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> attribute becomes
true.</p></li>
- <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li>
- <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-media-ended"><a href="#event-media-ended">ended</a></code>
at the element.</p></li>
@@ -2488,7 +2488,7 @@
<ol><li><p>Stop playback.</p></li>
- <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li>
</ol><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn>
@@ -2525,7 +2525,7 @@
<code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> attributes
change value (either by being set by script or by being changed
directly by the user agent, e.g. in response to user control) the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-ratechange"><a href="#event-media-ratechange">ratechange</a></code>
at the <a href="#media-element">media element</a>.</p>
@@ -2551,7 +2551,7 @@
possible position</a> of the <a href="#media-resource">media resource</a>.</p>
<p class="note">This <a href="#seekUpdate">will cause</a> the user
- agent to <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ agent to <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the <a href="#media-element">media
element</a>.</p> <!-- if we're already playing at this point,
it might also fire 'waiting' -->
@@ -2565,21 +2565,21 @@
<ol><li><p>Change the value of <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> to false.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-play"><a href="#event-media-play">play</a></code> at the element.</p></li>
<li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the
value <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>,
<code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code>, or
<code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>,
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the
element.</p></li>
<li><p>Otherwise, the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the
value <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or
<code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>;
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the
element.</p></li>
@@ -2604,11 +2604,11 @@
<ol><li><p>Change the value of <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> to true.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the
element.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-pause"><a href="#event-media-pause">pause</a></code>
at the element.</p></li>
@@ -2682,8 +2682,8 @@
of the current playback position during normal playback, and if the
user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the
element in the past 15 to 250ms and is not still running event
- handlers for such an event, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the
+ handlers for such an event, then the user agent must <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the
element. (In the other cases, such as explicit seeks, relevant
events get fired as part of the overall process of changing the
current playback position.)</p>
@@ -2799,21 +2799,21 @@
<li><p>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL
attribute must be set to true.</p></li>
- <li id="seekUpdate"><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li>
+ <li id="seekUpdate"><p>The user agent must <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li>
<li><p>If the <a href="#media-element">media element</a> was <a href="#potentially-playing">potentially
playing</a> immediately before it started seeking, but seeking
caused its <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code>
attribute to change to a value lower than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at
the element.</p></li>
<li><p>If, when it reaches this step, the user agent has still not
established whether or not the <a href="#media-data">media data</a> for the <var title="">new playback position</var> is available, and, if it is,
decoded enough data to play back that position, the user agent must
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-seeking"><a href="#event-media-seeking">seeking</a></code> at the
element.</p></li>
@@ -2829,7 +2829,7 @@
<li><p>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL
attribute must be set to false.</p></li>
- <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-media-seeked"><a href="#event-media-seeked">seeked</a></code> at the element.</p></li>
</ol><p>The <dfn id="dom-media-seekable" title="dom-media-seekable"><code>seekable</code></dfn>
@@ -2863,7 +2863,7 @@
indicates that the author has not provided a scripted controller and
would like the user agent to provide its own set of controls.</p><div class="impl">
- <p>If the attribute is present, or if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+ <p>If the attribute is present, or if <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
<a href="#media-element">media element</a>, then the user agent should <dfn id="expose-a-user-interface-to-the-user">expose a
user interface to the user</dfn>. This user interface should include
features to begin playback, pause playback, seek to an arbitrary
@@ -2948,7 +2948,7 @@
<p>Whenever either the <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> or
<code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> attributes are changed,
- the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-media-volumechange"><a href="#event-media-volumechange">volumechange</a></code> at the <a href="#media-element">media
element</a>.</p>
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- browsers.html 14 Feb 2010 09:56:22 -0000 1.793
+++ browsers.html 14 Feb 2010 10:26:31 -0000 1.794
@@ -291,7 +291,7 @@
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="history.html">5.4 Session history and navigation →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/94">ISSUE-94</a> (webcoresplit) blocks progress to Last Call</span></p><div class="impl">
@@ -606,12 +606,12 @@
<p>Each <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing
contexts</a> can have a <dfn id="entry-script">entry script</dfn> which is used to
- obtain, amongst other things, the <a href="web-application-apis.html#script-s-base-url">script's base URL</a> to
+ obtain, amongst other things, the <a href="webappapis.html#script-s-base-url">script's base URL</a> to
<a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> relative <a href="infrastructure.html#url" title="URL">URLs</a> used in scripts running in that <a href="#unit-of-related-similar-origin-browsing-contexts">unit
of related similar-origin browsing contexts</a>. Initially, there
is no <a href="#entry-script">entry script</a>.</p>
- <p class="note">There is at most one <a href="web-application-apis.html#event-loop">event loop</a> per
+ <p class="note">There is at most one <a href="webappapis.html#event-loop">event loop</a> per
<a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</a>.</p>
</div><h4 id="browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Browsing contexts can have a <dfn id="browsing-context-name">browsing context name</dfn>. By
@@ -756,86 +756,86 @@
<a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> <a href="#windowproxy">WindowProxy</a> (in DOMString name);
// the user agent
- readonly attribute <a href="web-application-apis.html#navigator">Navigator</a> <a href="web-application-apis.html#dom-navigator" title="dom-navigator">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
+ readonly attribute <a href="webappapis.html#navigator">Navigator</a> <a href="webappapis.html#dom-navigator" title="dom-navigator">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
readonly attribute <a href="offline.html#applicationcache">ApplicationCache</a> <a href="offline.html#dom-applicationcache" title="dom-applicationCache">applicationCache</a>;
// user prompts
- void <a href="web-application-apis.html#dom-alert" title="dom-alert">alert</a>(in DOMString message);
- boolean <a href="web-application-apis.html#dom-confirm" title="dom-confirm">confirm</a>(in DOMString message);
- DOMString <a href="web-application-apis.html#dom-prompt" title="dom-prompt">prompt</a>(in DOMString message, in optional DOMString default);
- void <a href="web-application-apis.html#dom-print" title="dom-print">print</a>();
- any <a href="web-application-apis.html#dom-showmodaldialog" title="dom-showModalDialog">showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
+ void <a href="webappapis.html#dom-alert" title="dom-alert">alert</a>(in DOMString message);
+ boolean <a href="webappapis.html#dom-confirm" title="dom-confirm">confirm</a>(in DOMString message);
+ DOMString <a href="webappapis.html#dom-prompt" title="dom-prompt">prompt</a>(in DOMString message, in optional DOMString default);
+ void <a href="webappapis.html#dom-print" title="dom-print">print</a>();
+ any <a href="webappapis.html#dom-showmodaldialog" title="dom-showModalDialog">showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
- // <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a>
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">onabort</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">onchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">onclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onended" title="handler-onended">onended</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">oninput</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onload" title="handler-window-onload">onload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">onpause</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">onplay</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">onselect</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">onshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+ // <a href="webappapis.html#event-handler-idl-attributes">event handler IDL attributes</a>
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onabort" title="handler-onabort">onabort</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onchange" title="handler-onchange">onchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onclick" title="handler-onclick">onclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrag" title="handler-ondrag">ondrag</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragend" title="handler-ondragend">ondragend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragover" title="handler-ondragover">ondragover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondrop" title="handler-ondrop">ondrop</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onemptied" title="handler-onemptied">onemptied</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onended" title="handler-onended">onended</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onformchange" title="handler-onformchange">onformchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onforminput" title="handler-onforminput">onforminput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninput" title="handler-oninput">oninput</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onload" title="handler-window-onload">onload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onpause" title="handler-onpause">onpause</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplay" title="handler-onplay">onplay</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onplaying" title="handler-onplaying">onplaying</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onprogress" title="handler-onprogress">onprogress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onratechange" title="handler-onratechange">onratechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onscroll" title="handler-onscroll">onscroll</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeked" title="handler-onseeked">onseeked</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onseeking" title="handler-onseeking">onseeking</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onselect" title="handler-onselect">onselect</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onshow" title="handler-onshow">onshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onstalled" title="handler-onstalled">onstalled</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
};
<a href="#window">Window</a> implements <span>EventTarget</span>;</pre><!-- for more features to add here, look here:
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
@@ -894,7 +894,7 @@
<a href="#effective-script-origin">effective script origin</a> must be provided with a
separate set of objects. These objects must have the prototype chain
appropriate for the script for which the objects are created (not
- those that would be appropriate for scripts whose <a href="web-application-apis.html#script-s-global-object">script's
+ those that would be appropriate for scripts whose <a href="webappapis.html#script-s-global-object">script's
global object</a> is the <code><a href="#window">Window</a></code> object in
question).</p>
@@ -953,7 +953,7 @@
the empty string, then the <var title="">url</var> argument defaults
to "<code><a href="infrastructure.html#about:blank">about:blank</a></code>". The argument must be <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolved</a> to an <a href="infrastructure.html#absolute-url">absolute
URL</a> (or an error), relative to the <a href="#entry-script">entry
- script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>,
+ script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>,
when the method is invoked.</p>
<p>The second argument, <var title="">target</var>, specifies the
@@ -986,7 +986,7 @@
<p class="example">For example, suppose there is a user agent that
supports control-clicking a link to open it in a new tab. If a user
- clicks in that user agent on an element whose <code title="handler-onclick"><a href="web-application-apis.html#handler-onclick">onclick</a></code> handler uses the <code title="dom-open"><a href="#dom-open">window.open()</a></code> API to open a page in an
+ clicks in that user agent on an element whose <code title="handler-onclick"><a href="webappapis.html#handler-onclick">onclick</a></code> handler uses the <code title="dom-open"><a href="#dom-open">window.open()</a></code> API to open a page in an
iframe, but, while doing so, holds the control key down, the user
agent could override the selection of the target browsing context to
instead target a new tab.</p>
@@ -999,7 +999,7 @@
enabled</a>; otherwise, it must not be enabled unless the
<a href="#browsing-context">browsing context</a> was just created as part of
<a href="#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a browsing
- context name</a>. The navigation must be done with the <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
+ context name</a>. The navigation must be done with the <a href="webappapis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
<a href="#entry-script">entry script</a> as the <a href="history.html#source-browsing-context">source browsing
context</a>.</p>
@@ -1019,8 +1019,8 @@
method on <code><a href="#window">Window</a></code> objects should, if the corresponding
<a href="#browsing-context">browsing context</a> <var title="">A</var> is an
<a href="#auxiliary-browsing-context">auxiliary browsing context</a> that was created by a script
- (as opposed to by an action of the user), and if the <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
- <a href="web-application-apis.html#concept-script" title="concept-script">script</a> that invokes the method
+ (as opposed to by an action of the user), and if the <a href="webappapis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
+ <a href="webappapis.html#concept-script" title="concept-script">script</a> that invokes the method
is <a href="#allowed-to-navigate">allowed to navigate</a> the <a href="#browsing-context">browsing
context</a> <var title="">A</var>, close the <a href="#browsing-context">browsing
context</a> <var title="">A</var> (and may <a href="#a-browsing-context-is-discarded" title="a
@@ -1053,7 +1053,7 @@
document">in the <code>Document</code></a> that is the
<a href="#active-document">active document</a> of that <code><a href="#window">Window</a></code> object, if
that <code><a href="#window">Window</a></code>'s <a href="#browsing-context">browsing context</a> shares the
- same <a href="web-application-apis.html#event-loop">event loop</a> as the <a href="web-application-apis.html#script-s-browsing-context">script's browsing
+ same <a href="webappapis.html#event-loop">event loop</a> as the <a href="webappapis.html#script-s-browsing-context">script's browsing
context</a> of the <a href="#entry-script">entry script</a> accessing the IDL
attribute; otherwise, it must return zero.</p>
@@ -1173,8 +1173,8 @@
the <code>Document</code> that are defined by this specification or
any other relevant specifications.</p></li>
- <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>
- associated with the <code>Document</code> in any <a href="web-application-apis.html#task-source">task
+ <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a>
+ associated with the <code>Document</code> in any <a href="webappapis.html#task-source">task
source</a>, without running those tasks.</p></li>
<li><p><a href="#a-browsing-context-is-discarded" title="a browsing context is discarded">Discard</a>
@@ -1467,7 +1467,7 @@
<code><a href="semantics.html#script">script</a></code> element belongs.</dd>
- <dt>If a script is in an <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content
+ <dt>If a script is in an <a href="webappapis.html#event-handler-content-attributes" title="event handler content
attributes">event handler content attribute</a></dt>
<dd>The owner is the <code>Document</code> to which the
@@ -1480,26 +1480,26 @@
<dd>The owner is the script that created it.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> that was returned as the
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> that was returned as the
location of an HTTP redirect (<a href="infrastructure.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
other protocols)</dt>
<dd>The owner is the <a href="infrastructure.html#url">URL</a> that redirected to the
- <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a>.</dd>
+ <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a>.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> in an attribute</dt>
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> in an attribute</dt>
<dd>The owner is the <code>Document</code> of the element on
which the attribute is found.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> in a style sheet</dt>
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> in a style sheet</dt>
<dd>The owner is the <a href="infrastructure.html#url">URL</a> of the style sheet.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
context</a> is being <a href="history.html#navigate" title="navigate">navigated</a>,
the URL having been provided by the user (e.g. by using a
<i>bookmarklet</i>)</dt>
@@ -1508,7 +1508,7 @@
context</a>'s <a href="#active-document">active document</a>.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
context</a> is being <a href="history.html#navigate" title="navigate">navigated</a>,
the URL having been declared in markup</dt>
@@ -1517,7 +1517,7 @@
declared the URL.</dd>
- <dt>If a script is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
+ <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="#browsing-context">browsing
context</a> is being <a href="history.html#navigate" title="navigate">navigated</a>,
the URL having been provided by script</dt>
@@ -1554,11 +1554,11 @@
<dt>If a <code>Document</code> or image was generated from a
- <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code>javascript:</code>
+ <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code>javascript:</code>
URL</a></dt>
<dd>The <a href="#origin">origin</a> is equal to the <a href="#origin">origin</a>
- of the script of that <a href="web-application-apis.html#javascript-protocol" title="javascript
+ of the script of that <a href="webappapis.html#javascript-protocol" title="javascript
protocol"><code>javascript:</code> URL</a>.</dd>
@@ -1811,7 +1811,7 @@
</ol></li>
- <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li>
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- the-xhtml-syntax.html 14 Feb 2010 09:56:24 -0000 1.793
+++ the-xhtml-syntax.html 14 Feb 2010 10:26:34 -0000 1.794
@@ -291,7 +291,7 @@
<a href="named-character-references.html">← 8.5 Named character references</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="obsolete.html">11 Obsolete features →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="the-xhtml-syntax"><span class="secno">9 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML
@@ -375,15 +375,15 @@
user agent must run the following steps:</p>
<ol><li><p>Block this instance of the <a href="#xml-parser">XML parser</a>, such
- that the <a href="web-application-apis.html#event-loop">event loop</a> will not run <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke it.</p></li>
+ that the <a href="webappapis.html#event-loop">event loop</a> will not run <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke it.</p></li>
- <li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking
+ <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking
scripts</a> and the <a href="semantics.html#pending-parsing-blocking-script">pending parsing-blocking
script</a>'s <a href="semantics.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is
set.</p></li>
<li><p>Unblock this instance of the <a href="#xml-parser">XML parser</a>, such
- that <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke it can
+ that <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke it can
again be run.</p></li>
<li><p><a href="semantics.html#executing-a-script-block" title="executing a script block">Execute</a> the
@@ -730,7 +730,7 @@
<!-- section 9.5.2 of CSS2.1 -->
<p>The user agent is expected to hide <code><a href="semantics.html#the-noscript-element">noscript</a></code> elements
- for whom <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>,
+ for whom <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>,
irrespective of CSS rules.</p>
<p>In <a href="dom.html#html-documents">HTML documents</a>, the user agent is expected to
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.788
retrieving revision 1.789
diff -u -d -r1.788 -r1.789
--- offline.html 14 Feb 2010 09:56:23 -0000 1.788
+++ offline.html 14 Feb 2010 10:26:33 -0000 1.789
@@ -281,7 +281,7 @@
<script src="link-fixup.js"></script>
<link href="history.html" title="5.4 Session history and navigation" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
- <link href="web-application-apis.html" title="6 Web application APIs" rel="next">
+ <link href="webappapis.html" title="6 Web application APIs" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
@@ -290,8 +290,8 @@
</div><nav>
<a href="history.html">← 5.4 Session history and navigation</a> –
<a href="spec.html#contents">Table of contents</a> –
- <a href="web-application-apis.html">6 Web application APIs →</a>
- </nav><p>This is revision 1.3775.</p>
+ <a href="webappapis.html">6 Web application APIs →</a>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="offline"><span class="secno">5.6 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache:
@@ -1049,7 +1049,7 @@
<a href="#application-cache-group">application cache group</a>, potentially given a particular
<a href="#cache-host">cache host</a>, and potentially given a <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource, the user
agent must run the steps below. These steps are always run
- asynchronously, in parallel with the <a href="web-application-apis.html#event-loop">event loop</a> <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p>
+ asynchronously, in parallel with the <a href="webappapis.html#event-loop">event loop</a> <a href="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
<p>Some of these steps have requirements that only apply if the user
agent <dfn id="shows-caching-progress">shows caching progress</dfn>. Support for this is
@@ -1129,7 +1129,7 @@
<li><p>If these steps were invoked with a <a href="#cache-host">cache
host</a>, and the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> is <i>checking</i> or
<i>downloading</i>, then <a href="#queue-a-post-load-task">queue a post-load task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is
cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that
<a href="#cache-host">cache host</a>. The default action of this event must
be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the
@@ -1139,7 +1139,7 @@
<li><p>If these steps were invoked with a <a href="#cache-host">cache
host</a>, and the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> is <i>downloading</i>, then also
- <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> that is
cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that
<a href="#cache-host">cache host</a>. The default action of this event must
@@ -1157,7 +1157,7 @@
</li><li><p>For each <a href="#cache-host">cache host</a> associated with an
<a href="#application-cache">application cache</a> in <var title="">cache
- group</var>, <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ group</var>, <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> that is cancelable named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>. The default action of these events must be, if the
@@ -1176,7 +1176,7 @@
<li><p>If this is a <a href="#concept-appcache-cache" title="concept-appcache-cache">cache
attempt</a>, then this algorithm was invoked with a <a href="#cache-host">cache
- host</a>; <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ host</a>; <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is cancelable
at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that <a href="#cache-host">cache
host</a>. The default action of this event must be, if the user
@@ -1214,12 +1214,12 @@
associated with an <a href="#application-cache">application cache</a> in the <var title="">cache group</var>.</p></li>
<li><p>Let <var title="">task list</var> be an empty list of
- <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p>
+ <a href="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
</li><li><p>For each <a href="#cache-host">cache host</a> associated with an
<a href="#application-cache">application cache</a> in <var title="">cache
- group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is
+ group</var>, create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is
cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
<a href="#cache-host">cache host</a>, and add it to <var title="">task
list</var>. The default action of these events must be, if the
@@ -1228,8 +1228,8 @@
application is no longer available for offline use.</p></li>
<li><p>For each entry in <var title="">cache group</var>'s <a href="#concept-appcache-pending-masters" title="concept-appcache-pending-masters">list of pending master
- entries</a>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a>
- to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named
+ entries</a>, create a <a href="webappapis.html#concept-task" title="concept-task">task</a>
+ to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named
<code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> (not <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>!) at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a> the <code>Document</code> for this entry, if there
@@ -1249,7 +1249,7 @@
<li><p>Let the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> be <i>idle</i>.</p></li>
- <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
+ <li><p>For each <a href="webappapis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
task">queue that task as a post-load task</a>.</p></li>
<li><p>Abort the <a href="#application-cache-download-process">application cache download
@@ -1283,7 +1283,7 @@
cache</a> in <var title="">cache group</var>.</p></li>
<li><p>Let <var title="">task list</var> be an empty list of
- <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p>
+ <a href="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
</li><li>
@@ -1292,7 +1292,7 @@
either completely downloaded or failed.</p>
<p>If the download failed (e.g. the connection times out, or the
- user cancels the download), then create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user cancels the download), then create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a> the <code>Document</code> for this entry, if there
@@ -1318,8 +1318,8 @@
<li><p>For each <a href="#cache-host">cache host</a> associated with an
<a href="#application-cache">application cache</a> in <var title="">cache
- group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the
+ group</var>, create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>, and add it to <var title="">task list</var>. The
default action of these events must be, if the user agent
@@ -1335,7 +1335,7 @@
<li><p>Let the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> be <i>idle</i>.</p></li>
- <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
+ <li><p>For each <a href="webappapis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
task">queue that task as a post-load task</a>.</p></li>
<li><p>Abort the <a href="#application-cache-download-process">application cache download
@@ -1357,7 +1357,7 @@
<li><p>For each <a href="#cache-host">cache host</a> associated with an
<a href="#application-cache">application cache</a> in <var title="">cache group</var>,
- <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>. The default action of these events must be, if the
@@ -1570,7 +1570,7 @@
<ol><li><p>Unassociate the <code>Document</code> for this entry from
<var title="">new cache</var>.</p></li>
- <li><p><a href="#queue-a-post-load-task">Queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="#queue-a-post-load-task">Queue a post-load task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
<code>Document</code> for this entry, if there still is one. The
@@ -1636,15 +1636,15 @@
<li><p>Set the <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> of
<var title="">new cache</var> to <i>complete</i>.</p></li>
- <li><p>Let <var title="">task list</var> be an empty list of <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p>
+ <li><p>Let <var title="">task list</var> be an empty list of <a href="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
</li><li>
<p>If this is a <a href="#concept-appcache-cache" title="concept-appcache-cache">cache
attempt</a>, then for each <a href="#cache-host">cache host</a> associated
with an <a href="#application-cache">application cache</a> in <var title="">cache
- group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the
+ group</var>, create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>, and add it to <var title="">task list</var>. The
default action of these events must be, if the user agent
@@ -1654,7 +1654,7 @@
<p>Otherwise, it is an <a href="#concept-appcache-upgrade" title="concept-appcache-upgrade">upgrade attempt</a>. For each
<a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application
- cache</a> in <var title="">cache group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ cache</a> in <var title="">cache group</var>, create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>, and add it to <var title="">task list</var>. The
@@ -1672,12 +1672,12 @@
status</a> of <var title="">cache group</var> to
<i>idle</i>.</p></li>
- <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
+ <li><p>For each <a href="webappapis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
task">queue that task as a post-oad task</a>.</p></li>
</ol><p>The <dfn id="cache-failure-steps">cache failure steps</dfn> are as follows:</p>
- <ol><li><p>Let <var title="">task list</var> be an empty list of <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p>
+ <ol><li><p>Let <var title="">task list</var> be an empty list of <a href="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
</li><li>
@@ -1691,8 +1691,8 @@
</li><li><p>Unassociate the <code>Document</code> for this entry from
its <a href="#application-cache">application cache</a>, if it has one.</p></li>
- <li><p>Create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
+ <li><p>Create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
<code>Document</code> for this entry, if there still is one, and
add it to <var title="">task list</var>. The default action of
@@ -1705,7 +1705,7 @@
<li><p>For each <a href="#cache-host">cache host</a> still associated with an
<a href="#application-cache">application cache</a> in <var title="">cache group</var>,
- create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a>, and add it to <var title="">task list</var>. The
@@ -1732,7 +1732,7 @@
attempt</a>, discard <var title="">cache group</var>
altogether.</p>
- </li><li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
+ </li><li><p>For each <a href="webappapis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load
task">queue that task as a post-load task</a>.</p></li>
<li><p>Abort the <a href="#application-cache-download-process">application cache download
@@ -1755,14 +1755,14 @@
<code>Document</code> is created, the list must be empty.</p>
<p>When the steps above say to <dfn id="queue-a-post-load-task">queue a post-load task</dfn>
- <var title="">task</var>, where <var title="">task</var> is a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that dispatches an event on a
+ <var title="">task</var>, where <var title="">task</var> is a <a href="webappapis.html#concept-task" title="concept-task">task</a> that dispatches an event on a
target <code><a href="#applicationcache">ApplicationCache</a></code> object <var title="">target</var>, the user agent must run the appropriate steps
from the following list:</p>
<dl><dt>If <var title="">target</var>'s <code>Document</code> has
<a href="syntax.html#completely-loaded">completely loaded</a></dt>
- <dd><p><a href="web-application-apis.html#queue-a-task" title="queue a task">Queue</a> the task <var title="">task</var>.</p></dd>
+ <dd><p><a href="webappapis.html#queue-a-task" title="queue a task">Queue</a> the task <var title="">task</var>.</p></dd>
<dt>Otherwise</dt>
@@ -1770,7 +1770,7 @@
<code>Document</code>'s list of <a href="#pending-application-cache-download-process-tasks">pending application cache
download process tasks</a>.</p></dd>
- </dl><p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task
+ </dl><p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#networking-task-source">networking task
source</a>.</p>
@@ -1954,14 +1954,14 @@
void <a href="#dom-appcache-swapcache" title="dom-appcache-swapCache">swapCache</a>();
// events
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onerror" title="handler-appcache-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onnoupdate" title="handler-appcache-onnoupdate">onnoupdate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-ondownloading" title="handler-appcache-ondownloading">ondownloading</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onprogress" title="handler-appcache-onprogress">onprogress</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onupdateready" title="handler-appcache-onupdateready">onupdateready</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-oncached" title="handler-appcache-oncached">oncached</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onobsolete" title="handler-appcache-onobsolete">onobsolete</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onerror" title="handler-appcache-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onnoupdate" title="handler-appcache-onnoupdate">onnoupdate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-ondownloading" title="handler-appcache-ondownloading">ondownloading</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onprogress" title="handler-appcache-onprogress">onprogress</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onupdateready" title="handler-appcache-onupdateready">onupdateready</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-oncached" title="handler-appcache-oncached">oncached</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onobsolete" title="handler-appcache-onobsolete">onobsolete</a>;
};
<a href="#applicationcache">ApplicationCache</a> implements <span>EventTarget</span>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt>
<dd>
@@ -2137,13 +2137,13 @@
<a href="#cache-host">cache host</a> from <var title="">cache</var> and instead
associate it with <var title="">new cache</var>.</p></li>
- </ol><p>The following are the <a href="web-application-apis.html#event-handlers">event handlers</a> (and their
- corresponding <a href="web-application-apis.html#event-handler-event-type" title="event handler event type">event handler
+ </ol><p>The following are the <a href="webappapis.html#event-handlers">event handlers</a> (and their
+ corresponding <a href="webappapis.html#event-handler-event-type" title="event handler event type">event handler
event types</a>) that must be supported, as IDL attributes, by
all objects implementing the <code><a href="#applicationcache">ApplicationCache</a></code>
interface:</p>
- <table><thead><tr><th><a href="web-application-apis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="web-application-apis.html#event-handler-event-type">Event handler event type</a>
+ <table><thead><tr><th><a href="webappapis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="webappapis.html#event-handler-event-type">Event handler event type</a>
</th></tr></thead><tbody><tr><td><dfn id="handler-appcache-onchecking" title="handler-appcache-onchecking"><code>onchecking</code></dfn> </td><td> <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code>
</td></tr><tr><td><dfn id="handler-appcache-onerror" title="handler-appcache-onerror"><code>onerror</code></dfn> </td><td> <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>
</td></tr><tr><td><dfn id="handler-appcache-onnoupdate" title="handler-appcache-onnoupdate"><code>onnoupdate</code></dfn> </td><td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code>
@@ -2152,7 +2152,7 @@
</td></tr><tr><td><dfn id="handler-appcache-onupdateready" title="handler-appcache-onupdateready"><code>onupdateready</code></dfn> </td><td> <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code>
</td></tr><tr><td><dfn id="handler-appcache-oncached" title="handler-appcache-oncached"><code>oncached</code></dfn> </td><td> <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code>
</td></tr><tr><td><dfn id="handler-appcache-onobsolete" title="handler-appcache-onobsolete"><code>onobsolete</code></dfn> </td><td> <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>
- </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.6.9 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="web-application-apis.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
+ </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.6.9 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="webappapis.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
<dd>
@@ -2172,18 +2172,18 @@
<p>When the value that would be returned by the <code title="dom-navigator-onLine"><a href="#dom-navigator-online">navigator.onLine</a></code> attribute of
the <code><a href="browsers.html#window">Window</a></code> changes from true to false, the user agent
- must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <dfn id="event-offline" title="event-offline"><code>offline</code></dfn> at the
<code><a href="browsers.html#window">Window</a></code> object.</p>
<p>On the other hand, when the value that would be returned by the
<code title="dom-navigator-onLine"><a href="#dom-navigator-online">navigator.onLine</a></code> attribute
of the <code><a href="browsers.html#window">Window</a></code> changes from false to true, the user
- agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <dfn id="event-online" title="event-online"><code>online</code></dfn> at the
<code><a href="browsers.html#window">Window</a></code> object.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task
+ <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#networking-task-source">networking task
source</a>.</p>
</div><p class="note">This attribute is inherently unreliable. A computer
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.785
retrieving revision 1.786
diff -u -d -r1.785 -r1.786
--- obsolete.html 14 Feb 2010 09:56:23 -0000 1.785
+++ obsolete.html 14 Feb 2010 10:26:33 -0000 1.786
@@ -291,7 +291,7 @@
<a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="iana.html">12 IANA considerations →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="obsolete"><span class="secno">11 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Features listed in this section will trigger warnings in
@@ -657,8 +657,8 @@
animates content. CSS transitions and animations are a more
appropriate mechanism.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for tasks mentioned in this section
- is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
+ <p>The <a href="webappapis.html#task-source">task source</a> for tasks mentioned in this section
+ is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
<p>The <code><a href="#the-marquee-element">marquee</a></code> element must implement the
<code><a href="#htmlmarqueeelement">HTMLMarqueeElement</a></code> interface.</p>
@@ -676,9 +676,9 @@
attribute unsigned long <a href="#dom-marquee-vspace" title="dom-marquee-vspace">vspace</a>;
attribute DOMString <a href="#dom-marquee-width" title="dom-marquee-width">width</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onbounce" title="handler-marquee-onbounce">onbounce</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onfinish" title="handler-marquee-onfinish">onfinish</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onstart" title="handler-marquee-onstart">onstart</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-marquee-onbounce" title="handler-marquee-onbounce">onbounce</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-marquee-onfinish" title="handler-marquee-onfinish">onfinish</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="#handler-marquee-onstart" title="handler-marquee-onstart">onstart</a>;
void <a href="#dom-marquee-start" title="dom-marquee-start">start</a>();
void <a href="#dom-marquee-stop" title="dom-marquee-stop">stop</a>();
@@ -694,7 +694,7 @@
method is called, the <code><a href="#the-marquee-element">marquee</a></code> element must be <a href="#concept-marquee-off" title="concept-marquee-off">turned off</a>.</p>
<p>When a <code><a href="#the-marquee-element">marquee</a></code> element is created, the user agent
- must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-start">start</code> at the element.</p>
<hr><p>The <dfn id="attr-marquee-behavior" title="attr-marquee-behavior"><code>behavior</code></dfn> content
@@ -793,28 +793,28 @@
<p>If the <a href="#marquee-current-loop-index">marquee current loop index</a> is now equal to
or greater than the element's <a href="#marquee-loop-count">marquee loop count</a>,
<a href="#concept-marquee-off" title="concept-marquee-off">turn off</a> the
- <code><a href="#the-marquee-element">marquee</a></code> element and <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-finish">finish</code> at the <code><a href="#the-marquee-element">marquee</a></code>
+ <code><a href="#the-marquee-element">marquee</a></code> element and <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-finish">finish</code> at the <code><a href="#the-marquee-element">marquee</a></code>
element.</p>
<p>Otherwise, if the <code title="attr-marquee-behavior"><a href="#attr-marquee-behavior">behavior</a></code> attribute is in the
<a href="#attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">alternate</a>
- state, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ state, then <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-bounce">bounce</code> at
the <code><a href="#the-marquee-element">marquee</a></code> element.</p>
- <p>Otherwise, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <p>Otherwise, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-start">start</code> at the
<code><a href="#the-marquee-element">marquee</a></code> element.</p>
</li>
- </ol><hr><p>The following are the <a href="web-application-apis.html#event-handlers">event handlers</a> (and their
- corresponding <a href="web-application-apis.html#event-handler-event-type" title="event handler event type">event handler
+ </ol><hr><p>The following are the <a href="webappapis.html#event-handlers">event handlers</a> (and their
+ corresponding <a href="webappapis.html#event-handler-event-type" title="event handler event type">event handler
event types</a>) that must be supported, as content and IDL
attributes, by <code><a href="#the-marquee-element">marquee</a></code> elements:</p>
- <table><thead><tr><th><a href="web-application-apis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="web-application-apis.html#event-handler-event-type">Event handler event type</a>
+ <table><thead><tr><th><a href="webappapis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="webappapis.html#event-handler-event-type">Event handler event type</a>
</th></tr></thead><tbody><tr><td><dfn id="handler-marquee-onbounce" title="handler-marquee-onbounce"><code>onbounce</code></dfn> </td><td> <code title="event-bounce">bounce</code>
</td></tr><tr><td><dfn id="handler-marquee-onfinish" title="handler-marquee-onfinish"><code>onfinish</code></dfn> </td><td> <code title="event-finish">finish</code>
</td></tr><tr><td><dfn id="handler-marquee-onstart" title="handler-marquee-onstart"><code>onstart</code></dfn> </td><td> <code title="event-start">start</code>
@@ -849,25 +849,25 @@
<pre class="idl">interface <dfn id="htmlframesetelement">HTMLFrameSetElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#dom-frameset-cols" title="dom-frameset-cols">cols</a>;
attribute DOMString <a href="#dom-frameset-rows" title="dom-frameset-rows">rows</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onload" title="handler-window-onload">onload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onload" title="handler-window-onload">onload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
};</pre>
<p>The <dfn id="dom-frameset-cols" title="dom-frameset-cols"><code>cols</code></dfn> and
@@ -877,35 +877,35 @@
name.</p>
<p>The <code><a href="#frameset">frameset</a></code> element must support the following
- <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a> exposing the
- <a href="web-application-apis.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object:</p>
+ <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a> exposing the
+ <a href="webappapis.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object:</p>
- <ul class="brief"><li><code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code></li>
- <li><code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code></li>
- <li><code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code></li>
- <li><code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code></li>
- <li><code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code></li>
- <li><code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code></li>
- <li><code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code></li>
- <li><code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code></li>
- <li><code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code></li>
- <li><code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code></li>
- <li><code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code></li>
- <li><code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code></li>
- <li><code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code></li>
- <li><code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code></li>
- <li><code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code></li>
- <li><code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code></li>
- <li><code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code></li>
- <li><code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code></li>
- <li><code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></li>
- </ul><p>The DOM interface also exposes <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL
+ <ul class="brief"><li><code title="handler-window-onafterprint"><a href="webappapis.html#handler-window-onafterprint">onafterprint</a></code></li>
+ <li><code title="handler-window-onbeforeprint"><a href="webappapis.html#handler-window-onbeforeprint">onbeforeprint</a></code></li>
+ <li><code title="handler-window-onbeforeunload"><a href="webappapis.html#handler-window-onbeforeunload">onbeforeunload</a></code></li>
+ <li><code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">onblur</a></code></li>
+ <li><code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code></li>
+ <li><code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">onfocus</a></code></li>
+ <li><code title="handler-window-onhashchange"><a href="webappapis.html#handler-window-onhashchange">onhashchange</a></code></li>
+ <li><code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">onload</a></code></li>
+ <li><code title="handler-window-onmessage"><a href="webappapis.html#handler-window-onmessage">onmessage</a></code></li>
+ <li><code title="handler-window-onoffline"><a href="webappapis.html#handler-window-onoffline">onoffline</a></code></li>
+ <li><code title="handler-window-ononline"><a href="webappapis.html#handler-window-ononline">ononline</a></code></li>
+ <li><code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">onpagehide</a></code></li>
+ <li><code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">onpageshow</a></code></li>
+ <li><code title="handler-window-onpopstate"><a href="webappapis.html#handler-window-onpopstate">onpopstate</a></code></li>
+ <li><code title="handler-window-onredo"><a href="webappapis.html#handler-window-onredo">onredo</a></code></li>
+ <li><code title="handler-window-onresize"><a href="webappapis.html#handler-window-onresize">onresize</a></code></li>
+ <li><code title="handler-window-onstorage"><a href="webappapis.html#handler-window-onstorage">onstorage</a></code></li>
+ <li><code title="handler-window-onundo"><a href="webappapis.html#handler-window-onundo">onundo</a></code></li>
+ <li><code title="handler-window-onunload"><a href="webappapis.html#handler-window-onunload">onunload</a></code></li>
+ </ul><p>The DOM interface also exposes <a href="webappapis.html#event-handler-idl-attributes">event handler IDL
attributes</a> that mirror those on the <code><a href="browsers.html#window">Window</a></code>
element.</p>
- <p>The <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code> <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL
+ <p>The <code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">onload</a></code> <a href="webappapis.html#event-handler-idl-attributes">event handler IDL
attributes</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the
- <code><a href="#frameset">frameset</a></code> element, shadow the generic <a href="web-application-apis.html#event-handler-idl-attributes">event
+ <code><a href="#frameset">frameset</a></code> element, shadow the generic <a href="webappapis.html#event-handler-idl-attributes">event
handler IDL attributes</a> with the same names normally supported
by <a href="infrastructure.html#html-elements">HTML elements</a>.</p>
@@ -942,13 +942,13 @@
name</a> must be set to the empty string.</p>
<p>When content loads in a <code><a href="#frame">frame</a></code>, after any <code title="event-load">load</code> events are fired within the content
- itself, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire
+ itself, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
a simple event</a> named <code title="event-load">load</code> at
the <code><a href="#frame">frame</a></code> element. When content fails to load (e.g. due
- to a network error), then the user agent must <a href="web-application-apis.html#queue-a-task">queue a
- task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p>
+ to a network error), then the user agent must <a href="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for the <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> above is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM
+ <p>The <a href="webappapis.html#task-source">task source</a> for the <a href="webappapis.html#concept-task" title="concept-task">tasks</a> above is the <a href="webappapis.html#dom-manipulation-task-source">DOM
manipulation task source</a>.</p>
<p>When there is an <a href="dom.html#active-parser">active parser</a> in the
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- toc-status.html 11 Feb 2010 13:16:29 -0000 1.185
+++ toc-status.html 14 Feb 2010 10:26:34 -0000 1.186
@@ -996,8 +996,8 @@
</li>
</ol>
</li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=web-application-apis" class="status ADD">ADD</a> <a href="../spec/#web-application-apis">6
-Web application APIs</a> <span class="id">(web-application-apis)</span>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=webappapis" class="status ADD">ADD</a> <a href="../spec/#webappapis">6 Web
+application APIs</a> <span class="id">(webappapis)</span>
<ol>
<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripting" class="status LC">LC</a> <a href="../spec/#scripting">6.1
Scripting</a> <span class="id">(scripting)</span>
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.786
retrieving revision 1.787
diff -u -d -r1.786 -r1.787
--- named-character-references.html 14 Feb 2010 09:56:23 -0000 1.786
+++ named-character-references.html 14 Feb 2010 10:26:33 -0000 1.787
@@ -291,7 +291,7 @@
<a href="syntax.html">← 8 The HTML syntax</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="the-xhtml-syntax.html">9 The XHTML syntax →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="named-character-references"><span class="secno">8.5 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- history.html 14 Feb 2010 09:56:22 -0000 1.787
+++ history.html 14 Feb 2010 10:26:32 -0000 1.788
@@ -291,7 +291,7 @@
<a href="browsers.html">← 5 Loading Web pages</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="offline.html">5.6 Offline Web applications →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing
@@ -438,7 +438,7 @@
chronologically by the time they were added to their respective
<a href="#session-history" title="session history">session histories</a>. (Since all
these <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a> by
- definition share an <a href="web-application-apis.html#event-loop">event loop</a>, there is always a
+ definition share an <a href="webappapis.html#event-loop">event loop</a>, there is always a
well-defined sequential order in which their <a href="#session-history" title="session
history">session histories</a> had their entries added.) Each
entry has an index; the earliest entry has index 0, and the
@@ -466,9 +466,9 @@
invoked, the user agent must <a href="#traverse-the-history-by-a-delta">traverse the history by a
delta</a> +1.</p>
- <p>To <dfn id="traverse-the-history-by-a-delta">traverse the history by a delta</dfn> <var title="">delta</var>, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a>
- to run the following steps. The <a href="web-application-apis.html#task-source">task source</a> for the
- queued task is the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p>
+ <p>To <dfn id="traverse-the-history-by-a-delta">traverse the history by a delta</dfn> <var title="">delta</var>, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a>
+ to run the following steps. The <a href="webappapis.html#task-source">task source</a> for the
+ queued task is the <a href="webappapis.html#history-traversal-task-source">history traversal task source</a>.</p>
<ol><li><p>Let <var title="">delta</var> be the argument to the
method.</p></li>
@@ -516,7 +516,7 @@
<p>If a third argument is specified, run these substeps:</p>
<ol><li><a href="infrastructure.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the
- third argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>.</li>
+ third argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>.</li>
<li>If that fails, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception
and abort these steps.</li>
@@ -528,7 +528,7 @@
<li>If the <a href="browsers.html#origin">origin</a> of the resulting <a href="infrastructure.html#absolute-url">absolute
URL</a> is not the same as the <a href="browsers.html#origin">origin</a> of the
- <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing
+ <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-browsing-context" title="script's browsing
context">browsing context</a>, and either the <a href="infrastructure.html#url-path" title="url-path"><path></a> or <a href="infrastructure.html#url-query" title="url-query"><query></a> components of the two
<a href="infrastructure.html#url" title="URL">URLs</a> comparedi in the previous step
differ, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception and abort
@@ -559,8 +559,8 @@
</li>
- <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> queued
- by the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
+ <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> queued
+ by the <a href="webappapis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
<li><p>Add a state object entry to the session history, after the
<a href="#current-entry">current entry</a>, with <var title="">cloned data</var> as
@@ -810,7 +810,7 @@
<p>When the <dfn id="dom-location-assign" title="dom-location-assign"><code>assign(<var title="">url</var>)</code></dfn> method is invoked, the UA must
<a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
- the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base
+ the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
URL</a>, and if that is successful, must <a href="#navigate">navigate</a>
the <a href="browsers.html#browsing-context">browsing context</a> to the specified <var title="">url</var>. If the <a href="browsers.html#browsing-context">browsing context</a>'s
<a href="#session-history">session history</a> contains only one
@@ -825,12 +825,12 @@
<p>When the <dfn id="dom-location-replace" title="dom-location-replace"><code>replace(<var title="">url</var>)</code></dfn> method is invoked, the UA must
<a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
- the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base
+ the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
URL</a>, and if that is successful, <a href="#navigate">navigate</a> the
<a href="browsers.html#browsing-context">browsing context</a> to the specified <var title="">url</var> with <a href="#replacement-enabled">replacement enabled</a>.</p>
<p>Navigation for the <code title="dom-location-assign"><a href="#dom-location-assign">assign()</a></code> and <code title="dom-location-replace"><a href="#dom-location-replace">replace()</a></code> methods must be done
- with the <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing
+ with the <a href="webappapis.html#script-s-browsing-context" title="script's browsing context">browsing
context</a> of the script that invoked the method as the
<a href="#source-browsing-context">source browsing context</a>.</p>
@@ -843,7 +843,7 @@
invoked, the user agent must run the appropriate steps from the
following list:</p>
- <dl class="switch"><dt>If the currently executing <a href="web-application-apis.html#concept-task" title="concept-task">task</a> is the dispatch of a <code title="event-resize">resize</code> event in response to the user
+ <dl class="switch"><dt>If the currently executing <a href="webappapis.html#concept-task" title="concept-task">task</a> is the dispatch of a <code title="event-resize">resize</code> event in response to the user
resizing the <a href="browsers.html#browsing-context">browsing context</a></dt>
<dd><p>Repaint the <a href="browsers.html#browsing-context">browsing context</a> and abort these
@@ -882,7 +882,7 @@
<hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="infrastructure.html#resolve-a-url" title="resolve a
url">resolve</a> its <var title="">url</var> argument, relative
- to the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base
+ to the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base
URL">base URL</a>, and if that succeeds, return the resulting
<a href="infrastructure.html#absolute-url">absolute URL</a>. If it fails, it must throw a
<code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception instead.</p>
@@ -965,7 +965,7 @@
<p>When a browsing context is <dfn id="navigate" title="navigate">navigated</dfn>
to a new resource, the user agent must run the following steps:</p>
- <ol><li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <ol><li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li id="sandboxLinks"><p>If the <a href="#source-browsing-context">source browsing
context</a> is not the same as the <a href="browsers.html#browsing-context">browsing context</a>
@@ -1048,7 +1048,7 @@
<p>If the new resource is to be handled by displaying some sort of
inline content, e.g. an error message because the specified scheme
is not one of the supported protocols, or an inline prompt to
- allow the user to select <a href="web-application-apis.html#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">a registered
+ allow the user to select <a href="webappapis.html#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">a registered
handler</a> for the given scheme, then <a href="#read-ua-inline" title="navigate-ua-inline">display the inline content</a> and
abort these steps.</p>
@@ -1248,7 +1248,7 @@
set to that <a href="infrastructure.html#url">URL</a> instead.</p>
<p class="note">An <a href="#override-url" title="override URL">override URL</a>
- is set when <a href="web-application-apis.html#concept-js-deref" title="concept-js-deref">dereferencing a
+ is set when <a href="webappapis.html#concept-js-deref" title="concept-js-deref">dereferencing a
<code>javascript:</code> URL</a>.</p>
<p><dfn id="create-a-document-object" title="create a Document object">Creating a new
@@ -1274,7 +1274,7 @@
<p><i>Non-document content</i>: If, given <var title="">type</var>, the new resource is to be handled by
displaying some sort of inline content, e.g. a native rendering of
the content, an error message because the specified type is not
- supported, or an inline prompt to allow the user to select <a href="web-application-apis.html#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">a registered
+ supported, or an inline prompt to allow the user to select <a href="webappapis.html#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">a registered
handler</a> for the given type, then <a href="#read-ua-inline" title="navigate-ua-inline">display the inline content</a> and
abort these steps.</p>
@@ -1292,7 +1292,7 @@
</li></ol><hr><p>Some of the sections below, to which the above algorithm defers
in certain cases, require the user agent to <dfn id="update-the-session-history-with-the-new-page">update the session
history with the new page</dfn>. When a user agent is required to do
- this, it must <a href="web-application-apis.html#queue-a-task">queue a task</a> to run the following
+ this, it must <a href="webappapis.html#queue-a-task">queue a task</a> to run the following
steps:</p>
<ol><li><p><a href="#unload-a-document" title="unload a document">Unload</a> the
@@ -1342,8 +1342,8 @@
</li>
- <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>
- queued by the <a href="web-application-apis.html#history-traversal-task-source">history traversal task
+ <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a>
+ queued by the <a href="webappapis.html#history-traversal-task-source">history traversal task
source</a>.</p></li> <!-- so the network is racing
history.back(), in the case of setting location.href="" and
then calling history.back() -->
@@ -1366,7 +1366,7 @@
<li><p>The <a href="#navigate" title="navigate">navigation algorithm</a> has
now <dfn id="concept-navigate-mature" title="concept-navigate-mature">matured</dfn>.</p></li>
- <li><p><i>Fragment identifier loop</i>: <a href="web-application-apis.html#spin-the-event-loop">Spin the event
+ <li><p><i>Fragment identifier loop</i>: <a href="webappapis.html#spin-the-event-loop">Spin the event
loop</a> for a user-agent-defined amount of time, as desired by
the user agent implementor. (This is intended to allow the user
agent to optimize the user experience in the face of performance
@@ -1384,19 +1384,19 @@
of the document</a>, then return to the <i>fragment identifier
loop</i> step.</p></li>
- </ol><p>The <a href="web-application-apis.html#task-source">task source</a> for this <a href="web-application-apis.html#concept-task" title="concept-task">task</a> is the <a href="web-application-apis.html#networking-task-source">networking task
+ </ol><p>The <a href="webappapis.html#task-source">task source</a> for this <a href="webappapis.html#concept-task" title="concept-task">task</a> is the <a href="webappapis.html#networking-task-source">networking task
source</a>.</p>
<h4 id="read-html"><span class="secno">5.5.2 </span><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
<p>When an HTML document is to be loaded in a <a href="browsers.html#browsing-context">browsing
- context</a>, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to
+ context</a>, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to
<a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it as being
an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, create an
<a href="syntax.html#html-parser">HTML parser</a>, and associate it with the document. Each
- <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the <a href="web-application-apis.html#networking-task-source">networking
- task source</a> places on the <a href="web-application-apis.html#task-queue">task queue</a> while the
+ <a href="webappapis.html#concept-task" title="concept-task">task</a> that the <a href="webappapis.html#networking-task-source">networking
+ task source</a> places on the <a href="webappapis.html#task-queue">task queue</a> while the
<a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> runs must then fill
the parser's <a href="syntax.html#the-input-stream">input stream</a> with the fetched bytes and
cause the <a href="syntax.html#html-parser">HTML parser</a> to perform the appropriate
@@ -1410,7 +1410,7 @@
<!-- next two paragraphs are nearly identical to the navigate-text
section, keep them in sync -->
- <p>When no more bytes are available, the user agent must <a href="web-application-apis.html#queue-a-task">queue
+ <p>When no more bytes are available, the user agent must <a href="webappapis.html#queue-a-task">queue
a task</a> for the parser to process the implied EOF character,
which eventually causes a <code title="event-load">load</code> event
to be fired.</p>
@@ -1424,8 +1424,8 @@
cache selection</a> happens <a href="syntax.html#parser-appcache">in the
HTML parser</a>.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for the two tasks mentioned in this
- section must be the <a href="web-application-apis.html#networking-task-source">networking task source</a>.</p>
+ <p>The <a href="webappapis.html#task-source">task source</a> for the two tasks mentioned in this
+ section must be the <a href="webappapis.html#networking-task-source">networking task source</a>.</p>
@@ -1488,7 +1488,7 @@
<h4 id="read-text"><span class="secno">5.5.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p>
<p>When a plain text document is to be loaded in a <a href="browsers.html#browsing-context">browsing
- context</a>, the user agent should <a href="web-application-apis.html#queue-a-task">queue a task</a> to
+ context</a>, the user agent should <a href="webappapis.html#queue-a-task">queue a task</a> to
<a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it as being
an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, create an
<a href="syntax.html#html-parser">HTML parser</a>, associate it with the document, act as if
@@ -1496,8 +1496,8 @@
followed by a single U+000A LINE FEED (LF) character<!-- to get
eaten, so that a leading LF in the text/plain stream doesn't get
eaten itself-->, and switch the <a href="syntax.html#html-parser">HTML parser</a>'s tokenizer
- to the <a href="syntax.html#plaintext-state">PLAINTEXT state</a>. Each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the <a href="web-application-apis.html#networking-task-source">networking task
- source</a> places on the <a href="web-application-apis.html#task-queue">task queue</a> while the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> runs must then fill the
+ to the <a href="syntax.html#plaintext-state">PLAINTEXT state</a>. Each <a href="webappapis.html#concept-task" title="concept-task">task</a> that the <a href="webappapis.html#networking-task-source">networking task
+ source</a> places on the <a href="webappapis.html#task-queue">task queue</a> while the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> runs must then fill the
parser's <a href="syntax.html#the-input-stream">input stream</a> with the fetched bytes and cause
the <a href="syntax.html#html-parser">HTML parser</a> to perform the appropriate processing
of the input stream.</p>
@@ -1519,7 +1519,7 @@
next three are similar to the navigate-image and navigate-plugin
sections; keep them all in sync -->
- <p>When no more bytes are available, the user agent must <a href="web-application-apis.html#queue-a-task">queue
+ <p>When no more bytes are available, the user agent must <a href="webappapis.html#queue-a-task">queue
a task</a> for the parser to process the implied EOF character,
which eventually causes a <code title="event-load">load</code> event
to be fired.</p>
@@ -1533,8 +1533,8 @@
binding, providing script, giving the document a <code><a href="semantics.html#the-title-element-0">title</a></code>,
etc.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for the two tasks mentioned in this
- section must be the <a href="web-application-apis.html#networking-task-source">networking task source</a>.</p>
+ <p>The <a href="webappapis.html#task-source">task source</a> for the two tasks mentioned in this
+ section must be the <a href="webappapis.html#networking-task-source">networking task source</a>.</p>
<h4 id="read-image"><span class="secno">5.5.5 </span><dfn title="navigate-image">Page load processing model for images</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -1637,7 +1637,7 @@
<h4 id="scroll-to-fragid"><span class="secno">5.5.8 </span><dfn title="navigate-fragid">Navigating to a fragment identifier</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
<p>When a user agent is supposed to navigate to a fragment
- identifier, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to
+ identifier, then the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to
run the following steps:</p>
<ol><li>
@@ -1652,8 +1652,8 @@
</li>
- <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> queued by
- the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
+ <li><p>Remove any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> queued by
+ the <a href="webappapis.html#history-traversal-task-source">history traversal task source</a>.</p></li>
<li><p>Append a new entry at the end of the <code><a href="#history-0">History</a></code>
object representing the new resource and its <code>Document</code>
@@ -1811,7 +1811,7 @@
<li><p>If the <a href="dom.html#current-document-readiness">current document readiness</a> of the
<i>specified entry</i>'s <code>Document</code> is "complete",
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a>
+ <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-pageshow">pageshow</code> at that
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li>
@@ -1859,7 +1859,7 @@
<dl class="switch"><dt>If the <a href="dom.html#current-document-readiness">current document readiness</a> is set to the
string "complete"</dt>
- <dd><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to fire a <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event at the
+ <dd><p><a href="webappapis.html#queue-a-task">Queue a task</a> to fire a <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event at the
<code><a href="browsers.html#window">Window</a></code> object of the <code>Document</code>, using
the <code><a href="#popstateevent">PopStateEvent</a></code> interface, with the <code title="dom-PopStateEvent-state"><a href="#dom-popstateevent-state">state</a></code> attribute set to
the value of <var title="">state</var>. This event must bubble
@@ -1879,7 +1879,7 @@
</ol></li>
<li><p>If <var title="">hash changed</var> is true, then
- <a href="web-application-apis.html#queue-a-task">queue a task</a> to fire a <code title="event-hashchange"><a href="#event-hashchange">hashchange</a></code> event at the
+ <a href="webappapis.html#queue-a-task">queue a task</a> to fire a <code title="event-hashchange"><a href="#event-hashchange">hashchange</a></code> event at the
<a href="browsers.html#browsing-context">browsing context</a>'s <code><a href="browsers.html#window">Window</a></code> object, using
the <code><a href="#hashchangeevent">HashChangeEvent</a></code> interface, with the <code title="dom-HashChangeEvent-oldURL"><a href="#dom-hashchangeevent-oldurl">oldURL</a></code> attribute set to
<var title="">old URL</var> and the <code title="dom-HashChangeEvent-newURL"><a href="#dom-hashchangeevent-newurl">newURL</a></code> attribute set to
@@ -1891,8 +1891,8 @@
</ol><p>The <a href="#pending-state-object">pending state object</a> must be initially null.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for the tasks mentioned above is the
- <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
+ <p>The <a href="webappapis.html#task-source">task source</a> for the tasks mentioned above is the
+ <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
<h5 id="event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -1978,7 +1978,7 @@
<li><p><i>Dispatch</i>: Dispatch <var title="">event</var> at the
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li>
- <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li><p>If any event listeners were triggered by the earlier
<i>dispatch</i> step, then set the <code>Document</code>'s <var title="">salvageable</var> state to false.</p></li>
@@ -1996,7 +1996,7 @@
to truncate the string to 1024 characters for display, for
instance.)</p>
- <p>The user agent must <a href="web-application-apis.html#pause">pause</a> while waiting for the
+ <p>The user agent must <a href="webappapis.html#pause">pause</a> while waiting for the
user's response.</p>
<p>If the user did not confirm the page navigation, then the user
@@ -2039,14 +2039,14 @@
whether the <code>Document</code> object is going to be
re-used. (This is set by the <code title="dom-document-open"><a href="embedded-content-0.html#dom-document-open">document.open()</a></code> method.)</p>
- <ol><li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-pagehide">pagehide</code> at the
+ <ol><li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-pagehide">pagehide</code> at the
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li>
- <li><p><i>Unload event</i>: <a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named
+ <li><p><i>Unload event</i>: <a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named
<code title="event-unload">unload</code> at the
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li>
- <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li>
+ <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
<li><p>If any event listeners were triggered by the earlier
<i>unload event</i> step, then set the <code>Document</code>
@@ -2091,13 +2091,13 @@
cleanup steps</dfn>. Other specifications can define more.</p>
<ol><li><p>Empty the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code>'s
- <a href="web-application-apis.html#list-of-active-timeouts">list of active timeouts</a> and its <a href="web-application-apis.html#list-of-active-intervals">list of active
+ <a href="webappapis.html#list-of-active-timeouts">list of active timeouts</a> and its <a href="webappapis.html#list-of-active-intervals">list of active
intervals</a>.</p></li> <!-- XXX Should this affect <var
title="">salvageable</var>? Should it happen at all? -->
<li><p>If there are any outstanding transactions that have
- callbacks that involve <a href="web-application-apis.html#concept-script" title="concept-script">scripts</a>
- whose <a href="web-application-apis.html#script-s-global-object" title="script's global object">global object</a> is
+ callbacks that involve <a href="webappapis.html#concept-script" title="concept-script">scripts</a>
+ whose <a href="webappapis.html#script-s-global-object" title="script's global object">global object</a> is
the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object, roll them
back (without invoking any of the callbacks) and set <var title="">salvageable</var> to false.
<a href="references.html#refsWEBSQL">[WEBSQL]</a>
@@ -2142,7 +2142,7 @@
<p>If the user cancels any instance of the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> in the context of a
<code>Document</code> in a <a href="browsers.html#browsing-context">browsing context</a>, then, if
that <code>Document</code> is an <a href="browsers.html#active-document">active document</a>, the
- user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-abort">abort</code> at that
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p>
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- semantics.html 14 Feb 2010 09:56:23 -0000 1.795
+++ semantics.html 14 Feb 2010 10:26:33 -0000 1.796
@@ -291,7 +291,7 @@
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="text-level-semantics.html">4.6 Text-level semantics →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -587,18 +587,18 @@
<!-- the next few paragraph are similar to text in the <style> section -->
<p>Once the attempts to obtain the resource and its critical
subresources are complete, the user agent must, if the loads were
- successful, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ successful, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-load">load</code> at the
<code><a href="#the-link-element">link</a></code> element, or, if the resource or one of its
critical subresources failed to completely load for any reason
(e.g. DNS error, HTTP 404 response, a connection being prematurely
- closed, unsupported Content-Type), <a href="web-application-apis.html#queue-a-task">queue a task</a> to
- <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <code><a href="#the-link-element">link</a></code>
+ closed, unsupported Content-Type), <a href="webappapis.html#queue-a-task">queue a task</a> to
+ <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <code><a href="#the-link-element">link</a></code>
element. Non-network errors in processing the resource or its
subresources (e.g. CSS parse errors, PNG decoding errors) are not
failures for the purposes of this paragraph.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation
+ <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation
task source</a>.</p>
<p>The element must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the
@@ -1652,18 +1652,18 @@
subresources, if any, are complete, or, if the style sheet has no
critical subresources, once the style sheet has been parsed and
processed, the user agent must, if the loads were successful or
- there were none, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ there were none, <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-load">load</code> at the
<code><a href="#the-style-element">style</a></code> element, or, if one of the style sheet's critical
subresources failed to completely load for any reason (e.g. DNS
error, HTTP 404 response, a connection being prematurely closed,
- unsupported Content-Type), <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ unsupported Content-Type), <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-error">error</code> at
the <code><a href="#the-style-element">style</a></code> element. Non-network errors in processing the
style sheet or its subresources (e.g. CSS parse errors, PNG decoding
errors) are not failures for the purposes of this paragraph.</p>
- <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task
+ <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task
source</a>.</p>
<p>The element must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the
@@ -1805,7 +1805,7 @@
<code><a href="#the-style-element">style</a></code> element with no <code title="">@import</code>
rules), then the style rules must be synchronously made available to
script; otherwise, the style rules must only be made available to
- script once the <a href="web-application-apis.html#event-loop">event loop</a> reaches its "update the
+ script once the <a href="webappapis.html#event-loop">event loop</a> reaches its "update the
rendering" step.</p>
<p>A style sheet in the context of the <code>Document</code> of an
@@ -1818,7 +1818,7 @@
was created by the parser, and the element's style sheet was enabled
when the element was created by the parser, and the element's
<a href="#style-sheet-ready">style sheet ready</a> flag is not yet set, and, the last
- time the <a href="web-application-apis.html#event-loop">event loop</a> reached step 1, the element was
+ time the <a href="webappapis.html#event-loop">event loop</a> reached step 1, the element was
<a href="infrastructure.html#in-a-document" title="in a document">in that
<code>Document</code></a>.</p>
@@ -2022,7 +2022,7 @@
<li>
- <p>If <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is
+ <p>If <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is
disabled</a> for the <code><a href="#script">script</a></code> element, or if the
user agent does not <a href="#support-the-scripting-language">support the scripting language</a>
given by <var><a href="#the-script-block-s-type">the script block's type</a></var> for this
@@ -2056,7 +2056,7 @@
element's <code>Document</code>.</p> <!-- not http-origin privacy
sensitive -->
- <p>For historical reasons, if the <a href="infrastructure.html#url">URL</a> is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code>
+ <p>For historical reasons, if the <a href="infrastructure.html#url">URL</a> is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code>
URL</a>, then the user agent must not, despite the requirements
in the definition of the <a href="infrastructure.html#fetch" title="fetch">fetching</a>
algorithm, actually execute the script in the URL; instead the
@@ -2099,8 +2099,8 @@
scripts that will execute when the document has finished
parsing</dfn>.</p>
- <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task
+ <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
+ <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching
algorithm</a> has completed must set the element's
<a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag. The parser will
@@ -2120,8 +2120,8 @@
script</a>. (There can only be one such script at a
time.)</p>
- <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task
+ <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
+ <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching
algorithm</a> has completed must set the element's
<a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag. The parser will
@@ -2154,8 +2154,8 @@
<p>The element must be added to the end of the <dfn id="list-of-scripts-that-will-execute-as-soon-as-possible">list of
scripts that will execute as soon as possible</dfn>.</p>
- <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the
- <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task
+ <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
+ <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching
algorithm</a> has completed must <a href="#executing-a-script-block" title="executing a
script block">execute the script block</a>.
@@ -2172,8 +2172,8 @@
</dl></li>
</ol><!-- similar text in various places --><p>Fetching an external script must <a href="syntax.html#delay-the-load-event">delay the load
- event</a> of the element's document until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a
- task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> once
+ event</a> of the element's document until the <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a
+ task">queued</a> by the <a href="webappapis.html#networking-task-source">networking task source</a> once
the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined
above) has been run.</p>
@@ -2187,7 +2187,7 @@
<dl class="switch"><dt>If the load resulted in an error (for example a DNS error, or
an HTTP 404 error)</dt>
- <dd><p>Executing the script block must just consist of <a href="web-application-apis.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> named
+ <dd><p>Executing the script block must just consist of <a href="webappapis.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> named
<code title="event-error">error</code> at the element.</p></dd>
<dt>If the load was successful</dt>
@@ -2280,7 +2280,7 @@
<li>
- <p><a href="web-application-apis.html#pause">Pause</a> until either any applicable style sheets
+ <p><a href="webappapis.html#pause">Pause</a> until either any applicable style sheets
have been <a href="infrastructure.html#fetch" title="fetch">fetched</a> and applied, or the
user agent has timed out and decided to not wait for those style
sheets.</p>
@@ -2290,7 +2290,7 @@
<li>
- <p><a href="web-application-apis.html#create-a-script-from-a-node" title="create a script from a node">Create a
+ <p><a href="webappapis.html#create-a-script-from-a-node" title="create a script from a node">Create a
script</a> from the <code><a href="#script">script</a></code> element node, using
<var><a href="#the-script-block-s-source">the script block's source</a></var> and <var><a href="#the-script-block-s-type">the script
block's type</a></var>.</p>
@@ -2302,7 +2302,7 @@
<li>
- <p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#script">script</a></code>
+ <p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#script">script</a></code>
element.</p>
</li>
@@ -2525,27 +2525,27 @@
<dd>In a <code><a href="#the-head-element-0">head</a></code> element of an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
<dd>Where <a href="dom.html#phrasing-content">phrasing content</a> is expected in <a href="dom.html#html-documents">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
<dt>Content model:</dt>
- <dd>When <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, in a <code><a href="#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="#the-link-element">link</a></code> elements, zero or more <code><a href="#the-style-element">style</a></code> elements, and zero or more <code><a href="#meta">meta</a></code> elements.</dd>
- <dd>When <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, not in a <code><a href="#the-head-element-0">head</a></code> element: <a href="embedded-content-0.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd>
+ <dd>When <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, in a <code><a href="#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="#the-link-element">link</a></code> elements, zero or more <code><a href="#the-style-element">style</a></code> elements, and zero or more <code><a href="#meta">meta</a></code> elements.</dd>
+ <dd>When <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, not in a <code><a href="#the-head-element-0">head</a></code> element: <a href="embedded-content-0.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd>
<dd>Otherwise: text that conforms to the requirements given in the prose.</dd>
<dt>Content attributes:</dt>
<dd><a href="dom.html#global-attributes">Global attributes</a></dd>
<dt>DOM interface:</dt>
<dd>Uses <code><a href="dom.html#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-noscript-element">noscript</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> nothing
- if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, and
- <a href="the-xhtml-syntax.html#represents">represents</a> its children if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>. It is used
+ if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, and
+ <a href="the-xhtml-syntax.html#represents">represents</a> its children if <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>. It is used
to present different markup to user agents that support scripting
and those that don't support scripting, by affecting how the
document is parsed.</p><p>When used in <a href="dom.html#html-documents">HTML documents</a>, the allowed content
- model is as follows:</p><dl><dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+ model is as follows:</p><dl><dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
<code><a href="#the-noscript-element">noscript</a></code> element</dt>
<dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only
<code><a href="#the-link-element">link</a></code>, <code><a href="#the-style-element">style</a></code>, and <code><a href="#meta">meta</a></code>
elements.</p></dd>
- <dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+ <dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
<code><a href="#the-noscript-element">noscript</a></code> element</dt>
<dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only text,
@@ -2556,7 +2556,7 @@
<code><a href="#meta">meta</a></code> elements that would be conforming if they were
children of the <code><a href="#the-noscript-element">noscript</a></code> element, and no <a href="syntax.html#parse-error" title="parse error">parse errors</a>.</p></dd>
- <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+ <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="webappapis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
<code><a href="#the-noscript-element">noscript</a></code> element</dt>
<dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element's content model is
@@ -2565,7 +2565,7 @@
element as an ancestor (that is, <code><a href="#the-noscript-element">noscript</a></code> can't be
nested).</p></dd>
- <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+ <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
<code><a href="#the-noscript-element">noscript</a></code> element</dt>
<dd>
@@ -2628,7 +2628,7 @@
<p>The <code><a href="#the-noscript-element">noscript</a></code> element has no other requirements. In
particular, children of the <code><a href="#the-noscript-element">noscript</a></code> element are not
exempt from <a href="forms.html#form-submission">form submission</a>, scripting, and so forth,
- even when <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>
+ even when <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>
for the element.</p>
</div><div class="example">
@@ -2702,47 +2702,47 @@
<dd><a href="dom.html#flow-content">Flow content</a>.</dd>
<dt>Content attributes:</dt>
<dd><a href="dom.html#global-attributes">Global attributes</a></dd>
- <dd><code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code></dd>
- <dd><code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code></dd>
- <dd><code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code></dd>
- <dd><code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code></dd>
- <dd><code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code></dd>
- <dd><code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code></dd>
- <dd><code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code></dd>
- <dd><code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code></dd>
- <dd><code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code></dd>
- <dd><code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code></dd>
- <dd><code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code></dd>
- <dd><code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code></dd>
- <dd><code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code></dd>
- <dd><code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code></dd>
- <dd><code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code></dd>
- <dd><code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code></dd>
- <dd><code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code></dd>
- <dd><code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code></dd>
- <dd><code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></dd>
+ <dd><code title="handler-window-onafterprint"><a href="webappapis.html#handler-window-onafterprint">onafterprint</a></code></dd>
+ <dd><code title="handler-window-onbeforeprint"><a href="webappapis.html#handler-window-onbeforeprint">onbeforeprint</a></code></dd>
+ <dd><code title="handler-window-onbeforeunload"><a href="webappapis.html#handler-window-onbeforeunload">onbeforeunload</a></code></dd>
+ <dd><code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">onblur</a></code></dd>
+ <dd><code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code></dd>
+ <dd><code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">onfocus</a></code></dd>
+ <dd><code title="handler-window-onhashchange"><a href="webappapis.html#handler-window-onhashchange">onhashchange</a></code></dd>
+ <dd><code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">onload</a></code></dd>
+ <dd><code title="handler-window-onmessage"><a href="webappapis.html#handler-window-onmessage">onmessage</a></code></dd>
+ <dd><code title="handler-window-onoffline"><a href="webappapis.html#handler-window-onoffline">onoffline</a></code></dd>
+ <dd><code title="handler-window-ononline"><a href="webappapis.html#handler-window-ononline">ononline</a></code></dd>
+ <dd><code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">onpagehide</a></code></dd>
+ <dd><code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">onpageshow</a></code></dd>
+ <dd><code title="handler-window-onpopstate"><a href="webappapis.html#handler-window-onpopstate">onpopstate</a></code></dd>
+ <dd><code title="handler-window-onredo"><a href="webappapis.html#handler-window-onredo">onredo</a></code></dd>
+ <dd><code title="handler-window-onresize"><a href="webappapis.html#handler-window-onresize">onresize</a></code></dd>
+ <dd><code title="handler-window-onstorage"><a href="webappapis.html#handler-window-onstorage">onstorage</a></code></dd>
+ <dd><code title="handler-window-onundo"><a href="webappapis.html#handler-window-onundo">onundo</a></code></dd>
+ <dd><code title="handler-window-onunload"><a href="webappapis.html#handler-window-onunload">onunload</a></code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn id="htmlbodyelement">HTMLBodyElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onload" title="handler-window-onload">onload</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
- attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onload" title="handler-window-onload">onload</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>;
+ attribute <a href="webappapis.html#function">Function</a> <a href="webappapis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>;
};</pre>
</dd>
</dl><p>The <code><a href="#the-body-element-0">body</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> the main
@@ -2757,23 +2757,23 @@
DOM, as per the definition of the term, and not any arbitrary
<code><a href="#the-body-element-0">body</a></code> element.</p>
- </div><p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="web-application-apis.html#event-handler-content-attributes">event handler
- content attributes</a> a number of the <a href="web-application-apis.html#event-handlers">event
+ </div><p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes">event handler
+ content attributes</a> a number of the <a href="webappapis.html#event-handlers">event
handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object. It also mirrors
- their <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a>.</p><p>The <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code> <a href="web-application-apis.html#event-handlers">event
+ their <a href="webappapis.html#event-handler-idl-attributes">event handler IDL attributes</a>.</p><p>The <code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">onload</a></code> <a href="webappapis.html#event-handlers">event
handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the
- <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="web-application-apis.html#event-handlers">event
+ <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="webappapis.html#event-handlers">event
handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements">HTML
elements</a>.</p><p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element">the
body element</a> of a <code>Document</code> would first trigger
- the <code title="handler-onerror"><a href="web-application-apis.html#handler-onerror">onerror</a></code> <a href="web-application-apis.html#event-handler-content-attributes">event handler
+ the <code title="handler-onerror"><a href="webappapis.html#handler-onerror">onerror</a></code> <a href="webappapis.html#event-handler-content-attributes">event handler
content attributes</a> of that element, then that of the root
<code><a href="#the-html-element-0">html</a></code> element, and only <em>then</em> would it trigger
- the <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">event handler content
+ the <code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">event handler content
attribute</a> on the <code><a href="#the-body-element-0">body</a></code> element. This is because
the event would bubble from the target, to the <code><a href="#the-body-element-0">body</a></code>, to
the <code><a href="#the-html-element-0">html</a></code>, to the <code>Document</code>, to the
- <code><a href="browsers.html#window">Window</a></code>, and the <a href="web-application-apis.html#event-handlers" title="event handlers">event
+ <code><a href="browsers.html#window">Window</a></code>, and the <a href="webappapis.html#event-handlers" title="event handlers">event
handler</a> on the <code><a href="#the-body-element-0">body</a></code> is watching the
<code><a href="browsers.html#window">Window</a></code> not the <code><a href="#the-body-element-0">body</a></code>. A regular event
listener attached to the <code><a href="#the-body-element-0">body</a></code> using <code title="">addEventListener()</code>, however, would fire when the
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- index.html 14 Feb 2010 09:56:22 -0000 1.793
+++ index.html 14 Feb 2010 10:26:32 -0000 1.794
@@ -291,7 +291,7 @@
<a href="iana.html">← 12 IANA considerations</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="references.html">References →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><div class="impl">
@@ -431,25 +431,25 @@
<td><code><a href="semantics.html#the-html-element-0">html</a></code></td>
<td><a href="dom.html#flow-content" title="Flow content">flow</a></td>
<td><a href="dom.html#global-attributes" title="global attributes">globals</a>;
- <code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code>;
- <code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code>;
- <code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code>;
- <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code>;
- <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code>;
- <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code>;
- <code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code>;
- <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code>;
- <code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code>;
- <code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code>;
- <code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code>;
- <code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code>;
- <code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code>;
- <code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code>;
- <code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code>;
- <code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code>;
- <code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code>;
- <code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code>;
- <code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></td>
+ <code title="handler-window-onafterprint"><a href="webappapis.html#handler-window-onafterprint">onafterprint</a></code>;
+ <code title="handler-window-onbeforeprint"><a href="webappapis.html#handler-window-onbeforeprint">onbeforeprint</a></code>;
+ <code title="handler-window-onbeforeunload"><a href="webappapis.html#handler-window-onbeforeunload">onbeforeunload</a></code>;
+ <code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">onblur</a></code>;
+ <code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">onerror</a></code>;
+ <code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">onfocus</a></code>;
+ <code title="handler-window-onhashchange"><a href="webappapis.html#handler-window-onhashchange">onhashchange</a></code>;
+ <code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">onload</a></code>;
+ <code title="handler-window-onmessage"><a href="webappapis.html#handler-window-onmessage">onmessage</a></code>;
+ <code title="handler-window-onoffline"><a href="webappapis.html#handler-window-onoffline">onoffline</a></code>;
+ <code title="handler-window-ononline"><a href="webappapis.html#handler-window-ononline">ononline</a></code>;
+ <code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">onpagehide</a></code>;
+ <code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">onpageshow</a></code>;
+ <code title="handler-window-onpopstate"><a href="webappapis.html#handler-window-onpopstate">onpopstate</a></code>;
+ <code title="handler-window-onredo"><a href="webappapis.html#handler-window-onredo">onredo</a></code>;
+ <code title="handler-window-onresize"><a href="webappapis.html#handler-window-onresize">onresize</a></code>;
+ <code title="handler-window-onstorage"><a href="webappapis.html#handler-window-onstorage">onstorage</a></code>;
+ <code title="handler-window-onundo"><a href="webappapis.html#handler-window-onundo">onundo</a></code>;
+ <code title="handler-window-onunload"><a href="webappapis.html#handler-window-onunload">onunload</a></code></td>
<td><code><a href="semantics.html#htmlbodyelement">HTMLBodyElement</a></code></td>
</tr><tr><th><code><a href="semantics.html#the-br-element">br</a></code></th>
<td>Line break, e.g. in poem or postal address</td>
@@ -2020,369 +2020,369 @@
</th><th> Description
</th><th> Value
</th></tr></thead><tbody><tr><th> <code title="">onabort</code>
- </th><td> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onabort" title="handler-onabort">HTML elements</a>
</td><td> <code title="event-abort">abort</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onafterprint</code>
- </th><td> <code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">body</a></code>
+ </th><td> <code title="handler-window-onafterprint"><a href="webappapis.html#handler-window-onafterprint">body</a></code>
</td><td> <code title="event-afterprint">afterprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onbeforeprint</code>
- </th><td> <code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">body</a></code>
+ </th><td> <code title="handler-window-onbeforeprint"><a href="webappapis.html#handler-window-onbeforeprint">body</a></code>
</td><td> <code title="event-beforeprint">beforeprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onbeforeunload</code>
- </th><td> <code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">body</a></code>
+ </th><td> <code title="handler-window-onbeforeunload"><a href="webappapis.html#handler-window-onbeforeunload">body</a></code>
</td><td> <code title="event-beforeunload">beforeunload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onblur</code>
- </th><td> <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">body</a></code>
+ </th><td> <code title="handler-window-onblur"><a href="webappapis.html#handler-window-onblur">body</a></code>
</td><td> <code title="event-blur">blur</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onblur</code>
- </th><td> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onblur" title="handler-onblur">HTML elements</a>
</td><td> <code title="event-blur">blur</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">oncanplay</code>
- </th><td> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-oncanplay" title="handler-oncanplay">HTML elements</a>
</td><td> <code title="event-media-canplay"><a href="video.html#event-media-canplay">canplay</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">oncanplaythrough</code>
- </th><td> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">HTML elements</a>
</td><td> <code title="event-media-canplaythrough"><a href="video.html#event-media-canplaythrough">canplaythrough</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onchange</code>
- </th><td> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onchange" title="handler-onchange">HTML elements</a>
</td><td> <code title="event-change">change</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onclick</code>
- </th><td> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onclick" title="handler-onclick">HTML elements</a>
</td><td> <code title="event-click">click</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">oncontextmenu</code>
- </th><td> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-oncontextmenu" title="handler-oncontextmenu">HTML elements</a>
</td><td> <code title="event-contextmenu">contextmenu</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondblclick</code>
- </th><td> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondblclick" title="handler-ondblclick">HTML elements</a>
</td><td> <code title="event-dblclick">dblclick</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondrag</code>
- </th><td> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondrag" title="handler-ondrag">HTML elements</a>
</td><td> <code title="event-drag"><a href="editing.html#event-drag">drag</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondragend</code>
- </th><td> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondragend" title="handler-ondragend">HTML elements</a>
</td><td> <code title="event-dragend"><a href="editing.html#event-dragend">dragend</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondragenter</code>
- </th><td> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondragenter" title="handler-ondragenter">HTML elements</a>
</td><td> <code title="event-dragenter"><a href="editing.html#event-dragenter">dragenter</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondragleave</code>
- </th><td> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondragleave" title="handler-ondragleave">HTML elements</a>
</td><td> <code title="event-dragleave"><a href="editing.html#event-dragleave">dragleave</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondragover</code>
- </th><td> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondragover" title="handler-ondragover">HTML elements</a>
</td><td> <code title="event-dragover"><a href="editing.html#event-dragover">dragover</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondragstart</code>
- </th><td> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondragstart" title="handler-ondragstart">HTML elements</a>
</td><td> <code title="event-dragstart"><a href="editing.html#event-dragstart">dragstart</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondrop</code>
- </th><td> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondrop" title="handler-ondrop">HTML elements</a>
</td><td> <code title="event-drop"><a href="editing.html#event-drop">drop</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ondurationchange</code>
- </th><td> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ondurationchange" title="handler-ondurationchange">HTML elements</a>
</td><td> <code title="event-media-durationchange"><a href="video.html#event-media-durationchange">durationchange</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onemptied</code>
- </th><td> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onemptied" title="handler-onemptied">HTML elements</a>
</td><td> <code title="event-media-emptied"><a href="video.html#event-media-emptied">emptied</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onended</code>
- </th><td> <a href="web-application-apis.html#handler-onended" title="handler-onended">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onended" title="handler-onended">HTML elements</a>
</td><td> <code title="event-media-ended"><a href="video.html#event-media-ended">ended</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onerror</code>
- </th><td> <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">body</a></code>
- </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="web-application-apis.html#runtime-script-errors">script error notifications</a>
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </th><td> <code title="handler-window-onerror"><a href="webappapis.html#handler-window-onerror">body</a></code>
+ </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="webappapis.html#runtime-script-errors">script error notifications</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onerror</code>
- </th><td> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onerror" title="handler-onerror">HTML elements</a>
</td><td> <code title="event-error">error</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onfocus</code>
- </th><td> <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">body</a></code>
+ </th><td> <code title="handler-window-onfocus"><a href="webappapis.html#handler-window-onfocus">body</a></code>
</td><td> <code title="event-focus">focus</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onfocus</code>
- </th><td> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onfocus" title="handler-onfocus">HTML elements</a>
</td><td> <code title="event-focus">focus</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onformchange</code>
- </th><td> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onformchange" title="handler-onformchange">HTML elements</a>
</td><td> <code title="event-formchange">formchange</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onforminput</code>
- </th><td> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onforminput" title="handler-onforminput">HTML elements</a>
</td><td> <code title="event-forminput">forminput</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onhashchange</code>
- </th><td> <code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">body</a></code>
+ </th><td> <code title="handler-window-onhashchange"><a href="webappapis.html#handler-window-onhashchange">body</a></code>
</td><td> <code title="event-hashchange"><a href="history.html#event-hashchange">hashchange</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">oninput</code>
- </th><td> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-oninput" title="handler-oninput">HTML elements</a>
</td><td> <code title="event-input">input</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">oninvalid</code>
- </th><td> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-oninvalid" title="handler-oninvalid">HTML elements</a>
</td><td> <code title="event-invalid">invalid</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onkeydown</code>
- </th><td> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onkeydown" title="handler-onkeydown">HTML elements</a>
</td><td> <code title="event-keydown">keydown</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onkeypress</code>
- </th><td> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onkeypress" title="handler-onkeypress">HTML elements</a>
</td><td> <code title="event-keypress">keypress</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onkeyup</code>
- </th><td> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onkeyup" title="handler-onkeyup">HTML elements</a>
</td><td> <code title="event-keyup">keyup</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onload</code>
- </th><td> <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">body</a></code>
+ </th><td> <code title="handler-window-onload"><a href="webappapis.html#handler-window-onload">body</a></code>
</td><td> <code title="event-load">load</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onload</code>
- </th><td> <a href="web-application-apis.html#handler-onload" title="handler-onload">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onload" title="handler-onload">HTML elements</a>
</td><td> <code title="event-load">load</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onloadeddata</code>
- </th><td> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a>
</td><td> <code title="event-media-loadeddata"><a href="video.html#event-media-loadeddata">loadeddata</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onloadedmetadata</code>
- </th><td> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">HTML elements</a>
</td><td> <code title="event-media-loadedmetadata"><a href="video.html#event-media-loadedmetadata">loadedmetadata</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onloadstart</code>
- </th><td> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onloadstart" title="handler-onloadstart">HTML elements</a>
</td><td> <code title="event-media-loadstart"><a href="video.html#event-media-loadstart">loadstart</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmessage</code>
- </th><td> <code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">body</a></code>
+ </th><td> <code title="handler-window-onmessage"><a href="webappapis.html#handler-window-onmessage">body</a></code>
</td><td> <code title="event-message">message</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmousedown</code>
- </th><td> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmousedown" title="handler-onmousedown">HTML elements</a>
</td><td> <code title="event-mousedown">mousedown</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmousemove</code>
- </th><td> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmousemove" title="handler-onmousemove">HTML elements</a>
</td><td> <code title="event-mousemove">mousemove</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmouseout</code>
- </th><td> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmouseout" title="handler-onmouseout">HTML elements</a>
</td><td> <code title="event-mouseout">mouseout</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmouseover</code>
- </th><td> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmouseover" title="handler-onmouseover">HTML elements</a>
</td><td> <code title="event-mouseover">mouseover</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmouseup</code>
- </th><td> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmouseup" title="handler-onmouseup">HTML elements</a>
</td><td> <code title="event-mouseup">mouseup</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onmousewheel</code>
- </th><td> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onmousewheel" title="handler-onmousewheel">HTML elements</a>
</td><td> <code title="event-mousewheel">mousewheel</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onoffline</code>
- </th><td> <code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">body</a></code>
+ </th><td> <code title="handler-window-onoffline"><a href="webappapis.html#handler-window-onoffline">body</a></code>
</td><td> <code title="event-offline"><a href="offline.html#event-offline">offline</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ononline</code>
- </th><td> <code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">body</a></code>
+ </th><td> <code title="handler-window-ononline"><a href="webappapis.html#handler-window-ononline">body</a></code>
</td><td> <code title="event-online"><a href="offline.html#event-online">online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onpause</code>
- </th><td> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onpause" title="handler-onpause">HTML elements</a>
</td><td> <code title="event-media-pause"><a href="video.html#event-media-pause">pause</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onplay</code>
- </th><td> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onplay" title="handler-onplay">HTML elements</a>
</td><td> <code title="event-media-play"><a href="video.html#event-media-play">play</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onplaying</code>
- </th><td> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onplaying" title="handler-onplaying">HTML elements</a>
</td><td> <code title="event-media-playing"><a href="video.html#event-media-playing">playing</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onpagehide</code>
- </th><td> <code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">body</a></code>
+ </th><td> <code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">body</a></code>
</td><td> <code title="event-pagehide">pagehide</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onpageshow</code>
- </th><td> <code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">body</a></code>
+ </th><td> <code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">body</a></code>
</td><td> <code title="event-pageshow">pageshow</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onpopstate</code>
- </th><td> <code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">body</a></code>
+ </th><td> <code title="handler-window-onpopstate"><a href="webappapis.html#handler-window-onpopstate">body</a></code>
</td><td> <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onprogress</code>
- </th><td> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onprogress" title="handler-onprogress">HTML elements</a>
</td><td> <code title="event-media-progress"><a href="video.html#event-media-progress">progress</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onratechange</code>
- </th><td> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onratechange" title="handler-onratechange">HTML elements</a>
</td><td> <code title="event-media-ratechange"><a href="video.html#event-media-ratechange">ratechange</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onreadystatechange</code>
- </th><td> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">HTML elements</a>
</td><td> <code title="event-readystatechange">readystatechange</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onredo</code>
- </th><td> <code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">body</a></code>
+ </th><td> <code title="handler-window-onredo"><a href="webappapis.html#handler-window-onredo">body</a></code>
</td><td> <code title="event-redo"><a href="editing.html#event-redo">redo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onresize</code>
- </th><td> <code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">body</a></code>
+ </th><td> <code title="handler-window-onresize"><a href="webappapis.html#handler-window-onresize">body</a></code>
</td><td> <code title="event-resize">resize</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onscroll</code>
- </th><td> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onscroll" title="handler-onscroll">HTML elements</a>
</td><td> <code title="event-scroll">scroll</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onseeked</code>
- </th><td> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onseeked" title="handler-onseeked">HTML elements</a>
</td><td> <code title="event-media-seeked"><a href="video.html#event-media-seeked">seeked</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onseeking</code>
- </th><td> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onseeking" title="handler-onseeking">HTML elements</a>
</td><td> <code title="event-media-seeking"><a href="video.html#event-media-seeking">seeking</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onselect</code>
- </th><td> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onselect" title="handler-onselect">HTML elements</a>
</td><td> <code title="event-select">select</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onshow</code>
- </th><td> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onshow" title="handler-onshow">HTML elements</a>
</td><td> <code title="event-show">show</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onstalled</code>
- </th><td> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onstalled" title="handler-onstalled">HTML elements</a>
</td><td> <code title="event-media-stalled"><a href="video.html#event-media-stalled">stalled</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onstorage</code>
- </th><td> <code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">body</a></code>
+ </th><td> <code title="handler-window-onstorage"><a href="webappapis.html#handler-window-onstorage">body</a></code>
</td><td> <code title="event-storage">storage</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onsubmit</code>
- </th><td> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onsubmit" title="handler-onsubmit">HTML elements</a>
</td><td> <code title="event-submit">submit</code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onsuspend</code>
- </th><td> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onsuspend" title="handler-onsuspend">HTML elements</a>
</td><td> <code title="event-media-suspend"><a href="video.html#event-media-suspend">suspend</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">ontimeupdate</code>
- </th><td> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-ontimeupdate" title="handler-ontimeupdate">HTML elements</a>
</td><td> <code title="event-media-timeupdate"><a href="video.html#event-media-timeupdate">timeupdate</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onundo</code>
- </th><td> <code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">body</a></code>
+ </th><td> <code title="handler-window-onundo"><a href="webappapis.html#handler-window-onundo">body</a></code>
</td><td> <code title="event-undo"><a href="editing.html#event-undo">undo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onunload</code>
- </th><td> <code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">body</a></code>
+ </th><td> <code title="handler-window-onunload"><a href="webappapis.html#handler-window-onunload">body</a></code>
</td><td> <code title="event-unload">unload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onvolumechange</code>
- </th><td> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onvolumechange" title="handler-onvolumechange">HTML elements</a>
</td><td> <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr><tr><th> <code title="">onwaiting</code>
- </th><td> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">HTML elements</a>
+ </th><td> <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">HTML elements</a>
</td><td> <code title="event-media-waiting"><a href="video.html#event-media-waiting">waiting</a></code> event handler
- </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
</td></tr></tbody></table><!-- v2 for completeness: (also search for REFLECTIDL)
<h3 class="no-num">Reflecting IDL attributes</h3>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- spec.html 14 Feb 2010 09:56:23 -0000 1.793
+++ spec.html 14 Feb 2010 10:26:33 -0000 1.794
@@ -303,7 +303,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.3775.
+This is revision 1.3777.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -858,37 +858,37 @@
<li><a href="offline.html#expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</a></li>
<li><a href="offline.html#application-cache-api"><span class="secno">5.6.8 </span>Application cache API</a></li>
<li><a href="offline.html#browser-state"><span class="secno">5.6.9 </span>Browser state</a></li></ol></li></ol></li>
- <li><a href="web-application-apis.html#web-application-apis"><span class="secno">6 </span>Web application APIs</a>
- <ol><li><a href="web-application-apis.html#scripting"><span class="secno">6.1 </span>Scripting</a>
- <ol><li><a href="web-application-apis.html#introduction-2"><span class="secno">6.1.1 </span>Introduction</a></li>
- <li><a href="web-application-apis.html#enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</a></li>
- <li><a href="web-application-apis.html#processing-model-1"><span class="secno">6.1.3 </span>Processing model</a>
- <ol><li><a href="web-application-apis.html#definitions-0"><span class="secno">6.1.3.1 </span>Definitions</a></li>
- <li><a href="web-application-apis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li>
- <li><a href="web-application-apis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li>
- <li><a href="web-application-apis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li></ol></li>
- <li><a href="web-application-apis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
- <ol><li><a href="web-application-apis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li>
- <li><a href="web-application-apis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li>
- <li><a href="web-application-apis.html#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></li></ol></li>
- <li><a href="web-application-apis.html#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> protocol</a></li>
- <li><a href="web-application-apis.html#events"><span class="secno">6.1.6 </span>Events</a>
- <ol><li><a href="web-application-apis.html#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li>
- <li><a href="web-application-apis.html#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</a></li>
- <li><a href="web-application-apis.html#event-firing"><span class="secno">6.1.6.3 </span>Event firing</a></li>
- <li><a href="web-application-apis.html#events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code>Window</code> object</a></li>
- <li><a href="web-application-apis.html#runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</a></li></ol></li></ol></li>
- <li><a href="web-application-apis.html#timers"><span class="secno">6.2 </span>Timers</a></li>
- <li><a href="web-application-apis.html#user-prompts"><span class="secno">6.3 </span>User prompts</a>
- <ol><li><a href="web-application-apis.html#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a></li>
- <li><a href="web-application-apis.html#printing"><span class="secno">6.3.2 </span>Printing</a></li>
- <li><a href="web-application-apis.html#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></li></ol></li>
- <li><a href="web-application-apis.html#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a>
- <ol><li><a href="web-application-apis.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li>
- <li><a href="web-application-apis.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a>
- <ol><li><a href="web-application-apis.html#security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</a></li>
- <li><a href="web-application-apis.html#sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</a></li></ol></li>
- <li><a href="web-application-apis.html#manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</a></li></ol></li></ol></li>
+ <li><a href="webappapis.html#webappapis"><span class="secno">6 </span>Web application APIs</a>
+ <ol><li><a href="webappapis.html#scripting"><span class="secno">6.1 </span>Scripting</a>
+ <ol><li><a href="webappapis.html#introduction-2"><span class="secno">6.1.1 </span>Introduction</a></li>
+ <li><a href="webappapis.html#enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</a></li>
+ <li><a href="webappapis.html#processing-model-1"><span class="secno">6.1.3 </span>Processing model</a>
+ <ol><li><a href="webappapis.html#definitions-0"><span class="secno">6.1.3.1 </span>Definitions</a></li>
+ <li><a href="webappapis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li>
+ <li><a href="webappapis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li>
+ <li><a href="webappapis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li></ol></li>
+ <li><a href="webappapis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a>
+ <ol><li><a href="webappapis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li>
+ <li><a href="webappapis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li>
+ <li><a href="webappapis.html#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></li></ol></li>
+ <li><a href="webappapis.html#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> protocol</a></li>
+ <li><a href="webappapis.html#events"><span class="secno">6.1.6 </span>Events</a>
+ <ol><li><a href="webappapis.html#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li>
+ <li><a href="webappapis.html#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</a></li>
+ <li><a href="webappapis.html#event-firing"><span class="secno">6.1.6.3 </span>Event firing</a></li>
+ <li><a href="webappapis.html#events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code>Window</code> object</a></li>
+ <li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</a></li></ol></li></ol></li>
+ <li><a href="webappapis.html#timers"><span class="secno">6.2 </span>Timers</a></li>
+ <li><a href="webappapis.html#user-prompts"><span class="secno">6.3 </span>User prompts</a>
+ <ol><li><a href="webappapis.html#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a></li>
+ <li><a href="webappapis.html#printing"><span class="secno">6.3.2 </span>Printing</a></li>
+ <li><a href="webappapis.html#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></li></ol></li>
+ <li><a href="webappapis.html#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a>
+ <ol><li><a href="webappapis.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li>
+ <li><a href="webappapis.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a>
+ <ol><li><a href="webappapis.html#security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</a></li>
+ <li><a href="webappapis.html#sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</a></li></ol></li>
+ <li><a href="webappapis.html#manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</a></li></ol></li></ol></li>
<li><a href="editing.html#editing"><span class="secno">7 </span>User interaction</a>
<ol><li><a href="editing.html#the-hidden-attribute"><span class="secno">7.1 </span>The <code>hidden</code> attribute</a></li>
<li><a href="editing.html#activation"><span class="secno">7.2 </span>Activation</a></li>
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- introduction.html 14 Feb 2010 09:56:23 -0000 1.795
+++ introduction.html 14 Feb 2010 10:26:33 -0000 1.796
@@ -289,7 +289,7 @@
</div><nav>
<a href="spec.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="background"><span class="secno">1.1 </span>Background</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML
@@ -408,7 +408,7 @@
script can ever detect the simultaneous execution of other
scripts. Even with <span title="Worker">workers</span>, the intent
is that the behavior of implementations can be thought of as
- completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="web-application-apis.html#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+ completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="webappapis.html#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
method, in this model, is equivalent to allowing other scripts to
run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of
other specifications. In certain circumstances, unfortunately, the
@@ -478,7 +478,7 @@
defines many of the features that affect environments that deal
with multiple pages.</dd>
- <dt><a href="browsers.html#browsers">Web application APIs</a></dt>
+ <dt><a href="webappapis.html#webappapis">Web application APIs</a></dt>
<dd>This section introduces basic features for scripting of
applications in HTML.</dd>
@@ -570,7 +570,7 @@
comment.</p><hr><p>This DOM tree can be manipulated from scripts in the
page. Scripts (typically in JavaScript) are small programs that can
be embedded using the <code><a href="semantics.html#script">script</a></code> element or using
- <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is
+ <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is
a form with a script that sets the value of the form's
<code><a href="forms.html#the-output-element">output</a></code> element to say "Hello World":</p><pre><<a href="forms.html#the-form-element">form</a> <a href="forms.html#attr-form-name" title="attr-form-name">name</a>="main">
Result: <<a href="forms.html#the-output-element">output</a> <a href="forms.html#attr-fe-name" title="attr-fe-name">name</a>="result"></output>
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- syntax.html 14 Feb 2010 09:56:23 -0000 1.793
+++ syntax.html 14 Feb 2010 10:26:33 -0000 1.794
@@ -291,7 +291,7 @@
<a href="editing.html">← 7 User interaction</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="named-character-references.html">8.5 Named character references →</a>
- </nav><p>This is revision 1.3775.</p>
+ </nav><p>This is revision 1.3777.</p>
<h2 id="syntax"><span class="secno">8 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for resources
@@ -2179,7 +2179,7 @@
<h5 id="other-parsing-state-flags"><span class="secno">8.2.3.5 </span>Other parsing state flags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
- <p>The <dfn id="scripting-flag">scripting flag</dfn> is set to "enabled" if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting was enabled</a> for the
+ <p>The <dfn id="scripting-flag">scripting flag</dfn> is set to "enabled" if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting was enabled</a> for the
<code>Document</code> with which the parser is associated when the
parser was created, and "disabled" otherwise.</p>
@@ -6539,15 +6539,15 @@
<li><p>Block the <a href="#tokenization" title="tokenization">tokenizer</a>
for this instance of the <a href="#html-parser">HTML parser</a>, such that
- the <a href="web-application-apis.html#event-loop">event loop</a> will not run <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a>.</p></li>
+ the <a href="webappapis.html#event-loop">event loop</a> will not run <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a>.</p></li>
- <li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking
+ <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking
scripts</a> and <var title="">the script</var>'s
<a href="semantics.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is set.</p></li>
<li><p>Unblock the <a href="#tokenization" title="tokenization">tokenizer</a>
for this instance of the <a href="#html-parser">HTML parser</a>, such that
- <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a> can again be
+ <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a> can again be
run.</p></li>
<li><p>Let the <a href="#insertion-point">insertion point</a> be just before the
@@ -7904,7 +7904,7 @@
document has finished parsing</a> is not empty, run these
substeps:</p>
- <ol><li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until the first
+ <ol><li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the first
<code><a href="semantics.html#script">script</a></code> in the <a href="semantics.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will
execute when the document has finished parsing</a> has its
<a href="semantics.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag set <em>and</em> there
@@ -7926,24 +7926,24 @@
</li></ol></li>
- <li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until the <a href="semantics.html#list-of-scripts-that-will-execute-as-soon-as-possible">list of
+ <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the <a href="semantics.html#list-of-scripts-that-will-execute-as-soon-as-possible">list of
scripts that will execute as soon as possible</a> is
empty.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
event</a> named <code title="event-DOMContentLoaded">DOMContentLoaded</code> at the
<code>Document</code>.</p></li>
- <li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until there is nothing that
+ <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until there is nothing that
<dfn id="delay-the-load-event" title="delay the load event">delays the load event</dfn> in
the <code>Document</code>.</p></li>
- <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to set the <a href="dom.html#current-document-readiness">current document
+ <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to set the <a href="dom.html#current-document-readiness">current document
readiness</a> to "complete". <!-- this also fires an event
synchronously during the task --></p></li>
<li><p>If the <code>Document</code> is in a <a href="browsers.html#browsing-context">browsing
- context</a>, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ context</a>, then <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-load">load</code> at
the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object, but with
its <code title="dom-event-target">target</code> set to the
@@ -7951,12 +7951,12 @@
<code><a href="browsers.html#window">Window</a></code> object).</p></li>
<li><p>If the <code>Document</code> is in a <a href="browsers.html#browsing-context">browsing
- context</a>, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a
+ context</a>, then <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
simple event</a> named <code title="event-pageshow">pageshow</code> at the
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li>
<li><p>If the <code>Document</code> has a <a href="history.html#pending-state-object">pending state
- object</a>, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to fire a <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event at the
+ object</a>, then <a href="webappapis.html#queue-a-task">queue a task</a> to fire a <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event at the
<code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object using the
<code><a href="history.html#popstateevent">PopStateEvent</a></code> interface, with the <code title="dom-PopStateEvent-state"><a href="history.html#dom-popstateevent-state">state</a></code> attribute set to the
current value of the <a href="history.html#pending-state-object">pending state object</a>. This event
@@ -7964,19 +7964,19 @@
action.</p></li>
<li><p>If the <code>Document</code> has any <a href="offline.html#pending-application-cache-download-process-tasks">pending
- application cache download process tasks</a>, then <a href="web-application-apis.html#queue-a-task" title="queue a task">queue</a> each such <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in the order they were added to
+ application cache download process tasks</a>, then <a href="webappapis.html#queue-a-task" title="queue a task">queue</a> each such <a href="webappapis.html#concept-task" title="concept-task">task</a> in the order they were added to
the list of <a href="offline.html#pending-application-cache-download-process-tasks">pending application cache download process
tasks</a>, and then empty the list of <a href="offline.html#pending-application-cache-download-process-tasks">pending application
- cache download process tasks</a>. The <a href="web-application-apis.html#task-source">task source</a>
- for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the
- <a href="web-application-apis.html#networking-task-source">networking task source</a>.</p></li>
+ cache download process tasks</a>. The <a href="webappapis.html#task-source">task source</a>
+ for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the
+ <a href="webappapis.html#networking-task-source">networking task source</a>.</p></li>
<li><p>The <code>Document</code> is now <dfn id="completely-loaded">completely
loaded</dfn>.</p></li>
- </ol><p>Except where otherwise specified, the <a href="web-application-apis.html#task-source">task source</a>
- for the <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> mentioned in this
- section is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
+ </ol><p>Except where otherwise specified, the <a href="webappapis.html#task-source">task source</a>
+ for the <a href="webappapis.html#concept-task" title="concept-task">tasks</a> mentioned in this
+ section is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
</div><div class="impl">
@@ -8294,7 +8294,7 @@
is inserted <em>into the outer <code>Document</code>
object</em>.</p>
- <p>This also means that the <a href="web-application-apis.html#script-s-global-object">script's global object</a> is
+ <p>This also means that the <a href="webappapis.html#script-s-global-object">script's global object</a> is
the outer <a href="browsers.html#browsing-context">browsing context</a>'s <code><a href="browsers.html#window">Window</a></code>
object, <em>not</em> the <code><a href="browsers.html#window">Window</a></code> object inside the
<code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>.</p>
@@ -8403,7 +8403,7 @@
<code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>,
<code><a href="obsolete.html#noframes">noframes</a></code>, or <code><a href="obsolete.html#plaintext">plaintext</a></code> element, or
if the parent of <var title="">current node</var> is
- <code><a href="semantics.html#the-noscript-element">noscript</a></code> element and <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+ <code><a href="semantics.html#the-noscript-element">noscript</a></code> element and <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
node, then append the value of <var title="">current
node</var>'s <code title="">data</code> IDL attribute
literally.</p>
Received on Sunday, 14 February 2010 10:26:38 UTC