- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 05:57:48 +0900 (JST)
- To: public-html-diffs@w3.org
mike: updated by splitter http://dev.w3.org/cvsweb/html5/spec/spec.html?r1=1.6&r2=1.7&f=h =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- infrastructure.html 19 Jul 2009 00:17:39 -0000 1.4 +++ infrastructure.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -183,7 +183,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.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p>This specification refers to both HTML and XML attributes and DOM @@ -322,7 +322,11 @@ actually also contained animation data.</p><p class="example">A MPEG4 video file would not be considered to be in a supported format if the compression format used was not supported, even if the implementation could determine the dimensions - of the movie from the file's metadata.</p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p>All diagrams, examples, and notes in this specification are + of the movie from the file's metadata.</p><p>The term <i>MIME type</i> is used to refer to what is sometimes + called an <i>Internet media type</i> in protocol literature. The + term <i>media type</i> in this specification is used to refer to the + type of media intended for presentation, as used by the CSS + specifications. <a href="references.html#references">[RFC2046]</a> <a href="references.html#references">[MQ]</a></p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and @@ -3565,9 +3569,9 @@ <p>Returns the first item with ID or name <var title="">name</var> from the collection.</p> <p>Returns null if no element with that ID or name could be found.</p> - <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and + <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> @@ -3594,9 +3598,9 @@ <p>The <span>names of the supported named properties</span> consist of the values of the <code title="">name</code> attributes of each - <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and + <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <code><a href="embedded-content-0.html#the-object-element">object</a></code> element <a href="#represented-by-the-collection">represented by the collection</a> with a <code title="">name</code> attribute, plus the list of IDs that the elements <a href="#represented-by-the-collection">represented by the @@ -3605,9 +3609,9 @@ <p>The <dfn id="dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem"><code>namedItem(<var title="">key</var>)</code></dfn> method must return the first node in the collection that matches the following requirements:</p> - <ul><li>It is an <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, + <ul><li>It is an <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, - <code><a href="obsolete-features.html#frame">frame</a></code>, <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, + <code><a href="obsolete.html#frame">frame</a></code>, <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> element with a <code title="">name</code> attribute equal to <var title="">key</var>, or,</li> @@ -3655,9 +3659,9 @@ <p>Returns the item with ID or name <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then an <code><a href="#htmlallcollection-0">HTMLAllCollection</a></code> object containing all those elements is returned.</p> <p>Returns null if no element with that ID or name could be found.</p> - <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and + <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> @@ -3684,9 +3688,9 @@ <p>The <span>names of the supported named properties</span> consist of the values of the <code title="">name</code> attributes of each - <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and + <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <code><a href="embedded-content-0.html#the-object-element">object</a></code> element <a href="#represented-by-the-collection">represented by the collection</a> with a <code title="">name</code> attribute, plus the list of IDs that the elements <a href="#represented-by-the-collection">represented by the @@ -3704,9 +3708,9 @@ match the filter of the <code><a href="#htmlallcollection-0">HTMLAllCollection</a></code> object on which the method was invoked and that are either:</p> - <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or + <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements with a <code title="">name</code> attribute equal to <var title="">key</var>, or,</li> @@ -4013,7 +4017,7 @@ </ol><!-- see also http://ln.hixie.ch/?start=1161042744&count=1 --></div><h5 id="htmlpropertycollection"><span class="secno">2.8.2.5 </span>HTMLPropertyCollection</h5><p>The <code><a href="#htmlpropertycollection-0">HTMLPropertyCollection</a></code> interface represents a <a href="#collections-0" title="collections">collection</a> of elements that add - name-value pairs to a particular <a href="microdata.html#concept-item" title="concept-item">item</a> in the <a href="microdata.html#microdata">microdata</a> + name-value pairs to a particular <a href="microdata-0.html#concept-item" title="concept-item">item</a> in the <a href="microdata-0.html#microdata-0">microdata</a> model.</p><pre class="idl">[Callable=<a href="#dom-htmlpropertycollection-nameditem" title="dom-HTMLPropertyCollection-namedItem">namedItem</a>] interface <dfn id="htmlpropertycollection-0">HTMLPropertyCollection</dfn> { readonly attribute unsigned long <a href="#dom-htmlpropertycollection-length" title="dom-HTMLPropertyCollection-length">length</a>; @@ -4034,7 +4038,7 @@ <dt><var title="">collection</var> . <code title="dom-HTMLPropertyCollection-names"><a href="#dom-htmlpropertycollection-names">names</a></code></dt> <dd> - <p>Returns a <code>DOMStringList</code> with the <a href="microdata.html#property-names">property names</a> of the elements in the collection.</p> + <p>Returns a <code>DOMStringList</code> with the <a href="microdata-0.html#property-names">property names</a> of the elements in the collection.</p> </dd> <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLPropertyCollection-item"><a href="#dom-htmlpropertycollection-item">item</a></code>(<var title="">index</var>)</dt> @@ -4072,12 +4076,12 @@ return null.</p> <p>The <span>names of the supported named properties</span> consist - of the <a href="microdata.html#property-names">property names</a> of all the elements + of the <a href="microdata-0.html#property-names">property names</a> of all the elements <a href="#represented-by-the-collection">represented by the collection</a>.</p> <p>The <dfn id="dom-htmlpropertycollection-names" title="dom-HTMLPropertyCollection-names"><code>names</code></dfn> attribute must return a live <code>DOMStringList</code> object - giving the <a href="microdata.html#property-names">property names</a> of all the elements + giving the <a href="microdata-0.html#property-names">property names</a> of all the elements <a href="#represented-by-the-collection">represented by the collection</a>, listed in <a href="#tree-order">tree order</a>, but with duplicates removed, leaving only the first occurrence of each name. The same object must be returned each @@ -4087,7 +4091,7 @@ <code><a href="#propertynodelist">PropertyNodeList</a></code> object representing a live view of the <code><a href="#htmlpropertycollection-0">HTMLPropertyCollection</a></code> object, further filtered so that the only nodes in the <code><a href="#radionodelist">RadioNodeList</a></code> object are those - that have a <a href="microdata.html#property-names" title="property names">property name</a> equal + that have a <a href="microdata-0.html#property-names" title="property names">property name</a> equal to <var title="">name</var>. The nodes in the <code><a href="#propertynodelist">PropertyNodeList</a></code> object must be sorted in <a href="#tree-order">tree order</a>, and the same object must be returned each time a @@ -4100,7 +4104,7 @@ <p>The <dfn id="dom-propertynodelist-contents" title="dom-PropertyNodeList-contents"><code>contents</code></dfn> DOM attribute on the <code><a href="#propertynodelist">PropertyNodeList</a></code> object, on getting, must return a newly constructed <code>DOMStringArray</code> whose - values are the values obtained from the <code title="dom-content"><a href="microdata.html#dom-content">content</a></code> DOM property of each of the + values are the values obtained from the <code title="dom-content"><a href="microdata-0.html#dom-content">content</a></code> DOM property of each of the elements represented by the object, in <a href="#tree-order">tree order</a>.</p> </div><h4 id="domtokenlist"><span class="secno">2.8.3 </span>DOMTokenList</h4><p>The <code><a href="#domtokenlist-0">DOMTokenList</a></code> interface represents an interface @@ -4132,24 +4136,28 @@ <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a href="#dom-tokenlist-contains">contains</a></code>(<var title="">token</var>)</dt> <dd> <p>Returns true if the <var title="">token</var> is present; false otherwise.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a href="#dom-tokenlist-add">add</a></code>(<var title="">token</var>)</dt> <dd> <p>Adds <var title="">token</var>, unless it is already present.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a href="#dom-tokenlist-remove">remove</a></code>(<var title="">token</var>)</dt> <dd> <p>Removes <var title="">token</var> if it is present.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a href="#dom-tokenlist-toggle">toggle</a></code>(<var title="">token</var>)</dt> <dd> <p>Adds <var title="">token</var> if it is not present, or removes it if it is.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> @@ -4178,7 +4186,11 @@ <p>The <dfn id="dom-tokenlist-contains" title="dom-tokenlist-contains"><code>contains(<var title="">token</var>)</code></dfn> method must run the following algorithm:</p> - <ol><li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an + <ol><li>If the <var title="">token</var> argument is the empty string, + then raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception and stop the + algorithm.</li> + + <li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception and stop the algorithm.</li> @@ -4196,7 +4208,11 @@ </ol><p>The <dfn id="dom-tokenlist-add" title="dom-tokenlist-add"><code>add(<var title="">token</var>)</code></dfn> method must run the following algorithm:</p> - <ol><li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an + <ol><li>If the <var title="">token</var> argument is the empty string, + then raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception and stop the + algorithm.</li> + + <li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception and stop the algorithm.</li> @@ -4220,7 +4236,11 @@ </ol><p>The <dfn id="dom-tokenlist-remove" title="dom-tokenlist-remove"><code>remove(<var title="">token</var>)</code></dfn> method must run the following algorithm:</p> - <ol><li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an + <ol><li>If the <var title="">token</var> argument is the empty string, + then raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception and stop the + algorithm.</li> + + <li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception and stop the algorithm.</li> @@ -4231,7 +4251,11 @@ </ol><p>The <dfn id="dom-tokenlist-toggle" title="dom-tokenlist-toggle"><code>toggle(<var title="">token</var>)</code></dfn> method must run the following algorithm:</p> - <ol><li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an + <ol><li>If the <var title="">token</var> argument is the empty string, + then raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception and stop the + algorithm.</li> + + <li>If the <var title="">token</var> argument contains any <a href="#space-character" title="space character">space characters</a>, then raise an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception and stop the algorithm.</li> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- history.html 18 Jul 2009 09:57:13 -0000 1.2 +++ history.html 20 Jul 2009 20:56:21 -0000 1.3 @@ -1436,7 +1436,7 @@ here.</p></li> <li><p>If there is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element in the DOM that has a - <code title="attr-a-name"><a href="obsolete-features.html#attr-a-name">name</a></code> attribute whose value is + <code title="attr-a-name"><a href="obsolete.html#attr-a-name">name</a></code> attribute whose value is exactly equal to <var title="">fragid</var> (<em>not</em> <var title="">decoded fragid</var>), then the first such element in tree order is <a href="#the-indicated-part-of-the-document">the indicated part of the document</a>; stop the algorithm here.</p></li> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tabular-data.html 18 Jul 2009 09:57:14 -0000 1.2 +++ tabular-data.html 20 Jul 2009 20:56:23 -0000 1.3 @@ -415,7 +415,7 @@ </dl><p>Authors may also use other techniques, or combinations of the above techniques, as appropriate.</p><div class="impl"> - <p>If a <code><a href="#the-table-element">table</a></code> element has a <code title="attr-table-summary"><a href="obsolete-features.html#attr-table-summary">summary</a></code> attribute, the user agent + <p>If a <code><a href="#the-table-element">table</a></code> element has a <code title="attr-table-summary"><a href="obsolete.html#attr-table-summary">summary</a></code> attribute, the user agent may report the contents of that attribute to the user.</p> </div><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="#dom-table-caption">caption</a></code> [ = <var title="">value</var> ]</dt> Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- embedded-content-0.html 18 Jul 2009 09:57:13 -0000 1.2 +++ embedded-content-0.html 20 Jul 2009 20:56:21 -0000 1.3 @@ -1644,7 +1644,7 @@ <dd> <p>This flag prevents content from instantiating <a href="infrastructure.html#plugin" title="plugin">plugins</a>, whether using <a href="#sandboxPluginEmbed">the <code>embed</code> element</a>, <a href="#sandboxPluginObject">the <code>object</code> element</a>, - <a href="obsolete-features.html#sandboxPluginApplet">the <code>applet</code> + <a href="obsolete.html#sandboxPluginApplet">the <code>applet</code> element</a>, or through <a href="history.html#sandboxPluginNavigate">navigation</a> of a <a href="browsers.html#nested-browsing-context">nested browsing context</a>.</p> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- dom.html 19 Jul 2009 00:17:39 -0000 1.4 +++ dom.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -183,7 +183,7 @@ <a href="infrastructure.html">← 2 Common infrastructure</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.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><h3 id="semantics-intro"><span class="secno">3.1 </span>Introduction</h3><p><i>This section is non-normative.</i></p><p class="XXX">An introduction to marking up a document.</p><h3 id="documents"><span class="secno">3.2 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a @@ -244,7 +244,7 @@ readonly attribute <a href="infrastructure.html#htmlcollection-0">HTMLCollection</a> <a href="#dom-document-scripts" title="dom-document-scripts">scripts</a>; NodeList <a href="#dom-document-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(in DOMString elementName); NodeList <a href="#dom-document-getelementsbyclassname" title="dom-document-getElementsByClassName">getElementsByClassName</a>(in DOMString classNames); - NodeList <a href="microdata.html#dom-document-getitems" title="dom-document-getItems">getItems</a>([Optional] in DOMString typeNames); + NodeList <a href="microdata-0.html#dom-document-getitems" title="dom-document-getItems">getItems</a>([Optional] in DOMString typeNames); // <a href="#dynamic-markup-insertion">dynamic markup insertion</a> attribute DOMString <a href="#dom-innerhtml" title="dom-innerHTML">innerHTML</a>; @@ -655,12 +655,12 @@ <dd> <p>Returns <a href="#the-body-element-0">the body element</a>.</p> <p>Can be set, to replace <a href="#the-body-element-0">the body element</a>.</p> - <p>If the new value is not a <code><a href="semantics.html#the-body-element">body</a></code> or <code><a href="obsolete-features.html#frameset">frameset</a></code> element, this will throw a <code><a href="infrastructure.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> + <p>If the new value is not a <code><a href="semantics.html#the-body-element">body</a></code> or <code><a href="obsolete.html#frameset">frameset</a></code> element, this will throw a <code><a href="infrastructure.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> </dd> </dl><p><dfn id="the-body-element-0">The body element</dfn> of a document is the first child of <a href="#the-html-element-0">the <code>html</code> element</a> that is either a - <code><a href="semantics.html#the-body-element">body</a></code> element or a <code><a href="obsolete-features.html#frameset">frameset</a></code> element. If + <code><a href="semantics.html#the-body-element">body</a></code> element or a <code><a href="obsolete.html#frameset">frameset</a></code> element. If there is no such element, it is null. <span class="impl">If the body element is null, then when the specification requires that events be fired at "the body element", they must instead be fired at the @@ -669,7 +669,7 @@ <p>The <dfn id="dom-document-body" title="dom-document-body"><code>body</code></dfn> attribute, on getting, must return <a href="#the-body-element-0">the body element</a> of the document (either a <code><a href="semantics.html#the-body-element">body</a></code> element, a - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, or null). On setting, the following + <code><a href="obsolete.html#frameset">frameset</a></code> element, or null). On setting, the following algorithm must be run:</p> <ol><!-- if changes are requested: @@ -680,7 +680,7 @@ http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.cpp search for ::body --><li>If the new value is not a <code><a href="semantics.html#the-body-element">body</a></code> or - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, then raise a + <code><a href="obsolete.html#frameset">frameset</a></code> element, then raise a <code><a href="infrastructure.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception and abort these steps.</li> @@ -844,12 +844,12 @@ named properties">supports named properties</span>. The <span>names of the supported named properties</span> at any moment consist of the values of the <code title="attr-name">name</code> content - attributes of all the <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, + attributes of all the <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <a href="#fallback-free">fallback-free</a> <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements in the <code>Document</code> that have <code title="attr-name">name</code> content attributes, and the values of the <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attributes of all the - <code><a href="obsolete-features.html#the-applet-element">applet</a></code> and <a href="#fallback-free">fallback-free</a> + <code><a href="obsolete.html#the-applet-element">applet</a></code> and <a href="#fallback-free">fallback-free</a> <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements in the <code>Document</code> that have <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attributes, and the values of the <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attributes of all the @@ -909,13 +909,13 @@ with the name <var title="">name</var>, for the purposes of the above algorithm, are those that are either:</p> - <ul><li><code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, + <ul><li><code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <a href="#fallback-free">fallback-free</a> <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements that have a <code title="attr-name">name</code> content attribute whose value is <var title="">name</var>, or</li> - <li><code><a href="obsolete-features.html#the-applet-element">applet</a></code> or <a href="#fallback-free">fallback-free</a> + <li><code><a href="obsolete.html#the-applet-element">applet</a></code> or <a href="#fallback-free">fallback-free</a> <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements that have an <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>, or</li> <li><code><a href="embedded-content-0.html#the-img-element">img</a></code> elements that have an <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>, and that have a <code title="attr-name">name</code> content attribute present also.</li> @@ -1043,12 +1043,12 @@ readonly attribute <a href="infrastructure.html#domtokenlist-0">DOMTokenList</a> <a href="#dom-classlist" title="dom-classList">classList</a>; readonly attribute <a href="infrastructure.html#domstringmap-0">DOMStringMap</a> <a href="#dom-dataset" title="dom-dataset">dataset</a>; - // <a href="microdata.html#microdata">microdata</a> - [PutForwards=<a href="infrastructure.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="infrastructure.html#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="microdata.html#dom-item" title="dom-item">item</a>; - [PutForwards=<a href="infrastructure.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="infrastructure.html#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="microdata.html#dom-itemprop" title="dom-itemprop">itemprop</a>; - readonly attribute <a href="infrastructure.html#htmlpropertycollection-0">HTMLPropertyCollection</a> <a href="microdata.html#dom-properties" title="dom-properties">properties</a>; - attribute DOMString <a href="microdata.html#dom-content" title="dom-content">content</a>; - attribute <a href="#htmlelement">HTMLElement</a> <a href="microdata.html#dom-subject" title="dom-subject">subject</a>; + // <a href="microdata-0.html#microdata-0">microdata</a> + [PutForwards=<a href="infrastructure.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="infrastructure.html#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="microdata-0.html#dom-item" title="dom-item">item</a>; + [PutForwards=<a href="infrastructure.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="infrastructure.html#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="microdata-0.html#dom-itemprop" title="dom-itemprop">itemprop</a>; + readonly attribute <a href="infrastructure.html#htmlpropertycollection-0">HTMLPropertyCollection</a> <a href="microdata-0.html#dom-properties" title="dom-properties">properties</a>; + attribute DOMString <a href="microdata-0.html#dom-content" title="dom-content">content</a>; + attribute <a href="#htmlelement">HTMLElement</a> <a href="microdata-0.html#dom-subject" title="dom-subject">subject</a>; // <a href="editing.html#editing">user interaction</a> attribute boolean <a href="editing.html#dom-hidden" title="dom-hidden">hidden</a>; @@ -1144,13 +1144,13 @@ <li><code title="attr-dir"><a href="#the-dir-attribute">dir</a></code></li> <li><code title="attr-draggable"><a href="editing.html#the-draggable-attribute">draggable</a></code></li> <li><code title="attr-id"><a href="#the-id-attribute">id</a></code></li> - <li><code title="attr-item"><a href="microdata.html#items:-the-item-attribute">item</a></code></li> + <li><code title="attr-item"><a href="microdata-0.html#items:-the-item-attribute">item</a></code></li> <li><code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code></li> <li><code title="attr-lang"><a href="#attr-lang">lang</a></code></li> - <li><code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code></li> + <li><code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code></li> <li><code title="attr-spellcheck"><a href="editing.html#attr-spellcheck">spellcheck</a></code></li> <li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li> - <li><code title="attr-subject"><a href="microdata.html#attr-subject">subject</a></code></li> + <li><code title="attr-subject"><a href="microdata-0.html#attr-subject">subject</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><p>In addition, unless otherwise specified, the following @@ -1435,9 +1435,9 @@ <dfn id="dom-classlist" title="dom-classList"><code>classList</code></dfn> DOM attributes must both <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-class"><a href="#classes">class</a></code> content attribute.</p> - </div><h5 id="the-style-attribute"><span class="secno">3.3.3.7 </span>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5><p>All elements may have the <code title="attr-style"><a href="#the-style-attribute">style</a></code> - content attribute set. If specified, the attribute must contain only - a list of zero or more semicolon-separated (;) CSS declarations. <a href="references.html#references">[CSS]</a></p><div class="impl"> + </div><h5 id="the-style-attribute"><span class="secno">3.3.3.7 </span>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-style"><a href="#the-style-attribute">style</a></code> content attribute set. If specified, + the attribute must contain only a list of zero or more + semicolon-separated (;) CSS declarations. <a href="references.html#references">[CSS]</a></p><div class="impl"> <p>In user agents that support CSS, the attribute's value must be parsed when the attribute is added or has its value changed, with @@ -1745,12 +1745,12 @@ <li><code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code></li> <li><code><a href="forms.html#the-keygen-element">keygen</a></code></li> <li><code><a href="forms.html#the-label-element">label</a></code></li> - <li><code><a href="semantics.html#the-link-element">link</a></code> (if the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> + <li><code><a href="semantics.html#the-link-element">link</a></code> (if the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> <li><code><a href="the-canvas-element.html#the-map-element">map</a></code></li> <li><code><a href="text-level-semantics.html#the-mark-element">mark</a></code></li> <li><code><a href="the-canvas-element.html#math">math</a></code></li> <li><code><a href="interactive-elements.html#menus">menu</a></code></li> - <li><code><a href="semantics.html#meta">meta</a></code> (if the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> + <li><code><a href="semantics.html#meta">meta</a></code> (if the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> <li><code><a href="text-level-semantics.html#the-meter-element">meter</a></code></li> <li><code><a href="semantics.html#the-nav-element">nav</a></code></li> <li><code><a href="semantics.html#the-noscript-element">noscript</a></code></li> @@ -1837,11 +1837,11 @@ <li><code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code></li> <li><code><a href="forms.html#the-keygen-element">keygen</a></code></li> <li><code><a href="forms.html#the-label-element">label</a></code></li> - <li><code><a href="semantics.html#the-link-element">link</a></code> (if the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> + <li><code><a href="semantics.html#the-link-element">link</a></code> (if the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> <li><code><a href="the-canvas-element.html#the-map-element">map</a></code> (if it contains only <a href="#phrasing-content-0">phrasing content</a>)</li> <li><code><a href="text-level-semantics.html#the-mark-element">mark</a></code></li> <li><code><a href="the-canvas-element.html#math">math</a></code></li> - <li><code><a href="semantics.html#meta">meta</a></code> (if the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> + <li><code><a href="semantics.html#meta">meta</a></code> (if the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present)</li> <li><code><a href="text-level-semantics.html#the-meter-element">meter</a></code></li> <li><code><a href="semantics.html#the-noscript-element">noscript</a></code></li> <li><code><a href="embedded-content-0.html#the-object-element">object</a></code></li> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- acknowledgements.html 19 Jul 2009 00:17:39 -0000 1.4 +++ acknowledgements.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -181,7 +181,7 @@ </div><nav> <a href="references.html">← References</a> – <a href="spec.html#contents">Table of contents</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to @@ -248,6 +248,7 @@ Brendan Eich, Brenton Simpson, Brett Wilson, + Brett Zamir, Brian Campbell, Brian Korver, Brian Ryner, @@ -492,6 +493,7 @@ Nicholas Shanks, Nicolas Gallagher, Noah Mendelsohn, + Noah Slater, Ojan Vafai, Olaf Hoffmann, Olav Junker Kjær, @@ -509,6 +511,7 @@ Philip Jägenstedt, Philip Taylor, Philip TAYLOR<!-- a different one -->, + Prateek Rungta, Rachid Finge, Rajas Moonka, Ralf Stoltze, @@ -564,6 +567,7 @@ Sunava Dutta, Susan Borgrink, Susan <!--G.--> Lesch, + Sylvain Pasche, <span lang="tr" title="">Tantek Çelik</span>, Ted Mielczarek, Terrence Wood, Index: no.html =================================================================== RCS file: /sources/public/html5/spec/no.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- no.html 19 Jul 2009 00:17:39 -0000 1.4 +++ no.html 20 Jul 2009 20:56:23 -0000 1.5 @@ -172,7 +172,7 @@ </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --> <script src="link-fixup.js"></script> - <link href="obsolete-features.html" title="12 Obsolete features" rel="prev"> + <link href="obsolete.html" title="12 Obsolete features" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="index.html" title="Index" rel="next"> </head><body><div class="head"> @@ -180,10 +180,10 @@ <h1>HTML 5</h1> <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="obsolete-features.html">← 12 Obsolete features</a> – + <a href="obsolete.html">← 12 Obsolete features</a> – <a href="spec.html#contents">Table of contents</a> – <a href="index.html">Index →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="no"><span class="secno">13 </span>Things that you can't do with this specification because Index: fragment-links.js =================================================================== RCS file: /sources/public/html5/spec/fragment-links.js,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- fragment-links.js 18 Jul 2009 19:06:22 -0000 1.2 +++ fragment-links.js 20 Jul 2009 20:56:21 -0000 1.3 @@ -1,4 +1,4 @@ -var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'text-level-semantics','datagrid-type-editable':'interactive-elements','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','dom-context-2d-putimagedata':'the-canvas-element','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'browsers','dom-meter-optimum':'text-level-semantics','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','md-vcard-type-adr-home':'microdata','a-browsing-context-is-discarded':'browsers','concept-http-equivalent':'infrastructure','definitions-2':'editing','ports-and-garbage-collection':'comms','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elemnts','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','about:blank':'infrastructure','concept-appcache-matches-fallback':'offline','concept-marquee-on':'obsolete-features','the-end':'syntax','the-after-head-insertion-mode':'syntax','md-vcard-label':'microdata','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'browsers','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','when-a-script-completes-loading':'semantics','namespaces':'syntax','command-redo':'editing','attr-meter-value':'text-level-semantics','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','application-cache-update-process':'offline','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':'embedded-content-0','math':'the-anvas-element','fire-loadedmetadata':'video','dom-htmlallcollection-length':'infrastructure','dom-messagechannel':'comms','attr-iframe-longdesc':'obsolete-features','attr-input-usemap':'obsolete-features','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','concept-appcache-fallback-ns':'offline','posting-messages':'comms','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','guidance-for-markup-generators':'embedded-content-0','dom-input-alt':'forms','datagrid_model_err':'infrastructure','attr-button-type':'forms','obsolete-features':'obsolete-features','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'browsers','attr-hr-align':'obsolete-features','custom-handlers':'browsers','non-conforming-features':'obsolete-features','attr-textarea-wrap-soft':'forms','md-card-tel-value':'microdata','parse-error':'syntax','dom-marquee-stop':'obsolete-features','dom-select-options':'forms','link-type-next':'history','concept-fe-disabled':'forms','conforming-but-obsolete-features':'obsolete-features','dom-object-border':'obsolete-features','dom-feature-strings':'infrastructure','predefined-property-name':'microdata','quirks-mode':'dom','character-encodings-0':'infrastructure','root-element':'infrastructure','path':'the-canvas-element','dom-table-bgcolor':'obsolete-features','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','bogus-comment-state':'syntax','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','canvaspattern':'the-canvas-element','original-insertion-mode':'syntax','obtain-a-physical-form':'the-xhtml-syntax','syntax-escape-end':'syntax','link-type-externl':'history','character-references':'syntax','dom-frame-name':'obsolete-features','dom-tbody-valign':'obsolete-features','split-a-string-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete-features','dom-context-2d-textbaseline-top':'the-canvas-element','attr-object-align':'obsolete-features','u':'obsolete-features','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','dom-video-videoheight':'video','pre-click-activation-steps':'dom','dom-form-reset':'forms','link-type-index':'history','dom-frame-scrolling':'obsolete-features','dom-img-width':'embedded-content-0','fire-a-simple-event':'browsers','browsing-the-web':'history','encoding-microdata':'microdata','assigned-access-key':'editing','attr-fae-form':'forms','dom-properties':'microdata','dom-area-alt':'the-canvas-element','dom-progress-position':'text-level-semantics','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'synax','selectors':'the-xhtml-syntax','vcard':'microdata','dom-media-volume':'video','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'infrastructure','dom-iframe-src':'embedded-content-0','dom-barprop-visible':'browsers','dom-media-paused':'video','dom-context-2d-shadowcolor':'the-canvas-element','attr-tr-bgcolor':'obsolete-features','the-img-element':'embedded-content-0','dom-context-2d-ispointinpath':'the-canvas-element','url-property-elements':'microdata','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','event-pause':'video','references':'references','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'syntax','attr-meta-http-equiv-refresh':'semantics','extracting-vevent-data':'microdata','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','attr-td-th-bgcolor':'obsolete-features','md-vcard-n-honorific-prefix':'microdata','comment-end-bangstate':'syntax','dom-image':'embedded-content-0','attr-hr-noshade':'obsolete-features','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','canvas-context-2d':'the-canvas-element','celllist':'interactive-elements','command-facet-checkedstate':'interactive-elements','attr-p-align':'obsolete-features','md-vevent-rrule':'microdata','dom-marquee-scrolldelay':'obsolete-features','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'browsers','typographic-conventions':'introduction','syntax-comments':'syntax','event-appcache-progress':'offline','split-a-string-on-spaces':'infrastructure','unknown-images':'embedded-content-0','dom-body-vlink':'obsolete-features','list-of-scripts-that-will-execute-asynchronously':'semantics','the-details-element':'interactive-elements','parsing-main-intable':'syntax','dom-htmloptionscollection-remove':'infrastructure','htmldivelement':'interactive-elements','execComman':'editing','dom-hx-align':'obsolete-features','dom-context-2d-translate':'the-canvas-element','dom-media-autobuffer':'video','timers':'browsers','meta-description':'semantics','event-handler-attributes':'browsers','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'interactive-elements','event-timeupdate':'video','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'browsers','the-progress-element-0':'the-xhtml-syntax','media-element-event-task-source':'video','md-vcard':'microdata','dom-body-bgcolor':'obsolete-features','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','example:-a-datagrid-backed-by-a-server':'interactive-elements','dom-marquee-truespeed':'obsolete-features','scripting-1':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','handler-onmouseout':'browsers','concept-input-min':'forms','attr-marquee-direction-down':'obsolete-features,'writing':'syntax','list-of-active-intervals':'browsers','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'introduction','history-1':'history','attr-marquee-behavior-scroll':'obsolete-features','weeks':'infrastructure','create-a-new-messageport-object':'comms','dom-input-required':'forms','resulting-autocompletion-state':'forms','dom-validitystate-valid':'forms','attr-textarea-cols':'forms','dom-input-multiple':'forms','blink':'obsolete-features','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','shadows':'the-canvas-element','represents':'the-xhtml-syntax','table-intro':'tabular-data','url-hostport':'infrastructure','dom-basefont-size':'obsolete-features','concept-input-min-zero':'forms','handler-window-onmessage':'browsers','dom-htmlpropertycollection-item':'infrastructure','url-host-specific':'infrastructure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','commandunlink':'editing','fire-a-click-event':'browsers','dom-document-defaultcharset':'dom','the-blockquote-element':'semantics','attr-object-type':'embedded-content-0','dom-bb-type':'interactive-elements','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','dom-messageport-start':'comms','attr-textarea-readonly':'forms','dom-subject':'microdata','typed-items':'microdata','sandboxLinks':'history','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-features','dom-media-load':'video','nearest-activatable-element':'dom','htmlhrelement':'semantics','get-the-timeout':'browsers','script-nesting-level':'syntax','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'browsers','dom-input-readonly':'forms','concept-input-step':'forms','default-media':'emantics','dom-li-type':'obsolete-features','datagrid-type-custom':'interactive-elements','dom-area-search':'the-canvas-element','html-elements':'infrastructure','set-the-document-s-address':'history','object-plugin':'embedded-content-0','valid-e-mail-address-list':'forms','r1':'tabular-data','limited-quirks-mode':'dom','attr-fe-maxlength':'forms','xpath-1.0-processors':'dom','md-vcard-fn':'microdata','parse-a-time-component':'infrastructure','sequential-focus-navigation':'editing','suffering-from-being-too-long':'forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete-features','attr-fs-method-delete':'forms','command-forwarddelete':'editing','extracting-a-vcard':'microdata','concept-spellcheck-default-true':'editing','an-introduction-to-error-handling-in-the-parser':'syntax','datagridPseudos':'the-xhtml-syntax','rank':'semantics','dom-context-2d-linejoin':'the-canvas-element','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','witing-xhtml-documents':'the-xhtml-syntax','parsing-main-inbody':'syntax','navigator':'browsers','dom-document-bgcolor':'obsolete-features','link-type-help':'history','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','security-2':'browsers','dom-img-height':'embedded-content-0','link-type-author':'history','handler-ondurationchange':'browsers','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','range-state':'forms','dom-meta-scheme':'obsolete-features','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete-features','attr-fe-autofocus':'forms','dom-document-plugins':'dom','textarea-effective-height':'the-xhtml-syntax','html-fragment-parsing-algorithm':'syntax','dom-marquee-scrollamount':'obsolete-features','dom-select-length':'forms','in-a-document':'infrastructure','dom-listener-cellchanged':'interactive-elements','datagrid-tpe-progress':'interactive-elements','parse-a-manifest':'offline','dynamic-markup-insertion':'dom','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dom-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','ascii-serialization-of-an-origin':'browsers','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'browsers','link-type-nofollow':'history','event-drag':'editing','dom-tbody-choff':'obsolete-features','handler-onfocus':'browsers','read-image':'history','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete-features','cue-ranges':'video','handler-appcache-oncached':'offline','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'emedded-content-0','the-title-element':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-htmlpropertycollection-length':'infrastructure','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','the-cite-element':'text-level-semantics','the-time-element-0':'the-xhtml-syntax','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','md-vcard-note':'microdata','the-mark-element':'text-level-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','dom-td-th-align':'obsolete-features','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastructure','dom-htmloptionscollection-length':'infrastructure','concept-datetime-local':'infrastructure','syntax':'syntax','colors':'infrastrucure','outerhtml':'dom','md-vcard-categories':'microdata','dom-imagedata-data':'the-canvas-element','handler-onplaying':'browsers','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','md-vcard-tel-type':'microdata','radionodelist':'infrastructure','introduction-11':'the-xhtml-syntax','url-path':'infrastructure','domtokenlist':'infrastructure','escaping-the-vcard-text-string':'microdata','dom-marquee-behavior':'obsolete-features','dom-img-usemap':'embedded-content-0','event-volumechange':'video','dom-validitystate-typemismatch':'forms','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'browsers','colors-and-styles':'the-canvas-element','attr-fs-enctype':'forms','tool-bars':'interactive-elements','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','dom-selection-addrange':'editing','datagridlistener':'interactive-elements','parsing-main-inseletintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'browsers','event-error':'video','selector-invalid':'interactive-elements','pending-datagrid-cells-list':'interactive-elements','implementation-notes':'editing','concept-item':'microdata','the-col-element':'tabular-data','the-placeholder-attribute':'forms','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-features','dom-windowtimers-cleartimeout':'browsers','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-scripts':'browsers','marquee-scroll-interval':'obsolete-features','attr-tdth-headers':'tabular-data','datagrid-type-meter':'interactive-elements','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','using-the-input-element-to-define-a-comand':'interactive-elements','hidden-state':'forms','dom-htmloptionscollection-nameditem':'infrastructure','dom-pre-width':'obsolete-features','miscellaneous-elements':'interactive-elements','dom-datagrid-repaint':'interactive-elements','attr-li-value':'semantics','has-an-element-in-scope':'syntax','attr-command-type-keyword-checkbox':'interactive-elements','events':'browsers','newlines':'syntax','md-vcard-type-adr-parcel':'microdata','wrong_document_err':'infrastructure','concept-option-value':'forms','declarative-3d-scenes':'no','attr-head-profile':'obsolete-features','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','browser-button-types':'interactive-elements','datagrid-child-count':'interactive-elements','handler-onloadeddata':'browsers','the-button-element-0':'the-xhtml-syntax','form-associated-element':'forms','dom-spellcheck':'editing','dom-dl-compact':'obsolete-features','table-model-error':'tabular-data','overview-of-the-parsing-model':'syntax','md-vcard-email-type':'microdata',parse-a-week-string':'infrastructure','dom-option-defaultselected':'forms','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete-features','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','dom-context-2d-arcto':'the-canvas-element','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'text-level-semantics','concept-appcache-explicit':'offline','current-table':'syntax','attr-area-shape-rect':'the-canvas-element','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','gcop-lighter':'the-canvas-element','htmlheadelement':'semantics','matching-a-fallback-namespace':'offline','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','htmlembedlement':'embedded-content-0','md-vcard-type-tel-work':'microdata','handler-window-onredo':'browsers','dom-map-areas':'the-canvas-element','category-label':'forms','handler-onpause':'browsers','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-features','htmlpropertycollection-0':'infrastructure','category-reset':'forms','dom-dir-compact':'obsolete-features','row-group-header':'tabular-data','dom-frame-marginheight':'obsolete-features','dom-hr-noshade':'obsolete-features','traverse-the-history':'history','concept-textarea-mutable':'forms','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','dom-area-port':'the-anvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','dom-canvasgradient-addcolorstop':'the-canvas-element','list-of-active-timeouts':'browsers','md-vcard-nickname':'microdata','attr-hyperlink-media':'history','link-type-prev':'history','dom-area-host':'the-canvas-element','dom-context-2d-measuretext':'the-canvas-element','rules-for-parsing-integers':'infrastructure','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-features','common-parser-idioms':'infrastructure','concept-fv-valid':'forms','submit-mailto-headers':'forms','handler-onended':'browsers','interactive-media':'the-xhtml-syntax','dom-opener':'browsers','using-the-option-element-to-define-a-command':'interactive-elements','pixel-manipulation':'the-canvas-element','dom-iframe-marginheigt':'obsolete-features','a-link-or-button-containing-nothing-but-the-image':'embedded-content-0','events-fired-during-a-drag-and-drop-action':'editing','dialog-arguments-origin':'browsers','apply-a-row-object':'interactive-elements','reflecting-content-attributes-in-dom-attributes':'infrastructure','security-with-canvas-elements':'the-canvas-element','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','the-body-element':'semantics','heading-content':'dom','handler-onprogress':'browsers','datagrid-update-display-algorithm':'interactive-elements','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'embedded-content-0','dom-a-charset':'obsolete-features','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','event-abort':'video','white_space':'infrastructure','handler-onchange':'browsers','dom-script-async':'semantics','event-dragover':'editing','attr-tr-charoff':'obsolete-features','attr-input-type-timekeyword':'forms','attr-ol-compact':'obsolete-features','md-vcard-type-tel-fax':'microdata','htmltimeelement':'text-level-semantics','garbage-collection':'infrastructure','the-address-element':'semantics','the-input-element-as-a-color-well':'the-xhtml-syntax','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','attr-iframe-sandbox-allow-forms':'embedded-content-0','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':'dom','concept-script':'browsers','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','character-reference-data-state':'syntax','background':'introduction','htmlobjectelement':'embedded-content-0','dom-table-frame':'obsolete-features','scrolling-elements-nto-view':'editing','md-vevent-summary':'microdata','case-sensitive':'infrastructure','dom-validitystate-toolong':'forms','running-a-script':'semantics','network_err':'infrastructure','the-marquee-element-0':'obsolete-features','using-the-bb-element-to-define-a-command':'interactive-elements','collecting-the-first-vcard-subproperty':'microdata','requirements-for-implementations':'obsolete-features','security':'dom','dom-table-createcaption':'tabular-data','dom-messageevent-data':'comms','domstringmap-0':'infrastructure','find-a-number':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'dom','dom-iframe-name':'embedded-content-0','head-element-pointer':'syntax','category-submit':'forms','attr-embed-type':'embedded-content-0','manually-releasing-the-storage-mutex':'browsers','insert-an-html-element':'syntax','event-dispatch':'forms','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'vide','attr-command-type-state-checkbox':'interactive-elements','list-of-active-formatting-elements':'syntax','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','dom-select-selectedindex':'forms','dom-context-2d-miterlimit':'the-canvas-element','phrasing-content':'dom','attr-bb-type-makeapp':'interactive-elements','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete-features','event-handler-attributes-0':'browsers','attr-meter-min':'text-level-semantics','tag-clouds':'semantics','md-vcard-agent':'microdata','attr-col-width':'obsolete-features','md-vevent':'microdata','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'browsers','attr-command-disabled':'interactive-elements','strike':'obsolete-features','controlling-the-input-stream':'dom','handler-ondblclick':'browsers','dom-itemprop':'microdata','listening-to-notifications-from-the-datagrid':'interactive-elements','months':'infrastructure''dom-document-lastmodified':'dom','dom-context-2d-beginpath':'the-canvas-element','dom-source-src':'video','attr-script-type':'semantics','creator-document':'browsers','interactions-with-xpath-and-xslt':'dom','htmltableelement':'tabular-data','dom-iframe-align':'obsolete-features','encoding-sniffing-algorithm':'syntax','dom-fs-formmethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','parsing':'syntax','rendering':'the-xhtml-syntax','handler-onwaiting':'browsers','attr-param-type':'obsolete-features','md-vcard-type-adr-postal':'microdata','dom-menu-compact':'obsolete-features','dom-script-htmlfor':'obsolete-features','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','distinguishing-site-wide-headings-from-page-headings':semantics','isindex-0':'obsolete-features','dom-messageevent-origin':'comms','dom-context-2d-quadraticcurveto':'the-canvas-element','attr-area-nohref':'obsolete-features','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','messageport':'comms','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-features','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactive-elements','syntax-escape':'syntax','md-vcard-title':'microdata','dom-context-2d-globalalpha':'the-canvas-element','mediamode':'no','event-handler-attributes-on-elements-document-objects-and-window-objects':'browsers','handling-first-frame-available':'video','dom-bb-supported':'interactive-elements','broadcast-formchange-events':'forms','concept-input-value-dirty':'forms','dom-context-2d-beziercurveto':'the-canvas-element','valid-date-or-ime-string':'infrastructure','concept-bc-noscript':'browsers','frameset':'obsolete-features','e-mail-type-strings':'microdata','concept-spellcheck-default-false':'editing','md-vcard-adr-street-address':'microdata','adjust-mathml-attributes':'syntax','general-guidelines':'embedded-content-0','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','dom-context-2d-clearrect':'the-canvas-element','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax','event-play':'video','no':'no','md-vcard-org':'microdata','attr-select-size':'forms','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete-features','current-document-readiness':'dom','event-handler-event-type':'browsers','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','attr-q-cite':'text-level-semantics','do-link-media':'semantics','willful-violation':'introduction','script-created-parser':'dom','dom-context-2d-shadowblur':'the-canvas-element','meta-generator':'semantics','handler-onstalled':'browsers','attr-spellcheck':'editing','link-type-up':'history','local-date-and-time-state':'forms','the-canvas-state':'the-canvas-element','dom-applet-hspace':'obsolete-features','attr-a-charset':'obsolete-features','concept-output-mode':'forms','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete-features','attr-link-charset':'obsolete-features','concept-datetime':'infrastructure','html-namespace':'infrastructure','dom-selection-collapsetostart':'editing','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-0','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'history','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','the-accesskey-attribute':'editing','command-italic':'eiting','handler-window-onafterprint':'browsers','dom-applet-height':'obsolete-features','hardwareLimitations':'infrastructure','converting-html-to-other-formats':'microdata','attr-caption-align':'obsolete-features','attr-textarea-placeholder':'forms','concept-appcache-onlinewhitelist':'offline','event-input-change':'forms','sequential-link-types':'history','row':'interactive-elements','dom-media-addcuerange':'video','submit-data-put':'forms','dom-dim-width':'the-canvas-element','md-vcard-adr-type':'microdata','local-dates-and-times':'infrastructure','dom-htmlpropertycollection-nameditem':'infrastructure','editors':'infrastructure','dom-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concept-n-noscript':'browsers','dom-selection-deletefromdocument':'editing','event-handler-dom-attributes':'browsers','dom-td-th-abbr':'obsolete-features','htmlselectelement':'forms','attr-mod-cite':'text-level-semantics','reset-the-insertion-mode-appropriately':'syntax','doctype-public-identifier-double-quoted-tate':'syntax','date-or-time-string':'infrastructure','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax','nestedParsing':'syntax','attr-article-pubdate':'semantics','dom-tr-align':'obsolete-features','concept-http-equivalent-get':'infrastructure','xml-namespace':'syntax','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete-features','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'history','pending-external-script':'semantics','input-type-attr-summary':'forms','list-of-code-entry-points':'browsers','remove-a-token-from-a-string':'infrastructure','number-state':'forms','md-vcard-mailer':'microdata','dom-button-value':'forms','a-form-control-s-value':'forms','the-menu-bar-barprop-object':'browsers','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'embedded-content-0','dom-media-have_current_dat':'video','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','mq':'infrastructure','processing-model-2':'browsers','dom-listener-getrows':'interactive-elements','xml':'infrastructure','explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','attr-param-value':'embedded-content-0','cut-to-clipboard':'editing','md-vcard-type-tel-video':'microdata','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','system-state-and-capabilities':'browsers','link-type-license':'history','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','scripting':'browsers','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','dom-sharedworkerglobalscope-applicationcahe':'offline','syntax-tag-name':'syntax','relationships-to-other-specifications':'introduction','changing-the-encoding-while-parsing':'syntax','md-vcard-tel':'microdata','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','canvaspixelarray':'the-canvas-element','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolete-features','dom-input-type':'forms','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','htmldirectoryelement':'obsolete-features','concept-time-time':'text-level-semantics','charset512':'semantics','messageevent':'comms','security_err':'infrastructure','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','completed-loading':'semantics','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'browsers','live':'infrastructure','parse-a-time-string':'nfrastructure','dom-td-th-nowrap':'obsolete-features','scope':'introduction','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete-features','dom-print':'browsers','obtain-the-storage-mutex':'browsers','dom-applet-object':'obsolete-features','closing-elements-that-have-implied-end-tags':'syntax','the-pattern-attribute':'forms','dom-area-type':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'browsers','parsing-main-incaption':'syntax','attr-td-th-nowrap':'obsolete-features','before-doctype-name-state':'syntax','natural-order-sparse-data-tree':'interactive-elements','attr-tabindex':'editing','dom-area-target':'the-canvas-element','dom-section-cite':'semantics','dom-a-rel':'text-level-semantics','dom-object-type':'embedded-content-0','printing':'browsers','values':'microdata','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'browsers','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':browsers','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','event-seeked':'video','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','dom-datagrid-clearcolumns':'interactive-elements','dom-img-alt':'embedded-content-0','support-the-scripting-language':'semantics','dom-command-checked':'interactive-elements','the-param-element':'embedded-content-0','charset':'semantics','ping':'history','auxiliary-browsing-context':'browsers','table-model':'tabular-data','parsing-main-intr':'syntax','attr-marquee-direction-left':'obsolete-features','history-traversal':'history','the-option-element':'forms','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-tr-bgcolor':'obsolete-features','dom-document-linkcolor':'obsoletefeatures','parser-appcache':'syntax','url-query':'infrastructure','audit-the-datagrid':'interactive-elements','form-submission-algorithm':'forms','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'embedded-content-0','outline':'semantics','attr-select-multiple':'forms','get-the-timed-task':'browsers','htmlmarqueeelement':'obsolete-features','attr-iframe-sandbox':'embedded-content-0','address-type-strings':'microdata','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'syntax','definitions':'forms','media-types':'video','void-elements':'syntax','dom-quote-cite':'semantics','effective-script-origin':'browsers','dom-basefont-face':'obsolete-features','dom-tdth-rowspan':'tabular-data','paste-from-selection':'editing','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','a-quick-introduction-to-html':'introduction','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-utocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'browsers','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','window':'browsers','when-shadows-are-drawn':'the-canvas-element','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete-features','event-seeking':'video','attr-object-data':'embedded-content-0','sandboxed-scripts-browsing-context-flag':'embedded-content-0','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-body-alink':'obsolete-features','attr-table-align':'obsolete-features','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','dom-font-color':'obsolete-features','embedded-content-2':'dom','embedded-content-1':'the-xhtml-syntax','embedded-content-0':'embedded-content-0','task-source':'browsers','dom-ol-compact':'obsolete-features','the-dialog-element':'semantics','other-metadata-names':'semantis','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'infrastructure','display-order-sparse-data-tree':'interactive-elements','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'syntax','dom-select-selectedoptions':'forms','manifests':'offline','dom-context-2d-restore':'the-canvas-element','attr-marquee-direction-right':'obsolete-features','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','md-vcard-type-tel-car':'microdata','dom-datagrid-sortascending':'interactive-elements','dom-applet-vspace':'obsolete-features','attr-dl-compact':'obsolete-features','dom-navigator-appversion':'browsers','htmlhtmlelement':'semantics','dom-undomanager-add':'editing','md-vevent-sequence':'microdata','contenteditable-breakBlock':'editing','md-vcard-logo':'microdata','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','md-vcard-type-email-internet':'microdata','md-vcad-email-value':'microdata','create-a-script-from-a-node':'browsers','dependencies':'infrastructure','event-online':'offline','handler-onvolumechange':'browsers','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'browsers','already-executed':'semantics','language':'dom','dom-progress-max':'text-level-semantics','copy-and-paste':'editing','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructure','concept-form-reset':'forms','attr-hr-width':'obsolete-features','md-vcard-type-tel-voice':'microdata','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'text-level-semantics','cache-host':'offline','dom-table-border':'obsolete-features','the-document-s-current-address':'dom','dom-document-writeln':'dom','handler-marquee-onbounce':'obsolete-features','dom-context-2d-createpattern':'the-canvas-element','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','renderingcontext2dcallback':interactive-elements','dom-document-cookie':'dom','before-attribute-name-state':'syntax','scroll-to-fragid':'history','licensing-works':'microdata','elements-0':'syntax','concept-option-index':'forms','script-execution-environment':'browsers','attr-pre-width':'obsolete-features','dom-img-longdesc':'obsolete-features','dom-dragevent-initdrageventns':'editing','attr-marquee-direction':'obsolete-features','attr-br-clear':'obsolete-features','md-vcard-tz':'microdata','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','dom-imagedata-height':'the-canvas-element','doctype-legacy-string':'syntax','the-list-of-active-formatting-elements':'syntax','limited-to-only-known-values':'infrastructure','the-q-element':'text-level-semantics','event-ended':'video','dom-option-tvds':'forms','dom-command-ro-disabled':'interactive-elements','complex-shapes-paths':'the-canvas-element','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'inteactive-elements','frame-border-color':'the-xhtml-syntax','dom-document-close':'dom','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'embedded-content-0','semantics':'semantics','dom-object-declare':'obsolete-features','dom-document-getitems':'microdata','attr-tbody-valign':'obsolete-features','md-vcard-type-tel-pager':'microdata','dom-tokenlist-item':'infrastructure','document.title':'dom','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'forms','syntax-cdata':'syntax','dom-object-hspace':'obsolete-features','handler-onemptied':'browsers','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','dom-option-index':'forms','dates-and-times':'infrastructure','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactive-elements','gcop-copy':'the-canvas-element','optional-tags':'syntax','posting-messages-with-message-ports':'comms','attr-link-sizes':'history','the-docuent-s-address':'dom','md-vcard-n-given-name':'microdata','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','canvasgradient':'the-canvas-element','handler-appcache-onobsolete':'offline','dom-object-code':'obsolete-features','dom-form-name':'forms','editing':'editing','isindex':'syntax','dom-img-name':'obsolete-features','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','command-subscript':'editing','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','the-bb-element':'interactive-elements','attr-form-autocomplete':'forms','md-vcard-type-email-x400':'microdata','converted-to-ascii-uppercase':'infrastructure','property-names':'microdata','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':'embedded-content-','preprocessing-the-input-stream':'syntax','doctype-system-identifier-single-quoted-state':'syntax','attr-fe-disabled':'forms','dom-area-hostname':'the-canvas-element','dom-context-2d-lineto':'the-canvas-element','dom-htmlpropertycollection-names':'infrastructure','dom-media-ended':'video','dom-channel-port1':'comms','dom-fs-formtarget':'forms','the-article-element':'semantics','dom-marquee-start':'obsolete-features','algorithm-for-ending-a-row-group':'tabular-data','attr-td-th-abbr':'obsolete-features','apis-in-html-documents':'dom','content-model-flag':'syntax','concept-option-selectedness':'forms','atom':'microdata','attr-input-checked':'forms','misinterpreted-for-compatibility':'infrastructure','datagrid':'interactive-elements','dom-context-2d-textbaseline':'the-canvas-element','spacer':'obsolete-features','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','collecting-vcard-subproperties':'microdata','dom-messageevent-ports':'comms','dom-appcache-status':'offline','markup-declaration-open-state':'syntax','link-type-last':'history','custom-validity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','attr-area-shape-default':'the-canvas-element','dom-classname':'dom','image-map':'the-canvas-element','attr-input-type':'forms','htmllegendelement':'interactive-elements','md-vcard-bday':'microdata','element-level-focus-apis':'editing','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','textmetrics':'the-canvas-element','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'browsers,'parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'embedded-content-0','the-header-element':'semantics','dom-window-personalbar':'browsers','concept-input-min-default':'forms','dom-object-data':'embedded-content-0','dom-datagrid-sortcolumn':'interactive-elements','after-doctype-public-identifier-state':'syntax','dom-validitystate-rangeunderflow':'forms','examples-1':'microdata','command-insertlinebreak':'editing','replaced-elements':'the-xhtml-syntax','svg-namespace':'syntax','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','event-emptied':'video','dom-mod-datetime':'text-level-semantics','md-work':'microdata','document.writeln':'dom','updating-an-application-cache':'offline','gcop-source-atop':'the-canvas-element','attr-source-src':'video','the-var-element':'text-level-semantics','dom-datalist-options':'forms','md-vcard-adr-post-office-box':'microdata','attr-script-language':'obsolete-features','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-ad-redo-events':'editing','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'infrastructure','dom-iframe-longdesc':'obsolete-features','rules-for-parsing-a-list-of-dimensions':'infrastructure','dom-datagrid-listener':'interactive-elements','ended-playback':'video','event-summary':'offline','attr-option-selected':'forms','infrastructure':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'history','svg-0':'the-canvas-element','dom-selection-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'browsers','dom-appcache-updateready':'offline','security-0':'forms','parse-a-global-date-and-time-string':'infrastructure','dom-applet-width':'obsolete-features','delaying-the-load-event-flag':'video','dom-area-href':'the-canvas-element','dom-frameset-cols':'obsolete-features','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','dates:'infrastructure','simple-shapes-rectangles':'the-canvas-element','dom-marquee-loop':'obsolete-features','dom-context-2d-createlineargradient':'the-canvas-element','s':'obsolete-features','attr-menu-compact':'obsolete-features','insert-an-element-into-a-document':'infrastructure','authoring':'the-canvas-element','dom-output-type':'forms','url-scheme':'infrastructure','parse_err':'infrastructure','activating-state-object-entries':'history','return-value':'browsers','dom-embed-type':'embedded-content-0','boolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','tool-bars-0':'the-xhtml-syntax','dom-ul-compact':'obsolete-features','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'embedded-content-0','dom-iframe-contentwindow':'embedded-content-0','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','serialization-of-a-color':'the-anvas-element','dom-confirm':'browsers','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete-features','attr-media-loop':'video','handler-onforminput':'browsers','dom-alert':'browsers','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'history','concept-input-required':'forms','dom-messageevent-lasteventid':'comms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'browsers','attr-area-shape-keyword-default':'the-canvas-element','datagrid-type-text':'interactive-elements','dom-document-nameditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','handler-onseeking':'browsers','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element','the-applet-element':'obsolete-features,'dom-option-disabled':'forms','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'dom','md-vevent-location':'microdata','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','md-vevent-last-modified':'microdata','domstring_size_err':'infrastructure','has-a-border':'the-xhtml-syntax','the-datagrid-element':'the-xhtml-syntax','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','gcop-destination-in':'the-canvas-element','dom-iframe-marginwidth':'obsolete-features','dom-datagrid-setrowcount':'interactive-elements','serialise_err':'infrastructure','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'text-level-semantics','copy-to-clipboard':'editing','the-window-object':'browsers','editing-apis':'ediing','allowed-datagrid-column-types':'interactive-elements','concept-time':'infrastructure','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'embedded-content-0','attr-td-th-char':'obsolete-features','datagrid-type-checkable':'interactive-elements','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'dom','dom-document-readystate':'dom','display-order-sparse-data-list':'interactive-elements','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'browsers','dom-th-scope':'tabular-data','md-vevent-categories':'microdata','valid-reversed-dns-identifier':'infrastructure','attr-command-checked':'interactive-elements','dom-context-2d-arc':'the-canvas-element','concept-input-immutable':'forms','columnlist':'interactive-elements','the-li-element':'semantics','dom-a-coords':'obsolee-features','design-notes':'introduction','attr-iframe-frameborder':'obsolete-features','a-sample-manifest':'offline','attr-hyperlink-hreflang':'history','current-target-element':'editing','parsing-main-inselect':'syntax','attr-link-title':'semantics','the-marquee-element':'the-xhtml-syntax','dom-a-shape':'obsolete-features','compliance-with-other-specifications':'introduction','past-names-map':'forms','dom-listener-rowopened':'interactive-elements','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','md-vcard-org-organization-unit':'microdata','dom-location-href':'history','md-vcard-photo':'microdata','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','md-vevent-exdate':'microdata','event-loadedmetadata':'video','the-p-element':'semantics','dom-window-blur':'editing','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','following-hyperlinks':'history','md-vevent-resources':'microdata','htmltablecolelement':'tabular-data','dom-window-ostmessage-2':'comms','dom-form-submit':'forms','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-length':'forms','event-loop':'browsers','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete-features','audience':'introduction','md-vcard-n-family-name':'microdata','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','md-vcard-n-honorific-suffix':'microdata','color-state':'forms','dom-applet-alt':'obsolete-features','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'history','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','element-restrictions':'syntax','lists-of-integers':'infrastructure','run-canceled-activation-steps':'dom','attr-base-target':'semantics','values-associated-with-denominator-punctuation-characters':'infrastructure','images':'the-canvas-element','dom-media-played':'video','md-vcardadr-postal-code':'microdata','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-features','attr-table-summary':'obsolete-features','dom-textarea-cols':'forms','date-and-time-state':'forms','dom-context-2d-stroke':'the-canvas-element','override-url':'history','generate-the-triples-for-an-item':'microdata','column-list':'interactive-elements','clipping-region':'the-canvas-element','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','event-durationchange':'video','attr-td-th-charoff':'obsolete-features','ratios':'infrastructure','dom-media-network_empty':'video','dom-document-all':'obsolete-features','gcop-source-in':'the-canvas-element','sbu-not-copy':'browsers','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'browsers','dom-drgevent-initdragevent':'editing','dom-time-time':'text-level-semantics','concept-row':'tabular-data','dom-datagrid-renotify':'interactive-elements','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':'browsers','content-type':'infrastructure','attr-body-text':'obsolete-features','syntax-elements':'syntax','drawing-state':'the-canvas-element','dom-mediaerror-media_err_decode':'video','dom-input-stepup':'forms','the-keygen-element-0':'the-xhtml-syntax','dom-table-caption':'tabular-data','dom-htmloptionscollection-item':'infrastructure','using-the-button-element-to-define-a-command':'interactive-elements','invalid_access_err':'infrastructure','attr-link-type':'semantics','attr-command-type-state-command':'interactive-elements','htmltablesectionelement':'tabular-data','dom-canvaspixelarray-se':'the-canvas-element','handler-ondrag':'browsers','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':'browsers','handler-window-onbeforeunload':'browsers','inline-documentation-for-external-scripts':'semantics','handler-oninput':'browsers','the-code-element':'text-level-semantics','concept-select-pick':'forms','htmldatagridelement':'interactive-elements','htmlimageelement':'embedded-content-0','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','md-vevent-attach':'microdata','refused-to-allow-the-document-to-be-unloaded':'history','attr-img-align':'obsolete-features','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','documentSelection':'editing','attr-command-title':'interactive-elements','domstringmap':'infrastructure,'the-input-element-as-a-text-entry-widget':'the-xhtml-syntax','mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-context-2d-closepath':'the-canvas-element','dom-base-href':'semantics','undomanagerevent':'editing','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','the-windowproxy-object':'browsers','popstateevent':'history','attr-iframe-scrolling':'obsolete-features','interactively-validate-the-constraints':'forms','link-type-noreferrer':'history','forming-a-table':'tabular-data','checkbox-state':'forms','general':'microdata','best-representation-of-the-floating-point-number':'infrastructure','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentational-hints':'the-xhtml-syntax','attr-a-coords':'obsolete-features','dom-meter-value':'text-level-semantics','the-time-element':'text-level-semantics','dom-form-nameditem':'forms','event-suspend':'video','dom-blur':'editing','client-identification':'bowsers','dom-object-usemap':'embedded-content-0','link-type-alternate':'history','dialog-arguments':'browsers','concept-command':'interactive-elements','rowid':'interactive-elements','an-image-not-intended-for-the-user':'embedded-content-0','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete-features','dom-context-2d-textbaseline-alphabetic':'the-canvas-element','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'forms','command-facet-action':'interactive-elements','the-bb-element-0':'the-xhtml-syntax','dom-draggable':'editing','dom-context-2d-fillrect':'the-canvas-element','htmlolistelement':'semantics','redo:-moving-forward-in-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','md-vcard-rev':'microdata','fallback-content':'dom','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','attr-body-link':'obsolete-features','keywords-and-enumerated-attributes':'nfrastructure','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'browsers','definitions-1':'browsers','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'browsers','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'embedded-content-0','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers','editing-intro':'editing','the-input-stream':'syntax','dom-tbody-ch':'obsolete-features','dom-mod-cite':'text-level-semantics','tt':'obsolete-features','dom-validitystate-valuemissing':'forms','invalid_state_err':'infrastructure','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'forms','attr-tr-valign':'obsolete-features','initial-code-entry-point':'browsers','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','applicaton-cache-api':'offline','dom-context-2d-font':'the-canvas-element','handler-onsuspend':'browsers','initundomanagereventns':'editing','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-document-compatmode':'dom','the-session-history-of-browsing-contexts':'history','sandboxed-navigation-browsing-context-flag':'embedded-content-0','dom-table-rules':'obsolete-features','dom-fieldset-disabled':'forms','message-channels':'comms','handler-window-onoffline':'browsers','dom-td-th-valign':'obsolete-features','md-vevent-exrule':'microdata','imagedata':'the-canvas-element','message-ports':'comms','htmltextareaelement':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete-features','concept-get-attributes-when-sniffing':'syntax','security-3':'history','form-submission-0':'forms','security-1':browsers','safe-passing-of-structured-data':'infrastructure','security-4':'comms','dom-script-event':'obsolete-features','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','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-listener-rowclosed':'interactive-elements','dom-based-xslt-1.0-processors':'dom','dom-tokenlist-toggle':'infrastructure','flow-content-0':'dom','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'embedded-content-0','cue-range':'video','no_modification_allowed_err':'infrastructure','attr-meter-low':'text-level-semantics','attr-script-defer':'semantics','md-vevent-transp':'microdata','dom-window-scrollbars':'browsers','microdata':'microdata','handler-appcace-ondownloading':'offline','dom-textarea-defaultvalue':'forms','first-script':'browsers','comment-state':'syntax','md-vcard-org-organization-name':'microdata','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','md-vevent-contact':'microdata','url-encoded-form-data':'forms','attr-col-charoff':'obsolete-features','attr-tbody-align':'obsolete-features','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','htmlbrowserbuttonelement':'interactive-elements','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','md-vcard-type-tel-isdn':'microdata','link-type-first':'history','suffering-from-a-custom-error':'forms','pending-datagrid-rows-list':'interactive-elements','dom-option-tvd':'forms','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete-features','introduction-9':'the-xhtml-syntx','introduction-8':'comms','the-listener':'interactive-elements','namespace_err':'infrastructure','introduction-4':'offline','introduction-7':'comms','md-vevent-comment':'microdata','introduction-1':'interactive-elements','introduction-0':'forms','introduction-3':'browsers','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-context-2d-clip':'the-canvas-element','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'syntax','r2':'tabular-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'embedded-contnt-0','file-upload-state':'forms','paragraph':'dom','dom-innerhtml':'dom','attr-textarea-rows-value':'forms','datagrid-type-list':'interactive-elements','history':'history','dom-html-version':'obsolete-features','parse-a-time-zone-component':'infrastructure','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','vcard-0':'microdata','rendering-and-the-dom':'no','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','dom-tr-ch':'obsolete-features','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'browsers','width-of-the-select-s-labels':'the-xhtml-syntax','htmlfontelement':'obsolete-features','menus':'interactive-elements','dom-img-ismap':'embedded-content-0','misnested-tags:-b-p-b-p':'syntax','the-rows':'interactive-elements',the-dd-element':'semantics','after-doctype-system-identifier-state':'syntax','concept-task':'browsers','md-vevent-description':'microdata','dom-area-protocol':'the-canvas-element','stop-parsing':'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','escape-flag':'syntax','md-vcard-adr-country-name':'microdata','attr-marquee-truespeed-false':'obsolete-features','adoptionAgency':'syntax','dom-document-applets':'obsolete-features','dom-article-cite':'semantics','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','candidate-for-constraint-validation':'forms','dom-parent':'browsers','dom-canvaspixelarray-get':'the-canvas-element','document-wide-default-language':'semantics','selector-checked':'interactive-elements','attr-style-type':'semantics','the-lang-andxml:lang-attributes':'dom','dom-marquee-hspace':'obsolete-features','dom-media-networkstate':'video','htmlmodelement':'text-level-semantics','dom-manipulation-task-source':'browsers','meta-application-name':'semantics','predefined-vocabularies':'microdata','dom-body-text':'obsolete-features','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','examples-0':'microdata','dom-context-2d-strokerect':'the-canvas-element','dom-table-createtbody':'tabular-data','add-an-icalendar-line':'microdata','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-context-2d-filltext':'the-canvas-element','dom-hr-size':'obsolete-features','windowproxy':'browsers','the-2d-context':'the-canvas-element','dom-head-profile':'obsolete-features','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','md-vevent-rdate':'microdata','interactive-content-0':'dom','the-nav-element':'semantics','seeking':'video','concept-appcache-status':'offline','dom-able-createthead':'tabular-data','selector-optional':'interactive-elements','rules-for-parsing-a-hash-name-reference':'infrastructure','concept-input-step-scale':'forms','dom-marquee-direction':'obsolete-features','reflecting-dom-attributes':'index','conformance-requirements':'infrastructure','network-states':'video','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','media-element-attributes':'video','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-features','md-vcard-type-adr-pref':'microdata','generate-implied-end-tags':'syntax','handler-onkeyup':'browsers','attr-progress-value':'text-level-semantics','attr-tbody-char':'obsolete-features','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'browsers','dom-showmodaldialog':'browsers','dom-area-rellist':'the-cavas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'embedded-content-0','the-select-element':'forms','dom-input-value':'forms','broadcast-forminput-events':'forms','dom-selection-rangecount':'editing','tokenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'browsers','invalid_modification_err':'infrastructure','task-queue':'browsers','offline':'offline','dom-document-body':'dom','the-microdata-model':'microdata','dom-media-buffered':'video','localization':'no','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'embedded-content-0','attr-lang':'dom','dom-iframe-frameborder':'obsolete-features','dom-fs-action':'forms','windowtimers':'browsers','gcop-source-out':'the-canvas-element','attr-option-label':'forms','reversed-dns-identifiers':'infrastructure','dom-windowtimers-setinterval':'browsers','other-parsing-state-flags':'syntax','selection-0':'editig','expiring-application-caches':'offline','md-vcard-sound':'microdata','preceded-or-followed':'dom','the-after-after-frameset-insertion-mode':'syntax','md-vcard-type-tel-bbs':'microdata','multipart-form-data-encoding-algorithm':'forms','security-risks-in-the-drag-and-drop-model':'editing','month-state':'forms','handler-onmouseover':'browsers','dom-content':'microdata','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','md-vcard-role':'microdata','the-script-block-s-source':'semantics','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'interactive-elements','example:-a-datagrid-backed-by-a-static-table-element':'interactive-elements','dom-colgroup-span':'tabular-data','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete-features','parse-state':'syntax','events-and-the-window-object':'browsers','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','dom-context-2d-drawimage':'the-canvas-lement','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','dom-base-target':'semantics','attr-object-border':'obsolete-features','hyperlink-link':'semantics','dom-uda-search':'infrastructure','secondary-insertion-mode':'syntax','dom-navigator-getstorageupdates':'browsers','pragma-directives':'semantics','dom-applet-align':'obsolete-features','attr-object-standby':'obsolete-features','sandboxWindowOpen':'browsers','attr-meta-name':'semantics','transparent-content-models':'dom','simple-dialogs':'browsers','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete-features','text-content':'dom','hierarchical-link-types':'history','attr-input-step':'forms','dom-htmlformcontrolscollection-item':'infrastructure','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete-features','building-menus-and-tool-bars':'interactive-elements','handler-onmouseup':'browsers','handler-window-onpopstate':'browsers','concept-cell:'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'browsers','the-a-element':'text-level-semantics','phrasing-content-0':'dom','run-synthetic-click-activation-steps':'dom','command-api':'interactive-elements','htmlallcollection':'infrastructure','executing-a-script-block':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete-features','dom-window-focus':'editing','dom-table-width':'obsolete-features','dom-document-hasfocus':'editing','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete-features','skip-whitespace':'infrastructure','dragevent':'editing','dom-datagrid-setrows':'interactive-elements','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','htmlcollection-0':'infrastructure','attr-area-shape-keyword-rect':'the-canvas-element','interaction-with-css':'the-xhtml-syntax','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-istory':'history','dom-context-2d-linewidth':'the-canvas-element','dom-window-toolbar':'browsers','datagrid-resort-steps':'interactive-elements','dom-document-referrer':'dom','md-vcard-adr-region':'microdata','dom-media-controls':'video','dom-media-network_loaded':'video','dom-frameset-rows':'obsolete-features','attr-table-border':'obsolete-features','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':'syntax','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete-features','textFieldSelection':'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':'embedded-content-0','windows':'browsers','reseting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'browsers','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete-features','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','dom-td-th-ch':'obsolete-features','attributes-for-form-submission':'forms','determining-the-character-encoding':'syntax','concept-input-mutability':'forms','maps-to-the-pixel-length-property':'the-xhtml-syntax','content-type-sniffing':'infrastructure','attr-fs-method-put-keyword':'forms','attr-img-longdesc':'obsolete-features','concept-input-max':'forms','authors':'comms','html-vs-xhtml':'introduction','dom-ol-type':'obsolete-features','handler-onscroll':'browsers','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete-features','font':'obsolete-features','attr-option-disabled':'forms','concept-n-script':'browsers','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','att-a-shape':'obsolete-features','dom-document-dir':'dom','global-attributes':'dom','port-message-queue':'comms','attr-body-background':'obsolete-features','dom-object-standby':'obsolete-features','dom-datagrid-clearrows':'interactive-elements','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete-features','attr-style-scoped':'semantics','domsettabletokenlist-0':'infrastructure','attribute-value-unquoted-state':'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','dom-fs-enctype':'forms','dom-select-nameditem':'forms','user-interaction-task-source':'browsers','association-of-controls-and-forms':'forms','syntax-doctype':'syntax','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','attr-table-rules':'obsolete-features','the-label-element':'forms','canvsrenderingcontext2d':'the-canvas-element','active-parser':'dom','handler-window-onfocus':'browsers','the-meter-element':'text-level-semantics','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','dom-context-2d-textbaseline-middle':'the-canvas-element','md-vcard-email':'microdata','dom-applet-codebase':'obsolete-features','concept-time-date':'text-level-semantics','attr-param-valuetype':'obsolete-features','dom-context-2d-textalign':'the-canvas-element','attr-fs-enctype-formdata':'forms','storage-mutex':'browsers','dom-htmlallcollection-item':'infrastructure','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete-features','dom-context-2d-fillstyle':'the-canvas-element','concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','md-vcard-type-adr-work':'microdata','about-blank-origin':'browsers','attr-hyperlink-rel':'history','text-node':'infrastructure','command-insertimage':'editing','atr-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-features','concept-item-corresponding':'microdata','dom-dim-height':'the-canvas-element','embedded-content':'dom','limited-to-only-positive-non-zero-numbers':'infrastructure','fonts-and-colors':'the-xhtml-syntax','collections-0':'infrastructure','event-ratechange':'video','dom-embed-src':'embedded-content-0','md-about':'microdata','dom-media-error':'video','dom-input-value-default':'forms','handler-onmousedown':'browsers','bindings':'the-xhtml-syntax','dom-context-2d-fill':'the-canvas-element','dom-td-th-choff':'obsolete-features','dom-body-link':'obsolete-features','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'history','dom-navigator':'browsers','attr-body-vlink':'obsolet-features','handler-ondragleave':'browsers','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','command-selectall':'editing','document.write':'dom','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlist':'infrastructure','dom-media-removecueranges':'video','handler-ondragover':'browsers','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'browsers','dom-id':'dom','dom-context-2d-strokestyle':'the-canvas-element','transformations':'the-canvas-element','attr-bb-type':'interactive-elements','event-dragstart':'editing','tag-name-state':'syntax','using-the-microdata-dom-api':'microdata','json':'microdata','insertadjacenthtml':'dom','tag-cloud':'semantics','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-0','dom-media-play':'video','xmlns-namespace':'syntax','data-state':'syntax','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'histry','md-vevent-dtstart':'microdata','md-vevent-geo':'microdata','htmlprogresselement':'text-level-semantics','concept-appcache-completeness':'offline','handler-ondragend':'browsers','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','dom-script-charset':'semantics','datagrid-row-count':'interactive-elements','attr-input-type-datetime-keyword':'forms','propertynodelist':'infrastructure','cuerangecallback':'video','dom-object-archive':'obsolete-features','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-features','dom-context-2d-rect':'the-canvas-element','dom-tree-accessors':'dom','dimRendering':'the-xhtml-syntax','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete-features','attr-input-type-datetime-local-keyword':'orms','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','rowlist':'interactive-elements','stopped-due-to-errors':'video','dom-col-choff':'obsolete-features','dom-windowmodal-returnvalue':'browsers','converting-a-character-width-to-pixels':'the-xhtml-syntax','handler-messageport-onmessage':'comms','md-vcard-type-adr-intl':'microdata','interpolation':'the-canvas-element','dom-select-remove':'forms','dom-context-2d-scale':'the-canvas-element','concept-fs-enctype':'forms','dom-time-timezone':'text-level-semantics','dom-option-label':'forms','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete-features','dom-a-ping':'text-level-semantics','dom-ul-type':'obsolete-features','attr-fs-formtarget':'forms','dom-select-item':'forms','md-vevent-class':'microdata','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','attr-td-th-align':'obsolete-features','dom-textarea-value':'forms','a-short-phrase-or-label-with-an-alternative-graphical-represntation:-icons-logos':'embedded-content-0','attr-table-cellspacing':'obsolete-features','dom-link-href':'semantics','attr-object-name':'embedded-content-0','attr-area-coords':'the-canvas-element','embedding-custom-non-visible-data':'dom','gcop-destination-over':'the-canvas-element','dom-location-protocol':'history','type-check-a-rowlist-object':'interactive-elements','syntax-tags':'syntax','gcop-xor':'the-canvas-element','compatibility-caseless':'infrastructure','alignment':'the-xhtml-syntax','introduction-5':'editing','validitystate':'forms','attr-xml-lang':'dom','dom-location-assign':'history','associating-names-with-items':'microdata','attr-input-maxlength':'forms','relationship-to-html-4.01-and-dom2-html':'introduction','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','noembed':'obsolete-features','attr-hr-size':'obsolete-features','dom-navigator-platform':'browsers','run-final-activation-step':'dom','attr-form-name':'forms','event-offline':'offline','the-legend-element':'interactive-elements','big':'obsolete-features','empty-cell':'tabular-data','valid-vevent-duration-string':'microdata','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'browsers','dom-appcache-idle':'offline','create-an-element-for-the-token':'syntax','run-pre-click-activation-steps':'dom','dom-context-2d-shadowoffsety':'the-canvas-element','dom-context-2d-shadowoffsetx':'the-canvas-element','dom-param-name':'embedded-content-0','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','designMode':'editing','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','introduction-6':'editing','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'comms','converted-to-ascii-lowercase':'infrastructure','the-title-element-':'dom','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','link-type-feed':'history','examples':'microdata','naming-form-controls':'forms','dom-fs-formaction':'forms','partially-sort-a-rowlist-object':'interactive-elements','attr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'interactive-elements','beforeunloadevent':'history','networking-task-source':'browsers','noframes':'obsolete-features','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-datatransfer-dropeffect':'editing','names:-the-itemprop-attribute':'microdata','dom-document-write':'dom','the-directionality':'dom','the-list-attribute':'forms','dom-item':'microdata','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-cotent':'dom','dom-location-search':'history','dom-col-align':'obsolete-features','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-iframe-src':'embedded-content-0','introduction-2':'microdata','queue-a-task':'browsers','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':'browsers','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','attr-link-sizes-any':'history','parser-pause-flag':'syntax','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-0','unfocusing-steps':'editing','event-load':'video','frames':'obsolete-features','alphanumeric-ascii-characters':'infrastructure','acknowledgements':'acknowledgements','suffering-from-a-pattern-mismatch':'forms','dm-document-querycommandvalue':'editing','quirks-mode-doctypes':'syntax','dom-object-vspace':'obsolete-features','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':'browsers','document-metadata':'semantics','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','clone-a-port':'comms','htmlulistelement':'semantics','attr-input-align':'obsolete-features','the-iframe-element':'embedded-content-0','concept-property-value':'microdata','the-before-head-insertion-mode':'syntax','dom-hr-align':'obsolete-features','navigatoronline':'browsers','dom-table-summary':'obsolete-features','external-resource-link':'semantics','dom-marquee-width':'obsolete-features','constraint-validation':'forms','md-work-author':'microdata','htmlparamelement':'embedded-content-0','create-a-document-object':'history','md-vcard-adr-locality':'mirodata','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete-features','event-loadeddata':'video','reset-button-state':'forms','relationship-to-xhtml-1.x':'introduction','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-0','gcop-destination-atop':'the-canvas-element','dom-listener-getcells':'interactive-elements','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-0','fragment-case':'syntax','dom-document-fgcolor':'obsolete-features','md-vcard-type-tel-msg':'microdata','attribute-value-single-quoted-state':'syntax','dom-timeranges-start':'video','dom-object-contentwindow':'embedded-content-0','url-decomposition-attributes':'infrastructure','elements-in-the-html-namespace':'infrastructure','attr-col-char':'obsolete-features','md-vcard-class':'microdata','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','undo:-moving-back-in-the-undo-transaction-history':'editing','ttr-input-list':'forms','populating-the-datagrid':'interactive-elements','item-types':'microdata','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete-features','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-command-ro-checked':'interactive-elements','md-vcard-n':'microdata','editable':'editing','line-styles':'the-canvas-element','plain-text-form-data':'forms','application-cache-group':'offline','dom-context-2d-createradialgradient':'the-canvas-element','attr-marquee-truespeed':'obsolete-features','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-application-cache':'offline','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','generic-cdata-element-parsing-algorithm':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','attr-input-readonly':'forms','attr-input-max':'forms','align-descendants':'the-xtml-syntax','extensibility':'infrastructure','attr-area-shape-keyword-circle':'the-canvas-element','script-s-browsing-context':'browsers','undo-transaction-history':'editing','event-progress':'video','html-parser':'syntax','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacing':'obsolete-features','handler-ondragstart':'browsers','parse-a-month-string':'infrastructure','handler-onmousewheel':'browsers','dom-map-images':'the-canvas-element','dom-option-t':'forms','handler-onabort':'browsers','md-vcard-adr-extended-address':'microdata','concept-week':'infrastructure','md-vcard-url':'microdata','dom-media-readystate':'video','dom-fe-disabled':'forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'embedded-content-0','valid-week-string':'infrastructure','valid-url':'infrastructure','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-vlue-state':'syntax','printing-steps':'browsers','gcop-source-over':'the-canvas-element','multipart-form-data':'forms','attr-output-for':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','vevent':'microdata','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete-features','compositing':'the-canvas-element','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','default-column':'interactive-elements','unloading-documents':'history','dom-a-rev':'obsolete-features','dom-propertynodelist-contents':'infrastructure','dom-context-2d-rotate':'the-canvas-element','propertyvaluearray':'infrastructure','dimension-attributes':'the-canvas-element','browser-state':'offline','dom-datagrid-insertrows':'interactive-elements','attr-embed-src':'embedded-content-0','video':'video','foster-parenting':'syntax','attr-img-name':'obsolete-features','icalendar':'microdata','dm-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','md-vevent-created':'microdata','handler-window-onload':'browsers','code-point-length':'infrastructure','attr-ol-reversed':'semantics','cell':'interactive-elements','acronym':'obsolete-features','attr-meter-max':'text-level-semantics','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','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','dom-datagrid-deleterows':'interactive-elements','attr-form-accept-charset':'forms','the-head-element':'semantics','a-key-part-of-the-content':'embedded-content-0','dom-input-value-value':'forms','atom-namespace':'microdata','media-element':'video','the-constraint-validation-api':'forms','dom-td-th-width':'obsoletefeatures','attr-fs-method-post':'forms','attr-td-th-axis':'obsolete-features','dom-click':'editing','link-type-pingback':'history','the-hr-element':'semantics','rdf':'microdata','dom-input-align':'obsolete-features','microdata-dom-api':'microdata','dom-self':'browsers','dom-history-clearstate':'history','dom-tr-insertcell':'tabular-data','validity-states':'forms','the-script-block-s-type':'semantics','event-canplaythrough':'video','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'browsers','dom-textarea-type':'forms','frame':'obsolete-features','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','attr-td-th-valign':'obsolete-features','htmlmeterelement':'text-level-semantics','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete-features','attr-object-code':'obsolete-features','cntent-type-sniffing-0':'infrastructure','dom-link-type':'semantics','the-cells':'interactive-elements','the-step-attribute':'forms','concept-appcache-obsolete':'offline','concept-meta-extensions':'semantics','concept-embed-type':'embedded-content-0','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','dom-htmlcollection-tags':'infrastructure','read-text':'history','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete-features','signed-integers':'infrastructure','htmllielement':'semantics','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete-features','windowmodal':'browsers','dom-cva-setcustomvalidity':'forms','dom-img-align':'obsolete-features','html-namespace-0':'syntax','the-tool-bar-barprop-object':'browsers','entangle':'comms','md-work-title':'microdata','focusable':'editing','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'history','read-xml':'history','dom-function-call':'browsrs','dom-windowtimers-settimeout':'browsers','handler-onshow':'browsers','attr-section-cite':'semantics','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-features','basefont':'obsolete-features','fetch':'infrastructure','before-doctype-system-identifier-state':'syntax','attr-style-media':'semantics','concept-select-toggle':'forms','links':'history','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','list-of-dragged-nodes':'editing','display-types':'the-xhtml-syntax','dom-htmlformcontrolscollection-length':'infrastructure','parsing-main-inframeset':'syntax','after-doctype-name-state':'syntax','attr-meta-http-equiv':'semantics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','pending-state-object':'history','attr-textarea-rows':'forms','dom-input-stepdown':'forms','mathml-namespace':'syntax','specially-focusable':'editing''dom-applet-name':'obsolete-features','dom-title':'dom','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','dom-img-src':'embedded-content-0','dom-context-2d-textbaseline-ideographic':'the-canvas-element','md-vcard-label-type':'microdata','concept-appcache-init':'offline','md-vcard-type-tel-modem':'microdata','origin-0':'browsers','event-appcache-obsolete':'offline','focus-management':'editing','common-grouping-idioms':'semantics','attr-img-alt':'embedded-content-0','context-menus':'interactive-elements','dom-appcache-checking':'offline','handler-oninvalid':'browsers','dom-undomanagerevent-initundomanagerevent':'editing','dom-canvaspixelarray-length':'the-canvas-element','attr-button-type-reset-state':'forms','the-mark-element-0':'the-xhtml-syntax','using-the-command-element-to-define-a-command':'interactive-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','dom-window-postmessage-3':'comms','event-appcahe-checking':'offline','selector-indeterminate':'interactive-elements','attr-iframe-marginwidth':'obsolete-features','concept-js-deref':'browsers','the-link-element':'semantics','using-the-accesskey-attribute-to-define-a-command-on-a-focusable-element':'interactive-elements','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','attr-button-type-button':'forms','concept-fs-novalidate':'forms','dom-a-type':'text-level-semantics','parsing-main-intabletext':'syntax','dom-td-th-height':'obsolete-features','attr-tbody-charoff':'obsolete-features','attr-iframe-align':'obsolete-features','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','dom-messageevent-initmessageevent':'comms','documentEncoding':'syntax','images-0':'the-xhtml-syntax','htmlinputelement':'forms','attr-td-th-width':'obsolete-features','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantics','the-basic-syntax':'microdata','sbmit-mutate-action':'forms','dom-option-form':'forms','dom-img-complete':'embedded-content-0','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':'browsers','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete-features','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'dom','attr-input-type-checkbox-keyword':'forms','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'dom','handler-onplay':'browsers','event-handler-content-attributes':'browsers','undo-position':'editing','linkTypes':'history','dom-undomanager-remove':'editing','items:-the-item-attribute':'microdata','dom-iscontenteditable':'editing','text-0':'syntax','the-html-element':'semantics','attr-col-valign':'obsolete-features','processing-model-0':'tabulardata','processing-model-1':'browsers','dom-context-2d-stroketext':'the-canvas-element','concept-fs-action':'forms','attr-progress-max':'text-level-semantics','link-type-archives':'history','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','md-vcard-type-tel-pref':'microdata','runtime-script-errors':'browsers','dom-time-date':'text-level-semantics','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','attr-subject':'microdata','dom-context-2d-createimagedata':'the-canvas-element','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'forms','meta':'semantics','attr-bb-type-null-state':'interactive-elements','dom-a-hreflang':'text-level-semantics','attr-optgroup-disabled':'forms','dom-getselection':'editing','sandboxed-forms-browsing-context-flag':'embedded-content-0','dom-media-network_no_source':'video','dom-article-pubdate':'semantics','dom-basefont-color':'obsolete-features','te-before-html-insertion-mode':'syntax','command-superscript':'editing','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'browsers','navigating-across-documents':'history','dom-input-selectedoption':'forms','attr-input-accept':'forms','get-the-object':'microdata','dom-input-defaultvalue':'forms','dom-document-anchors':'obsolete-features','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','add-a-vcard-line':'microdata','undo':'editing','dom-textmetrics-width':'the-canvas-element','suffering-from-being-missing':'forms','dom-iframe-sandbox':'embedded-content-0','command-facet-disabledstate':'interactive-elements','usage-summary':'text-level-semantics','top-level-microdata-items':'microdata','dom-media-pause':'video','dom-marquee-vspace':'obsolete-features','times':'infrastructure','attr-details-open':'interactive-elements','dom-input-size':'forms','dom-document-links':'dom','introduction-10':'the-xhtml-syntax','htmltabledatacellelement':'tabulr-data','fire-a-progress-event':'browsers','attr-datagrid-disabled':'interactive-elements','footnotes':'text-level-semantics','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'browsers','htmlbasefontelement':'obsolete-features','read-ua-inline':'history','attr-abbr-title':'text-level-semantics','event-waiting':'video','dom-document-commands':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-0','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-hyperlink-type':'history','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','channel-messaging''comms','sectioning-content-0':'dom','calling-scripts':'browsers','telephone-type-strings':'microdata','htmlelement':'dom','selector-required':'interactive-elements','event-stalled':'video','url-port':'infrastructure','handler-window-onstorage':'browsers','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','md-vcard-type-tel-pcs':'microdata','space-separated-tokens':'infrastructure','contenteditable-br':'editing','dom-channel-port2':'comms','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','the-make-application-state':'interactive-elements','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete-features','dom-input-src':'forms','md-vcard-sort-string':'microdata','concept-textarea-dirty':'forms','dom-command-ro-label':'interactive-elements','xml-documents':'dom','the-indicated-part-of-the-document:'history','attr-menu-type':'interactive-elements','dom-select-multiple':'forms','dom-frame-frameborder':'obsolete-features','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','security-and-privacy-considerations':'video','semantics-0':'dom','htmlmediaelement':'video','increment-the-marquee-current-loop-index':'obsolete-features','dom-command-ro-commandtype':'interactive-elements','metadata-content':'dom','dom-iframe-seamless':'embedded-content-0','parse-a-date-string':'infrastructure','dom-body-background':'obsolete-features','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','handler-oncontextmenu':'browsers','attr-object-vspace':'obsolete-features','documents':'dom','invalid_character_err':'infrastructure','md-vevent-status':'microdata','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete-features','dom-context-2d-save':'the-canvas-element','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete-features''dom-context-2d-transform':'the-canvas-element','dom-image-w':'embedded-content-0','attr-article-cite':'semantics','command-inserttext':'editing','attr-command-type-state-radio':'interactive-elements','crossDocumentMessages':'comms','tool-bar-state':'interactive-elements','the-selection':'editing','dom-navigator-appname':'browsers','handler-onkeypress':'browsers','the-fieldset-element-0':'the-xhtml-syntax','dom-tdth-headers':'tabular-data','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'embedded-content-0','dom-classlist':'dom','handler-window-onunload':'browsers','url':'infrastructure','dom-context-2d-getimagedata':'the-canvas-element','dom-td-th-bgcolor':'obsolete-features','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'the-canvas-element','attr-col-align':'obsolete-features','javascript-protocol':'browsers','dom-frame-contentdocument':'obsolete-fatures','dom-tr-choff':'obsolete-features','attr-time-datetime':'text-level-semantics','the-body-element-0':'dom','dom-media-seeking':'video','html-documents':'dom','attr-table-cellpadding':'obsolete-features','pause':'browsers','comms':'comms','sectioning-content':'dom','the-html-element-0':'dom','not_supported_err':'infrastructure','rowidlist':'interactive-elements','attr-area-shape-keyword-polygon':'the-canvas-element','dom-document-vlinkcolor':'obsolete-features','attr-body-bgcolor':'obsolete-features','messagechannel':'comms','dom-listener-initialize':'interactive-elements','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'browsers','md-vcard-type-email-pref':'microdata','attr-hx-align':'obsolete-features','labeled-control':'forms','dom-font-size':'obsolete-features','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','selector-link':'interactive-elements',paste-from-clipboard':'editing','event-playing':'video','gcop-destination-out':'the-canvas-element','document-s-character-encoding':'dom','dom-object-codebase':'obsolete-features','password-state':'forms','the-kbd-element':'text-level-semantics','htmlpropertycollection':'infrastructure','view':'browsers','dom-textarea-readonly':'forms','selecting-names-when-defining-vocabularies':'microdata','the-head-element-0':'dom','dom-open':'browsers','x-this':'introduction','seamless-browsing-context-flag':'embedded-content-0','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete-features','dom-datagrid-addcolumn':'interactive-elements','dom-applet-archive':'obsolete-features','handler-ondrop':'browsers','concept-month':'infrastructure','attr-video-poster':'video','handler-window-onresize':'browsers','dom-img-hspace':'obsolete-features','link-type-prefetch':'history','dom-a-host':'text-level-semantics','syntax-escape-start':'syntax','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name:'embedded-content-0','dom-script-type':'semantics','the-datalist-element':'forms','attr-table-bgcolor':'obsolete-features','md-vcard-geo':'microdata','dom-meter-high':'text-level-semantics','current-node':'syntax','dom-imagedata-width':'the-canvas-element','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':'embedded-content-0','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete-features','attributes':'syntax','htmlarticleelement':'semantics','dom-object-align':'obsolete-features','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete-features','mediamodeabstractview':'no','valid-date-string':'infrastructure','md-vevent-duration':'microdata','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':'browsers','dom-textarea-placeholder':'forms','seekUpdate':'video','dom-popstateevent-initpopstateeventns':'history','handler-marquee-onstart':'obsolete-features','semantics-intro':'dom','form-owner':'forms','attribute-value-double-quoted-state':'syntax','dom-param-type':'obsolete-features','dom-menu-type':'interactive-elements','htmlframeelement':'obsolete-features','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','selector-visited':'interactive-elements','attr-input-src':'forms','dom-col-width':'obsolete-features','rules-for-parsing-a-list-of-integers':'infrastructure','htmlsectionelement':'semantics','playing-the-media-resource':'video','dom-context-2d-moveto':'the-canvas-element','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editin','dom-selection-tostring':'editing','dom-context-2d-canvas':'the-canvas-element','md-vcard-type-adr-dom':'microdata','concept-param-parameter':'embedded-content-0','dom-dragevent-datatransfer':'editing','md-vcard-type-tel-home':'microdata','earliest-possible-position':'video','dom-style-type':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','dom-messageport-close':'comms','event-firing':'browsers','dom-param-valuetype':'obsolete-features','the-hr-element-0':'the-xhtml-syntax','immediate-user-selection':'editing','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete-features','noopener':'browsers','concept-appcache-master':'offline','dom-messageevent-initmessageeventns':'comms','dom-media-network_loading':'video','consume-a-character-reference':'syntax','submit-data-post':'forms','nested-browsing-contexts':'browsers','doctype-name-state':'syntax','dom-optgroup-disabled':'forms','dom-context-2d-settransform':'the-canvas-element','event-canplay':'video','adjust-foreign-atributes':'syntax','close-tag-open-state':'syntax','dom-command-disabled':'interactive-elements','command-createlink':'editing','attr-media-autoplay':'video','htmldlistelement':'semantics','the-tbody-element':'tabular-data','link-type-search':'history','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','dom-listener-getrowmenu':'interactive-elements','handler-window-ononline':'browsers','other-pragma-directives':'semantics','dom-fs-novalidate':'forms','htmlformcontrolscollection':'infrastructure','md-vcard-type-tel-cell':'microdata','md-work-license':'microdata','valid-denominator-punctuation-character':'infrastructure','center':'obsolete-features','dom-legend-align':'obsolete-features','dom-meter-min':'text-level-semantics','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','md-vcard-n-additional-name':'microdata','dom-area-nohref':'obsolete-features','handler-onloadstart':'browsers','dom-bb-disabled':'interactive-elements','audio':'video','dom-ocument-alinkcolor':'obsolete-features','htmlcollection':'infrastructure','dom-meter-low':'text-level-semantics','dom-link-target':'obsolete-features','the-section-element':'semantics','link-type-stylesheet':'history','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','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','attr-input-pattern':'forms','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete-features','editing-host':'editing','outlines':'semantics','after-attribute-value-quoted-state':'syntax','feed-the-parser':'the-xhtml-syntax','dom-tokenlist-contains':'infrastructure','attr-marquee-truespeed-true':'obsolete-features','dom-media-loop':'video','dom-htmlallcollection-tags':'infrastructure','attr-area-shape-poly':'the-canvas-element','hyperlink-auditing':'history','percentages-and-dimensions''infrastructure','drawing-model':'the-canvas-element','dom-option-tv':'forms','dom-meta-name':'semantics','dom-document-querycommandsupported':'editing','the-fieldset-element':'forms','extracting-json':'microdata','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'dom','steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string':'infrastructure','concept-error-handled':'browsers','attr-link-target':'obsolete-features','dom-context-2d-textbaseline-hanging':'the-canvas-element','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'browsers','sandboxed-origin-browsing-context-flag':'embedded-content-0','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dom-iframe-contentdocument':'embedded-content-0','attr-command-label':'interactive-elements','dom-style-scoped':'semantics','how-to-read-this-specification':'introduction','event-dragenter':'editing','dom-location-reload':'history','cocept-input-list':'forms','dom-p-align':'obsolete-features','attr-link-rel':'semantics','htmlformelement':'forms','the-columns':'interactive-elements','sample-handler-impl':'browsers','handler-onreadystatechange':'browsers','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','attr-textarea-wrap':'forms','event-loadstart':'video','md-vevent-dtend':'microdata','sandboxPluginApplet':'obsolete-features','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-meta-httpequiv':'semantics','attr-img-border':'obsolete-features','concept-appcache-manifest':'offline','create-an-impotent-script':'browsers','md-vcard-label-value':'microdata','suffering-from-a-type-mismatch':'forms','other-link-types':'history','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','application-cache':'offline','current-drag-operaton':'editing','the-small-element':'text-level-semantics','event-message':'comms','custom-data-attribute':'dom','session-history-entry':'history','dom-frame-src':'obsolete-features','dom-option-value':'forms','common-input-element-apis':'forms','messageportarray':'comms','dom-lang':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','dom-context-2d-globalcompositeoperation':'the-canvas-element','attr-ul-compact':'obsolete-features','navigatorid':'browsers','dom-media-currenttime':'video','htmlframesetelement':'obsolete-features','column':'interactive-elements','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','md-vevent-url':'microdata','dom-document-domain':'browsers','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'embedded-content-0','extracting-atom':'microdata','command-facet-hint':'interactive-elements,'predefined-type':'microdata','script-s-global-object':'browsers','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','md-vcard-adr':'microdata','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','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'browsers','dom-insertadjacenthtml':'dom','algorithm-for-processing-row-groups':'tabular-data','attr-link-rev':'obsolete-features','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','barprop':'brosers','function':'browsers','dom-messageport-postmessage':'comms','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'forms','handler-ondragenter':'browsers','jump-to-a-code-entry-point':'browsers','handler-onseeked':'browsers','dom-td-th-axis':'obsolete-features','dom-outerhtml':'dom','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','dom-messageevent-source':'comms','datatransfer':'editing','handler-oncanplaythrough':'browsers','dom-datagrid-disabled':'interactive-elements','dom-object-contentdocument':'embedded-content-0','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete-features','end-tags':'syntax','the-element-pointers':'syntax','dom-focus':'editing','dom-marquee-height':'obsolete-features','dom-media-duration':'video','valid-lowercase-imple-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','dom-context-2d-linecap':'the-canvas-element','attr-td-th-height':'obsolete-features','paused-for-user-interaction':'video','dom-context-2d-textbaseline-bottom':'the-canvas-element','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete-features','rel-icon':'history','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','parsing-main-incolgroup':'syntax','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'infrastructure','dom-prgress-value':'text-level-semantics','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','user-agents':'comms','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'history','contenteditable-insertText':'editing','attr-object-codebase':'obsolete-features','dom-keygen-type':'forms','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'forms','start-tags':'syntax','posted-message-task-source':'comms','comment-end-dash-state':'syntax','source-browsing-context':'history','comment-start-state':'syntax','example:-a-datagrid-backed-by-nested-ol-elements':'interactive-elements','attr-marquee-behavior-alternate':'obsolete-features','the-optgroup-element':'forms','submit-button-state':'forms','concept-select-option-list':'forms' }; +var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'text-level-semantics','datagrid-type-editable':'interactive-elements','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','dom-context-2d-putimagedata':'the-canvas-element','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'browsers','dom-meter-optimum':'text-level-semantics','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','md-vcard-type-adr-home':'microdata-0','a-browsing-context-is-discarded':'browsers','concept-http-equivalent':'infrastructure','definitions-2':'editing','ports-and-garbage-collection':'comms','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elments','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','md-vcard-label':'microdata-0','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'browsers','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','when-a-script-completes-loading':'semantics','namespaces':'syntax','command-redo':'editing','attr-meter-value':'text-level-semantics','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','application-cache-update-process':'offline','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':'embedded-content-0','math':'the-canva-element','fire-loadedmetadata':'video','dom-htmlallcollection-length':'infrastructure','dom-messagechannel':'comms','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','concept-appcache-fallback-ns':'offline','posting-messages':'comms','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','guidance-for-markup-generators':'embedded-content-0','dom-input-alt':'forms','datagrid_model_err':'infrastructure','attr-button-type':'forms','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'browsers','attr-hr-align':'obsolete','custom-handlers':'browsers','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','md-vcard-tel-value':'microdata-0','parse-error':'syntax','dom-marquee-stop':'obsolet','dom-select-options':'forms','link-type-next':'history','concept-fe-disabled':'forms','conforming-but-obsolete-features':'obsolete','dom-object-border':'obsolete','dom-feature-strings':'infrastructure','predefined-property-name':'microdata-0','quirks-mode':'dom','character-encodings-0':'infrastructure','root-element':'infrastructure','path':'the-canvas-element','dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','bogus-comment-state':'syntax','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','canvaspattern':'the-canvas-element','original-insertion-mode':'syntax','obtain-a-physical-form':'the-xhtml-syntax','syntax-escape-end':'syntax','link-type-external':'history','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-tring-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete','dom-context-2d-textbaseline-top':'the-canvas-element','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','dom-video-videoheight':'video','pre-click-activation-steps':'dom','dom-form-reset':'forms','link-type-index':'history','dom-frame-scrolling':'obsolete','dom-img-width':'embedded-content-0','fire-a-simple-event':'browsers','browsing-the-web':'history','encoding-microdata':'microdata-0','assigned-access-key':'editing','attr-fae-form':'forms','dom-properties':'microdata-0','dom-area-alt':'the-canvas-element','dom-progress-position':'text-level-semantics','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'syntax','selectors':'the-xhtml-syntax','vcard':'microdata-0','dom-media-volume':'video','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmcollection-item':'infrastructure','dom-iframe-src':'embedded-content-0','dom-barprop-visible':'browsers','dom-media-paused':'video','dom-context-2d-shadowcolor':'the-canvas-element','attr-tr-bgcolor':'obsolete','the-img-element':'embedded-content-0','dom-context-2d-ispointinpath':'the-canvas-element','url-property-elements':'microdata-0','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','event-pause':'video','references':'references','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'syntax','attr-meta-http-equiv-refresh':'semantics','extracting-vevent-data':'microdata-0','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','attr-td-th-bgcolor':'obsolete','md-vcard-n-honorific-prefix':'microdata-0','comment-end-bang-state':'syntax','dom-image':'embedded-content-0','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','canvas-context-2d':'te-canvas-element','celllist':'interactive-elements','command-facet-checkedstate':'interactive-elements','attr-p-align':'obsolete','md-vevent-rrule':'microdata-0','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'browsers','typographic-conventions':'introduction','syntax-comments':'syntax','event-appcache-progress':'offline','split-a-string-on-spaces':'infrastructure','unknown-images':'embedded-content-0','dom-body-vlink':'obsolete','list-of-scripts-that-will-execute-asynchronously':'semantics','the-details-element':'interactive-elements','parsing-main-intable':'syntax','dom-htmloptionscollection-remove':'infrastructure','htmldivelement':'interactive-elements','execCommand':'editing','dom-hx-align':'obsolete','dom-context-2d-translate':'the-canvas-element','dom-media-autobuffer':'video','timers':'browsers','meta-description':'semantics','event-handler-attributes':'browsers',valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'interactive-elements','event-timeupdate':'video','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'browsers','the-progress-element-0':'the-xhtml-syntax','media-element-event-task-source':'video','md-vcard':'microdata-0','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','example:-a-datagrid-backed-by-a-server':'interactive-elements','dom-marquee-truespeed':'obsolete','scripting-1':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','handler-onmouseout':'browsers','concept-input-min':'forms','attr-marquee-direction-down':'obsolete','writing':'syntax','list-of-active-intervals':'browsers','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'introduction','history-1':'history','attr-marquee-behavior-scroll':'obsolete','weeks':'ifrastructure','create-a-new-messageport-object':'comms','dom-input-required':'forms','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','shadows':'the-canvas-element','represents':'the-xhtml-syntax','table-intro':'tabular-data','url-hostport':'infrastructure','dom-basefont-size':'obsolete','concept-input-min-zero':'forms','handler-window-onmessage':'browsers','dom-htmlpropertycollection-item':'infrastructure','url-host-specific':'infrastructure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','command-unlink':'editing','fire-a-click-event':'browsers','dom-document-defaultcharset':'dom','the-blockquote-element':'semantics','attr-object-type':'embedded-content-0','dom-bb-type':'interactive-elements','dom-media-have_enough_data':'video','attr-input-type-email-keyword:'forms','dom-messageport-start':'comms','attr-textarea-readonly':'forms','dom-subject':'microdata-0','typed-items':'microdata-0','sandboxLinks':'history','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':'dom','htmlhrelement':'semantics','get-the-timeout':'browsers','script-nesting-level':'syntax','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'browsers','dom-input-readonly':'forms','concept-input-step':'forms','default-media':'semantics','dom-li-type':'obsolete','datagrid-type-custom':'interactive-elements','dom-area-search':'the-canvas-element','html-elements':'infrastructure','set-the-document-s-address':'history','object-plugin':'embedded-content-0','valid-e-mail-address-list':'forms','r1':'tbular-data','limited-quirks-mode':'dom','attr-fe-maxlength':'forms','xpath-1.0-processors':'dom','md-vcard-fn':'microdata-0','parse-a-time-component':'infrastructure','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','extracting-a-vcard':'microdata-0','concept-spellcheck-default-true':'editing','an-introduction-to-error-handling-in-the-parser':'syntax','datagridPseudos':'the-xhtml-syntax','rank':'semantics','dom-context-2d-linejoin':'the-canvas-element','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','writing-xhtml-documents':'the-xhtml-syntax','parsing-main-inbody':'syntax','navigator':'browsers','dom-document-bgcolor':'obsolete','link-type-help':'history','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','secuity-2':'browsers','dom-img-height':'embedded-content-0','link-type-author':'history','handler-ondurationchange':'browsers','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','range-state':'forms','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','dom-marquee-scrollamount':'obsolete','dom-select-length':'forms','in-a-document':'infrastructure','dom-listener-cellchanged':'interactive-elements','datagrid-type-progress':'interactive-elements','parse-a-manifest':'offline','dynamic-markup-insertion':'dom','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dm-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','ascii-serialization-of-an-origin':'browsers','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'browsers','link-type-nofollow':'history','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'browsers','read-image':'history','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','cue-ranges':'video','handler-appcache-oncached':'offline','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'embedded-content-0','the-title-element':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-htmlpropertycollection-length':'infrastructure','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','the-cite-eement':'text-level-semantics','the-time-element-0':'the-xhtml-syntax','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','md-vcard-note':'microdata-0','the-mark-element':'text-level-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','dom-td-th-align':'obsolete','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastructure','dom-htmloptionscollection-length':'infrastructure','concept-datetime-local':'infrastructure','syntax':'syntax','colors':'infrastructure','outerhtml':'dom','md-vcard-categories':'microdata-0','dom-imagedata-data':'the-canvas-element','handler-onplaying':'browsers','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','md-vcard-tel-type':'microdata-0','radionodelist':'infrastructure','introduction-11':'the-xhtml-syntax','url-path':'infrastructure','domtokenlst':'infrastructure','escaping-the-vcard-text-string':'microdata-0','dom-marquee-behavior':'obsolete','dom-img-usemap':'embedded-content-0','event-volumechange':'video','dom-validitystate-typemismatch':'forms','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'browsers','colors-and-styles':'the-canvas-element','attr-fs-enctype':'forms','tool-bars':'interactive-elements','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','dom-selection-addrange':'editing','datagridlistener':'interactive-elements','parsing-main-inselectintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'browsers','event-error':'video','selector-invalid':'interactive-elements','pending-datagrid-cells-list':'interactive-elements','implementation-notes':'editing','concept-item':'microdata-0','the-col-element':'tabular-data','the-placeholder-attribute':'forms',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':'browsers','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-scripts':'browsers','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','datagrid-type-meter':'interactive-elements','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','using-the-input-element-to-define-a-command':'interactive-elements','hidden-state':'forms','dom-htmloptionscollection-nameditem':'infrastructure','dom-pre-width':'obsolete','miscellaneous-elements':'interactive-elements','dom-datagrid-repaint':'interactive-elements','attr-li-value':'semantics','has-an-element-in-scope':'syntax','attr-command-type-keyword-checkbox':'interactive-elements','events':'browsrs','newlines':'syntax','md-vcard-type-adr-parcel':'microdata-0','wrong_document_err':'infrastructure','concept-option-value':'forms','declarative-3d-scenes':'no','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','browser-button-types':'interactive-elements','datagrid-child-count':'interactive-elements','handler-onloadeddata':'browsers','the-button-element-0':'the-xhtml-syntax','form-associated-element':'forms','dom-spellcheck':'editing','dom-dl-compact':'obsolete','table-model-error':'tabular-data','overview-of-the-parsing-model':'syntax','md-vcard-email-type':'microdata-0','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','dom-context-2d-arco':'the-canvas-element','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'text-level-semantics','concept-appcache-explicit':'offline','current-table':'syntax','attr-area-shape-rect':'the-canvas-element','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','gcop-lighter':'the-canvas-element','htmlheadelement':'semantics','matching-a-fallback-namespace':'offline','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','htmlembedelement':'embedded-content-0','md-vcard-type-tel-work':'microdata-0','handler-window-onredo':'browsers','dom-map-areas':'the-canvas-element','category-label':'forms','handler-onpause':'browsers','dom-history':'history','character-encoding-declaration':'semantics','concept-uda-setter':'infrastructure','attr-keygen-challenge':'forms','non-scripted':'infrastructure','concept-input-step-default':'fors','date-state':'forms','dom-htmloptionscollection-add':'infrastructure','attr-div-align':'obsolete','htmlpropertycollection-0':'infrastructure','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','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','dom-area-port':'the-canvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','dom-canvasgradient-addcolorstop':'the-canvas-element','list-of-active-timeouts':'browsers','md-vcard-nickname':'microdata-0','attr-hyperlink-media':'history','link-type-prev':'history','dom-area-host':'the-canvas-element','dom-context-2d-measuretext':'the-canvas-element','rules-for-parsing-integers':'infrastructre','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':'browsers','interactive-media':'the-xhtml-syntax','dom-opener':'browsers','using-the-option-element-to-define-a-command':'interactive-elements','pixel-manipulation':'the-canvas-element','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'embedded-content-0','events-fired-during-a-drag-and-drop-action':'editing','dialog-arguments-origin':'browsers','apply-a-row-object':'interactive-elements','reflecting-content-attributes-in-dom-attributes':'infrastructure','security-with-canvas-elements':'the-canvas-element','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','the-body-element':'semanics','heading-content':'dom','handler-onprogress':'browsers','datagrid-update-display-algorithm':'interactive-elements','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'embedded-content-0','dom-a-charset':'obsolete','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','event-abort':'video','white_space':'infrastructure','handler-onchange':'browsers','dom-script-async':'semantics','event-dragover':'editing','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','md-vcard-type-tel-fax':'microdata-0','htmltimeelement':'text-level-semantics','garbage-collection':'infrastructure','the-address-element':'semantics','the-input-element-as-a-color-well':'the-xhtml-syntax','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','attr-iframe-sandbox-allow-forms':'embedded-content-0','validation_err':'infrastructure','the-title-attribute-0':'the-xhtml-syntax','dom-fom-dispatchformchange':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens':'infrastructure','scriptingLanguages':'semantics','foster-parent':'syntax','canceled-activation-steps':'dom','concept-script':'browsers','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','character-reference-data-state':'syntax','background':'introduction','htmlobjectelement':'embedded-content-0','dom-table-frame':'obsolete','scrolling-elements-into-view':'editing','md-vevent-summary':'microdata-0','case-sensitive':'infrastructure','dom-validitystate-toolong':'forms','running-a-script':'semantics','network_err':'infrastructure','the-marquee-element-0':'obsolete','using-the-bb-element-to-define-a-command':'interactive-elements','collecting-the-first-vcard-subproperty':'microdata-0','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','dom-messageevent-data':'comms','domtringmap-0':'infrastructure','find-a-number':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'dom','dom-iframe-name':'embedded-content-0','head-element-pointer':'syntax','category-submit':'forms','attr-embed-type':'embedded-content-0','manually-releasing-the-storage-mutex':'browsers','insert-an-html-element':'syntax','event-dispatch':'forms','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','list-of-active-formatting-elements':'syntax','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','dom-select-selectedindex':'forms','dom-context-2d-miterlimit':'the-canvas-element','phrasing-content':'dom','attr-bb-type-makeapp':'interactive-elements','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete','event-handler-attributes-0':'brwsers','attr-meter-min':'text-level-semantics','tag-clouds':'semantics','md-vcard-agent':'microdata-0','attr-col-width':'obsolete','md-vevent':'microdata-0','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'browsers','attr-command-disabled':'interactive-elements','strike':'obsolete','controlling-the-input-stream':'dom','handler-ondblclick':'browsers','dom-itemprop':'microdata-0','listening-to-notifications-from-the-datagrid':'interactive-elements','months':'infrastructure','dom-document-lastmodified':'dom','dom-context-2d-beginpath':'the-canvas-element','dom-source-src':'video','attr-script-type':'semantics','creator-document':'browsers','interactions-with-xpath-and-xslt':'dom','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'syntax','dom-fs-formmethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','parsing':'syntax','rendering':'the-xhtml-syntax','handler-onwaiting':'browsers','attr-param-type':'obsolete','d-vcard-type-adr-postal':'microdata-0','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','distinguishing-site-wide-headings-from-page-headings':'semantics','isindex-0':'obsolete','dom-messageevent-origin':'comms','dom-context-2d-quadraticcurveto':'the-canvas-element','attr-area-nohref':'obsolete','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','messageport':'comms','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','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactie-elements','syntax-escape':'syntax','md-vcard-title':'microdata-0','dom-context-2d-globalalpha':'the-canvas-element','mediamode':'no','event-handler-attributes-on-elements-document-objects-and-window-objects':'browsers','handling-first-frame-available':'video','dom-bb-supported':'interactive-elements','broadcast-formchange-events':'forms','concept-input-value-dirty':'forms','dom-context-2d-beziercurveto':'the-canvas-element','valid-date-or-time-string':'infrastructure','concept-bc-noscript':'browsers','frameset':'obsolete','e-mail-type-strings':'microdata-0','concept-spellcheck-default-false':'editing','md-vcard-adr-street-address':'microdata-0','adjust-mathml-attributes':'syntax','general-guidelines':'embedded-content-0','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','dom-context-2d-clearrect':'the-canvas-element','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax','event-play':'video''no':'no','md-vcard-org':'microdata-0','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':'browsers','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'dom','dom-context-2d-shadowblur':'the-canvas-element','meta-generator':'semantics','handler-onstalled':'browsers','attr-spellcheck':'editing','link-type-up':'history','local-date-and-time-state':'forms','the-canvas-state':'the-canvas-element','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','concept-output-mode':'forms','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete','attr-link-charset':'obsolete','concept-datetime':'infrastructure','html-naespace':'infrastructure','dom-selection-collapsetostart':'editing','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-0','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'history','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','the-accesskey-attribute':'editing','command-italic':'editing','handler-window-onafterprint':'browsers','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','converting-html-to-other-formats':'microdata-0','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','concept-appcache-onlinewhitelist':'offline','event-input-change':'forms','sequential-link-types':'history','row':'interactive-elements','dom-media-addcuerange':'video','submit-data-put':'forms','dom-dim-width':'the-canvas-element','md-vcard-adr-type':'microdata-0','local-dates-and-times':'infrastructure','dom-htmlpropertycollection-nameditem':'infrastructure','editors':'infrastructure''dom-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concept-n-noscript':'browsers','dom-selection-deletefromdocument':'editing','event-handler-dom-attributes':'browsers','dom-td-th-abbr':'obsolete','htmlselectelement':'forms','attr-mod-cite':'text-level-semantics','reset-the-insertion-mode-appropriately':'syntax','doctype-public-identifier-double-quoted-state':'syntax','date-or-time-string':'infrastructure','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax','nestedParsing':'syntax','attr-article-pubdate':'semantics','dom-tr-align':'obsolete','concept-http-equivalent-get':'infrastructure','xml-namespace':'syntax','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'history','pending-external-script':'semantics','input-type-attr-summary':'forms','list-of-code-entry-points':'browsers','remove-a-token-from-a-string':'infrastructure','number-state':forms','md-vcard-mailer':'microdata-0','dom-button-value':'forms','a-form-control-s-value':'forms','the-menu-bar-barprop-object':'browsers','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'embedded-content-0','dom-media-have_current_data':'video','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','mq':'infrastructure','processing-model-2':'browsers','dom-listener-getrows':'interactive-elements','xml':'infrastructure','explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','attr-param-value':'embedded-content-0','cut-to-clipboard':'editing','md-vcard-type-tel-video':'microdata-0','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','system-state-and-capabilities':'browsers','link-type-license:'history','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','scripting':'browsers','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','dom-sharedworkerglobalscope-applicationcache':'offline','syntax-tag-name':'syntax','relationships-to-other-specifications':'introduction','changing-the-encoding-while-parsing':'syntax','md-vcard-tel':'microdata-0','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','canvaspixelarray':'the-canvas-element','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'forms','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','messageevent':'comms','security_err':'infrastrcture','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','completed-loading':'semantics','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'browsers','live':'infrastructure','parse-a-time-string':'infrastructure','dom-td-th-nowrap':'obsolete','scope':'introduction','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete','dom-print':'browsers','obtain-the-storage-mutex':'browsers','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'syntax','the-pattern-attribute':'forms','dom-area-type':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'browsers','parsing-main-incaption':'syntax','attr-td-th-nowrap':'obsolete','before-doctype-name-state':'syntax','natural-order-sparse-data-tree':'interactive-elements','attr-tabindex':'editing','dom-area-target':'the-canvas-element','dom-section-cie':'semantics','dom-a-rel':'text-level-semantics','dom-object-type':'embedded-content-0','printing':'browsers','values':'microdata-0','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'browsers','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':'browsers','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','event-seeked':'video','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','dom-datagrid-clearcolumns':'interactive-elements','dom-img-alt':'embedded-content-0','support-the-scripting-language':'semantics','dom-command-checked':'interactive-elements','the-param-element':'embedded-content-0','charset':'semantics','ping':'history','auxiliary-browsing-context':'browsers','table-model':'tabular-data','parsing-main-intr':'syntax','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','theoption-element':'forms','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-tr-bgcolor':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'syntax','url-query':'infrastructure','audit-the-datagrid':'interactive-elements','form-submission-algorithm':'forms','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'embedded-content-0','outline':'semantics','attr-select-multiple':'forms','get-the-timed-task':'browsers','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'embedded-content-0','address-type-strings':'microdata-0','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-fae':'obsolete','dom-tdth-rowspan':'tabular-data','paste-from-selection':'editing','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','a-quick-introduction-to-html':'introduction','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-autocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'browsers','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','window':'browsers','when-shadows-are-drawn':'the-canvas-element','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','event-seeking':'video','attr-object-data':'embedded-content-0','sandboxed-scripts-browsing-context-flag':'embedded-content-0','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-body-alink':'obsolete','attr-table-align':'obsolete','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','domfont-color':'obsolete','embedded-content-2':'dom','embedded-content-1':'the-xhtml-syntax','embedded-content-0':'embedded-content-0','task-source':'browsers','dom-ol-compact':'obsolete','the-dialog-element':'semantics','other-metadata-names':'semantics','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'infrastructure','display-order-sparse-data-tree':'interactive-elements','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'syntax','dom-select-selectedoptions':'forms','manifests':'offline','dom-context-2d-restore':'the-canvas-element','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','md-vcard-type-tel-car':'microdata-0','dom-datagrid-sortascending':'interactive-elements','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'browsers','htmlhtmlelement':'semantics','dom-undomanager-add':'editing','md-vevent-equence':'microdata-0','contenteditable-breakBlock':'editing','md-vcard-logo':'microdata-0','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','md-vcard-type-email-internet':'microdata-0','md-vcard-email-value':'microdata-0','create-a-script-from-a-node':'browsers','dependencies':'infrastructure','event-online':'offline','handler-onvolumechange':'browsers','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'browsers','already-executed':'semantics','language':'dom','dom-progress-max':'text-level-semantics','copy-and-paste':'editing','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructure','concept-form-reset':'forms','attr-hr-width':'obsolete','md-vcard-type-tel-voice':'microdata-0','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'text-level-semantics','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'dom','handler-marquee-onbouce':'obsolete','dom-context-2d-createpattern':'the-canvas-element','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','renderingcontext2dcallback':'interactive-elements','dom-document-cookie':'dom','before-attribute-name-state':'syntax','scroll-to-fragid':'history','licensing-works':'microdata-0','elements-0':'syntax','concept-option-index':'forms','script-execution-environment':'browsers','attr-pre-width':'obsolete','dom-img-longdesc':'obsolete','dom-dragevent-initdrageventns':'editing','attr-marquee-direction':'obsolete','attr-br-clear':'obsolete','md-vcard-tz':'microdata-0','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','dom-imagedata-height':'the-canvas-element','doctype-legacy-string':'syntax','the-list-of-active-formatting-elements':'syntax','limited-to-only-known-values':'infrastructure','the-q-element':'text-level-semantics','event-ended':'video','dom-option-tvds':'forms','dom-comand-ro-disabled':'interactive-elements','complex-shapes-paths':'the-canvas-element','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'the-xhtml-syntax','dom-document-close':'dom','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'embedded-content-0','semantics':'semantics','dom-object-declare':'obsolete','dom-document-getitems':'microdata-0','attr-tbody-valign':'obsolete','md-vcard-type-tel-pager':'microdata-0','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':'browsers','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','dom-option-index':'forms','dates-and-times':'infrastructure','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactiv-elements','gcop-copy':'the-canvas-element','optional-tags':'syntax','posting-messages-with-message-ports':'comms','attr-link-sizes':'history','the-document-s-address':'dom','md-vcard-n-given-name':'microdata-0','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','canvasgradient':'the-canvas-element','handler-appcache-onobsolete':'offline','dom-object-code':'obsolete','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','command-subscript':'editing','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','the-bb-element':'interactive-elements','attr-form-autocomplete':'forms','md-vcard-type-email-x400':'microdata-0','converted-to-ascii-uppercase':'infrastructure','property-names':'microdata-0','dom-area-coords':'the-canvas-element','dom-tokenlist-add':'infrastructue','the-script-block-s-character-encoding':'semantics','punctuation-and-decorations':'the-xhtml-syntax','dom-param-value':'embedded-content-0','preprocessing-the-input-stream':'syntax','doctype-system-identifier-single-quoted-state':'syntax','attr-fe-disabled':'forms','dom-area-hostname':'the-canvas-element','dom-context-2d-lineto':'the-canvas-element','dom-htmlpropertycollection-names':'infrastructure','dom-media-ended':'video','dom-channel-port1':'comms','dom-fs-formtarget':'forms','the-article-element':'semantics','algorithm-for-ending-a-row-group':'tabular-data','attr-td-th-abbr':'obsolete','apis-in-html-documents':'dom','content-model-flag':'syntax','concept-option-selectedness':'forms','atom':'microdata-0','attr-input-checked':'forms','misinterpreted-for-compatibility':'infrastructure','datagrid':'interactive-elements','dom-context-2d-textbaseline':'the-canvas-element','spacer':'obsolete','the-aside-element':'semantics','dom-command-type':'interactive-elements','dom-fs-target':'forms','dom-domsettableokenlist-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','collecting-vcard-subproperties':'microdata-0','dom-messageevent-ports':'comms','dom-appcache-status':'offline','markup-declaration-open-state':'syntax','link-type-last':'history','custom-validity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','attr-area-shape-default':'the-canvas-element','dom-classname':'dom','image-map':'the-canvas-element','attr-input-type':'forms','htmllegendelement':'interactive-elements','md-vcard-bday':'microdata-0','element-level-focus-apis':'editing','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','textmetrics':'the-canvas-element','concept-spellcheck-default':'eiting','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'browsers','parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'embedded-content-0','the-header-element':'semantics','dom-window-personalbar':'browsers','concept-input-min-default':'forms','dom-object-data':'embedded-content-0','dom-datagrid-sortcolumn':'interactive-elements','after-doctype-public-identifier-state':'syntax','dom-validitystate-rangeunderflow':'forms','examples-1':'microdata-0','command-insertlinebreak':'editing','replaced-elements':'the-xhtml-syntax','svg-namespace':'syntax','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','event-emptied':'video','dom-mod-datetime':'text-level-semantics','md-work':'microdata-0','document.writeln':'dom','updating-an-application-cache':'offline','gcop-source-atop':'the-canvas-element','attr-source-src':'video','the-var-element':'text-level-semantics','dom-datalist-options':'forms','md-vcard-adr-post-office-box':'microdata-0','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','dom-datagrid-listener':'interactive-elements','ended-playback':'video','event-summary':'offline','attr-option-selected':'forms','infrastructure':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'history','svg-0':'the-canvas-element','dom-selection-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'browsers','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','dom-frameset-cols':'obsolete','replacement-enabled':'history','joint-session-histoy':'history','concept-appcache-selection':'offline','dates':'infrastructure','simple-shapes-rectangles':'the-canvas-element','dom-marquee-loop':'obsolete','dom-context-2d-createlineargradient':'the-canvas-element','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','activating-state-object-entries':'history','return-value':'browsers','dom-embed-type':'embedded-content-0','boolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','tool-bars-0':'the-xhtml-syntax','dom-ul-compact':'obsolete','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'embedded-content-0','dom-iframe-contentwindow':'embedded-content-0','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','serializtion-of-a-color':'the-canvas-element','dom-confirm':'browsers','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'browsers','dom-alert':'browsers','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'history','concept-input-required':'forms','dom-messageevent-lasteventid':'comms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'browsers','attr-area-shape-keyword-default':'the-canvas-element','datagrid-type-text':'interactive-elements','dom-document-nameditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','fragment-case':'syntax','serializing-xhtml-fragments':'the-xhtml-syntax','handler-onseeking':'browsers','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element',the-applet-element':'obsolete','dom-option-disabled':'forms','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'dom','md-vevent-location':'microdata-0','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','md-vevent-last-modified':'microdata-0','domstring_size_err':'infrastructure','has-a-border':'the-xhtml-syntax','the-datagrid-element':'the-xhtml-syntax','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','gcop-destination-in':'the-canvas-element','dom-iframe-marginwidth':'obsolete','dom-datagrid-setrowcount':'interactive-elements','serialise_err':'infrastructure','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'text-level-semantics','copy-to-clipboard':'editing','the-window-object':'browers','editing-apis':'editing','allowed-datagrid-column-types':'interactive-elements','concept-time':'infrastructure','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'embedded-content-0','attr-td-th-char':'obsolete','datagrid-type-checkable':'interactive-elements','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'dom','dom-document-readystate':'dom','display-order-sparse-data-list':'interactive-elements','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'browsers','dom-th-scope':'tabular-data','md-vevent-categories':'microdata-0','valid-reversed-dns-identifier':'infrastructure','attr-command-checked':'interactive-elements','dom-context-2d-arc':'the-canvas-element','concept-input-immutable':'forms','columnlist':'interactive-elements','the-li-element':'semantics','doma-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'history','current-target-element':'editing','parsing-main-inselect':'syntax','attr-link-title':'semantics','the-marquee-element':'the-xhtml-syntax','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','dom-listener-rowopened':'interactive-elements','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','md-vcard-org-organization-unit':'microdata-0','dom-location-href':'history','md-vcard-photo':'microdata-0','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','md-vevent-exdate':'microdata-0','event-loadedmetadata':'video','the-p-element':'semantics','dom-window-blur':'editing','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','following-hyperlinks':'history','md-vevent-resources':'microdata-0','htmltablecolelement':'tabular-data','dom-window-pstmessage-2':'comms','dom-form-submit':'forms','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-length':'forms','event-loop':'browsers','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','md-vcard-n-family-name':'microdata-0','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','md-vcard-n-honorific-suffix':'microdata-0','color-state':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'history','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','element-restrictions':'syntax','lists-of-integers':'infrastructure','run-canceled-activation-steps':'dom','attr-base-target':'semantics','values-associated-with-denominator-punctuation-characters':'infrastructure','images':'the-canvas-element','dom-media-played':'video','md-vcard-adr-postal-cod':'microdata-0','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':'obsolete','dom-textarea-cols':'forms','date-and-time-state':'forms','dom-context-2d-stroke':'the-canvas-element','override-url':'history','generate-the-triples-for-an-item':'microdata-0','column-list':'interactive-elements','clipping-region':'the-canvas-element','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','event-durationchange':'video','attr-td-th-charoff':'obsolete','ratios':'infrastructure','dom-media-network_empty':'video','dom-document-all':'obsolete','gcop-source-in':'the-canvas-element','sbu-not-copy':'browsers','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'browsers','dom-dragevent-initdragevent':'editing','dom-time-time:'text-level-semantics','concept-row':'tabular-data','dom-datagrid-renotify':'interactive-elements','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':'browsers','content-type':'infrastructure','attr-body-text':'obsolete','syntax-elements':'syntax','drawing-state':'the-canvas-element','dom-mediaerror-media_err_decode':'video','dom-input-stepup':'forms','the-keygen-element-0':'the-xhtml-syntax','dom-table-caption':'tabular-data','dom-htmloptionscollection-item':'infrastructure','using-the-button-element-to-define-a-command':'interactive-elements','invalid_access_err':'infrastructure','attr-link-type':'semantics','attr-command-type-state-command':'interactive-elements','htmltablesectionelement':'tabular-data','dom-canvaspixelarray-set':'the-canvas-element','handler-ondrag':'browsers','thetitle-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':'browsers','handler-window-onbeforeunload':'browsers','inline-documentation-for-external-scripts':'semantics','handler-oninput':'browsers','the-code-element':'text-level-semantics','concept-select-pick':'forms','htmldatagridelement':'interactive-elements','htmlimageelement':'embedded-content-0','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','md-vevent-attach':'microdata-0','refused-to-allow-the-document-to-be-unloaded':'history','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','documentSelection':'editing','attr-command-title':'interactive-elements','domstringmap':'infrastructure','the-input-element-as-a-text-entry-widget':'the-xhtml-syntax''mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-context-2d-closepath':'the-canvas-element','dom-base-href':'semantics','undomanagerevent':'editing','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','the-windowproxy-object':'browsers','popstateevent':'history','attr-iframe-scrolling':'obsolete','interactively-validate-the-constraints':'forms','link-type-noreferrer':'history','forming-a-table':'tabular-data','checkbox-state':'forms','general':'microdata-0','best-representation-of-the-floating-point-number':'infrastructure','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentational-hints':'the-xhtml-syntax','attr-a-coords':'obsolete','dom-meter-value':'text-level-semantics','the-time-element':'text-level-semantics','dom-form-nameditem':'forms','event-suspend':'video','dom-blur':'editing','client-identification':'browsers','dom-object-usemap':'embedded-content-0','link-type-alternate':'histor','dialog-arguments':'browsers','concept-command':'interactive-elements','rowid':'interactive-elements','an-image-not-intended-for-the-user':'embedded-content-0','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','dom-context-2d-textbaseline-alphabetic':'the-canvas-element','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'forms','command-facet-action':'interactive-elements','the-bb-element-0':'the-xhtml-syntax','dom-draggable':'editing','dom-context-2d-fillrect':'the-canvas-element','htmlolistelement':'semantics','redo:-moving-forward-in-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','md-vcard-rev':'microdata-0','fallback-content':'dom','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','attr-body-link':'obsolete','keywords-and-enumerated-attributes':'infrastructure','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantcs','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'browsers','definitions-1':'browsers','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'browsers','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'embedded-content-0','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers','editing-intro':'editing','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','attr-tr-valign':'obsolete','initial-code-entry-point':'browsers','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','application-cache-api':'offline','dom-context-2d-font':'the-canvas-element','handler-onsuspend':'browsers','initundomanagereventns:'editing','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-document-compatmode':'dom','the-session-history-of-browsing-contexts':'history','sandboxed-navigation-browsing-context-flag':'embedded-content-0','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','message-channels':'comms','handler-window-onoffline':'browsers','dom-td-th-valign':'obsolete','md-vevent-exrule':'microdata-0','imagedata':'the-canvas-element','message-ports':'comms','htmltextareaelement':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','concept-get-attributes-when-sniffing':'syntax','security-3':'history','form-submission-0':'forms','security-1':'browsers','safe-passing-of-structured-data':'infrastructure','security-4':'comms','dom-script-event':'obsolete','plugins':'infrastructure','dom-auio':'video','dom-location-resolveurl':'history','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-listener-rowclosed':'interactive-elements','dom-based-xslt-1.0-processors':'dom','dom-tokenlist-toggle':'infrastructure','flow-content-0':'dom','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'embedded-content-0','cue-range':'video','no_modification_allowed_err':'infrastructure','attr-meter-low':'text-level-semantics','attr-script-defer':'semantics','md-vevent-transp':'microdata-0','dom-window-scrollbars':'browsers','microdata':'microdata-0','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'forms','first-script':'browsers','comment-state':'syntax','md-vcard-org-organization-name':'micodata-0','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','md-vevent-contact':'microdata-0','url-encoded-form-data':'forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','htmlbrowserbuttonelement':'interactive-elements','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','md-vcard-type-tel-isdn':'microdata-0','link-type-first':'history','suffering-from-a-custom-error':'forms','pending-datagrid-rows-list':'interactive-elements','dom-option-tvd':'forms','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete','introduction-9':'the-xhtml-syntax','introduction-8':'comms','the-listener':'interactive-elements','namespace_err':'infrastructure','introduction-4':'offline','introduction-7':'comms','md-vevent-comment':'icrodata-0','introduction-1':'interactive-elements','introduction-0':'forms','introduction-3':'browsers','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-context-2d-clip':'the-canvas-element','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'syntax','r2':'tabular-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'embedded-content-0','file-upload-state':'forms','paragraph':'dom','dom-innerhtml':'dom','attr-textarea-rows-value':'forms','datagrid-type-list':'interactive-elements','history':'histor','dom-html-version':'obsolete','parse-a-time-zone-component':'infrastructure','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','vcard-0':'microdata-0','rendering-and-the-dom':'no','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','dom-tr-ch':'obsolete','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'browsers','width-of-the-select-s-labels':'the-xhtml-syntax','htmlfontelement':'obsolete','menus':'interactive-elements','dom-img-ismap':'embedded-content-0','misnested-tags:-b-p-b-p':'syntax','the-rows':'interactive-elements','the-dd-element':'semantics','after-doctype-system-identifier-state':'syntax','concept-task':'browsers','md-vevent-description':'microdata-0','dom-area-protocol':'the-canvas-element','stop-parsing:'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','escape-flag':'syntax','md-vcard-adr-country-name':'microdata-0','attr-marquee-truespeed-false':'obsolete','adoptionAgency':'syntax','dom-document-applets':'obsolete','dom-article-cite':'semantics','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','candidate-for-constraint-validation':'forms','dom-parent':'browsers','dom-canvaspixelarray-get':'the-canvas-element','document-wide-default-language':'semantics','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':'browsers','meta-application-name':'semantics''predefined-vocabularies':'microdata-0','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','examples-0':'microdata-0','dom-context-2d-strokerect':'the-canvas-element','dom-table-createtbody':'tabular-data','add-an-icalendar-line':'microdata-0','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-context-2d-filltext':'the-canvas-element','dom-hr-size':'obsolete','windowproxy':'browsers','the-2d-context':'the-canvas-element','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','md-vevent-rdate':'microdata-0','interactive-content-0':'dom','the-nav-element':'semantics','seeking':'video','concept-appcache-status':'offline','dom-table-createthead':'tabular-data','selector-optional':'interactive-elements','rules-for-parsing-a-hash-name-reference':'infrastructure','concept-input-step-scale':'forms','dom-marquee-direction':'obsolete','reflecting-dom-attributes':'indx','conformance-requirements':'infrastructure','network-states':'video','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','media-element-attributes':'video','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','md-vcard-type-adr-pref':'microdata-0','generate-implied-end-tags':'syntax','handler-onkeyup':'browsers','attr-progress-value':'text-level-semantics','attr-tbody-char':'obsolete','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'browsers','dom-showmodaldialog':'browsers','dom-area-rellist':'the-canvas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'embedded-content-0','the-select-element':'forms','dom-input-value':'forms','broadcast-forminput-events':'forms','dom-selection-rangecount':'editing','toenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'browsers','invalid_modification_err':'infrastructure','task-queue':'browsers','offline':'offline','dom-document-body':'dom','the-microdata-model':'microdata-0','dom-media-buffered':'video','localization':'no','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'embedded-content-0','attr-lang':'dom','dom-iframe-frameborder':'obsolete','dom-fs-action':'forms','windowtimers':'browsers','gcop-source-out':'the-canvas-element','attr-option-label':'forms','reversed-dns-identifiers':'infrastructure','dom-windowtimers-setinterval':'browsers','other-parsing-state-flags':'syntax','selection-0':'editing','expiring-application-caches':'offline','md-vcard-sound':'microdata-0','preceded-or-followed':'dom','the-after-after-frameset-insertion-mode':'syntax','md-vcard-type-tel-bbs':'microdata-0','multipart-form-data-encoding-algorithm':'forms','security-risks-in-the-drag-nd-drop-model':'editing','month-state':'forms','handler-onmouseover':'browsers','dom-content':'microdata-0','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','md-vcard-role':'microdata-0','the-script-block-s-source':'semantics','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'interactive-elements','example:-a-datagrid-backed-by-a-static-table-element':'interactive-elements','dom-colgroup-span':'tabular-data','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete','parse-state':'syntax','events-and-the-window-object':'browsers','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','dom-context-2d-drawimage':'the-canvas-element','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-insertion-mode':'syntax,'dom-navigator-getstorageupdates':'browsers','pragma-directives':'semantics','dom-applet-align':'obsolete','attr-object-standby':'obsolete','obsolete':'obsolete','sandboxWindowOpen':'browsers','attr-meta-name':'semantics','transparent-content-models':'dom','simple-dialogs':'browsers','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'history','attr-input-step':'forms','dom-htmlformcontrolscollection-item':'infrastructure','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete','building-menus-and-tool-bars':'interactive-elements','handler-onmouseup':'browsers','handler-window-onpopstate':'browsers','concept-cell':'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'browsers','the-a-element':'text-level-semantics','phrasing-content-0':'dom','run-synthetic-click-activation-steps':'dom','command-api':'interactive-elements','htmlallcollection':'infrastructure','executing-a-script-blck':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','dom-document-hasfocus':'editing','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete','skip-whitespace':'infrastructure','dragevent':'editing','dom-datagrid-setrows':'interactive-elements','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','htmlcollection-0':'infrastructure','attr-area-shape-keyword-rect':'the-canvas-element','interaction-with-css':'the-xhtml-syntax','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-history':'history','dom-context-2d-linewidth':'the-canvas-element','dom-window-toolbar':'browsers','datagrid-resort-steps':'interactive-elements','dom-document-referrer':'dom','md-vcard-adr-region':'microdata-0','dom-media-controls':'video','dom-media-network_loaded':'video','dom-frameset-rows':'obsolete','attr-table-boder':'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':'syntax','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete','textFieldSelection':'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':'embedded-content-0','windows':'browsers','resetting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'browsers','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','dom-td-th-ch':'obsolete','attributes-for-form-submission':'form','determining-the-character-encoding':'syntax','concept-input-mutability':'forms','maps-to-the-pixel-length-property':'the-xhtml-syntax','content-type-sniffing':'infrastructure','attr-fs-method-put-keyword':'forms','attr-img-longdesc':'obsolete','concept-input-max':'forms','authors':'comms','html-vs-xhtml':'introduction','dom-ol-type':'obsolete','handler-onscroll':'browsers','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'forms','concept-n-script':'browsers','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','attr-a-shape':'obsolete','dom-document-dir':'dom','global-attributes':'dom','port-message-queue':'comms','attr-body-background':'obsolete','dom-object-standby':'obsolete','dom-datagrid-clearrows':'interactive-elements','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-scoped':'semantics','domsettabletokenlist-0':'infrasructure','attribute-value-unquoted-state':'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','dom-fs-enctype':'forms','dom-select-nameditem':'forms','user-interaction-task-source':'browsers','association-of-controls-and-forms':'forms','syntax-doctype':'syntax','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','the-label-element':'forms','canvasrenderingcontext2d':'the-canvas-element','active-parser':'dom','handler-window-onfocus':'browsers','the-meter-element':'text-level-semantics','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','dom-context-2d-textbaseline-middle':'the-canvas-element','md-vcard-email':'microdata-0','dom-applet-codebase':'obsolete','concept-time-date':'text-level-semantics','attr-param-valuetype':'obsolete','om-context-2d-textalign':'the-canvas-element','attr-fs-enctype-formdata':'forms','storage-mutex':'browsers','dom-htmlallcollection-item':'infrastructure','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete','dom-context-2d-fillstyle':'the-canvas-element','concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','md-vcard-type-adr-work':'microdata-0','about-blank-origin':'browsers','attr-hyperlink-rel':'history','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','concept-item-corresponding':'microdata-0','dom-dim-height':'the-canvas-element','embedded-content':'dom','limited-to-only-positive-non-zero-numbers':'infrastructure','fots-and-colors':'the-xhtml-syntax','collections-0':'infrastructure','event-ratechange':'video','dom-embed-src':'embedded-content-0','md-about':'microdata-0','dom-media-error':'video','dom-input-value-default':'forms','handler-onmousedown':'browsers','bindings':'the-xhtml-syntax','dom-context-2d-fill':'the-canvas-element','dom-td-th-choff':'obsolete','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'history','dom-navigator':'browsers','attr-body-vlink':'obsolete','handler-ondragleave':'browsers','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','command-selectall':'editing','document.write':'dom','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlist':'infrastructure','dom-media-removecueranges':'video','handler-ondragover':'browsers','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'browsers','dom-id':'dom','dom-context-2-strokestyle':'the-canvas-element','transformations':'the-canvas-element','attr-bb-type':'interactive-elements','event-dragstart':'editing','tag-name-state':'syntax','using-the-microdata-dom-api':'microdata-0','json':'microdata-0','insertadjacenthtml':'dom','tag-cloud':'semantics','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-0','dom-media-play':'video','xmlns-namespace':'syntax','data-state':'syntax','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','md-vevent-dtstart':'microdata-0','md-vevent-geo':'microdata-0','htmlprogresselement':'text-level-semantics','concept-appcache-completeness':'offline','handler-ondragend':'browsers','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','dom-script-charset':'semantics','datagrid-row-count':'interactive-elements','attr-input-type-datetime-keyword':'forms','propertynodelist':'infrastructure','cuerangecallback':'video','dom-object-archive':'obsolete','attr-extarea-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','dom-context-2d-rect':'the-canvas-element','dom-tree-accessors':'dom','dimRendering':'the-xhtml-syntax','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','rowlist':'interactive-elements','stopped-due-to-errors':'video','dom-col-choff':'obsolete','dom-windowmodal-returnvalue':'browsers','converting-a-character-width-to-pixels':'the-xhtml-syntax','handler-messageport-onmessage':'comms','md-vcard-type-adr-intl':'microdata-0','interpolation':'the-canvas-element','dom-select-remove':'forms','dom-context-2d-scale':'the-canvas-element','concept-fs-enctype':'forms','dom-time-timezone':'text-evel-semantics','dom-option-label':'forms','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','dom-a-ping':'text-level-semantics','dom-ul-type':'obsolete','attr-fs-formtarget':'forms','dom-select-item':'forms','md-vevent-class':'microdata-0','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','attr-td-th-align':'obsolete','dom-textarea-value':'forms','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-0','attr-table-cellspacing':'obsolete','dom-link-href':'semantics','attr-object-name':'embedded-content-0','attr-area-coords':'the-canvas-element','embedding-custom-non-visible-data':'dom','gcop-destination-over':'the-canvas-element','dom-location-protocol':'history','type-check-a-rowlist-object':'interactive-elements','syntax-tags':'syntax','gcop-xor':'the-canvas-element','compatibility-caseless':'infrastructure','alignment':'the-xhtml-syntax','introduction-5':'editing','validitystate':'forms','attr-xml-ang':'dom','dom-location-assign':'history','associating-names-with-items':'microdata-0','attr-input-maxlength':'forms','relationship-to-html-4.01-and-dom2-html':'introduction','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','noembed':'obsolete','attr-hr-size':'obsolete','dom-navigator-platform':'browsers','run-final-activation-steps':'dom','attr-form-name':'forms','event-offline':'offline','the-legend-element':'interactive-elements','big':'obsolete','empty-cell':'tabular-data','valid-vevent-duration-string':'microdata-0','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'browsers','dom-appcache-idle':'offline','create-an-element-for-the-token':'syntax','run-pre-click-activation-steps':'dom','dom-context-2d-shadowoffsety':'the-canvas-element','dom-context-2d-shadowoffsetx':'the-canvas-element','dom-param-name':'embedded-content-0','concept-appcache-upgrade':'offline','the-captin-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','designMode':'editing','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','introduction-6':'editing','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'comms','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'dom','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','link-type-feed':'history','examples':'microdata-0','naming-form-controls':'forms','dom-fs-formaction':'forms','partially-sort-a-rowlist-object':'interactive-elements','attr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'interactive-elements','beforeunloadevent':'history','networking-task-source':'bowsers','noframes':'obsolete','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-datatransfer-dropeffect':'editing','names:-the-itemprop-attribute':'microdata-0','dom-document-write':'dom','the-directionality':'dom','the-list-attribute':'forms','dom-item':'microdata-0','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-content':'dom','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-iframe-src':'embedded-content-0','introduction-2':'microdata-0','queue-a-task':'browsers','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':'browsers','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','atr-link-sizes-any':'history','parser-pause-flag':'syntax','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-0','unfocusing-steps':'editing','event-load':'video','frames':'obsolete','alphanumeric-ascii-characters':'infrastructure','acknowledgements':'acknowledgements','suffering-from-a-pattern-mismatch':'forms','dom-document-querycommandvalue':'editing','quirks-mode-doctypes':'syntax','dom-object-vspace':'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':'browsers','document-metadata':'semantics','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','clone-a-port':'comms','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'embedded-content-0','concept-property-valu':'microdata-0','the-before-head-insertion-mode':'syntax','dom-hr-align':'obsolete','navigatoronline':'browsers','dom-table-summary':'obsolete','external-resource-link':'semantics','dom-marquee-width':'obsolete','constraint-validation':'forms','md-work-author':'microdata-0','htmlparamelement':'embedded-content-0','create-a-document-object':'history','md-vcard-adr-locality':'microdata-0','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','event-loadeddata':'video','reset-button-state':'forms','relationship-to-xhtml-1.x':'introduction','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-0','gcop-destination-atop':'the-canvas-element','dom-listener-getcells':'interactive-elements','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-0','microdata-0':'microdata-0','dom-document-fgcolor':'obsolete','md-vcard-type-tel-msg':'microdata-0','attribute-value-single-quoted-state':'syntax','do-timeranges-start':'video','dom-object-contentwindow':'embedded-content-0','url-decomposition-attributes':'infrastructure','elements-in-the-html-namespace':'infrastructure','attr-col-char':'obsolete','md-vcard-class':'microdata-0','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','undo:-moving-back-in-the-undo-transaction-history':'editing','attr-input-list':'forms','populating-the-datagrid':'interactive-elements','item-types':'microdata-0','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-command-ro-checked':'interactive-elements','md-vcard-n':'microdata-0','editable':'editing','line-styles':'the-canvas-element','plain-text-form-data':'forms','application-cache-group':'offline','dom-context-2d-createradialgradient':'the-canvas-element','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-appication-cache':'offline','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','generic-cdata-element-parsing-algorithm':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','attr-input-readonly':'forms','attr-input-max':'forms','align-descendants':'the-xhtml-syntax','extensibility':'infrastructure','attr-area-shape-keyword-circle':'the-canvas-element','script-s-browsing-context':'browsers','undo-transaction-history':'editing','event-progress':'video','html-parser':'syntax','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacing':'obsolete','handler-ondragstart':'browsers','parse-a-month-string':'infrastructure','handler-onmousewheel':'browsers','dom-map-images':'the-canvas-element','dom-option-t':'forms','handler-onabort':'browsers','md-vcard-adr-extended-address':'microdata-0','concept-week':'infrastructure','md-vcard-url':'microdata-0','dom-media-readystate':video','dom-fe-disabled':'forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'embedded-content-0','valid-week-string':'infrastructure','valid-url':'infrastructure','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-value-state':'syntax','printing-steps':'browsers','gcop-source-over':'the-canvas-element','multipart-form-data':'forms','attr-output-for':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','vevent':'microdata-0','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete','compositing':'the-canvas-element','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','default-column':'interactive-elements','unloading-documents':'history','dom-a-rev':'obsolete','dom-propertynodelist-contents':'infrastructure','dom-context-2d-rotte':'the-canvas-element','propertyvaluearray':'infrastructure','dimension-attributes':'the-canvas-element','browser-state':'offline','dom-datagrid-insertrows':'interactive-elements','attr-embed-src':'embedded-content-0','video':'video','foster-parenting':'syntax','attr-img-name':'obsolete','icalendar':'microdata-0','dom-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','md-vevent-created':'microdata-0','handler-window-onload':'browsers','code-point-length':'infrastructure','attr-ol-reversed':'semantics','cell':'interactive-elements','acronym':'obsolete','attr-meter-max':'text-level-semantics','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','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','do-datagrid-deleterows':'interactive-elements','attr-form-accept-charset':'forms','the-head-element':'semantics','a-key-part-of-the-content':'embedded-content-0','dom-input-value-value':'forms','atom-namespace':'microdata-0','media-element':'video','the-constraint-validation-api':'forms','dom-td-th-width':'obsolete','attr-fs-method-post':'forms','attr-td-th-axis':'obsolete','dom-marquee-start':'obsolete','link-type-pingback':'history','the-hr-element':'semantics','rdf':'microdata-0','dom-input-align':'obsolete','microdata-dom-api':'microdata-0','dom-self':'browsers','dom-history-clearstate':'history','dom-tr-insertcell':'tabular-data','validity-states':'forms','the-script-block-s-type':'semantics','event-canplaythrough':'video','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'browsers','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','attr-td-th-valign':'obsolete','htmlmeterelement':'text-level-semantics','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','attr-object-code':'obsolete','content-type-sniffing-0':'infrastructure','dom-link-type':'semantics','the-cells':'interactive-elements','the-step-attribute':'forms','concept-appcache-obsolete':'offline','concept-meta-extensions':'semantics','concept-embed-type':'embedded-content-0','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','dom-htmlcollection-tags':'infrastructure','read-text':'history','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete','signed-integers':'infrastructure','htmllielement':'semantics','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'browsers','dom-cva-setcustomvalidity':'forms','dom-img-align':'obsolete','html-namespace-0':'syntax','the-tool-ba-barprop-object':'browsers','entangle':'comms','md-work-title':'microdata-0','focusable':'editing','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'history','read-xml':'history','dom-function-call':'browsers','dom-windowtimers-settimeout':'browsers','handler-onshow':'browsers','attr-section-cite':'semantics','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','links':'history','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','list-of-dragged-nodes':'editing','display-types':'the-xhtml-syntax','dom-htmlformcontrolscollection-length':'infrastructure','parsing-main-inframeset':'syntax','after-doctype-name-state':'syntax','attr-meta-http-equiv':'semntics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','pending-state-object':'history','attr-textarea-rows':'forms','dom-input-stepdown':'forms','mathml-namespace':'syntax','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','dom-img-src':'embedded-content-0','dom-context-2d-textbaseline-ideographic':'the-canvas-element','md-vcard-label-type':'microdata-0','concept-appcache-init':'offline','md-vcard-type-tel-modem':'microdata-0','origin-0':'browsers','event-appcache-obsolete':'offline','focus-management':'editing','common-grouping-idioms':'semantics','attr-img-alt':'embedded-content-0','context-menus':'interactive-elements','dom-appcache-checking':'offline','handler-oninvalid':'browsers','dom-undomanagerevent-initundomanagerevent':'editing','dom-canvaspixelarray-length':'the-canvas-element','attr-button-type-reset-state':'forms','the-markelement-0':'the-xhtml-syntax','using-the-command-element-to-define-a-command':'interactive-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','dom-window-postmessage-3':'comms','event-appcache-checking':'offline','selector-indeterminate':'interactive-elements','attr-iframe-marginwidth':'obsolete','concept-js-deref':'browsers','the-link-element':'semantics','using-the-accesskey-attribute-to-define-a-command-on-a-focusable-element':'interactive-elements','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','attr-button-type-button':'forms','concept-fs-novalidate':'forms','dom-a-type':'text-level-semantics','parsing-main-intabletext':'syntax','dom-td-th-height':'obsolete','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','dom-messageevent-initmessageevent':'comms','documentEncoding':'syntax','images-0':'the-xhtml-syntax','htmlinputelement':'forms','attr-td-th-width''obsolete','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantics','the-basic-syntax':'microdata-0','submit-mutate-action':'forms','dom-option-form':'forms','dom-img-complete':'embedded-content-0','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':'browsers','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'dom','attr-input-type-checkbox-keyword':'forms','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'dom','handler-onplay':'browsers','event-handler-content-attributes':'browsers','undo-position':'editing','linkTypes':'history','dom-undomanager-remove':'editing','items:-the-item-attribut':'microdata-0','dom-iscontenteditable':'editing','text-0':'syntax','the-html-element':'semantics','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'browsers','dom-context-2d-stroketext':'the-canvas-element','concept-fs-action':'forms','attr-progress-max':'text-level-semantics','link-type-archives':'history','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','md-vcard-type-tel-pref':'microdata-0','runtime-script-errors':'browsers','dom-time-date':'text-level-semantics','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','attr-subject':'microdata-0','dom-context-2d-createimagedata':'the-canvas-element','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'forms','meta':'semantics','attr-bb-type-null-state':'interactive-elements','dom-a-hreflang':'text-level-semantics','attr-optgroup-disabled':'forms','dom-getselection':'editing','sandboxed-fors-browsing-context-flag':'embedded-content-0','dom-media-network_no_source':'video','dom-article-pubdate':'semantics','dom-basefont-color':'obsolete','the-before-html-insertion-mode':'syntax','command-superscript':'editing','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'browsers','navigating-across-documents':'history','dom-input-selectedoption':'forms','attr-input-accept':'forms','get-the-object':'microdata-0','dom-input-defaultvalue':'forms','dom-document-anchors':'obsolete','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','add-a-vcard-line':'microdata-0','undo':'editing','dom-textmetrics-width':'the-canvas-element','suffering-from-being-missing':'forms','dom-iframe-sandbox':'embedded-content-0','command-facet-disabledstate':'interactive-elements','usage-summary':'text-level-semantics','top-level-microdata-items':'microdata-0','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'infrastructure','attr-details-open':'intractive-elements','dom-input-size':'forms','dom-document-links':'dom','introduction-10':'the-xhtml-syntax','htmltabledatacellelement':'tabular-data','fire-a-progress-event':'browsers','attr-datagrid-disabled':'interactive-elements','footnotes':'text-level-semantics','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'browsers','htmlbasefontelement':'obsolete','read-ua-inline':'history','attr-abbr-title':'text-level-semantics','event-waiting':'video','dom-document-commands':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-0','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-hyperlink-type':'history','attr-area-alt':'the-canvas-element','dom-window':'browsers','concept-row-group':'tabular-data','sandboxOrigin':'browsers','represented-b-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','obsolete-permitted-doctype':'syntax','channel-messaging':'comms','sectioning-content-0':'dom','calling-scripts':'browsers','telephone-type-strings':'microdata-0','htmlelement':'dom','selector-required':'interactive-elements','event-stalled':'video','url-port':'infrastructure','handler-window-onstorage':'browsers','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','md-vcard-type-tel-pcs':'microdata-0','space-separated-tokens':'infrastructure','contenteditable-br':'editing','dom-channel-port2':'comms','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','the-make-application-state':'interactive-elements','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete','dom-input-src':'forms','md-vcard-sort-string':'microdata-0','concep-textarea-dirty':'forms','dom-command-ro-label':'interactive-elements','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','dom-select-multiple':'forms','dom-frame-frameborder':'obsolete','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','security-and-privacy-considerations':'video','semantics-0':'dom','htmlmediaelement':'video','increment-the-marquee-current-loop-index':'obsolete','dom-command-ro-commandtype':'interactive-elements','metadata-content':'dom','dom-iframe-seamless':'embedded-content-0','parse-a-date-string':'infrastructure','dom-body-background':'obsolete','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','handler-oncontextmenu':'browsers','attr-object-vspace':'obsolete','documents':'dom','invalid_character_err':'infrastructure','md-vevent-status':'microdata-0','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete','dom-context-2d-save':'the-canvas-elemnt','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-context-2d-transform':'the-canvas-element','dom-image-w':'embedded-content-0','attr-article-cite':'semantics','command-inserttext':'editing','attr-command-type-state-radio':'interactive-elements','crossDocumentMessages':'comms','tool-bar-state':'interactive-elements','the-selection':'editing','dom-navigator-appname':'browsers','handler-onkeypress':'browsers','the-fieldset-element-0':'the-xhtml-syntax','dom-tdth-headers':'tabular-data','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'embedded-content-0','dom-classlist':'dom','handler-window-onunload':'browsers','url':'infrastructure','dom-context-2d-getimagedata':'the-canvas-element','dom-td-th-bgcolor':'obsolete','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'the-canvas-element','attr-col-align':'obsolete','javascript-potocol':'browsers','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'dom','dom-media-seeking':'video','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'browsers','comms':'comms','sectioning-content':'dom','the-html-element-0':'dom','not_supported_err':'infrastructure','rowidlist':'interactive-elements','attr-area-shape-keyword-polygon':'the-canvas-element','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','messagechannel':'comms','dom-listener-initialize':'interactive-elements','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'browsers','md-vcard-type-email-pref':'microdata-0','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','selector-link':'interactive-elements','pste-from-clipboard':'editing','event-playing':'video','gcop-destination-out':'the-canvas-element','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'forms','the-kbd-element':'text-level-semantics','htmlpropertycollection':'infrastructure','view':'browsers','dom-textarea-readonly':'forms','selecting-names-when-defining-vocabularies':'microdata-0','the-head-element-0':'dom','dom-open':'browsers','x-this':'introduction','seamless-browsing-context-flag':'embedded-content-0','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-datagrid-addcolumn':'interactive-elements','dom-applet-archive':'obsolete','handler-ondrop':'browsers','concept-month':'infrastructure','attr-video-poster':'video','handler-window-onresize':'browsers','dom-img-hspace':'obsolete','link-type-prefetch':'history','dom-a-host':'text-level-semantics','syntax-escape-start':'syntax','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name':'embedded-content-0','dom-script-tpe':'semantics','the-datalist-element':'forms','attr-table-bgcolor':'obsolete','md-vcard-geo':'microdata-0','dom-meter-high':'text-level-semantics','current-node':'syntax','dom-imagedata-width':'the-canvas-element','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':'embedded-content-0','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','attributes':'syntax','htmlarticleelement':'semantics','dom-object-align':'obsolete','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete','mediamodeabstractview':'no','valid-date-string':'infrastructure','md-vevent-duration':'microdata-0','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','dom-textarea-textlength':'forms','pending-table-character-tokens':'syntax','additional-allowed-character':'syntax','abort_err':'infrasructure','handler-onsubmit':'browsers','dom-textarea-placeholder':'forms','seekUpdate':'video','dom-popstateevent-initpopstateeventns':'history','handler-marquee-onstart':'obsolete','semantics-intro':'dom','form-owner':'forms','attribute-value-double-quoted-state':'syntax','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','htmlframeelement':'obsolete','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','selector-visited':'interactive-elements','attr-input-src':'forms','dom-col-width':'obsolete','rules-for-parsing-a-list-of-integers':'infrastructure','htmlsectionelement':'semantics','playing-the-media-resource':'video','dom-context-2d-moveto':'the-canvas-element','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editing','dom-selection-tostring':'editing','dom-context-2d-canvas':'the-canvas-element','md-vcard-type-adr-do':'microdata-0','concept-param-parameter':'embedded-content-0','dom-dragevent-datatransfer':'editing','md-vcard-type-tel-home':'microdata-0','earliest-possible-position':'video','dom-style-type':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','dom-messageport-close':'comms','event-firing':'browsers','dom-param-valuetype':'obsolete','the-hr-element-0':'the-xhtml-syntax','immediate-user-selection':'editing','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-messageevent-initmessageeventns':'comms','dom-media-network_loading':'video','consume-a-character-reference':'syntax','submit-data-post':'forms','nested-browsing-contexts':'browsers','doctype-name-state':'syntax','dom-optgroup-disabled':'forms','dom-context-2d-settransform':'the-canvas-element','event-canplay':'video','adjust-foreign-attributes':'syntax','close-tag-open-state':'syntax','dom-command-disabled':'interactive-elements','command-createlink':editing','attr-media-autoplay':'video','htmldlistelement':'semantics','the-tbody-element':'tabular-data','link-type-search':'history','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','dom-listener-getrowmenu':'interactive-elements','handler-window-ononline':'browsers','other-pragma-directives':'semantics','dom-fs-novalidate':'forms','htmlformcontrolscollection':'infrastructure','md-vcard-type-tel-cell':'microdata-0','md-work-license':'microdata-0','valid-denominator-punctuation-character':'infrastructure','center':'obsolete','dom-legend-align':'obsolete','dom-meter-min':'text-level-semantics','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','md-vcard-n-additional-name':'microdata-0','dom-area-nohref':'obsolete','handler-onloadstart':'browsers','dom-bb-disabled':'interactive-elements','audio':'video','dom-document-alinkcolor':'obsolete','htmlcollection':'infrastructure','dom-meter-low':'text-level-semantics','dom-link-target':'obsolete','the-ection-element':'semantics','link-type-stylesheet':'history','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','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','attr-input-pattern':'forms','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete','editing-host':'editing','outlines':'semantics','after-attribute-value-quoted-state':'syntax','feed-the-parser':'the-xhtml-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':'history','percentages-and-dimensions':'infrastructure','drawing-model':'the-canvas-element','dom-option-tv':'forms','dom-meta-name':'semantics','dom-document-querycommandsupported':'editing','the-fieldset-element:'forms','extracting-json':'microdata-0','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'dom','steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string':'infrastructure','concept-error-handled':'browsers','attr-link-target':'obsolete','dom-context-2d-textbaseline-hanging':'the-canvas-element','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'browsers','sandboxed-origin-browsing-context-flag':'embedded-content-0','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dom-iframe-contentdocument':'embedded-content-0','attr-command-label':'interactive-elements','dom-style-scoped':'semantics','how-to-read-this-specification':'introduction','event-dragenter':'editing','dom-location-reload':'history','concept-input-list':'forms','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','the-columns':'interactive-elements','sample-handler-impl':'browsers','handle-onreadystatechange':'browsers','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','attr-textarea-wrap':'forms','event-loadstart':'video','md-vevent-dtend':'microdata-0','sandboxPluginApplet':'obsolete','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-meta-httpequiv':'semantics','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'browsers','md-vcard-label-value':'microdata-0','suffering-from-a-type-mismatch':'forms','other-link-types':'history','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','application-cache':'offline','current-drag-operation':'editing','the-small-element':'text-level-semantics','event-message':'comms','custom-data-attribute':'dom','session-history-entry':'history','dom-frame-src':'obsolete','dom-option-value':'forms','commn-input-element-apis':'forms','messageportarray':'comms','dom-lang':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','dom-context-2d-globalcompositeoperation':'the-canvas-element','attr-ul-compact':'obsolete','navigatorid':'browsers','dom-media-currenttime':'video','htmlframesetelement':'obsolete','column':'interactive-elements','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','md-vevent-url':'microdata-0','dom-document-domain':'browsers','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'embedded-content-0','extracting-atom':'microdata-0','command-facet-hint':'interactive-elements','predefined-type':'microdata-0','script-s-global-object':'browsers','event-input-input':'forms','selector-read-write':'interactive-elements','dom-lfe-labels':'forms','dom-datatransfer-setdata':'editing','column-header':'tabula-data','loading-the-media-resource':'video','time-state':'forms','md-vcard-adr':'microdata-0','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','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'browsers','dom-insertadjacenthtml':'dom','algorithm-for-processing-row-groups':'tabular-data','attr-link-rev':'obsolete','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','barprop':'browsers','function':'browsers','dom-messageport-postmessage':'comms','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'forms','handler-ondragenter':'browsers','jump-to-a-code-entry-point':'browsers''handler-onseeked':'browsers','dom-td-th-axis':'obsolete','dom-outerhtml':'dom','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','dom-messageevent-source':'comms','datatransfer':'editing','handler-oncanplaythrough':'browsers','dom-datagrid-disabled':'interactive-elements','dom-object-contentdocument':'embedded-content-0','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','the-element-pointers':'syntax','dom-focus':'editing','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-filename':'forms','named-character-references':'named-character-references','the-stack-of-open-elemets':'syntax','dom-context-2d-linecap':'the-canvas-element','attr-td-th-height':'obsolete','paused-for-user-interaction':'video','dom-context-2d-textbaseline-bottom':'the-canvas-element','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'history','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','parsing-main-incolgroup':'syntax','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'infrastructure','dom-progress-value':'text-level-semantics','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','user-agents':'comms','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'ifrastructure','link-type-tag':'history','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','posted-message-task-source':'comms','comment-end-dash-state':'syntax','source-browsing-context':'history','comment-start-state':'syntax','example:-a-datagrid-backed-by-nested-ol-elements':'interactive-elements','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.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- forms.html 18 Jul 2009 09:57:13 -0000 1.2 +++ forms.html 20 Jul 2009 20:56:21 -0000 1.3 @@ -6511,7 +6511,7 @@ <pre><form action="editor.cgi" method="post"> <p><label>Name: <input required name=fn></label></p> - <p><label>Essay: <textarea name=essay></label></p> + <p><label>Essay: <textarea name=essay></textarea></label></p> <p><input type=submit name=submit value="Submit essay"></p> <p><input type=submit formnovalidate name=save value="Save essay"></p> <p><input type=submit formnovalidate name=cancel value="Cancel"></p> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- interactive-elements.html 18 Jul 2009 09:57:13 -0000 1.2 +++ interactive-elements.html 20 Jul 2009 20:56:23 -0000 1.3 @@ -174,7 +174,7 @@ <script src="link-fixup.js"></script> <link href="forms.html" title="4.10 Forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="microdata.html" title="5 Microdata" rel="next"> + <link href="microdata-0.html" title="5 Microdata" rel="next"> </head><body><div class="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>HTML 5</h1> @@ -182,7 +182,7 @@ </div><nav> <a href="forms.html">← 4.10 Forms</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="microdata.html">5 Microdata →</a> + <a href="microdata-0.html">5 Microdata →</a> </nav> <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><dl class="element"><dt>Categories</dt> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- video.html 18 Jul 2009 19:06:22 -0000 1.3 +++ video.html 20 Jul 2009 20:56:24 -0000 1.4 @@ -465,9 +465,11 @@ <code><a href="#htmlaudioelement">HTMLAudioElement</a></code> objects (in addition to the factory methods from DOM Core such as <code title="">createElement()</code>): <dfn id="dom-audio" title="dom-Audio"><code>Audio()</code></dfn> and <dfn id="dom-audio-s" title="dom-Audio-s"><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as constructors, these must return a new <code><a href="#htmlaudioelement">HTMLAudioElement</a></code> object (a new - <code><a href="#audio">audio</a></code> element). If the <var title="">src</var> argument - is present, the object created must have its <code title="dom-media-src"><a href="#dom-media-src">src</a></code> content attribute set to the - provided value, and the user agent must invoke the object's <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection + <code><a href="#audio">audio</a></code> element). The element must have its <code title="attr-media-autobuffer"><a href="#attr-media-autobuffer">autobuffer</a></code> attribute set to the + literal value "<code title="">autobuffer</code>". If the <var title="">src</var> argument is present, the object created must have + its <code title="attr-media-src"><a href="#attr-media-src">src</a></code> content attribute set to + the provided value, and the user agent must invoke the object's + <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection algorithm</a> before returning.</p> </div><!--CODECS @@ -822,7 +824,7 @@ </div><p class="note">There are two ways to specify a <a href="#media-resource">media resource</a>, the <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute, or <code><a href="#the-source-element">source</a></code> elements. The attribute overrides - the elements.</p><h5 id="media-types"><span class="secno">4.8.10.3 </span>Media types</h5><p>A <a href="#media-resource">media resource</a> can be described in terms of its + the elements.</p><h5 id="mime-types"><span class="secno">4.8.10.3 </span>MIME types</h5><p>A <a href="#media-resource">media resource</a> can be described in terms of its <em>type</em>, specifically a MIME type, optionally with a <code title="">codecs</code> parameter. <a href="references.html#references">[RFC2046]</a> <a href="references.html#references">[RFC4281]</a>.</p><p>Types are usually somewhat incomplete descriptions; for example "<code title="">video/mpeg</code>" doesn't say anything except what the container type is, and even a type like "<code title="">video/mp4; codecs="avc1.42E01E, Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- browsers.html 19 Jul 2009 00:17:39 -0000 1.4 +++ browsers.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -172,7 +172,7 @@ </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --> <script src="link-fixup.js"></script> - <link href="microdata.html" title="5 Microdata" rel="prev"> + <link href="microdata-0.html" title="5 Microdata" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="offline.html" title="6.9 Offline Web applications" rel="next"> </head><body><div class="head"> @@ -180,10 +180,10 @@ <h1>HTML 5</h1> <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="microdata.html">← 5 Microdata</a> – + <a href="microdata-0.html">← 5 Microdata</a> – <a href="spec.html#contents">Table of contents</a> – <a href="offline.html">6.9 Offline Web applications →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl"> @@ -195,8 +195,8 @@ </div><h3 id="windows"><span class="secno">6.1 </span>Browsing contexts</h3><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which <code>Document</code> objects are presented to the user.</p><p class="note">A tab or window in a Web browser typically contains - a <a href="#browsing-context">browsing context</a>, as does an <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code><span class="impl"> or <code><a href="obsolete-features.html#frame">frame</a></code>s in a - <code><a href="obsolete-features.html#frameset">frameset</a></code></span>.</p><p>Each <a href="#browsing-context">browsing context</a> has a corresponding + a <a href="#browsing-context">browsing context</a>, as does an <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code><span class="impl"> or <code><a href="obsolete.html#frame">frame</a></code>s in a + <code><a href="obsolete.html#frameset">frameset</a></code></span>.</p><p>Each <a href="#browsing-context">browsing context</a> has a corresponding <code><a href="#windowproxy">WindowProxy</a></code> object.</p><p>The collection of <code>Document</code>s is the <a href="#browsing-context">browsing context</a>'s <a href="history.html#session-history">session history</a>. At any time, one <code>Document</code> in each <a href="#browsing-context">browsing context</a> is @@ -925,8 +925,8 @@ supported named properties</span> at any moment consist of:</p> <ul><li>The value of the <code title="">name</code> content attribute - for all <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, <code><a href="obsolete-features.html#frameset">frameset</a></code>, + for all <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, and <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements in the <a href="#active-document">active document</a> that have a <code title="">name</code> content attribute, and,</li> @@ -980,9 +980,9 @@ with the name <var title="">name</var>, for the purposes of the above algorithm, are those that are either:</p> - <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or + <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements that have a <code title="attr-name">name</code> content attribute whose value is <var title="">name</var>, or</li> <li><a href="infrastructure.html#html-elements">HTML elements</a> elements that have an <code title="attr-id"><a href="dom.html#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>.</li> @@ -2497,7 +2497,7 @@ <code><a href="#window">Window</a></code> objects, as DOM attributes on the <code><a href="#window">Window</a></code> object, and with corresponding content attributes and DOM attributes exposed on the <code><a href="semantics.html#the-body-element">body</a></code> and - <code><a href="obsolete-features.html#frameset">frameset</a></code> elements:</p> + <code><a href="obsolete.html#frameset">frameset</a></code> elements:</p> <table><thead><tr><th><a href="#event-handler-attributes-0" title="event handler attributes">event handler attribute</a> </th><th><a href="#event-handler-event-type">Event handler event type</a> </th></tr></thead><tbody><tr><td><dfn id="handler-window-onafterprint" title="handler-window-onafterprint"><code>onafterprint</code></dfn> </td><td> <code title="event-afterprint">afterprint</code> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- the-xhtml-syntax.html 19 Jul 2009 00:17:39 -0000 1.4 +++ the-xhtml-syntax.html 20 Jul 2009 20:56:24 -0000 1.5 @@ -174,7 +174,7 @@ <script src="link-fixup.js"></script> <link href="named-character-references.html" title="9.6 Named character references" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="obsolete-features.html" title="12 Obsolete features" rel="next"> + <link href="obsolete.html" title="12 Obsolete features" rel="next"> </head><body><div class="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>HTML 5</h1> @@ -182,11 +182,11 @@ </div><nav> <a href="named-character-references.html">← 9.6 Named character references</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="obsolete-features.html">12 Obsolete features →</a> - </nav><p>This is revision 1.2569.</p> + <a href="obsolete.html">12 Obsolete features →</a> + </nav><p>This is revision </p> <h1> - <h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn>The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML + <h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML resources. Rules for <code title="">text/html</code> resources are discussed in the section above entitled "<a href="syntax.html#syntax">The HTML syntax</a>".</p><div class="impl"> @@ -542,7 +542,7 @@ contents were a single U+000A LINE FEED (LF) character and its 'white-space' property was 'pre'. User agents are expected to support the 'clear' property on inline elements (in order to render - <code><a href="semantics.html#the-br-element">br</a></code> elements with <code title="attr-br-clear"><a href="obsolete-features.html#attr-br-clear">clear</a></code> attributes) in the manner + <code><a href="semantics.html#the-br-element">br</a></code> elements with <code title="attr-br-clear"><a href="obsolete.html#attr-br-clear">clear</a></code> attributes) in the manner described in the non-normative note to this effect in CSS2.1.</p> <!-- section 9.5.2 of CSS2.1 --> @@ -628,17 +628,17 @@ </td></tr></tbody></table><p>If the <code><a href="semantics.html#the-body-element">body</a></code> element's <code>Document</code>'s <a href="browsers.html#browsing-context">browsing context</a> is a <a href="browsers.html#nested-browsing-context">nested browsing context</a>, and the <a href="browsers.html#browsing-context-container">browsing context container</a> of - that <a href="browsers.html#nested-browsing-context">nested browsing context</a> is a <code><a href="obsolete-features.html#frame">frame</a></code> or + that <a href="browsers.html#nested-browsing-context">nested browsing context</a> is a <code><a href="obsolete.html#frame">frame</a></code> or <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code> element, then the <dfn id="container-frame-element">container frame element</dfn> of the <code><a href="semantics.html#the-body-element">body</a></code> element is that - <code><a href="obsolete-features.html#frame">frame</a></code> or <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code> element. Otherwise, there + <code><a href="obsolete.html#frame">frame</a></code> or <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code> element. Otherwise, there is no <a href="#container-frame-element">container frame element</a>.</p> <hr><p>If the <code>Document</code> has a <a href="infrastructure.html#root-element">root element</a>, and the <code>Document</code>'s <a href="browsers.html#browsing-context">browsing context</a> is a <a href="browsers.html#nested-browsing-context">nested browsing context</a>, and the <a href="browsers.html#browsing-context-container">browsing context container</a> of that <a href="browsers.html#nested-browsing-context">nested browsing context</a> is a - <code><a href="obsolete-features.html#frame">frame</a></code> or <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code> element, and that element + <code><a href="obsolete.html#frame">frame</a></code> or <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code> element, and that element has a <code title="attr-frames-scrolling">scrolling</code> attribute, then the user agent is expected to compare the value of the attribute in an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> manner to @@ -665,11 +665,11 @@ </td><td>'hidden' </td></tr><tr><td><code title="">auto</code> </td><td>'auto' - </td></tr></tbody></table><hr><p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-cellspacing"><a href="obsolete-features.html#attr-table-cellspacing">cellspacing</a></code> attribute + </td></tr></tbody></table><hr><p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-cellspacing"><a href="obsolete.html#attr-table-cellspacing">cellspacing</a></code> attribute <a href="#maps-to-the-pixel-length-property">maps to the pixel length property</a> 'border-spacing' on the element.</p> - <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-cellpadding"><a href="obsolete-features.html#attr-table-cellpadding">cellpadding</a></code> attribute <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length property">maps to the pixel length + <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-cellpadding"><a href="obsolete.html#attr-table-cellpadding">cellpadding</a></code> attribute <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length property">maps to the pixel length properties</a> 'padding-top', 'padding-right', 'padding-bottom', and 'padding-left' of any <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements that have corresponding <a href="tabular-data.html#concept-cell" title="concept-cell">cells</a> in the <a href="tabular-data.html#concept-table" title="concept-table">table</a> corresponding to the @@ -689,11 +689,11 @@ dimension property</a> 'height' on the <code><a href="tabular-data.html#the-table-element">table</a></code> element.</p> - <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-width"><a href="obsolete-features.html#attr-table-width">width</a></code> attribute <a href="#maps-to-the-dimension-property">maps to the + <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-width"><a href="obsolete.html#attr-table-width">width</a></code> attribute <a href="#maps-to-the-dimension-property">maps to the dimension property</a> 'width' on the <code><a href="tabular-data.html#the-table-element">table</a></code> element.</p> - <p>The <code><a href="tabular-data.html#the-col-element">col</a></code> element's <code title="attr-col-width"><a href="obsolete-features.html#attr-col-width">width</a></code> attribute <a href="#maps-to-the-dimension-property">maps to the + <p>The <code><a href="tabular-data.html#the-col-element">col</a></code> element's <code title="attr-col-width"><a href="obsolete.html#attr-col-width">width</a></code> attribute <a href="#maps-to-the-dimension-property">maps to the dimension property</a> 'width' on the <code><a href="tabular-data.html#the-col-element">col</a></code> element.</p> @@ -778,9 +778,9 @@ vertical-align: baseline; }</pre> - <p>The <code><a href="obsolete-features.html#center">center</a></code> element, the <code><a href="tabular-data.html#the-caption-element">caption</a></code> element + <p>The <code><a href="obsolete.html#center">center</a></code> element, the <code><a href="tabular-data.html#the-caption-element">caption</a></code> element unless specified otherwise below, and the <code><a href="interactive-elements.html#the-div-element">div</a></code> element - when its <code title="attr-div-align"><a href="obsolete-features.html#attr-div-align">align</a></code> attribute's value + when its <code title="attr-div-align"><a href="obsolete.html#attr-div-align">align</a></code> attribute's value is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">center</code>", are expected to center text within themselves, as if they had their 'text-align' property set to @@ -913,13 +913,13 @@ agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'background-color' property to the resulting color.</p> - <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-text"><a href="obsolete-features.html#attr-body-text">text</a></code> attribute, its value is expected + <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-text"><a href="obsolete.html#attr-body-text">text</a></code> attribute, its value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'color' property to the resulting color.</p> - <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-link"><a href="obsolete-features.html#attr-body-link">link</a></code> attribute, its value is expected + <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-link"><a href="obsolete.html#attr-body-link">link</a></code> attribute, its value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational @@ -927,14 +927,14 @@ any element in the <code>Document</code> matching the ':link' pseudo-class to the resulting color.</p> - <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-vlink"><a href="obsolete-features.html#attr-body-vlink">vlink</a></code> attribute, its value is + <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-vlink"><a href="obsolete.html#attr-body-vlink">vlink</a></code> attribute, its value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the 'color' property of any element in the <code>Document</code> matching the ':visited' pseudo-class to the resulting color.</p> - <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-alink"><a href="obsolete-features.html#attr-body-alink">alink</a></code> attribute, its value is + <p>When a <code><a href="semantics.html#the-body-element">body</a></code> element has a <code title="attr-body-alink"><a href="obsolete.html#attr-body-alink">alink</a></code> attribute, its value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the @@ -951,25 +951,25 @@ 'border-bottom-color', and 'border-right-color' properties to the resulting color.</p> - <hr><p>When a <code><a href="obsolete-features.html#font">font</a></code> element has a <code title="attr-font-color">color</code> attribute, its value is + <hr><p>When a <code><a href="obsolete.html#font">font</a></code> element has a <code title="attr-font-color">color</code> attribute, its value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'color' property to the resulting color.</p> - <p>When a <code><a href="obsolete-features.html#font">font</a></code> element has a <code title="attr-font-face">face</code> attribute, the user agent is + <p>When a <code><a href="obsolete.html#font">font</a></code> element has a <code title="attr-font-face">face</code> attribute, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'font-family' property to the attribute's value.</p> - <p>When a <code><a href="obsolete-features.html#font">font</a></code> element has a <code title="attr-font-pointsize">pointsize</code> attribute, the user + <p>When a <code><a href="obsolete.html#font">font</a></code> element has a <code title="attr-font-pointsize">pointsize</code> attribute, the user agent is expected to parse that attribute's value using the <a href="infrastructure.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a>, and if this doesn't generate an error, then the user agent is expected to use the parsed value as a <em>point</em> length for a <a href="#presentational-hints" title="presentational hints">presentational hint</a> for the 'font-size' property on the element.</p> - <p>When a <code><a href="obsolete-features.html#font">font</a></code> element has a <code title="attr-font-size">size</code> attribute, the user agent is + <p>When a <code><a href="obsolete.html#font">font</a></code> element has a <code title="attr-font-size">size</code> attribute, the user agent is expected to use the following steps to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'font-size' property:</p> @@ -1193,7 +1193,7 @@ to use the ordinal value of the <code><a href="semantics.html#the-li-element">li</a></code> element to render the counter in the list item marker.</p> - <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-border"><a href="obsolete-features.html#attr-table-border">border</a></code> attribute <a href="#maps-to-the-pixel-length-property" title="maps + <p>The <code><a href="tabular-data.html#the-table-element">table</a></code> element's <code title="attr-table-border"><a href="obsolete.html#attr-table-border">border</a></code> attribute <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length property">maps to the pixel length properties</a> 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width' on the element. If the @@ -1250,8 +1250,8 @@ hr[align=center] { margin-left: auto; margin-right: auto; } hr[color], hr[noshade] { border-style: solid; }</pre> - <p>If an <code><a href="semantics.html#the-hr-element">hr</a></code> element has either a <code title="attr-hr-color">color</code> attribute or a <code title="attr-hr-noshade"><a href="obsolete-features.html#attr-hr-noshade">noshade</a></code> attribute, and furthermore - also has a <code title="attr-hr-size"><a href="obsolete-features.html#attr-hr-size">size</a></code> attribute, and + <p>If an <code><a href="semantics.html#the-hr-element">hr</a></code> element has either a <code title="attr-hr-color">color</code> attribute or a <code title="attr-hr-noshade"><a href="obsolete.html#attr-hr-noshade">noshade</a></code> attribute, and furthermore + also has a <code title="attr-hr-size"><a href="obsolete.html#attr-hr-size">size</a></code> attribute, and parsing that attribute's value using the <a href="infrastructure.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> doesn't generate an error, then the user agent is expected to use the parsed value divided by two as a @@ -1259,8 +1259,8 @@ 'border-top-width', 'border-right-width', 'border-bottom-width', and 'border-left-width' on the element.</p> - <p>Otherwise, if an <code><a href="semantics.html#the-hr-element">hr</a></code> element has neither a <code title="attr-hr-color">color</code> attribute nor a <code title="attr-hr-noshade"><a href="obsolete-features.html#attr-hr-noshade">noshade</a></code> attribute, but does have a - <code title="attr-hr-size"><a href="obsolete-features.html#attr-hr-size">size</a></code> attribute, and parsing that + <p>Otherwise, if an <code><a href="semantics.html#the-hr-element">hr</a></code> element has neither a <code title="attr-hr-color">color</code> attribute nor a <code title="attr-hr-noshade"><a href="obsolete.html#attr-hr-noshade">noshade</a></code> attribute, but does have a + <code title="attr-hr-size"><a href="obsolete.html#attr-hr-size">size</a></code> attribute, and parsing that attribute's value using the <a href="infrastructure.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> doesn't generate an error, then: if the parsed value is one, then the user agent is expected to use the attribute as a @@ -1271,7 +1271,7 @@ <a href="#presentational-hints">presentational hints</a> for the 'height' property on the element.</p> - <p>The <code title="attr-hr-width"><a href="obsolete-features.html#attr-hr-width">width</a></code> attribute on an + <p>The <code title="attr-hr-width"><a href="obsolete.html#attr-hr-width">width</a></code> attribute on an <code><a href="semantics.html#the-hr-element">hr</a></code> element <a href="#maps-to-the-dimension-property">maps to the dimension property</a> 'width' on the element.</p> @@ -1300,7 +1300,7 @@ <p>The first <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element child of a <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element, if any, is expected to be rendered over the top border edge of the <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element. If - the <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element in question has an <code title="attr-legend-align"><a href="obsolete-features.html#attr-legend-align">align</a></code> attribute, and its value is + the <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element in question has an <code title="attr-legend-align"><a href="obsolete.html#attr-legend-align">align</a></code> attribute, and its value is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of the strings in the first column of the following table, then the <code><a href="interactive-elements.html#the-legend-element">legend</a></code> is expected to be rendered horizontally aligned @@ -1323,7 +1323,7 @@ <h4 id="embedded-content-1"><span class="secno">11.3.1 </span>Embedded content</h4> - <p>The <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, + <p>The <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, and <code><a href="video.html#video">video</a></code> elements are expected to be treated as replaced elements.</p> @@ -1477,7 +1477,7 @@ vertical-align: bottom; }</pre> - <p>When an <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, + <p>When an <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> element, or an <code><a href="forms.html#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute is in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state, has an <code title="attr-dim-align">align</code> attribute whose value is @@ -1487,14 +1487,14 @@ baseline.</p> <p>The <code title="attr-dim-hspace">hspace</code> attribute of - <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, + <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements, and <code><a href="forms.html#the-input-element">input</a></code> elements with a <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state, <a href="#maps-to-the-dimension-property" title="maps to the dimension property">maps to the dimension properties</a> 'margin-left' and 'margin-right' on the element.</p> <p>The <code title="attr-dim-vspace">vspace</code> attribute of - <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, + <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, or <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements, and <code><a href="forms.html#the-input-element">input</a></code> elements with a <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state, <a href="#maps-to-the-dimension-property" title="maps to the dimension property">maps to the dimension properties</a> 'margin-top' and 'margin-bottom' on the @@ -1515,7 +1515,7 @@ <p id="dimRendering">The <code title="attr-dim-width"><a href="the-canvas-element.html#attr-dim-width">width</a></code> and <code title="attr-dim-height"><a href="the-canvas-element.html#attr-dim-height">height</a></code> attributes on - <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, + <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, <code><a href="embedded-content-0.html#the-object-element">object</a></code> or <code><a href="video.html#video">video</a></code> elements, and <code><a href="forms.html#the-input-element">input</a></code> elements with a <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state, <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length property">map to the dimension properties</a> 'width' and 'height' on the element @@ -1843,7 +1843,7 @@ - <h4 id="the-marquee-element"><span class="secno">11.4.13 </span>The <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element</h4> + <h4 id="the-marquee-element"><span class="secno">11.4.13 </span>The <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1852,155 +1852,155 @@ }</pre> <p>When the <i title="">marquee</i> binding applies to a - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element, while the element is <a href="obsolete-features.html#concept-marquee-on" title="concept-marquee-on">turned on</a>, the element is expected + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element, while the element is <a href="obsolete.html#concept-marquee-on" title="concept-marquee-on">turned on</a>, the element is expected to render in an animated fashion according to its attributes as follows:</p> - <dl><dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete-features.html#attr-marquee-behavior">behavior</a></code> attribute is in the - <a href="obsolete-features.html#attr-marquee-behavior-scroll" title="attr-marquee-behavior-scroll">scroll</a> state</dt> + <dl><dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete.html#attr-marquee-behavior">behavior</a></code> attribute is in the + <a href="obsolete.html#attr-marquee-behavior-scroll" title="attr-marquee-behavior-scroll">scroll</a> state</dt> <dd> <p>Slide the contents of the element in the direction described by - the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> + the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute as defined below, such that it begins off the start side - of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>, and ends flush with the inner end + of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>, and ends flush with the inner end side.</p> - <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete-features.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), + <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), then the contents would start such that their left edge are off - the side of the right edge of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content + the side of the right edge of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area, and the contents would then slide up to the point where the left edge of the contents are flush with the left inner edge of - the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content area.</p> + the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area.</p> <p>Once the animation has ended, the user agent is expected to - <a href="obsolete-features.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the - element is still <a href="obsolete-features.html#concept-marquee-on" title="concept-marquee-on">turned on</a> + <a href="obsolete.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the + element is still <a href="obsolete.html#concept-marquee-on" title="concept-marquee-on">turned on</a> after this, then the user agent is expected to restart the animation.</p> </dd> - <dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete-features.html#attr-marquee-behavior">behavior</a></code> attribute is in the - <a href="obsolete-features.html#attr-marquee-behavior-slide" title="attr-marquee-behavior-slide">slide</a> state</dt> + <dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete.html#attr-marquee-behavior">behavior</a></code> attribute is in the + <a href="obsolete.html#attr-marquee-behavior-slide" title="attr-marquee-behavior-slide">slide</a> state</dt> <dd> <p>Slide the contents of the element in the direction described by - the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> + the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute as defined below, such that it begins off the start side - of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>, and ends off the end side of the - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>.</p> + of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>, and ends off the end side of the + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>.</p> - <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete-features.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), + <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), then the contents would start such that their left edge are off - the side of the right edge of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content + the side of the right edge of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area, and the contents would then slide up to the point where the <em>right</em> edge of the contents are flush with the left inner - edge of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content area.</p> + edge of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area.</p> <p>Once the animation has ended, the user agent is expected to - <a href="obsolete-features.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the - element is still <a href="obsolete-features.html#concept-marquee-on" title="concept-marquee-on">turned on</a> + <a href="obsolete.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the + element is still <a href="obsolete.html#concept-marquee-on" title="concept-marquee-on">turned on</a> after this, then the user agent is expected to restart the animation.</p> </dd> - <dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete-features.html#attr-marquee-behavior">behavior</a></code> attribute is in the - <a href="obsolete-features.html#attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">alternate</a> + <dt>If the element's <code title="attr-marquee-behavior"><a href="obsolete.html#attr-marquee-behavior">behavior</a></code> attribute is in the + <a href="obsolete.html#attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">alternate</a> state</dt> <dd> - <p>When the <a href="obsolete-features.html#marquee-current-loop-index">marquee current loop index</a> is even (or + <p>When the <a href="obsolete.html#marquee-current-loop-index">marquee current loop index</a> is even (or zero), slide the contents of the element in the direction - described by the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute as + described by the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute as defined below, such that it begins flush with the start side of - the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>, and ends flush with the end side of the - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>.</p> + the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>, and ends flush with the end side of the + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>.</p> - <p>When the <a href="obsolete-features.html#marquee-current-loop-index">marquee current loop index</a> is odd, slide + <p>When the <a href="obsolete.html#marquee-current-loop-index">marquee current loop index</a> is odd, slide the contents of the element in the opposite direction than that - described by the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute as + described by the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute as defined below, such that it begins flush with the end side of the - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>, and ends flush with the start side of the - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>.</p> + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>, and ends flush with the start side of the + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>.</p> - <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete-features.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), + <p class="example">For example, if the <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute is <a href="obsolete.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> (the default), then the contents would with their right edge flush with the right - inner edge of the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content area, and the + inner edge of the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area, and the contents would then slide up to the point where the <em>left</em> edge of the contents are flush with the left inner edge of the - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>'s content area.</p> + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>'s content area.</p> <p>Once the animation has ended, the user agent is expected to - <a href="obsolete-features.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the - element is still <a href="obsolete-features.html#concept-marquee-on" title="concept-marquee-on">turned on</a> + <a href="obsolete.html#increment-the-marquee-current-loop-index">increment the marquee current loop index</a>. If the + element is still <a href="obsolete.html#concept-marquee-on" title="concept-marquee-on">turned on</a> after this, then the user agent is expected to continue the animation.</p> </dd> - </dl><p>The <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> + </dl><p>The <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute has the meanings described in the following table:</p> - <table><thead><tr><th><code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute state + <table><thead><tr><th><code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute state </th><th>Direction of animation </th><th>Start edge </th><th>End edge </th><th>Opposite direction - </th></tr></thead><tbody><tr><td><a href="obsolete-features.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> + </th></tr></thead><tbody><tr><td><a href="obsolete.html#attr-marquee-direction-left" title="attr-marquee-direction-left">left</a> </td><td>← Right to left </td><td>Right </td><td>Left </td><td>→ Left to Right - </td></tr><tr><td><a href="obsolete-features.html#attr-marquee-direction-right" title="attr-marquee-direction-right">right</a> + </td></tr><tr><td><a href="obsolete.html#attr-marquee-direction-right" title="attr-marquee-direction-right">right</a> </td><td>→ Left to Right </td><td>Left </td><td>Right </td><td>← Right to left - </td></tr><tr><td><a href="obsolete-features.html#attr-marquee-direction-up" title="attr-marquee-direction-up">up</a> + </td></tr><tr><td><a href="obsolete.html#attr-marquee-direction-up" title="attr-marquee-direction-up">up</a> </td><td>↑ Up (Bottom to Top) </td><td>Bottom </td><td>Top </td><td>↓ Down (Top to Bottom) - </td></tr><tr><td><a href="obsolete-features.html#attr-marquee-direction-down" title="attr-marquee-direction-down">down</a> + </td></tr><tr><td><a href="obsolete.html#attr-marquee-direction-down" title="attr-marquee-direction-down">down</a> </td><td>↓ Down (Top to Bottom) </td><td>Top </td><td>Bottom </td><td>↑ Up (Bottom to Top) </td></tr></tbody></table><p>In any case, the animation should proceed such that there is a - delay given by the <a href="obsolete-features.html#marquee-scroll-interval">marquee scroll interval</a> between each + delay given by the <a href="obsolete.html#marquee-scroll-interval">marquee scroll interval</a> between each frame, and such that the content moves at most the distance given by - the <a href="obsolete-features.html#marquee-scroll-distance">marquee scroll distance</a> with each frame.</p> + the <a href="obsolete.html#marquee-scroll-distance">marquee scroll distance</a> with each frame.</p> - <p>When a <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element has a <code title="attr-bgcolor">bgcolor</code> attribute set, the value is + <p>When a <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element has a <code title="attr-bgcolor">bgcolor</code> attribute set, the value is expected to be parsed using the <a href="infrastructure.html#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the element's 'background-color' property to the resulting color.</p> <p>The <code title="attr-marquee-width">width</code> and <code title="attr-marquee-height">height</code> attributes on a - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-pixel-length-property" title="maps to the pixel length property">map to the dimension properties</a> 'width' and 'height' on the element respectively.</p> - <p>The intrinsic height of a <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element with its - <code title="attr-marquee-direction"><a href="obsolete-features.html#attr-marquee-direction">direction</a></code> attribute in - the <a href="obsolete-features.html#attr-marquee-direction-up" title="attr-marquee-direction-up">up</a> or <a href="obsolete-features.html#attr-marquee-direction-down" title="attr-marquee-direction-down">down</a> states is 200 CSS + <p>The intrinsic height of a <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element with its + <code title="attr-marquee-direction"><a href="obsolete.html#attr-marquee-direction">direction</a></code> attribute in + the <a href="obsolete.html#attr-marquee-direction-up" title="attr-marquee-direction-up">up</a> or <a href="obsolete.html#attr-marquee-direction-down" title="attr-marquee-direction-down">down</a> states is 200 CSS pixels.</p> <p>The <code title="attr-marquee-vspace">vspace</code> attribute of - a <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-dimension-property" title="maps to the dimension + a <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-dimension-property" title="maps to the dimension property">maps to the dimension properties</a> 'margin-top' and 'margin-bottom' on the element. The <code title="attr-marquee-hspace">hspace</code> attribute of a - <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-dimension-property" title="maps to the dimension + <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element <a href="#maps-to-the-dimension-property" title="maps to the dimension property">maps to the dimension properties</a> 'margin-left' and 'margin-right' on the element.</p> - <p>The 'overflow' property on the <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> element is + <p>The 'overflow' property on the <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> element is expected to be ignored; overflow is expected to always be hidden.</p> @@ -2206,12 +2206,12 @@ <h3 id="frames-and-framesets"><span class="secno">11.5 </span>Frames and framesets</h3> <p>When an <code><a href="semantics.html#the-html-element">html</a></code> element's second child element is a - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, the user agent is expected to render - the <code><a href="obsolete-features.html#frameset">frameset</a></code> element as described below across the + <code><a href="obsolete.html#frameset">frameset</a></code> element, the user agent is expected to render + the <code><a href="obsolete.html#frameset">frameset</a></code> element as described below across the surface of the <a href="browsers.html#view">view</a>, instead of applying the usual CSS rendering rules.</p> - <p>When rendering a <code><a href="obsolete-features.html#frameset">frameset</a></code> on a surface, the user + <p>When rendering a <code><a href="obsolete.html#frameset">frameset</a></code> on a surface, the user agent is expected to use the following layout algorithm:</p> <ol><li> @@ -2256,13 +2256,13 @@ <p>Invoke the algorithm defined below to <a href="#convert-a-list-of-dimensions-to-a-list-of-pixel-values">convert a list of dimensions to a list of pixel values</a> using <var title="">cols</var> as the input list, and the width of the - surface that the <code><a href="obsolete-features.html#frameset">frameset</a></code> is being rendered into, in + surface that the <code><a href="obsolete.html#frameset">frameset</a></code> is being rendered into, in CSS pixels, as the input dimension. Let <var title="">sized cols</var> be the resulting list.</p> <p>Invoke the algorithm defined below to <a href="#convert-a-list-of-dimensions-to-a-list-of-pixel-values">convert a list of dimensions to a list of pixel values</a> using <var title="">rows</var> as the input list, and the height of the - surface that the <code><a href="obsolete-features.html#frameset">frameset</a></code> is being rendered into, in + surface that the <code><a href="obsolete.html#frameset">frameset</a></code> is being rendered into, in CSS pixels, as the input dimension. Let <var title="">sized rows</var> be the resulting list.</p> @@ -2287,8 +2287,8 @@ <li> <p>Let <var title="">children</var> be the list of - <code><a href="obsolete-features.html#frame">frame</a></code> and <code><a href="obsolete-features.html#frameset">frameset</a></code> elements that are - children of the <code><a href="obsolete-features.html#frameset">frameset</a></code> element for which the + <code><a href="obsolete.html#frame">frame</a></code> and <code><a href="obsolete.html#frameset">frameset</a></code> elements that are + children of the <code><a href="obsolete.html#frameset">frameset</a></code> element for which the algorithm was invoked.</p> </li> @@ -2308,12 +2308,12 @@ <p>If there are any elements left in <var title="">children</var>, take the first element in the list, and assign it to the rectangle.</p> - <p>If this is a <code><a href="obsolete-features.html#frameset">frameset</a></code> element, then recurse - the entire <code><a href="obsolete-features.html#frameset">frameset</a></code> layout algorithm for that - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, with the rectangle as the + <p>If this is a <code><a href="obsolete.html#frameset">frameset</a></code> element, then recurse + the entire <code><a href="obsolete.html#frameset">frameset</a></code> layout algorithm for that + <code><a href="obsolete.html#frameset">frameset</a></code> element, with the rectangle as the surface.</p> - <p>Otherwise, it is a <code><a href="obsolete-features.html#frame">frame</a></code> element; create a + <p>Otherwise, it is a <code><a href="obsolete.html#frame">frame</a></code> element; create a <a href="browsers.html#nested-browsing-context">nested browsing context</a> sized to fit the rectangle.</p> @@ -2329,7 +2329,7 @@ <li> - <p>If the <code><a href="obsolete-features.html#frameset">frameset</a></code> element <a href="#has-a-border">has a border</a>, + <p>If the <code><a href="obsolete.html#frameset">frameset</a></code> element <a href="#has-a-border">has a border</a>, draw an outer set of borders around the rectangles, using the element's <a href="#frame-border-color">frame border color</a>.</p> @@ -2339,13 +2339,13 @@ element's <a href="#frame-border-color">frame border color</a>.</p> <p>For each (visible) border that does not abut a rectangle that - is assigned a <code><a href="obsolete-features.html#frame">frame</a></code> element with a <code title="attr-frame-noresize">noresize</code> attribute (including - rectangles in further nested <code><a href="obsolete-features.html#frameset">frameset</a></code> elements), the + is assigned a <code><a href="obsolete.html#frame">frame</a></code> element with a <code title="attr-frame-noresize">noresize</code> attribute (including + rectangles in further nested <code><a href="obsolete.html#frameset">frameset</a></code> elements), the user agent is expected to allow the user to move the border, resizing the rectangles within, keeping the proportions of any - nested <code><a href="obsolete-features.html#frameset">frameset</a></code> grids.</p> + nested <code><a href="obsolete.html#frameset">frameset</a></code> grids.</p> - <p>A <code><a href="obsolete-features.html#frameset">frameset</a></code> or <code><a href="obsolete-features.html#frame">frame</a></code> element <dfn id="has-a-border">has + <p>A <code><a href="obsolete.html#frameset">frameset</a></code> or <code><a href="obsolete.html#frame">frame</a></code> element <dfn id="has-a-border">has a border</dfn> if the following algorithm returns true:</p> <ol><li><p>If the element has a <code title="attr-frames-frameborder">frameborder</code> attribute @@ -2357,14 +2357,14 @@ return false.</p></li> <li><p>Otherwise, if the element has a parent element that is a - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, then return true if <em>that</em> + <code><a href="obsolete.html#frameset">frameset</a></code> element, then return true if <em>that</em> element <a href="#has-a-border">has a border</a>, and false if it does not.</p></li> <li><p>Otherwise, return true.</p></li> - </ol><p>The <dfn id="frame-border-color">frame border color</dfn> of a <code><a href="obsolete-features.html#frameset">frameset</a></code> or - <code><a href="obsolete-features.html#frame">frame</a></code> element is the color obtained from the + </ol><p>The <dfn id="frame-border-color">frame border color</dfn> of a <code><a href="obsolete.html#frameset">frameset</a></code> or + <code><a href="obsolete.html#frame">frame</a></code> element is the color obtained from the following algorithm:</p> <ol><li><p>If the element has a <code title="attr-frames-bordercolor">bordercolor</code> attribute, and @@ -2373,7 +2373,7 @@ return the color so obtained.</p></li> <li><p>Otherwise, if the element has a parent element that is a - <code><a href="obsolete-features.html#frameset">frameset</a></code> element, then the <a href="#frame-border-color">frame border + <code><a href="obsolete.html#frameset">frameset</a></code> element, then the <a href="#frame-border-color">frame border color</a> of that element.</p> </li><li><p>Otherwise, return gray.</p></li> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- syntax.html 19 Jul 2009 00:17:39 -0000 1.4 +++ syntax.html 20 Jul 2009 20:56:23 -0000 1.5 @@ -183,7 +183,7 @@ <a href="comms.html">← 8 Communication</a> – <a href="spec.html#contents">Table of contents</a> – <a href="named-character-references.html">9.6 Named character references →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="syntax"><span class="secno">9 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for <code title="">text/html</code> resources. Rules for XML resources are @@ -550,7 +550,7 @@ tag</a> may be omitted if the <code><a href="semantics.html#the-p-element">p</a></code> element is immediately followed by an <code><a href="semantics.html#the-address-element">address</a></code>, <code><a href="semantics.html#the-article-element">article</a></code>, <code><a href="semantics.html#the-aside-element">aside</a></code>, <code><a href="semantics.html#the-blockquote-element">blockquote</a></code>, - <code><a href="interactive-elements.html#datagrid">datagrid</a></code>, <code><a href="semantics.html#the-dialog-element">dialog</a></code>, <code><a href="obsolete-features.html#dir">dir</a></code>, + <code><a href="interactive-elements.html#datagrid">datagrid</a></code>, <code><a href="semantics.html#the-dialog-element">dialog</a></code>, <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="interactive-elements.html#the-div-element">div</a></code>, <code><a href="semantics.html#the-dl-element">dl</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="semantics.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, @@ -1487,7 +1487,7 @@ then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-inbody" title="insertion mode: in body">in body</a>" and abort these steps.</li> - <li>If <var title="">node</var> is a <code><a href="obsolete-features.html#frameset">frameset</a></code> element, + <li>If <var title="">node</var> is a <code><a href="obsolete.html#frameset">frameset</a></code> element, then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-inframeset" title="insertion mode: in frameset">in frameset</a>" and abort these steps. (<a href="#fragment-case">fragment case</a>)</li> @@ -1550,27 +1550,27 @@ <dd><p>The following HTML elements have varying levels of special parsing rules: <code><a href="semantics.html#the-address-element">address</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-article-element">article</a></code>, <code><a href="semantics.html#the-aside-element">aside</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, - <code><a href="obsolete-features.html#basefont">basefont</a></code>, <code>bgsound</code>, + <code><a href="obsolete.html#basefont">basefont</a></code>, <code>bgsound</code>, <code><a href="semantics.html#the-blockquote-element">blockquote</a></code>, <code><a href="semantics.html#the-body-element">body</a></code>, <code><a href="semantics.html#the-br-element">br</a></code>, - <code><a href="obsolete-features.html#center">center</a></code>, <code><a href="tabular-data.html#the-col-element">col</a></code>, <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code>, + <code><a href="obsolete.html#center">center</a></code>, <code><a href="tabular-data.html#the-col-element">col</a></code>, <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code>, <code><a href="interactive-elements.html#the-command">command</a></code>, <code><a href="interactive-elements.html#datagrid">datagrid</a></code>, <code><a href="semantics.html#the-dd-element">dd</a></code>, - <code><a href="interactive-elements.html#the-details-element">details</a></code>, <code><a href="semantics.html#the-dialog-element">dialog</a></code>, <code><a href="obsolete-features.html#dir">dir</a></code>, + <code><a href="interactive-elements.html#the-details-element">details</a></code>, <code><a href="semantics.html#the-dialog-element">dialog</a></code>, <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="interactive-elements.html#the-div-element">div</a></code>, <code><a href="semantics.html#the-dl-element">dl</a></code>, <code><a href="semantics.html#the-dt-element">dt</a></code>, <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="embedded-content-0.html#the-figure-element">figure</a></code>, - <code><a href="semantics.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, - <code><a href="obsolete-features.html#frameset">frameset</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, + <code><a href="semantics.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, + <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="semantics.html#the-head-element">head</a></code>, <code><a href="semantics.html#the-header-element">header</a></code>, <code><a href="semantics.html#the-hgroup-element">hgroup</a></code>, <code><a href="semantics.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <!-- <code>image</code>, (commented out because this isn't an element that can end up on the stack, so it doesn't matter) --> <code><a href="embedded-content-0.html#the-img-element">img</a></code>, - <code><a href="forms.html#the-input-element">input</a></code>, <code><a href="obsolete-features.html#isindex-0">isindex</a></code>, <code><a href="semantics.html#the-li-element">li</a></code>, + <code><a href="forms.html#the-input-element">input</a></code>, <code><a href="obsolete.html#isindex-0">isindex</a></code>, <code><a href="semantics.html#the-li-element">li</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code>listing</code>, <code><a href="interactive-elements.html#menus">menu</a></code>, - <code><a href="semantics.html#meta">meta</a></code>, <code><a href="semantics.html#the-nav-element">nav</a></code>, <code><a href="obsolete-features.html#noembed">noembed</a></code>, - <code><a href="obsolete-features.html#noframes">noframes</a></code>, <code><a href="semantics.html#the-noscript-element">noscript</a></code>, <code><a href="semantics.html#the-ol-element">ol</a></code>, + <code><a href="semantics.html#meta">meta</a></code>, <code><a href="semantics.html#the-nav-element">nav</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>, + <code><a href="obsolete.html#noframes">noframes</a></code>, <code><a href="semantics.html#the-noscript-element">noscript</a></code>, <code><a href="semantics.html#the-ol-element">ol</a></code>, <code><a href="semantics.html#the-p-element">p</a></code>, <code><a href="embedded-content-0.html#the-param-element">param</a></code>, <code>plaintext</code>, <code><a href="semantics.html#the-pre-element">pre</a></code>, <code><a href="semantics.html#script">script</a></code>, <code><a href="semantics.html#the-section-element">section</a></code>, - <code><a href="forms.html#the-select-element">select</a></code>, <code><a href="obsolete-features.html#spacer">spacer</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, + <code><a href="forms.html#the-select-element">select</a></code>, <code><a href="obsolete.html#spacer">spacer</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="forms.html#the-textarea-element">textarea</a></code>, <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, <code><a href="semantics.html#the-title-element">title</a></code>, <code><a href="tabular-data.html#the-tr-element">tr</a></code>, <code><a href="semantics.html#the-ul-element">ul</a></code>, and <code>wbr</code>.</p></dd> @@ -1578,19 +1578,19 @@ <dt><dfn id="scoping">Scoping</dfn></dt> <dd><p>The following HTML elements introduce new <a href="#has-an-element-in-scope" title="has an element in scope">scopes</a> for various parts of the - parsing: <code><a href="obsolete-features.html#the-applet-element">applet</a></code>, <code><a href="forms.html#the-button-element">button</a></code>, - <code><a href="tabular-data.html#the-caption-element">caption</a></code>, <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code>, + parsing: <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="forms.html#the-button-element">button</a></code>, + <code><a href="tabular-data.html#the-caption-element">caption</a></code>, <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="obsolete.html#the-marquee-element-0">marquee</a></code>, <code><a href="embedded-content-0.html#the-object-element">object</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, <code><a href="tabular-data.html#the-td-element">td</a></code>, <code><a href="tabular-data.html#the-th-element">th</a></code>, and SVG's <code>foreignObject</code>.</p></dd> <dt><dfn id="formatting">Formatting</dfn></dt> <dd><p>The following HTML elements are those that end up in the <a href="#list-of-active-formatting-elements">list of active formatting elements</a>: <code><a href="text-level-semantics.html#the-a-element">a</a></code>, - <code><a href="text-level-semantics.html#the-b-element">b</a></code>, <code><a href="obsolete-features.html#big">big</a></code>, <code><a href="text-level-semantics.html#the-code-element">code</a></code>, - <code><a href="text-level-semantics.html#the-em-element">em</a></code>, <code><a href="obsolete-features.html#font">font</a></code>, <code><a href="text-level-semantics.html#the-i-element">i</a></code>, - <code>nobr</code>, <code><a href="obsolete-features.html#s">s</a></code>, <code><a href="text-level-semantics.html#the-small-element">small</a></code>, - <code><a href="obsolete-features.html#strike">strike</a></code>, <code><a href="text-level-semantics.html#the-strong-element">strong</a></code>, <code><a href="obsolete-features.html#tt">tt</a></code>, and - <code><a href="obsolete-features.html#u">u</a></code>.</p></dd> + <code><a href="text-level-semantics.html#the-b-element">b</a></code>, <code><a href="obsolete.html#big">big</a></code>, <code><a href="text-level-semantics.html#the-code-element">code</a></code>, + <code><a href="text-level-semantics.html#the-em-element">em</a></code>, <code><a href="obsolete.html#font">font</a></code>, <code><a href="text-level-semantics.html#the-i-element">i</a></code>, + <code>nobr</code>, <code><a href="obsolete.html#s">s</a></code>, <code><a href="text-level-semantics.html#the-small-element">small</a></code>, + <code><a href="obsolete.html#strike">strike</a></code>, <code><a href="text-level-semantics.html#the-strong-element">strong</a></code>, <code><a href="obsolete.html#tt">tt</a></code>, and + <code><a href="obsolete.html#u">u</a></code>.</p></dd> <dt><dfn id="phrasing">Phrasing</dfn></dt> <dd><p>All other elements found while parsing an HTML @@ -1607,14 +1607,14 @@ <li><p>Otherwise, if <var title="">node</var> is one of the following elements, terminate in a failure state:</p> - <ul class="brief"><li><code><a href="obsolete-features.html#the-applet-element">applet</a></code> in the HTML namespace</li> + <ul class="brief"><li><code><a href="obsolete.html#the-applet-element">applet</a></code> in the HTML namespace</li> <li><code><a href="tabular-data.html#the-caption-element">caption</a></code> in the HTML namespace</li> <li><code><a href="semantics.html#the-html-element">html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) --> <li><code><a href="tabular-data.html#the-table-element">table</a></code> in the HTML namespace</li> <li><code><a href="tabular-data.html#the-td-element">td</a></code> in the HTML namespace</li> <li><code><a href="tabular-data.html#the-th-element">th</a></code> in the HTML namespace</li> <li><code><a href="forms.html#the-button-element">button</a></code> in the HTML namespace</li> - <li><code><a href="obsolete-features.html#the-marquee-element-0">marquee</a></code> in the HTML namespace</li> + <li><code><a href="obsolete.html#the-marquee-element-0">marquee</a></code> in the HTML namespace</li> <li><code><a href="embedded-content-0.html#the-object-element">object</a></code> in the HTML namespace</li> <li><code title="">foreignObject</code> in the SVG namespace</li> </ul></li> @@ -1665,9 +1665,9 @@ <p>The list contains elements in the <a href="#formatting">formatting</a> category, and scope markers. The scope markers are inserted when - entering <code><a href="obsolete-features.html#the-applet-element">applet</a></code> elements, buttons, <code><a href="embedded-content-0.html#the-object-element">object</a></code> + entering <code><a href="obsolete.html#the-applet-element">applet</a></code> elements, buttons, <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements, marquees, table cells, and table captions, and are used to - prevent formatting from "leaking" <em>into</em> <code><a href="obsolete-features.html#the-applet-element">applet</a></code> + prevent formatting from "leaking" <em>into</em> <code><a href="obsolete.html#the-applet-element">applet</a></code> elements, buttons, <code><a href="embedded-content-0.html#the-object-element">object</a></code> elements, marquees, and tables.</p> @@ -6560,7 +6560,7 @@ <p>If the parser was <em>not</em> originally created as part of the <a href="#html-fragment-parsing-algorithm">HTML fragment parsing algorithm</a> (<a href="#fragment-case">fragment case</a>), and the <a href="#current-node">current - node</a> is no longer a <code><a href="obsolete-features.html#frameset">frameset</a></code> element, then + node</a> is no longer a <code><a href="obsolete.html#frameset">frameset</a></code> element, then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-afterframeset" title="insertion mode: after frameset">after frameset</a>".</p> @@ -7281,12 +7281,12 @@ character.</p> <p>If <var title="">current node</var> is an - <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="obsolete-features.html#basefont">basefont</a></code>, + <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="obsolete.html#basefont">basefont</a></code>, <code>bgsound</code>, <code><a href="semantics.html#the-br-element">br</a></code>, <code><a href="tabular-data.html#the-col-element">col</a></code>, - <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="obsolete-features.html#frame">frame</a></code>, <code><a href="semantics.html#the-hr-element">hr</a></code>, + <code><a href="embedded-content-0.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, <code><a href="semantics.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-0.html#the-img-element">img</a></code>, <code><a href="forms.html#the-input-element">input</a></code>, <code><a href="forms.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#meta">meta</a></code>, <code><a href="embedded-content-0.html#the-param-element">param</a></code>, - <code><a href="obsolete-features.html#spacer">spacer</a></code>, or <code>wbr</code> element, then + <code><a href="obsolete.html#spacer">spacer</a></code>, or <code>wbr</code> element, then continue on to the next child node at this point.</p> <!-- also, i guess: image and isindex, but we don't list those because we don't consider those "elements", more "macros", and @@ -7312,8 +7312,8 @@ <p>If one of the ancestors of <var title="">current node</var> is a <code><a href="semantics.html#the-style-element">style</a></code>, <code><a href="semantics.html#script">script</a></code>, - <code>xmp</code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete-features.html#noembed">noembed</a></code>, - <code><a href="obsolete-features.html#noframes">noframes</a></code>, <code><a href="semantics.html#the-noscript-element">noscript</a></code>, or + <code>xmp</code>, <code><a href="embedded-content-0.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>, <code><a href="semantics.html#the-noscript-element">noscript</a></code>, or <code>plaintext</code> element, then append the value of <var title="">current node</var>'s <code title="">data</code> DOM attribute literally.</p> <!-- note about noscript: we're assuming here that scripting is enabled. If this algorithm is @@ -7474,8 +7474,8 @@ <dt>If it is a <code><a href="semantics.html#the-style-element">style</a></code>, <code><a href="semantics.html#script">script</a></code>, - <code>xmp</code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete-features.html#noembed">noembed</a></code>, or - <code><a href="obsolete-features.html#noframes">noframes</a></code> element</dt> + <code>xmp</code>, <code><a href="embedded-content-0.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>, or + <code><a href="obsolete.html#noframes">noframes</a></code> element</dt> <dd>Set the <a href="#content-model-flag">content model flag</a> to the CDATA state.</dd> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- references.html 19 Jul 2009 00:17:39 -0000 1.4 +++ references.html 20 Jul 2009 20:56:23 -0000 1.5 @@ -183,7 +183,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.2569.</p> + </nav><p>This is revision </p> <h1> <h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- semantics.html 19 Jul 2009 00:17:39 -0000 1.4 +++ semantics.html 20 Jul 2009 20:56:23 -0000 1.5 @@ -183,7 +183,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="text-level-semantics.html">4.6 Text-level semantics →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <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><h4 id="the-html-element"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt> @@ -321,12 +321,12 @@ </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn><code>link</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="dom.html#metadata-content-0">Metadata content</a>.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#flow-content-0">flow content</a>.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#phrasing-content-0">phrasing content</a>.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#flow-content-0">flow content</a>.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#phrasing-content-0">phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="dom.html#metadata-content-0">metadata content</a> is expected.</dd> <dd>In a <code><a href="#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element">head</a></code> element.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: where <a href="dom.html#phrasing-content-0">phrasing content</a> is expected.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: where <a href="dom.html#phrasing-content-0">phrasing content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> @@ -590,14 +590,14 @@ always return false and does nothing on setting.</p><!-- that is normatively required in the definition of dom-linkstyle-disabled --><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="dom.html#metadata-content-0">Metadata content</a>.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#flow-content-0">flow content</a>.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#phrasing-content-0">phrasing content</a>.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#flow-content-0">flow content</a>.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: <a href="dom.html#phrasing-content-0">phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>If the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute is present, or if the element is in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element">head</a></code> element.</dd> <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present, and the element is not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element">head</a></code> element.</dd> <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present, and the element is not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element">head</a></code> element.</dd> <dd>If the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute is present: where <a href="dom.html#metadata-content-0">metadata content</a> is expected.</dd> - <dd>If the <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: where <a href="dom.html#phrasing-content-0">phrasing content</a> is expected.</dd> + <dd>If the <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attribute is present: where <a href="dom.html#phrasing-content-0">phrasing content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> @@ -622,8 +622,8 @@ file's <a href="#character-encoding-declaration">character encoding declaration</a> when an HTML document is serialized to string form (e.g. for transmission over the network or for disk storage) with the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute.</p><p>Exactly one of the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>, - <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>, <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code>, and <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> attributes must be - specified.</p><p>If either <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>, <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>, or <code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code> is specified, then the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must also be + <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>, <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code>, and <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> attributes must be + specified.</p><p>If either <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>, <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>, or <code title="attr-itemprop"><a href="microdata-0.html#names:-the-itemprop-attribute">itemprop</a></code> is specified, then the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must also be specified. Otherwise, it must be omitted.</p><p>The <dfn id="attr-meta-charset" title="attr-meta-charset"><code>charset</code></dfn> attribute specifies the character encoding used by the document. This is a <a href="#character-encoding-declaration">character encoding declaration</a>. If @@ -1514,10 +1514,10 @@ <ul class="brief"><li>the <code><a href="#script">script</a></code> element has a <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute and its value is the empty string, or</li> - <li>the <code><a href="#script">script</a></code> element has no <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute but it has a <code title="attr-script-language"><a href="obsolete-features.html#attr-script-language">language</a></code> attribute and + <li>the <code><a href="#script">script</a></code> element has no <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute but it has a <code title="attr-script-language"><a href="obsolete.html#attr-script-language">language</a></code> attribute and <em>that</em> attribute's value is the empty string, or</li> - <li>the <code><a href="#script">script</a></code> element has neither a <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute nor a <code title="attr-script-language"><a href="obsolete-features.html#attr-script-language">language</a></code> attribute, then</li> + <li>the <code><a href="#script">script</a></code> element has neither a <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute nor a <code title="attr-script-language"><a href="obsolete.html#attr-script-language">language</a></code> attribute, then</li> </ul><p>...let <var><a href="#the-script-block-s-type">the script block's type</a></var> for this <code><a href="#script">script</a></code> element be "<code title="">text/javascript</code>".</p> @@ -1526,13 +1526,13 @@ script block's type</a></var> for this <code><a href="#script">script</a></code> element be the value of that attribute.</p> - <p>Otherwise, the element has a non-empty <code title="attr-script-language"><a href="obsolete-features.html#attr-script-language">language</a></code> attribute; let + <p>Otherwise, the element has a non-empty <code title="attr-script-language"><a href="obsolete.html#attr-script-language">language</a></code> attribute; let <var><a href="#the-script-block-s-type">the script block's type</a></var> for this <code><a href="#script">script</a></code> - element be the concatenation of the string "<code title="">text/</code>" followed by the value of the <code title="attr-script-language"><a href="obsolete-features.html#attr-script-language">language</a></code> attribute.</p> <!-- + element be the concatenation of the string "<code title="">text/</code>" followed by the value of the <code title="attr-script-language"><a href="obsolete.html#attr-script-language">language</a></code> attribute.</p> <!-- user agents already support, e.g., type="text/javascript1.3", so we don't have to support that separately. --> - <p class="note">The <code title="attr-script-language"><a href="obsolete-features.html#attr-script-language">language</a></code> attribute is never + <p class="note">The <code title="attr-script-language"><a href="obsolete.html#attr-script-language">language</a></code> attribute is never conforming, and is always ignored if there is a <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute present.</p> </li> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- index.html 19 Jul 2009 00:17:39 -0000 1.4 +++ index.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -183,7 +183,7 @@ <a href="no.html">← 13 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> – <a href="spec.html#contents">Table of contents</a> – <a href="references.html">References →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 class="no-num" id="index">Index</h2><p><i>This section is non-normative.</i></p><p class="XXX">List of elements</p><p class="XXX">List of attributes</p><p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces</p><p class="XXX">List of events</p></body></html> \ No newline at end of file Index: comms.html =================================================================== RCS file: /sources/public/html5/spec/comms.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- comms.html 19 Jul 2009 00:17:39 -0000 1.4 +++ comms.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -183,7 +183,7 @@ <a href="editing.html">← 7 User Interaction</a> – <a href="spec.html#contents">Table of contents</a> – <a href="syntax.html">9 The HTML syntax →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><!-- XXX cross-references for SSE and WS need fixing now that this is cross-spec --><p>Messages in <span>server-sent events</span>, <span>Web Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- spec.html 20 Jul 2009 20:47:19 -0000 1.6 +++ spec.html 20 Jul 2009 20:56:23 -0000 1.7 @@ -178,7 +178,7 @@ <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> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 18 July 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 20 July 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -200,7 +200,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.2569. + This is $Revision$. </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 @@ -276,7 +276,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 18 July 2009 Editor's Draft. + This specification is the 20 July 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -522,7 +522,7 @@ <li><a href="video.html#media-elements"><span class="secno">4.8.10 </span>Media elements</a> <ol><li><a href="video.html#error-codes"><span class="secno">4.8.10.1 </span>Error codes</a></li> <li><a href="video.html#location-of-the-media-resource"><span class="secno">4.8.10.2 </span>Location of the media resource</a></li> - <li><a href="video.html#media-types"><span class="secno">4.8.10.3 </span>Media types</a></li> + <li><a href="video.html#mime-types"><span class="secno">4.8.10.3 </span>MIME types</a></li> <li><a href="video.html#network-states"><span class="secno">4.8.10.4 </span>Network states</a></li> <li><a href="video.html#loading-the-media-resource"><span class="secno">4.8.10.5 </span>Loading the media resource</a></li> <li><a href="video.html#offsets-into-the-media-resource"><span class="secno">4.8.10.6 </span>Offsets into the media resource</a></li> @@ -683,33 +683,33 @@ <ol><li><a href="interactive-elements.html#the-legend-element"><span class="secno">4.12.1 </span>The <code>legend</code> element</a></li> <li><a href="interactive-elements.html#the-div-element"><span class="secno">4.12.2 </span>The <code>div</code> element</a></li></ol></li> <li><a href="interactive-elements.html#matching-html-elements-using-selectors"><span class="secno">4.13 </span>Matching HTML elements using selectors</a></li></ol></li> - <li><a href="microdata.html#microdata"><span class="secno">5 </span>Microdata</a> - <ol><li><a href="microdata.html#introduction-2"><span class="secno">5.1 </span>Introduction</a> - <ol><li><a href="microdata.html#the-basic-syntax"><span class="secno">5.1.1 </span>The basic syntax</a></li> - <li><a href="microdata.html#typed-items"><span class="secno">5.1.2 </span>Typed items</a></li> - <li><a href="microdata.html#selecting-names-when-defining-vocabularies"><span class="secno">5.1.3 </span>Selecting names when defining vocabularies</a></li> - <li><a href="microdata.html#using-the-microdata-dom-api"><span class="secno">5.1.4 </span>Using the microdata DOM API</a></li></ol></li> - <li><a href="microdata.html#encoding-microdata"><span class="secno">5.2 </span>Encoding microdata</a> - <ol><li><a href="microdata.html#the-microdata-model"><span class="secno">5.2.1 </span>The microdata model</a></li> - <li><a href="microdata.html#items:-the-item-attribute"><span class="secno">5.2.2 </span>Items: the <code>item</code> attribute</a></li> - <li><a href="microdata.html#associating-names-with-items"><span class="secno">5.2.3 </span>Associating names with items</a></li> - <li><a href="microdata.html#names:-the-itemprop-attribute"><span class="secno">5.2.4 </span>Names: the <code>itemprop</code> attribute</a></li> - <li><a href="microdata.html#values"><span class="secno">5.2.5 </span>Values</a></li></ol></li> - <li><a href="microdata.html#microdata-dom-api"><span class="secno">5.3 </span>Microdata DOM API</a></li> - <li><a href="microdata.html#predefined-vocabularies"><span class="secno">5.4 </span>Predefined vocabularies</a> - <ol><li><a href="microdata.html#general"><span class="secno">5.4.1 </span>General</a></li> - <li><a href="microdata.html#vcard"><span class="secno">5.4.2 </span>vCard</a> - <ol><li><a href="microdata.html#examples"><span class="secno">5.4.2.1 </span>Examples</a></li></ol></li> - <li><a href="microdata.html#vevent"><span class="secno">5.4.3 </span>vEvent</a> - <ol><li><a href="microdata.html#examples-0"><span class="secno">5.4.3.1 </span>Examples</a></li></ol></li> - <li><a href="microdata.html#licensing-works"><span class="secno">5.4.4 </span>Licensing works</a> - <ol><li><a href="microdata.html#examples-1"><span class="secno">5.4.4.1 </span>Examples</a></li></ol></li></ol></li> - <li><a href="microdata.html#converting-html-to-other-formats"><span class="secno">5.5 </span>Converting HTML to other formats</a> - <ol><li><a href="microdata.html#json"><span class="secno">5.5.1 </span>JSON</a></li> - <li><a href="microdata.html#rdf"><span class="secno">5.5.2 </span>RDF</a></li> - <li><a href="microdata.html#vcard-0"><span class="secno">5.5.3 </span>vCard</a></li> - <li><a href="microdata.html#icalendar"><span class="secno">5.5.4 </span>iCalendar</a></li> - <li><a href="microdata.html#atom"><span class="secno">5.5.5 </span>Atom</a></li></ol></li></ol></li> + <li><a href="microdata-0.html#microdata-0"><span class="secno">5 </span>Microdata</a> + <ol><li><a href="microdata-0.html#introduction-2"><span class="secno">5.1 </span>Introduction</a> + <ol><li><a href="microdata-0.html#the-basic-syntax"><span class="secno">5.1.1 </span>The basic syntax</a></li> + <li><a href="microdata-0.html#typed-items"><span class="secno">5.1.2 </span>Typed items</a></li> + <li><a href="microdata-0.html#selecting-names-when-defining-vocabularies"><span class="secno">5.1.3 </span>Selecting names when defining vocabularies</a></li> + <li><a href="microdata-0.html#using-the-microdata-dom-api"><span class="secno">5.1.4 </span>Using the microdata DOM API</a></li></ol></li> + <li><a href="microdata-0.html#encoding-microdata"><span class="secno">5.2 </span>Encoding microdata</a> + <ol><li><a href="microdata-0.html#the-microdata-model"><span class="secno">5.2.1 </span>The microdata model</a></li> + <li><a href="microdata-0.html#items:-the-item-attribute"><span class="secno">5.2.2 </span>Items: the <code>item</code> attribute</a></li> + <li><a href="microdata-0.html#associating-names-with-items"><span class="secno">5.2.3 </span>Associating names with items</a></li> + <li><a href="microdata-0.html#names:-the-itemprop-attribute"><span class="secno">5.2.4 </span>Names: the <code>itemprop</code> attribute</a></li> + <li><a href="microdata-0.html#values"><span class="secno">5.2.5 </span>Values</a></li></ol></li> + <li><a href="microdata-0.html#microdata-dom-api"><span class="secno">5.3 </span>Microdata DOM API</a></li> + <li><a href="microdata-0.html#predefined-vocabularies"><span class="secno">5.4 </span>Predefined vocabularies</a> + <ol><li><a href="microdata-0.html#general"><span class="secno">5.4.1 </span>General</a></li> + <li><a href="microdata-0.html#vcard"><span class="secno">5.4.2 </span>vCard</a> + <ol><li><a href="microdata-0.html#examples"><span class="secno">5.4.2.1 </span>Examples</a></li></ol></li> + <li><a href="microdata-0.html#vevent"><span class="secno">5.4.3 </span>vEvent</a> + <ol><li><a href="microdata-0.html#examples-0"><span class="secno">5.4.3.1 </span>Examples</a></li></ol></li> + <li><a href="microdata-0.html#licensing-works"><span class="secno">5.4.4 </span>Licensing works</a> + <ol><li><a href="microdata-0.html#examples-1"><span class="secno">5.4.4.1 </span>Examples</a></li></ol></li></ol></li> + <li><a href="microdata-0.html#converting-html-to-other-formats"><span class="secno">5.5 </span>Converting HTML to other formats</a> + <ol><li><a href="microdata-0.html#json"><span class="secno">5.5.1 </span>JSON</a></li> + <li><a href="microdata-0.html#rdf"><span class="secno">5.5.2 </span>RDF</a></li> + <li><a href="microdata-0.html#vcard-0"><span class="secno">5.5.3 </span>vCard</a></li> + <li><a href="microdata-0.html#icalendar"><span class="secno">5.5.4 </span>iCalendar</a></li> + <li><a href="microdata-0.html#atom"><span class="secno">5.5.5 </span>Atom</a></li></ol></li></ol></li> <li><a href="browsers.html#browsers"><span class="secno">6 </span>Web browsers</a> <ol><li><a href="browsers.html#windows"><span class="secno">6.1 </span>Browsing contexts</a> <ol><li><a href="browsers.html#nested-browsing-contexts"><span class="secno">6.1.1 </span>Nested browsing contexts</a> @@ -1039,15 +1039,15 @@ <li><a href="the-xhtml-syntax.html#print-media"><span class="secno">11.7 </span>Print media</a></li> <li><a href="the-xhtml-syntax.html#interaction-with-css"><span class="secno">11.8 </span>Interaction with CSS</a> <ol><li><a href="the-xhtml-syntax.html#selectors"><span class="secno">11.8.1 </span>Selectors</a></li></ol></li></ol></li> - <li><a href="obsolete-features.html#obsolete-features"><span class="secno">12 </span>Obsolete features</a> - <ol><li><a href="obsolete-features.html#conforming-but-obsolete-features"><span class="secno">12.1 </span>Conforming but obsolete features</a> - <ol><li><a href="obsolete-features.html#warnings-for-obsolete-but-conforming-features"><span class="secno">12.1.1 </span>Warnings for obsolete but conforming features</a></li></ol></li> - <li><a href="obsolete-features.html#non-conforming-features"><span class="secno">12.2 </span>Non-conforming features</a></li> - <li><a href="obsolete-features.html#requirements-for-implementations"><span class="secno">12.3 </span>Requirements for implementations</a> - <ol><li><a href="obsolete-features.html#the-applet-element"><span class="secno">12.3.1 </span>The <code>applet</code> element</a></li> - <li><a href="obsolete-features.html#the-marquee-element-0"><span class="secno">12.3.2 </span>The <code>marquee</code> element</a></li> - <li><a href="obsolete-features.html#frames"><span class="secno">12.3.3 </span>Frames</a></li> - <li><a href="obsolete-features.html#other-elements-attributes-and-apis"><span class="secno">12.3.4 </span>Other elements, attributes and APIs</a></li></ol></li></ol></li> + <li><a href="obsolete.html#obsolete"><span class="secno">12 </span>Obsolete features</a> + <ol><li><a href="obsolete.html#conforming-but-obsolete-features"><span class="secno">12.1 </span>Conforming but obsolete features</a> + <ol><li><a href="obsolete.html#warnings-for-obsolete-but-conforming-features"><span class="secno">12.1.1 </span>Warnings for obsolete but conforming features</a></li></ol></li> + <li><a href="obsolete.html#non-conforming-features"><span class="secno">12.2 </span>Non-conforming features</a></li> + <li><a href="obsolete.html#requirements-for-implementations"><span class="secno">12.3 </span>Requirements for implementations</a> + <ol><li><a href="obsolete.html#the-applet-element"><span class="secno">12.3.1 </span>The <code>applet</code> element</a></li> + <li><a href="obsolete.html#the-marquee-element-0"><span class="secno">12.3.2 </span>The <code>marquee</code> element</a></li> + <li><a href="obsolete.html#frames"><span class="secno">12.3.3 </span>Frames</a></li> + <li><a href="obsolete.html#other-elements-attributes-and-apis"><span class="secno">12.3.4 </span>Other elements, attributes and APIs</a></li></ol></li></ol></li> <li><a href="no.html#no"><span class="secno">13 </span>Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- introduction.html 19 Jul 2009 00:17:39 -0000 1.4 +++ introduction.html 20 Jul 2009 20:56:23 -0000 1.5 @@ -181,7 +181,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.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML @@ -214,7 +214,7 @@ every HTML or DOM feature supported by Web browsers. Browsers support many features that are considered to be very bad for accessibility or that are otherwise inappropriate. For example, the - <code><a href="obsolete-features.html#blink">blink</a></code> element is clearly presentational and authors + <code><a href="obsolete.html#blink">blink</a></code> element is clearly presentational and authors wishing to cause text to blink should instead use CSS.</p><p>The scope of this specification is not to describe an entire operating system. In particular, hardware configuration software, image manipulation tools, and applications that users would be @@ -320,7 +320,7 @@ common underpinnings of the rest of the specification.</dd> - <dt><a href="dom.html#dom">The DOM</a></dt> + <dt><a href="dom.html#dom">Semantics, structure, and APIs of HTML documents</a></dt> <dd>Documents are built from elements. These elements form a tree using the DOM. This section defines the features of this DOM, as @@ -335,6 +335,16 @@ each element,</span> are also given.</dd> + <dt><a href="microdata-0.html#microdata">Microdata</a></dt> + + <dd>This specification introduces a mechanism for adding + machine-readable annotations to documents, so that tools can + extract trees of name/value pairs from the document. This section + describes this mechanism<span class="impl"> and some algorithms + that can be used to convert HTML documents into other + formats</span>.</dd> + + <dt><a href="browsers.html#browsers">Web Browsers</a></dt> <dd>HTML documents do not exist in a vacuum — this section @@ -351,23 +361,23 @@ <dt><a href="comms.html#comms">The Communication APIs</a></dt> - <dd>Applications written in HTML often require mechanisms to - communicate with remote servers, as well as communicating with - other applications from different domains running on the same - client.</dd> + <dd>This section describes some mechanisms that applications + written in HTML can use to communicate with other applications from + different domains running on the same client.</dd> - <dt><a href="syntax.html#syntax">The Language Syntax</a></dt> + <dt><a href="syntax.html#syntax">The HTML Syntax</a></dt> + <dt><a href="the-xhtml-syntax.html#xhtml">The XHTML Syntax</a></dt> <dd>All of these features would be for naught if they couldn't be represented in a serialized form and sent to other people, and so - this section defines the syntax of HTML, along with rules for how - to parse HTML.</dd> + these sections define the syntaxes of HTML, along with rules for + how to parse content using those syntaxes.</dd> </dl><p>There are also a couple of appendices, defining <a href="the-xhtml-syntax.html#rendering">rendering rules</a> for Web browsers and listing - <a href="no.html#no">areas that are out of scope</a> for this - specification.</p><h4 id="how-to-read-this-specification"><span class="secno">1.8.1 </span>How to read this specification</h4><p>This specification should be read like all other specifications. + <a href="obsolete.html#obsolete">obsolete features</a> and <a href="no.html#no">areas + that are out of scope</a> for this specification.</p><h4 id="how-to-read-this-specification"><span class="secno">1.8.1 </span>How to read this specification</h4><p>This specification should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- editing.html 19 Jul 2009 00:17:39 -0000 1.4 +++ editing.html 20 Jul 2009 20:56:21 -0000 1.5 @@ -183,18 +183,16 @@ <a href="history.html">← 6.10 Session history and navigation</a> – <a href="spec.html#contents">Table of contents</a> – <a href="comms.html">8 Communication →</a> - </nav><p>This is revision 1.2569.</p> + </nav><p>This is revision </p> <h1> <h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to enable users to edit documents and parts of documents interactively.</p><h3 id="editing-intro"><span class="secno">7.1 </span>Introduction</h3><p><i>This section is non-normative.</i></p><p class="XXX">Would be nice to explain how these features - work together.</p><h3 id="the-hidden-attribute"><span class="secno">7.2 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p>All elements may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> - content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> - attribute is a <a href="infrastructure.html#boolean-attribute">boolean attribute</a>. When specified on an - element, it indicates that the element is not yet, or is no longer, - relevant. <span class="impl">User agents should not render elements - that have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute + work together.</p><h3 id="the-hidden-attribute"><span class="secno">7.2 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="infrastructure.html#boolean-attribute">boolean + attribute</a>. When specified on an element, it indicates that + the element is not yet, or is no longer, relevant. <span class="impl">User agents should not render elements that have the + <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute specified.</span></p><div class="example"> <p>In the following skeletal example, the attribute is used to hide @@ -637,7 +635,7 @@ which the method was called instead. User agents may selectively or uniformly ignore calls to this method for usability reasons.</p> - </div><h3 id="the-accesskey-attribute"><span class="secno">7.6 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p>All elements may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The + </div><h3 id="the-accesskey-attribute"><span class="secno">7.6 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute's value is used by the user agent as a guide for creating a keyboard shortcut that activates or focuses the element.</p><p>If specified, the value must be an <a href="infrastructure.html#ordered-set-of-unique-space-separated-tokens">ordered set of unique @@ -2161,7 +2159,7 @@ <li> <p>The user agent must take the <a href="#list-of-dragged-nodes">list of dragged nodes</a> - and <a href="microdata.html#extracting-json" title="extracting JSON">extract the microdata from those + and <a href="microdata-0.html#extracting-json" title="extracting JSON">extract the microdata from those nodes into a JSON form</a>, and then must add the resulting string to the <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code> member, associated with the <code title="">application/microdata+json</code> format.</p> <!-- XXX @@ -2172,7 +2170,7 @@ <li> <p>The user agent must take the <a href="#list-of-dragged-nodes">list of dragged nodes</a> - and <a href="microdata.html#extracting-a-vcard" title="extracting a vCard">extract the vCard data from + and <a href="microdata-0.html#extracting-a-vcard" title="extracting a vCard">extract the vCard data from those nodes</a>, and then must add the resulting string to the <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code> member, associated with the <code title="">text/directory;profile=vcard</code> format.</p> @@ -2183,7 +2181,7 @@ <li> <p>The user agent must take the <a href="#list-of-dragged-nodes">list of dragged nodes</a> - and <a href="microdata.html#extracting-vevent-data" title="extracting vEvent data">extract the vEvent data + and <a href="microdata-0.html#extracting-vevent-data" title="extracting vEvent data">extract the vEvent data from those nodes</a>, and then must add the resulting string to the <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code> member, associated with the <code title="">text/calendar;component=vevent</code> format.</p> @@ -2590,7 +2588,7 @@ drag-and-drop operation being started or ended in another document from another domain.</p> - </div><h4 id="the-draggable-attribute"><span class="secno">7.10.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p>All elements may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The + </div><h4 id="the-draggable-attribute"><span class="secno">7.10.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute is an <a href="infrastructure.html#enumerated-attribute">enumerated attribute</a>. It has three states. The first state is <i>true</i> and it has the keyword <code title="">true</code>. The second state is <i>false</i> and it has
Received on Monday, 20 July 2009 20:58:43 UTC