html5/spec acknowledgements.html,1.1094,1.1095 association-of-controls-and-forms.html,1.94,1.95 browsers.html,1.1063,1.1064 commands.html,1.40,1.41 common-dom-interfaces.html,1.69,1.70 common-input-element-attributes.html,1.54,1.55 common-microsyntaxes.html,1.54,1.55 content-models.html,1.82,1.83 dnd.html,1.71,1.72 dom.html,1.1059,1.1060 editing.html,1.1046,1.1047 edits.html,1.36,1.37 elements.html,1.60,1.61 embedded-content-1.html,1.58,1.59 fetching-resources.html,1.57,1.58 forms.html,1.1043,1.1044 fragment-links.js,1.397,1.398 grouping-content.html,1.49,1.50 history.html,1.1061,1.1062 iana.html,1.361,1.362 index.html,1.1066,1.1067 infrastructure.html,1.1092,1.1093 interactive-elements.html,1.1042,1.1043 introduction.html,1.1047,1.1048 links.html,1.80,1.81 named-character-references.html,1.1015,1.1016 namespaces.html,1.36,1.37 number-state.html,1.56,1.57 obsolete.html,1.1042,1.1043 offline.html,1.1046,1.1047 origin-0.html,1.43,1.44 parsing.html,1.69,1.70 references.html,1.1055,1.1056 rendering.htm

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16064

Modified Files:
	acknowledgements.html association-of-controls-and-forms.html 
	browsers.html commands.html common-dom-interfaces.html 
	common-input-element-attributes.html common-microsyntaxes.html 
	content-models.html dnd.html dom.html editing.html edits.html 
	elements.html embedded-content-1.html fetching-resources.html 
	forms.html fragment-links.js grouping-content.html 
	history.html iana.html index.html infrastructure.html 
	interactive-elements.html introduction.html links.html 
	named-character-references.html namespaces.html 
	number-state.html obsolete.html offline.html origin-0.html 
	parsing.html references.html rendering.html scripting-1.html 
	sections.html semantics.html spec.html 
	states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html the-end.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html the-xhtml-syntax.html timers.html 
	tokenization.html tree-construction.html urls.html 
	webappapis.html 
Log Message:
style update

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1092
retrieving revision 1.1093
diff -u -d -r1.1092 -r1.1093
--- infrastructure.html	15 Aug 2011 03:46:27 -0000	1.1092
+++ infrastructure.html	15 Aug 2011 04:46:33 -0000	1.1093
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -394,7 +395,7 @@
   only <code title="">@import</code> rules introduce <a href="#critical-subresources">critical
   subresources</a>; other resources, e.g. fonts or backgrounds, are
   not.</p><p>The term <dfn id="data-protocol" title="data protocol"><code title="">data:</code>
-  URL</dfn> refers to <a href="common-microsyntaxes.html#url" title="URL">URLs</a> that use the <code title="">data:</code> scheme. <a href="references.html#refsRFC2397">[RFC2397]</a></p><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs
+  URL</dfn> refers to <a href="urls.html#url" title="URL">URLs</a> that use the <code title="">data:</code> scheme. <a href="references.html#refsRFC2397">[RFC2397]</a></p><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs
   conforming to this specification will place elements in HTML in the
   <code>http://www.w3.org/1999/xhtml</code> namespace, at least for
   the purposes of the DOM and CSS. The term "<dfn id="html-elements">HTML
@@ -568,18 +569,18 @@
    <dd>
 
     <p>Web browsers that support <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a> must
-    process elements and attributes from the <a href="common-microsyntaxes.html#html-namespace-0">HTML
+    process elements and attributes from the <a href="namespaces.html#html-namespace-0">HTML
     namespace</a> found in XML documents as described in this
     specification, so that users can interact with them, unless the
     semantics of those elements have been overridden by other
     specifications.</p>
 
     <p class="example">A conforming XHTML processor would, upon
-    finding an XHTML <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element in an XML document,
+    finding an XHTML <code><a href="scripting-1.html#the-script-element">script</a></code> element in an XML document,
     execute the script contained in that element. However, if the
     element is found within a transformation expressed in XSLT
     (assuming the user agent also supports XSLT), then the processor
-    would instead treat the <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element as an opaque
+    would instead treat the <code><a href="scripting-1.html#the-script-element">script</a></code> element as an opaque
     element that forms part of the transform.</p>
 
     <p>Web browsers that support <a href="syntax.html#syntax">the HTML syntax</a> must
@@ -594,8 +595,8 @@
     <p class="note">Unless explicitly stated, specifications that
     override the semantics of HTML elements do not override the
     requirements on DOM objects representing those elements. For
-    example, the <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element in the example above
-    would still implement the <code><a href="common-microsyntaxes.html#htmlscriptelement">HTMLScriptElement</a></code>
+    example, the <code><a href="scripting-1.html#the-script-element">script</a></code> element in the example above
+    would still implement the <code><a href="scripting-1.html#htmlscriptelement">HTMLScriptElement</a></code>
     interface.</p>
 
    </dd>
@@ -674,9 +675,9 @@
     specification. Automated conformance checkers are exempt from
     detecting errors that require interpretation of the author's
     intent (for example, while a document is non-conforming if the
-    content of a <code><a href="common-microsyntaxes.html#the-blockquote-element">blockquote</a></code> element is not a quote,
+    content of a <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code> element is not a quote,
     conformance checkers running without the input of human judgement
-    do not have to check that <code><a href="common-microsyntaxes.html#the-blockquote-element">blockquote</a></code> elements only
+    do not have to check that <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code> elements only
     contain quoted material).</p>
 
     <p>Conformance checkers must check that the input document
@@ -731,7 +732,7 @@
     them for conformance should act in accordance with the semantics
     of the documents that they process.</p>
 
-    <p class="example">A tool that generates <a href="common-microsyntaxes.html#outline" title="outline">document outlines</a> but increases the nesting
+    <p class="example">A tool that generates <a href="sections.html#outline" title="outline">document outlines</a> but increases the nesting
     level for each paragraph and does not increase the nesting level
     for each section would not be conforming.</p>
 
@@ -755,12 +756,12 @@
     elements or encourage their users to do so.</p>
 
     <p class="example">For example, it is not conforming to use an
-    <code><a href="common-microsyntaxes.html#the-address-element">address</a></code> element for arbitrary contact information;
+    <code><a href="sections.html#the-address-element">address</a></code> element for arbitrary contact information;
     that element can only be used for marking up contact information
     for the author of the document or section. However, since an
     authoring tool is likely unable to determine the difference, an
     authoring tool is exempt from that requirement. This does not
-    mean, though, that authoring tools can use <code><a href="common-microsyntaxes.html#the-address-element">address</a></code>
+    mean, though, that authoring tools can use <code><a href="sections.html#the-address-element">address</a></code>
     elements for any block of italics text (for instance); it just
     means that the authoring tool doesn't have to verify that when the
     user uses a tool for inserting contact information for a section,
@@ -792,8 +793,8 @@
     elements they know are appropriate, and should not use elements
     that they do not know to be appropriate. This might in certain
     extreme cases mean limiting the use of flow elements to just a few
-    elements, like <code><a href="common-microsyntaxes.html#the-div-element">div</a></code>, <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>, <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>,
-    and <code><a href="common-microsyntaxes.html#the-span-element">span</a></code> and making liberal use of the <code title="attr-style"><a href="common-microsyntaxes.html#the-style-attribute">style</a></code> attribute.</p>
+    elements, like <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="text-level-semantics.html#the-b-element">b</a></code>, <code><a href="text-level-semantics.html#the-i-element">i</a></code>,
+    and <code><a href="text-level-semantics.html#the-span-element">span</a></code> and making liberal use of the <code title="attr-style"><a href="elements.html#the-style-attribute">style</a></code> attribute.</p>
 
     <p>All authoring tools, whether WYSIWYG or not, should make a best
     effort attempt at enabling users to create well-structured,
@@ -1038,7 +1039,7 @@
 
    <dd>
 
-    <p>Implementations must support the semantics of <a href="common-microsyntaxes.html#url" title="URL">URLs</a> defined in the URI and IRI specifications,
+    <p>Implementations must support the semantics of <a href="urls.html#url" title="URL">URLs</a> defined in the URI and IRI specifications,
     as well as the semantics of IDNA domain names defined in the
     <cite>Internationalizing Domain Names in Applications
     (IDNA)</cite> specification. <a href="references.html#refsRFC3986">[RFC3986]</a>
@@ -1112,7 +1113,7 @@
   and video formats in the respective sections.</p>
 
   </div><h4 id="extensibility"><span class="secno">2.2.3 </span>Extensibility</h4><p>HTML has a wide number of extensibility mechanisms that can be
-  used for adding semantics in a safe manner:</p><ul><li>Authors can use the <code title="attr-class"><a href="common-microsyntaxes.html#classes">class</a></code>
+  used for adding semantics in a safe manner:</p><ul><li>Authors can use the <code title="attr-class"><a href="elements.html#classes">class</a></code>
    attribute to extend elements, effectively creating their own
    elements, while using the most applicable existing "real" HTML
    element, so that browsers and other tools that don't know of the
@@ -1120,25 +1121,25 @@
    by Microformats, for example.</li>
 
    <li>Authors can include data for inline client-side scripts or
-   server-side site-wide scripts to process using the <code title="attr-data-*"><a href="common-microsyntaxes.html#attr-data">data-*=""</a></code> attributes. These are
+   server-side site-wide scripts to process using the <code title="attr-data-*"><a href="elements.html#attr-data">data-*=""</a></code> attributes. These are
    guaranteed to never be touched by browsers, and allow scripts to
    include data on HTML elements that scripts can then look for and
    process.</li>
 
-   <li>Authors can use the <code title="meta"><a href="common-microsyntaxes.html#the-meta-element">&lt;meta name=""
+   <li>Authors can use the <code title="meta"><a href="semantics.html#the-meta-element">&lt;meta name=""
    content=""&gt;</a></code> mechanism to include page-wide metadata by
-   registering <a href="common-microsyntaxes.html#concept-meta-extensions" title="concept-meta-extensions">extensions to the
+   registering <a href="semantics.html#concept-meta-extensions" title="concept-meta-extensions">extensions to the
    predefined set of metadata names</a>.</li>
 
-   <li>Authors can use the <code title="attr-hyperlink-rel"><a href="common-microsyntaxes.html#attr-hyperlink-rel">rel=""</a></code> mechanism to annotate
-   links with specific meanings by registering <a href="common-microsyntaxes.html#concept-rel-extensions" title="concept-rel-extensions">extensions to the predefined set of
+   <li>Authors can use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel=""</a></code> mechanism to annotate
+   links with specific meanings by registering <a href="links.html#concept-rel-extensions" title="concept-rel-extensions">extensions to the predefined set of
    link types</a>. This is also used by Microformats.</li>
 
-   <li>Authors can embed raw data using the <code title="script"><a href="common-microsyntaxes.html#the-script-element">&lt;script type=""&gt;</a></code> mechanism with a custom
+   <li>Authors can embed raw data using the <code title="script"><a href="scripting-1.html#the-script-element">&lt;script type=""&gt;</a></code> mechanism with a custom
    type, for further handling by inline or server-side scripts.</li>
 
    <li>Authors can create <a href="#plugin" title="plugin">plugins</a> and
-   invoke them using the <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code> element. This is how Flash
+   invoke them using the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element. This is how Flash
    works.</li>
 
    <li>Authors can extend APIs using the JavaScript prototyping
@@ -1226,14 +1227,14 @@
    implementation "Foo Browser" could add a new IDL attribute "<code title="">fooTypeTime</code>" to a control's DOM interface that
    returned the time it took the user to select the current value of a
    control (say). On the other hand, defining a new control that
-   appears in a form's <code title="dom-form-elements"><a href="common-microsyntaxes.html#dom-form-elements">elements</a></code>
+   appears in a form's <code title="dom-form-elements"><a href="forms.html#dom-form-elements">elements</a></code>
    array would be in violation of the above requirement, as it would
-   violate the definition of <code title="dom-form-elements"><a href="common-microsyntaxes.html#dom-form-elements">elements</a></code> given in this
+   violate the definition of <code title="dom-form-elements"><a href="forms.html#dom-form-elements">elements</a></code> given in this
    specification.</p>
 
   </div>
 
-  <p>When adding new <a href="common-microsyntaxes.html#reflect" title="reflect">reflecting</a> IDL
+  <p>When adding new <a href="common-dom-interfaces.html#reflect" title="reflect">reflecting</a> IDL
   attributes corresponding to content attributes of the form "<code title="">x-<var title="">vendor</var>-<var title="">feature</var></code>", the IDL attribute should be named
   "<code title=""><var title="">vendor</var><var title="">Feature</var></code>" (i.e. the "<code title="">x</code>"
   is dropped from the IDL attribute's name).</p>

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -d -r1.1051 -r1.1052
--- text-level-semantics.html	6 Aug 2011 03:46:23 -0000	1.1051
+++ text-level-semantics.html	15 Aug 2011 04:47:00 -0000	1.1052
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- scripting-1.html	11 Aug 2011 22:46:24 -0000	1.66
+++ scripting-1.html	15 Aug 2011 04:46:41 -0000	1.67
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -578,8 +579,7 @@
     script block's type</a></var> for this <code><a href="#the-script-element">script</a></code> element be
     the value of that attribute with any leading or trailing sequences
     of <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>
-    removed.</p>
-
+    removed.</p> 
     <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="#the-script-element">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.html#attr-script-language">language</a></code> attribute.</p> 

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- the-map-element.html	28 Jul 2011 01:46:31 -0000	1.51
+++ the-map-element.html	15 Aug 2011 04:47:05 -0000	1.52
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -d -r1.912 -r1.913
--- the-canvas-element.html	14 Aug 2011 07:46:26 -0000	1.912
+++ the-canvas-element.html	15 Aug 2011 04:47:01 -0000	1.913
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1038
retrieving revision 1.1039
diff -u -d -r1.1038 -r1.1039
--- tabular-data.html	28 Jul 2011 01:46:30 -0000	1.1038
+++ tabular-data.html	15 Aug 2011 04:47:00 -0000	1.1039
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- the-iframe-element.html	14 Aug 2011 07:46:26 -0000	1.93
+++ the-iframe-element.html	15 Aug 2011 04:47:03 -0000	1.94
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -1526,7 +1527,6 @@
         step below labeled <i>handler</i>.</p>
 
         
-
        </li>
 
        <li>
@@ -2007,7 +2007,7 @@
   <p>If both attributes are present, and if the parent element of the
   <code><a href="#the-param-element">param</a></code> is an <code><a href="#the-object-element">object</a></code> element, then the
   element defines a <dfn id="concept-param-parameter" title="concept-param-parameter">parameter</dfn> with the given
-  name/value pair.</p>
+  name-value pair.</p>
 
   <p>If either the name or value of a <a href="#concept-param-parameter" title="concept-param-parameter">parameter</a> defined by a
   <code><a href="#the-param-element">param</a></code> element that is the child of an
@@ -2164,19 +2164,15 @@
   data has yet been obtained at all, or the element's <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is any
   subsequent value but the <a href="#media-resource">media resource</a> does not have a
   video channel), the <code><a href="#the-video-element">video</a></code> element
-  <a href="rendering.html#represents">represents</a> either the <a href="#poster-frame">poster frame</a>, or
-  nothing.</p>
+  <a href="rendering.html#represents">represents</a> the <a href="#poster-frame">poster frame</a>.</p>
 
   <p>When a <code><a href="#the-video-element">video</a></code> element is <a href="#dom-media-paused" title="dom-media-paused">paused</a> and the <a href="#current-playback-position" title="current
   playback position">current playback position</a> is the first
-  frame of video, the element <a href="rendering.html#represents">represents</a> either the frame
-  of video corresponding to the <a href="#current-playback-position" title="current playback
-  position">current playback position</a> or the <a href="#poster-frame">poster
-  frame</a>, at the discretion of the user agent.</p>
-
-  <p>Notwithstanding the above, the <a href="#poster-frame">poster frame</a> should
-  be preferred over nothing, but the <a href="#poster-frame">poster frame</a> should
-  not be shown again after a frame of video has been shown.</p>
+  frame of video, the element <a href="rendering.html#represents">represents</a> the <a href="#poster-frame">poster
+  frame</a>, unless a frame of video has already been shown, in
+  which case the element <a href="rendering.html#represents">represents</a> the frame of video
+  corresponding to the <a href="#current-playback-position" title="current playback position">current
+  playback position</a>.</p>
 
   <p>When a <code><a href="#the-video-element">video</a></code> element is <a href="#dom-media-paused" title="dom-media-paused">paused</a> at any other position, and
   the <a href="#media-resource">media resource</a> has a video channel, the element

Index: tree-construction.html
===================================================================
RCS file: /sources/public/html5/spec/tree-construction.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tree-construction.html	15 Aug 2011 03:46:29 -0000	1.15
+++ tree-construction.html	15 Aug 2011 04:47:06 -0000	1.16
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -353,10 +354,10 @@
[...964 lines suppressed...]
 
     <p>Pop the <a href="parsing.html#current-node">current node</a> off the <a href="parsing.html#stack-of-open-elements">stack of open
@@ -3924,7 +3925,7 @@
     the <code title="">script</code> element</a> according to the SVG
     rules, if the user agent supports SVG. <a href="references.html#refsSVG">[SVG]</a></p>
 
-    <p class="note">Even if this causes <a href="common-microsyntaxes.html#dom-document-write" title="dom-document-write">new characters to be inserted into the
+    <p class="note">Even if this causes <a href="content-models.html#dom-document-write" title="dom-document-write">new characters to be inserted into the
     tokenizer</a>, the parser will not be executed reentrantly,
     since the <a href="parsing.html#parser-pause-flag">parser pause flag</a> is true.</p>
 
@@ -3962,7 +3963,7 @@
      <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p></li>
 
      <li><p>If <var title="">node</var> is not an element in the
-     <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a>, return to the step labeled
+     <a href="namespaces.html#html-namespace-0">HTML namespace</a>, return to the step labeled
      <i>loop</i>.</p></li>
 
      <li><p>Otherwise, process the token according to the rules given

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- association-of-controls-and-forms.html	10 Aug 2011 01:46:23 -0000	1.94
+++ association-of-controls-and-forms.html	15 Aug 2011 04:46:25 -0000	1.95
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -1865,7 +1866,7 @@
    <li><p><i>End</i>: Return the <var title="">form data
    step</var>.</p></li>
 
-  </ol><h5 id="url-encoded-form-data"><span class="secno">4.10.22.5 </span>URL-encoded form data</h5>
+  </ol></div><h5 id="url-encoded-form-data"><span class="secno">4.10.22.5 </span>URL-encoded form data</h5><div class="impl">
 
   <p>The <dfn id="application-x-www-form-urlencoded-encoding-algorithm"><code title="">application/x-www-form-urlencoded</code> encoding
   algorithm</dfn> is as follows:</p>
@@ -1990,7 +1991,100 @@
    <li><p>Encode <var title="">result</var> as US-ASCII and return the
    resulting byte stream.</p></li>
 
-  </ol></div><div class="impl">
+  </ol></div><p>To decode <code><a href="iana.html#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code>
+  payloads, the following algorithm should be used. This algorithm
+  uses as inputs the payload itself, <var title="">payload</var>,
+  consisting of a Unicode string using only characters in the range
+  U+0000 to U+007F; a default character encoding <var title="">default
+  encoding</var>; and optionally an <var title="">isindex</var> flag
+  indicating that the payload is to be processed as if it had been
+  generated for a form containing an <code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex">isindex</a></code> control. The output of
+  this algorithm is a sorted list of name-value pairs. If the <var title="">isindex</var> flag is set and the first control really ways
+  an <code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex">isindex</a></code> control, then
+  the first name-value pair will have as its name the empty
+  string.</p><ol><li><p>Let <var title="">strings</var> be the result of <a href="common-microsyntaxes.html#strictly-split-a-string" title="strictly split a string">strictly splitting the
+   string</a> <var title="">payload</var> on U+0026 AMPERSAND
+   characters (&amp;).</p></li>
+
+   <li><p>If the <var title="">isindex</var> flag is set and the first
+   string in <var title="">strings</var> does not contain a U+003D
+   EQUALS SIGN character (=), insert a U+003D EQUALS SIGN character
+   (=) at the start of the first string in <var title="">strings</var>.</p></li>
+
+   <li><p>Let <var title="">pairs</var> be an empty list of name-value
+   pairs.</p></li>
+
+   <li>
+
+    <p>For each string <var title="">string</var> in <var title="">strings</var>, run these substeps:</p>
+
+    <ol><li>
+
+      <p>If <var title="">string</var> contains a U+003D EQUALS SIGN
+      character (=), then let <var title="">name</var> be the
+      substring of <var title="">string</var> from the start of <var title="">string</var> up to but excluding its first U+003D
+      EQUALS SIGN character (=), and let <var title="">value</var> be
+      the substring from the first character, if any, after the first
+      U+003D EQUALS SIGN character (=) up to the end of <var title="">string</var>. If the first U+003D EQUALS SIGN character
+      (=) is the first character, then <var title="">name</var> will
+      be the empty string. If it is the last character, then <var title="">value</var> will be the empty string.</p>
+
+      <p>Otherwise, <var title="">string</var> contains no U+003D
+      EQUALS SIGN characters (=). Let <var title="">name</var> have
+      the value of <var title="">string</var> and let <var title="">value</var> be the empty string.</p>
+
+     </li>
+
+     <li>
+
+      <p>Replace any U+002B PLUS SIGN characters (+) in <var title="">name</var> and <var title="">value</var> with U+0020
+      SPACE characters.</p>
+
+     </li>
+
+     <li>
+
+      <p>Replace any escape in <var title="">name</var> and <var title="">value</var> with the character represented by the
+      escape. This replacement most not be recursive.</p>
+
+      <p>An escape is a U+0025 PERCENT SIGN character (%) followed by
+      two characters in the ranges U+0030 DIGIT ZERO (0) to U+0039
+      DIGIT NINE (9), U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN
+      CAPITAL LETTER F, and U+0061 LATIN SMALL LETTER A to U+0066
+      LATIN SMALL LETTER F.</p>
+
+      <p>The character represented by an escape is the Unicode
+      character whose code point is equal to the value of the two
+      characters after the U+0025 PERCENT SIGN character (%),
+      interpreted as a hexadecimal number (in the range 0..255).</p>
+
+      <p class="example">So for instance the string "<code title="">A%2BC</code>" would become "<code title="">A+C</code>".
+      Similarly, the string "<code title="">100%25AA%21</code>"
+      becomes the string "<code title="">100%AA!</code>".</p>
+
+     </li>
+
+     <li><p>Convert the <var title="">name</var> and <var title="">value</var> strings to their byte representation in
+     US-ASCII (i.e. convert the Unicode string to a byte
+     string).</p></li>
+
+     <li><p>Add a pair consisting of <var title="">name</var> and <var title="">value</var> to <var title="">pairs</var>.</p></li>
+
+    </ol></li>
+
+   <li><p>If any of the name-value pairs in <var title="">pairs</var>
+   have a name component consisting of the string "<code title="">_charset_</code>" encoded in US-ASCII, and the value
+   component of the first such pair is the name of a supported
+   character encoding, then let <var title="">encoding</var> be that
+   character encoding.</p></li>
+
+   <li><p>Convert the name and value components of each name-value
+   pair in <var title="">pairs</var> to Unicode by interpreting the
+   bytes according to the encoding <var title="">encoding</var>.</p></li>
+
+   <li><p>Return <var title="">pairs</var>.</p></li>
+
+  </ol><div class="impl">
 
   <h5 id="multipart-form-data"><span class="secno">4.10.22.6 </span>Multipart form data</h5>
 
@@ -2093,9 +2187,8 @@
 
    </li>
 
-  </ol></div><div class="impl">
-
-  <h5 id="plain-text-form-data"><span class="secno">4.10.22.7 </span>Plain text form data</h5>
+  </ol></div><p>For details on how to interpret <code>multipart/form-data</code>
+  payloads, see RFC 2388. <a href="references.html#refsRFC2388">[RFC2388]</a></p><h5 id="plain-text-form-data"><span class="secno">4.10.22.7 </span>Plain text form data</h5><div class="impl">
 
   <p>The <dfn id="text-plain-encoding-algorithm"><code title="">text/plain</code> encoding
   algorithm</dfn> is as follows:</p>
@@ -2145,7 +2238,11 @@
    <li><p>Encode <var title="">result</var> using the selected
    character encoding and return the resulting byte stream.</p></li>
 
-  </ol></div><div class="impl">
+  </ol></div><p>Payloads using the <code>text/plain</code> format are intended to
+  be human readable. They are not reliably interpretable by computer,
+  as the format is ambiguous (for example, there is no way to
+  distinguish a literal newline in a value from the newline at the end
+  of the value).</p><div class="impl">
 
   <h4 id="resetting-a-form"><span class="secno">4.10.23 </span>Resetting a form</h4>
 

Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- the-end.html	15 Aug 2011 03:46:28 -0000	1.58
+++ the-end.html	15 Aug 2011 04:47:02 -0000	1.59
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -340,34 +341,34 @@
   <p>Once the user agent <dfn id="stop-parsing" title="stop parsing">stops parsing</dfn>
   the document, the user agent must run the following steps:</p>
 
-  <ol><li><p>Set the <a href="common-microsyntaxes.html#current-document-readiness">current document readiness</a> to
+  <ol><li><p>Set the <a href="dom.html#current-document-readiness">current document readiness</a> to
    "interactive"  and
    the <a href="parsing.html#insertion-point">insertion point</a> to undefined.</p></li>
 
    <li><p>Pop <em>all</em> the nodes off the <a href="parsing.html#stack-of-open-elements">stack of open
    elements</a>.</p></li>
 
-   <li><p>If the <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the
+   <li><p>If the <a href="scripting-1.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the
    document has finished parsing</a> is not empty, run these
    substeps:</p>
 
     <ol><li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the first
-     <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> in the <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will
+     <code><a href="scripting-1.html#the-script-element">script</a></code> in the <a href="scripting-1.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will
      execute when the document has finished parsing</a> has its
-     <a href="common-microsyntaxes.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag set <em>and</em>
-     the parser's <code><a href="infrastructure.html#document">Document</a></code> <a href="common-microsyntaxes.html#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that
+     <a href="scripting-1.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag set <em>and</em>
+     the parser's <code><a href="infrastructure.html#document">Document</a></code> <a href="semantics.html#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that
      is blocking scripts</a>.</p></li>
 
-     <li><p><a href="common-microsyntaxes.html#execute-the-script-block" title="execute the script block">Execute</a> the
-     first <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> in the <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will
+     <li><p><a href="scripting-1.html#execute-the-script-block" title="execute the script block">Execute</a> the
+     first <code><a href="scripting-1.html#the-script-element">script</a></code> in the <a href="scripting-1.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will
      execute when the document has finished parsing</a>.</p></li>
 
-     <li><p>Remove the first <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element from the
-     <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the document has
+     <li><p>Remove the first <code><a href="scripting-1.html#the-script-element">script</a></code> element from the
+     <a href="scripting-1.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the document has
      finished parsing</a> (i.e. shift out the first entry in the
      list).</p></li>
 
-     <li><p>If the <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the
+     <li><p>If the <a href="scripting-1.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the
      document has finished parsing</a> is still not empty, repeat
      these substeps again from substep 1.</p>
 
@@ -377,15 +378,15 @@
    event</a> that bubbles named <code title="event-DOMContentLoaded">DOMContentLoaded</code> at the
    <code><a href="infrastructure.html#document">Document</a></code>.</p></li>
 
-   <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the <a href="common-microsyntaxes.html#set-of-scripts-that-will-execute-as-soon-as-possible">set of
+   <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the <a href="scripting-1.html#set-of-scripts-that-will-execute-as-soon-as-possible">set of
    scripts that will execute as soon as possible</a> and the
-   <a href="common-microsyntaxes.html#list-of-scripts-that-will-execute-in-order-as-soon-as-possible">list of scripts that will execute in order as soon as
+   <a href="scripting-1.html#list-of-scripts-that-will-execute-in-order-as-soon-as-possible">list of scripts that will execute in order as soon as
    possible</a> are empty.</p></li> 
    <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until there is nothing that
    <dfn id="delay-the-load-event" title="delay the load event">delays the load event</dfn> in
    the <code><a href="infrastructure.html#document">Document</a></code>.</p></li>
 
-   <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to set the <a href="common-microsyntaxes.html#current-document-readiness">current document
+   <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to set the <a href="dom.html#current-document-readiness">current document
    readiness</a> to "complete". </p></li>
 
    <li><p>If the <code><a href="infrastructure.html#document">Document</a></code> is in a <a href="browsers.html#browsing-context">browsing
@@ -459,7 +460,7 @@
   <p>If the XML API doesn't support attributes in no namespace that
   are named "<code title="">xmlns</code>", attributes whose names
   start with "<code title="">xmlns:</code>", or attributes in the
-  <a href="common-microsyntaxes.html#xmlns-namespace">XMLNS namespace</a>, then the tool may drop such
+  <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a>, then the tool may drop such
   attributes.</p>
 
   <p>The tool may annotate the output with any namespace declarations
@@ -514,7 +515,7 @@
    <i><a href="infrastructure.html#limited-quirks-mode">limited-quirks mode</a></i>, or <i><a href="infrastructure.html#quirks-mode">quirks mode</a></i></li>
 
    <li>The association between form controls and forms that aren't
-   their nearest <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element ancestor (use of the
+   their nearest <code><a href="forms.html#the-form-element">form</a></code> element ancestor (use of the
    <a href="parsing.html#form-element-pointer"><code>form</code> element pointer</a> in the parser)</li>
 
   </ul><p class="note">The mutations allowed by this section apply
@@ -547,29 +548,29 @@
   <p>The parsing of this markup is straightforward up to the "3". At
   this point, the DOM looks like this:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>Here, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has five elements
-  on it: <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>,
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>, and <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>. The <a href="parsing.html#list-of-active-formatting-elements">list of active
-  formatting elements</a> just has two: <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> and
-  <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>. The <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>".</p>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>Here, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has five elements
+  on it: <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="grouping-content.html#the-p-element">p</a></code>,
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code>, and <code><a href="text-level-semantics.html#the-i-element">i</a></code>. The <a href="parsing.html#list-of-active-formatting-elements">list of active
+  formatting elements</a> just has two: <code><a href="text-level-semantics.html#the-b-element">b</a></code> and
+  <code><a href="text-level-semantics.html#the-i-element">i</a></code>. The <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>".</p>
 
   <p>Upon receiving the end tag token with the tag name "b", the "<a href="tree-construction.html#adoptionAgency">adoption agency algorithm</a>" is
   invoked. This is a simple case, in that the <var title="">formatting
-  element</var> is the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element, and there is no
+  element</var> is the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element, and there is no
   <var title="">furthest block</var>. Thus, the <a href="parsing.html#stack-of-open-elements">stack of open
-  elements</a> ends up with just three elements: <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>,
-  <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, and <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>, while the <a href="parsing.html#list-of-active-formatting-elements">list of
-  active formatting elements</a> has just one: <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>. The
+  elements</a> ends up with just three elements: <code><a href="semantics.html#the-html-element">html</a></code>,
+  <code><a href="sections.html#the-body-element">body</a></code>, and <code><a href="grouping-content.html#the-p-element">p</a></code>, while the <a href="parsing.html#list-of-active-formatting-elements">list of
+  active formatting elements</a> has just one: <code><a href="text-level-semantics.html#the-i-element">i</a></code>. The
   DOM tree is unmodified at this point.</p>
 
   <p>The next token is a character ("4"), triggers the <a href="parsing.html#reconstruct-the-active-formatting-elements" title="reconstruct the active formatting elements">reconstruction of
   the active formatting elements</a>, in this case just the
-  <code><a href="common-microsyntaxes.html#the-i-element">i</a></code> element. A new <code><a href="common-microsyntaxes.html#the-i-element">i</a></code> element is thus created
+  <code><a href="text-level-semantics.html#the-i-element">i</a></code> element. A new <code><a href="text-level-semantics.html#the-i-element">i</a></code> element is thus created
   for the "4" text node. After the end tag token for the "i" is also
   received, and the "5" text node is inserted, the DOM looks as
   follows:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">4</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">5</span></li></ul></li></ul></li></ul><li></ul><h5 id="misnested-tags:-b-p-b-p"><span class="secno">8.2.8.2 </span>Misnested tags: &lt;b&gt;&lt;p&gt;&lt;/b&gt;&lt;/p&gt;</h5>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">4</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">5</span></li></ul></li></ul></li></ul></li></ul><h5 id="misnested-tags:-b-p-bp"><span class="secno">8.2.8.2 </span>Misnested tags: &lt;b&gt;&lt;p&gt;&lt;/b&gt;&lt;/p&gt;</h5>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -579,46 +580,46 @@
 
   <p>Up to the "2" the parsing here is straightforward:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>The interesting part is when the end tag token with the tag name
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>The interesting part is when the end tag token with the tag name
   "b" is parsed.</p>
 
   <p>Before that token is seen, the <a href="parsing.html#stack-of-open-elements">stack of open
-  elements</a> has four elements on it: <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>,
-  <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>, and <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>. The
+  elements</a> has four elements on it: <code><a href="semantics.html#the-html-element">html</a></code>,
+  <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="text-level-semantics.html#the-b-element">b</a></code>, and <code><a href="grouping-content.html#the-p-element">p</a></code>. The
   <a href="parsing.html#list-of-active-formatting-elements">list of active formatting elements</a> just has the one:
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>. The <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>".</p>
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code>. The <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>".</p>
 
   <p>Upon receiving the end tag token with the tag name "b", the "<a href="tree-construction.html#adoptionAgency">adoption agency algorithm</a>" is invoked, as
   in the previous example. However, in this case, there <em>is</em> a
-  <var title="">furthest block</var>, namely the <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element. Thus,
+  <var title="">furthest block</var>, namely the <code><a href="grouping-content.html#the-p-element">p</a></code> element. Thus,
   this time the adoption agency algorithm isn't skipped over.</p>
 
-  <p>The <var title="">common ancestor</var> is the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>
+  <p>The <var title="">common ancestor</var> is the <code><a href="sections.html#the-body-element">body</a></code>
   element. A conceptual "bookmark" marks the position of the
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> in the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code> in the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
   elements</a>, but since that list has only one element in it,
   the bookmark won't have much effect.</p>
 
   <p>As the algorithm progresses, <var title="">node</var> ends up set
-  to the formatting element (<code><a href="common-microsyntaxes.html#the-b-element">b</a></code>), and <var title="">last
+  to the formatting element (<code><a href="text-level-semantics.html#the-b-element">b</a></code>), and <var title="">last
   node</var> ends up set to the <var title="">furthest block</var>
-  (<code><a href="common-microsyntaxes.html#the-p-element">p</a></code>).</p>
+  (<code><a href="grouping-content.html#the-p-element">p</a></code>).</p>
 
   <p>The <var title="">last node</var> gets appended (moved) to the
   <var title="">common ancestor</var>, so that the DOM looks like:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul><p>A new <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element is created, and the children of the
-  <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element are moved to it:</p>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul><p>A new <code><a href="text-level-semantics.html#the-b-element">b</a></code> element is created, and the children of the
+  <code><a href="grouping-content.html#the-p-element">p</a></code> element are moved to it:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code></li></ul></li></ul></li></ul><ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul><p>Finally, the new <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element is appended to the
-  <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element, so that the DOM looks like:</p>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code></li></ul></li></ul></li></ul><ul class="domTree"><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul><p>Finally, the new <code><a href="text-level-semantics.html#the-b-element">b</a></code> element is appended to the
+  <code><a href="grouping-content.html#the-p-element">p</a></code> element, so that the DOM looks like:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>The <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element is removed from the <a href="parsing.html#list-of-active-formatting-elements">list of
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>The <code><a href="text-level-semantics.html#the-b-element">b</a></code> element is removed from the <a href="parsing.html#list-of-active-formatting-elements">list of
   active formatting elements</a> and the <a href="parsing.html#stack-of-open-elements">stack of open
   elements</a>, so that when the "3" is parsed, it is appended to
-  the <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element:</p>
+  the <code><a href="grouping-content.html#the-p-element">p</a></code> element:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul><h5 id="unexpected-markup-in-tables"><span class="secno">8.2.8.3 </span>Unexpected markup in tables</h5>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul><h5 id="unexpected-markup-in-tables"><span class="secno">8.2.8.3 </span>Unexpected markup in tables</h5>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -627,53 +628,53 @@
 
   <pre>&lt;table&gt;<strong>&lt;b&gt;</strong>&lt;tr&gt;&lt;td&gt;aaa&lt;/td&gt;&lt;/tr&gt;<strong>bbb</strong>&lt;/table&gt;ccc</pre>
 
-  <p>The highlighted <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element start tag is not allowed
+  <p>The highlighted <code><a href="text-level-semantics.html#the-b-element">b</a></code> element start tag is not allowed
   directly inside a table like that, and the parser handles this case
   by placing the element <em>before</em> the table. (This is called <i title="foster parent"><a href="tree-construction.html#foster-parent">foster parenting</a></i>.) This can be seen by
   examining the DOM tree as it stands just after the
-  <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element's start tag has been seen:</p>
+  <code><a href="tabular-data.html#the-table-element">table</a></code> element's start tag has been seen:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code></li></ul></li></ul></li></ul><p>...and then immediately after the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element start
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code></li></ul></li></ul></li></ul><p>...and then immediately after the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element start
   tag has been seen:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code></li></ul></li></ul></li></ul><p>At this point, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it
-  the elements <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>,
-  <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>, and <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> (in that order, despite the
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code></li></ul></li></ul></li></ul><p>At this point, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it
+  the elements <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="sections.html#the-body-element">body</a></code>,
+  <code><a href="tabular-data.html#the-table-element">table</a></code>, and <code><a href="text-level-semantics.html#the-b-element">b</a></code> (in that order, despite the
   resulting DOM tree); the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
-  elements</a> just has the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element in it; and the
+  elements</a> just has the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element in it; and the
   <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-intable" title="insertion mode: in
   table">in table</a>".</p>
 
-  <p>The <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> start tag causes the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element
-  to be popped off the stack and a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> start tag to be
-  implied; the <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> and <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> elements are
+  <p>The <code><a href="tabular-data.html#the-tr-element">tr</a></code> start tag causes the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element
+  to be popped off the stack and a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> start tag to be
+  implied; the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> and <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements are
   then handled in a rather straight-forward manner, taking the parser
   through the "<a href="tree-construction.html#parsing-main-intbody" title="insertion mode: in table body">in table
   body</a>" and "<a href="tree-construction.html#parsing-main-intr" title="insertion mode: in row">in
   row</a>" insertion modes, after which the DOM looks as
   follows:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code></li></ul></li></ul></li></ul></li></ul></li></ul><p>Here, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it the
-  elements <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>,
-  <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>, and <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code>; the <a href="parsing.html#list-of-active-formatting-elements">list of active
-  formatting elements</a> still has the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element in
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code></li></ul></li></ul></li></ul></li></ul></li></ul><p>Here, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it the
+  elements <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>,
+  <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, and <code><a href="tabular-data.html#the-tr-element">tr</a></code>; the <a href="parsing.html#list-of-active-formatting-elements">list of active
+  formatting elements</a> still has the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element in
   it; and the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-intr" title="insertion
   mode: in row">in row</a>".</p>
 
-  <p>The <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> element start tag token, after putting a
-  <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> element on the tree, puts a marker on the <a href="parsing.html#list-of-active-formatting-elements">list
+  <p>The <code><a href="tabular-data.html#the-td-element">td</a></code> element start tag token, after putting a
+  <code><a href="tabular-data.html#the-td-element">td</a></code> element on the tree, puts a marker on the <a href="parsing.html#list-of-active-formatting-elements">list
   of active formatting elements</a> (it also switches to the "<a href="tree-construction.html#parsing-main-intd" title="insertion mode: in cell">in cell</a>" <a href="parsing.html#insertion-mode">insertion
   mode</a>).</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-td-element">td</a></code></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The marker means that when the "aaa" character tokens are seen,
-  no <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element is created to hold the resulting text
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The marker means that when the "aaa" character tokens are seen,
+  no <code><a href="text-level-semantics.html#the-b-element">b</a></code> element is created to hold the resulting text
   node:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The end tags are handled in a straight-forward manner; after
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The end tags are handled in a straight-forward manner; after
   handling them, the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it the
-  elements <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>,
-  and <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>; the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
-  elements</a> still has the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element in it (the
+  elements <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>,
+  and <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>; the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
+  elements</a> still has the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element in it (the
   marker having been removed by the "td" end tag token); and the
   <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="tree-construction.html#parsing-main-intbody" title="insertion mode: in
   table body">in table body</a>".</p>
@@ -683,7 +684,7 @@
   text</a>" insertion mode to be used (with the <a href="parsing.html#original-insertion-mode">original
   insertion mode</a> set to "<a href="tree-construction.html#parsing-main-intbody" title="insertion mode: in table
   body">in table body</a>"). The character tokens are collected,
-  and when the next token (the <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element end tag) is
+  and when the next token (the <code><a href="tabular-data.html#the-table-element">table</a></code> element end tag) is
   seen, they are processed as a group. Since they are not all spaces,
   they are handled as per the "anything else" rules in the "<a href="tree-construction.html#parsing-main-intable" title="insertion mode: in table">in table</a>" insertion mode,
   which defer to the "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in
@@ -692,39 +693,39 @@
 
   <p>When <a href="parsing.html#reconstruct-the-active-formatting-elements" title="reconstruct the active formatting elements">the
   active formatting elements are reconstructed</a>, a
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element is created and <a href="tree-construction.html#foster-parent" title="foster
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code> element is created and <a href="tree-construction.html#foster-parent" title="foster
   parent">foster parented</a>, and then the "bbb" text node is
   appended to it:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul><li></ul></li></ul></li></ul><p>The <a href="parsing.html#stack-of-open-elements">stack of open elements</a> has on it the elements
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>,
-  <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>, and the new <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> (again, note that
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The <a href="parsing.html#stack-ofopen-elements">stack of open elements</a> has on it the elements
+  <code><a href="semantics.html#the-html-element">html</a></code>, <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>,
+  <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, and the new <code><a href="text-level-semantics.html#the-b-element">b</a></code> (again, note that
   this doesn't match the resulting tree!); the <a href="parsing.html#list-of-active-formatting-elements">list of active
-  formatting elements</a> has the new <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element in it;
+  formatting elements</a> has the new <code><a href="text-level-semantics.html#the-b-element">b</a></code> element in it;
   and the <a href="parsing.html#insertion-mode">insertion mode</a> is still "<a href="tree-construction.html#parsing-main-intbody" title="insertion
   mode: in table body">in table body</a>".</p>
 
   <p>Had the character tokens been only <a href="common-microsyntaxes.html#space-character" title="space
   character">space characters</a> instead of "bbb", then those
   <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a> would just be
-  appended to the <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element.</p>
+  appended to the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element.</p>
 
-  <p>Finally, the <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> is closed by a "table" end
+  <p>Finally, the <code><a href="tabular-data.html#the-table-element">table</a></code> is closed by a "table" end
   tag. This pops all the nodes from the <a href="parsing.html#stack-of-open-elements">stack of open
-  elements</a> up to and including the <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element,
+  elements</a> up to and including the <code><a href="tabular-data.html#the-table-element">table</a></code> element,
   but it doesn't affect the <a href="parsing.html#list-of-active-formatting-elements">list of active formatting
   elements</a>, so the "ccc" character tokens after the table
-  result in yet another <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element being created, this
+  result in yet another <code><a href="text-level-semantics.html#the-b-element">b</a></code> element being created, this
   time after the table:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul><li><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">ccc</span></li></ul></li></ul></li></ul></li></ul><h5 id="scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">8.2.8.4 </span>Scripts that modify the page as it is being parsed</h5>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="text-level-semantics.html#the-b-lement">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">ccc</span></li></ul></li></ul></li></ul></li></ul><h5 id="scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">8.2.8.4 </span>Scripts that modify the page as it is being parsed</h5>
 
   <p><i>This section is non-normative.</i></p>
 
   <p>Consider the following markup, which for this example we will
-  assume is the document with <a href="common-microsyntaxes.html#url">URL</a> <code title="">http://example.com/inner</code>, being rendered as the
-  content of an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> in another document with the
-  <a href="common-microsyntaxes.html#url">URL</a> <code title="">http://example.com/outer</code>:</p>
+  assume is the document with <a href="urls.html#url">URL</a> <code title="">http://example.com/inner</code>, being rendered as the
+  content of an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> in another document with the
+  <a href="urls.html#url">URL</a> <code title="">http://example.com/outer</code>:</p>
 
   <pre>&lt;div id=a&gt;
  &lt;script&gt;
@@ -742,16 +743,16 @@
   <p>Up to the first "script" end tag, before the script is parsed,
   the result is relatively straightforward:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-div-element">div</a></code> <span class="t2" title=""><code class="attribute name">id</code>="<code class="attribute value"><a href="common-microsyntaxes.html#the-a-element">a</a></code>"</span><ul><li class="t3"><code>#text</code>: <span title="">
- </span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-script-element">script</a></code><ul><li class="t3"><code>#text</code>: <span title="">var div = document.getElementById('a'); &#9166; parent.document.body.appendChild(div);</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>After the script is parsed, though, the <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element
-  and its child <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element are gone:</p>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="grouping-content.html#the-div-element">div</a></code> <span class="t2" title=""><code class="attribute name">id</code>="<code class="attribute value"><a href="text-level-semantics.html#the-a-element">a</a></code>"</span><ul><li class="t3"><code>#text</code>: <span title="">
+ </span></li><li class="t1"><code><a href="scripting-1.html#the-script-element">script</a></code><ul><li class="t3"><code>#text</code>: <span title="">var div = document.getElementById('a'); &#9166; parent.document.body.appendChild(div);</span></li></ul></li></ul></li></ul></li></ul></li></ul><p>After the script is parsed, though, the <code><a href="grouping-content.html#the-div-element">div</a></code> element
+  and its child <code><a href="scripting-1.html#the-script-element">script</a></code> element are gone:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code></li></ul></li></ul><p>They are, at this point, in the <code><a href="infrastructure.html#document">Document</a></code> of the
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code></li></ul></li></ul><p>They are, at this point, in the <code><a href="infrastructure.html#document">Document</a></code> of the
   aforementioned outer <a href="browsers.html#browsing-context">browsing context</a>. However, the
   <a href="parsing.html#stack-of-open-elements">stack of open elements</a> <em>still contains the
-  <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element</em>.</p>
+  <code><a href="grouping-content.html#the-div-element">div</a></code> element</em>.</p>
 
-  <p>Thus, when the second <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element is parsed, it
+  <p>Thus, when the second <code><a href="scripting-1.html#the-script-element">script</a></code> element is parsed, it
   is inserted <em>into the outer <code><a href="infrastructure.html#document">Document</a></code>
   object</em>.</p>
 
@@ -759,11 +760,11 @@
   the parser was created for do not execute, so the first alert does
   not show.</p>
 
-  <p>Once the <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element's end tag is parsed, the
-  <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element is popped off the stack, and so the next
-  <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element is in the inner <code><a href="infrastructure.html#document">Document</a></code>:</p>
+  <p>Once the <code><a href="grouping-content.html#the-div-element">div</a></code> element's end tag is parsed, the
+  <code><a href="grouping-content.html#the-div-element">div</a></code> element is popped off the stack, and so the next
+  <code><a href="scripting-1.html#the-script-element">script</a></code> element is in the inner <code><a href="infrastructure.html#document">Document</a></code>:</p>
 
-  <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-script-element">script</a></code><ul><li class="t3"><code>#text</code>: <span title="">alert(document.URL);</span></li></ul></li></ul></li></ul></li></ul><p>This script does execute, resulting in an alert that says "http://example.com/inner".</p>
+  <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="scripting-1.html#the-script-element">script</a></code><ul><li class="t3"><code>#text</code>: <span title="">alert(document.URL);</span></li></ul></li></ul></li></ul></li></ul><p>This script does execute, resulting in an alert that says "http://example.com/inner".</p>
 
 
   <h5 id="the-execution-of-scripts-that-are-moving-across-multiple-documents"><span class="secno">8.2.8.5 </span>The execution of scripts that are moving across multiple documents</h5>
@@ -771,18 +772,18 @@
   <p><i>This section is non-normative.</i></p>
 
   <p>Elaborating on the example in the previous section, consider the
-  case where the second <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element is an external
-  script (i.e. one with a <code title="attr-script-src"><a href="common-microsyntaxes.html#attr-script-src">src</a></code>
+  case where the second <code><a href="scripting-1.html#the-script-element">script</a></code> element is an external
+  script (i.e. one with a <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code>
   attribute). Since the element was not in the parser's
   <code><a href="infrastructure.html#document">Document</a></code> when it was created, that external script is
   not even downloaded.</p>
 
-  <p>In a case where a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element with a <code title="attr-script-src"><a href="common-microsyntaxes.html#attr-script-src">src</a></code> attribute is parsed normally into
+  <p>In a case where a <code><a href="scripting-1.html#the-script-element">script</a></code> element with a <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code> attribute is parsed normally into
   its parser's <code><a href="infrastructure.html#document">Document</a></code>, but while the external script is
   being downloaded, the element is moved to another document, the
   script continues to download, but does not execute.</p>
 
-  <p class="note">In general, moving <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> elements
+  <p class="note">In general, moving <code><a href="scripting-1.html#the-script-element">script</a></code> elements
   between <code><a href="infrastructure.html#document">Document</a></code>s is considered a bad practice.</p>
 
 
@@ -792,7 +793,7 @@
   <p><i>This section is non-normative.</i></p>
 
   <p>The following markup shows how nested formatting elements (such
-  as <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>) get collected and continue to be applied even as
+  as <code><a href="text-level-semantics.html#the-b-element">b</a></code>) get collected and continue to be applied even as
   the elements they are contained in are closed, but that excessive
   duplicates are thrown away.</p>
 
@@ -804,16 +805,16 @@
 
   <p>The resulting DOM tree is as follows:</p>
 
-  <ul class="domTree"><li class="t10">DOCTYPE: <code><a href="common-microsyntaxes.html#the-html-element">html</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="commo-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="common-microsyntaxs.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element"></a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-elment">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul><p>Note how the second <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element in the markup has no
-  explicit <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> elements, but in the resulting DOM, up to
+  <ul class="domTree"><li class="t10">DOCTYPE: <code><a href="semantics.html#the-html-element">html</a></code></li><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" itle=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attriute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code> <span class="t2" title=""><code class="attribute name">class</code>="<code class="attribute value">x</code>"</span><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <spn title="">X&#9166;</span></li></ul></li></ul></li></ul></li></ul><p>Note how the second <code><a href="grouping-content.html#the-p-element">p</a></code> element in the markup has no
+  explicit <code><a href="text-level-semantics.html#the-b-element">b</a></code> elements, but in the resulting DOM, up to
   three of each kind of formatting element (in this case three
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> elements with the class attribute, and two unadorned
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> elements) get reconstructed before the element's
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code> elements with the class attribute, and two unadorned
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code> elements) get reconstructed before the element's
   "X".</p>
 
   <p>Also note how this means that in the final paragraph only six
-  <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> end tags are needed to completely clear the list of
-  formatting elements, even though nine <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> start tags have
+  <code><a href="text-level-semantics.html#the-b-element">b</a></code> end tags are needed to completely clear the list of
+  formatting elements, even though nine <code><a href="text-level-semantics.html#the-b-element">b</a></code> start tags have
   been seen up to this point.</p>
 
 
@@ -851,8 +852,8 @@
        <dd>
 
         <p>If <var title="">current node</var> is an element in the
-        <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a>, the <a href="common-microsyntaxes.html#mathml-namespace">MathML
-        namespace</a>, or the <a href="common-microsyntaxes.html#svg-namespace">SVG namespace</a>, then let
+        <a href="namespaces.html#html-namespace-0">HTML namespace</a>, the <a href="namespaces.html#mathml-namespace">MathML
+        namespace</a>, or the <a href="namespaces.html#svg-namespace">SVG namespace</a>, then let
         <var title="">tagname</var> be <var title="">current
         node</var>'s local name. Otherwise, let <var title="">tagname</var> be <var title="">current node</var>'s
         qualified name.</p>
@@ -888,24 +889,24 @@
          </dd>
 
 
-         <dt>If the attribute is in the <a href="common-microsyntaxes.html#xml-namespace">XML namespace</a></dt>
+         <dt>If the attribute is in the <a href="namespaces.html#xml-namespace">XML namespace</a></dt>
 
          <dd><p>The attribute's serialized name is the string "<code title="">xml:</code>" followed by the attribute's local
          name.</p></dd>
 
 
-         <dt>If the attribute is in the <a href="common-microsyntaxes.html#xmlns-namespace">XMLNS namespace</a> and the attribute's local name is <code title="">xmlns</code></dt>
+         <dt>If the attribute is in the <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> and the attribute's local name is <code title="">xmlns</code></dt>
 
          <dd><p>The attribute's serialized name is the string "<code title="">xmlns</code>".</p></dd>
 
 
-         <dt>If the attribute is in the <a href="common-microsyntaxes.html#xmlns-namespace">XMLNS namespace</a> and the attribute's local name is not <code title="">xmlns</code></dt>
+         <dt>If the attribute is in the <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> and the attribute's local name is not <code title="">xmlns</code></dt>
 
          <dd><p>The attribute's serialized name is the string "<code title="">xmlns:</code>" followed by the attribute's local
          name.</p></dd>
 
 
-         <dt>If the attribute is in the <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a></dt>
+         <dt>If the attribute is in the <a href="namespaces.html#xlink-namespace">XLink namespace</a></dt>
 
          <dd><p>The attribute's serialized name is the string "<code title="">xlink:</code>" followed by the attribute's local
          name.</p></dd>
@@ -925,17 +926,17 @@
         <p>Append a U+003E GREATER-THAN SIGN character (&gt;).</p>
 
         <p>If <var title="">current node</var> is an
-        <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>, <code><a href="common-microsyntaxes.html#the-base-element">base</a></code>, <code><a href="obsolete.html#basefont">basefont</a></code>,
-        <code><a href="obsolete.html#bgsound">bgsound</a></code>, <code><a href="common-microsyntaxes.html#the-br-element">br</a></code>, <code><a href="common-microsyntaxes.html#the-col-element">col</a></code>,
-        <code><a href="common-microsyntaxes.html#the-command-element">command</a></code>, <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>,
-        <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code>, <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>, <code><a href="common-microsyntaxes.html#the-input-element">input</a></code>,
-        <code><a href="common-microsyntaxes.html#the-keygen-element">keygen</a></code>, <code><a href="common-microsyntaxes.html#the-link-element">link</a></code>, <code><a href="common-microsyntaxes.html#the-meta-element">meta</a></code>,
-        <code><a href="common-microsyntaxes.html#the-param-element">param</a></code>, <code><a href="common-microsyntaxes.html#the-source-element">source</a></code>, <code><a href="common-microsyntaxes.html#the-track-element">track</a></code> or
-        <code><a href="common-microsyntaxes.html#the-wbr-element">wbr</a></code> element, then continue on to the next child
+        <code><a href="the-map-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><a href="obsolete.html#bgsound">bgsound</a></code>, <code><a href="text-level-semantics.html#the-br-element">br</a></code>, <code><a href="tabular-data.html#the-col-element">col</a></code>,
+        <code><a href="interactive-elements.html#the-command-element">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>,
+        <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>,
+        <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-meta-element">meta</a></code>,
+        <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="the-iframe-element.html#the-source-element">source</a></code>, <code><a href="the-iframe-element.html#the-track-element">track</a></code> or
+        <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code> element, then continue on to the next child
         node at this point.</p> 
         
-        <p>If <var title="">current node</var> is a <code><a href="common-microsyntaxes.html#the-pre-element">pre</a></code>,
-        <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or <code><a href="obsolete.html#listing">listing</a></code> element, append
+        <p>If <var title="">current node</var> is a <code><a href="grouping-content.html#the-pre-element">pre</a></code>,
+        <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or <code><a href="obsolete.html#listing">listing</a></code> element, append
         a U+000A LINE FEED (LF) character.</p>
 
         <p>Append the value of running the <a href="#html-fragment-serialization-algorithm">HTML fragment
@@ -954,11 +955,11 @@
        <dd>
 
         <p>If the parent of <var title="">current node</var> is a
-        <code><a href="common-microsyntaxes.html#the-style-element">style</a></code>, <code><a href="common-microsyntaxes.html#the-script-element">script</a></code>, <code><a href="obsolete.html#xmp">xmp</a></code>,
-        <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>,
+        <code><a href="semantics.html#the-style-element">style</a></code>, <code><a href="scripting-1.html#the-script-element">script</a></code>, <code><a href="obsolete.html#xmp">xmp</a></code>,
+        <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>,
         <code><a href="obsolete.html#noframes">noframes</a></code>, or <code><a href="obsolete.html#plaintext">plaintext</a></code> element, or
         if the parent of <var title="">current node</var> is
-        <code><a href="common-microsyntaxes.html#the-noscript-element">noscript</a></code> element and <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+        <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element and <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
         node, then append the value of <var title="">current
         node</var>'s <code title="">data</code> IDL attribute
         literally.</p>
@@ -1034,7 +1035,7 @@
 
   <div class="example">
 
-   <p>For instance, if a <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> element to which a
+   <p>For instance, if a <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element to which a
    <code title="">Comment</code> node has been appended is serialized
    and the output is then reparsed, the comment will end up being
    displayed in the text field. Similarly, if, as a result of DOM
@@ -1042,23 +1043,23 @@
    literal string "<code title="">--&gt;</code>", then when the result
    of serializing the element is parsed, the comment will be truncated
    at that point and the rest of the comment will be interpreted as
-   markup. More examples would be making a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element
+   markup. More examples would be making a <code><a href="scripting-1.html#the-script-element">script</a></code> element
    contain a text node with the text string
-   "<code>&lt;/script&gt;</code>", or having a <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element
-   that contains a <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code> element (as the <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code>
+   "<code>&lt;/script&gt;</code>", or having a <code><a href="grouping-content.html#the-p-element">p</a></code> element
+   that contains a <code><a href="grouping-content.html#the-ul-element">ul</a></code> element (as the <code><a href="grouping-content.html#the-ul-element">ul</a></code>
    element's <a href="syntax.html#syntax-start-tag" title="syntax-start-tag">start tag</a> would
-   imply the end tag for the <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>).</p>
+   imply the end tag for the <code><a href="grouping-content.html#the-p-element">p</a></code>).</p>
 
    <p>This can enable cross-site scripting attacks. An example of this
    would be a page that lets the user enter some font names that are
-   then inserted into a CSS <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> block via the DOM and
-   which then uses the <code title="dom-innerHTML"><a href="common-microsyntaxes.html#dom-innerhtml">innerHTML</a></code>
+   then inserted into a CSS <code><a href="semantics.html#the-style-element">style</a></code> block via the DOM and
+   which then uses the <code title="dom-innerHTML"><a href="content-models.html#dom-innerhtml">innerHTML</a></code>
    IDL attribute to get the HTML serialization of that
-   <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> element: if the user enters
+   <code><a href="semantics.html#the-style-element">style</a></code> element: if the user enters
    "<code>&lt;/style&gt;&lt;script&gt;attack&lt;/script&gt;</code>" as a font
-   name, <code title="dom-innerHTML"><a href="common-microsyntaxes.html#dom-innerhtml">innerHTML</a></code> will return
+   name, <code title="dom-innerHTML"><a href="content-models.html#dom-innerhtml">innerHTML</a></code> will return
    markup that, if parsed in a different context, would contain a
-   <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> node, even though no <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> node
+   <code><a href="scripting-1.html#the-script-element">script</a></code> node, even though no <code><a href="scripting-1.html#the-script-element">script</a></code> node
    existed in the original DOM.</p>
 
   </div>
@@ -1136,25 +1137,25 @@
       <p>Set the state of the <a href="parsing.html#html-parser">HTML parser</a>'s
       <a href="tokenization.html#tokenization">tokenization</a> stage as follows:</p>
 
-      <dl class="switch"><dt>If it is a <code><a href="common-microsyntaxes.html#the-title-element">title</a></code> or <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>
+      <dl class="switch"><dt>If it is a <code><a href="semantics.html#the-title-element">title</a></code> or <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
        element</dt>
 
        <dd>Switch the tokenizer to the <a href="tokenization.html#rcdata-state">RCDATA state</a>.</dd>
 
 
-       <dt>If it is a <code><a href="common-microsyntaxes.html#the-style-element">style</a></code>, <code><a href="obsolete.html#xmp">xmp</a></code>,
-       <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>, or
+       <dt>If it is a <code><a href="semantics.html#the-style-element">style</a></code>, <code><a href="obsolete.html#xmp">xmp</a></code>,
+       <code><a href="the-iframe-element.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>Switch the tokenizer to the <a href="tokenization.html#rawtext-state">RAWTEXT state</a>.</dd>
 
 
-       <dt>If it is a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element</dt>
+       <dt>If it is a <code><a href="scripting-1.html#the-script-element">script</a></code> element</dt>
 
        <dd>Switch the tokenizer to the <a href="tokenization.html#script-data-state">script data state</a>.</dd>
 
 
-       <dt>If it is a <code><a href="common-microsyntaxes.html#the-noscript-element">noscript</a></code> element</dt>
+       <dt>If it is a <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element</dt>
 
        <dd>If the <a href="parsing.html#scripting-flag">scripting flag</a> is enabled, switch the
        tokenizer to the <a href="tokenization.html#rawtext-state">RAWTEXT state</a>.  Otherwise,
@@ -1184,7 +1185,7 @@
 
      <li>
 
-      <p>Let <var title="">root</var> be a new <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element
+      <p>Let <var title="">root</var> be a new <code><a href="semantics.html#the-html-element">html</a></code> element
       with no attributes.</p>
 
      </li>
@@ -1217,10 +1218,10 @@
 
       <p>Set the parser's <a href="parsing.html#form-element-pointer"><code>form</code> element
       pointer</a> to the nearest node to the <var title="concept-frag-parse-context"><a href="#concept-frag-parse-context">context</a></var> element that is
-      a <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element (going straight up the ancestor
+      a <code><a href="forms.html#the-form-element">form</a></code> element (going straight up the ancestor
       chain, and including the element itself, if it is a
-      <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element), or, if there is no such
-      <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element, to null.</p>
+      <code><a href="forms.html#the-form-element">form</a></code> element), or, if there is no such
+      <code><a href="forms.html#the-form-element">form</a></code> element, to null.</p>
 
      </li>
 

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -d -r1.1061 -r1.1062
--- history.html	15 Aug 2011 03:46:26 -0000	1.1061
+++ history.html	15 Aug 2011 04:46:32 -0000	1.1062
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -356,7 +357,7 @@
   </div><p><code><a href="#history-0">History</a></code> objects represent their <a href="browsers.html#browsing-context">browsing
   context</a>'s session history as a flat list of <a href="#session-history-entry" title="session history entry">session history entries</a>. Each
   <dfn id="session-history-entry">session history entry</dfn> consists of either a
-  <a href="common-microsyntaxes.html#url">URL</a> or a <a href="#state-object">state object</a>, or both<span class="impl">, and may in addition have a title, a
+  <a href="urls.html#url">URL</a> or a <a href="#state-object">state object</a>, or both<span class="impl">, and may in addition have a title, a
   <code><a href="infrastructure.html#document">Document</a></code> object, form data, a scroll position, and
   other information associated with it</span>.</p><div class="impl">
 
@@ -365,7 +366,7 @@
 
   </div><p class="note">Titles associated with <a href="#session-history-entry" title="session history
   entry">session history entries</a> need not have any relation
-  with the current <code><a href="common-microsyntaxes.html#the-title-element">title</a></code> of the
+  with the current <code><a href="semantics.html#the-title-element">title</a></code> of the
   <code><a href="infrastructure.html#document">Document</a></code>. The title of a <a href="#session-history-entry">session history
   entry</a> is intended to explain the state of the document at
   that point, so that the user can navigate the document's
@@ -379,20 +380,20 @@
 
    <p><a href="#state-object" title="state object">State objects</a> are intended to
    be used for two main purposes: first, storing a preparsed
-   description of the state in the <a href="common-microsyntaxes.html#url">URL</a> so that in the
+   description of the state in the <a href="urls.html#url">URL</a> so that in the
    simple case an author doesn't have to do the parsing (though one
-   would still need the parsing for handling <a href="common-microsyntaxes.html#url" title="URL">URLs</a> passed around by users, so it's only a minor
+   would still need the parsing for handling <a href="urls.html#url" title="URL">URLs</a> passed around by users, so it's only a minor
    optimization), and second, so that the author can store state that
    one wouldn't store in the URL because it only applies to the current
    <code><a href="infrastructure.html#document">Document</a></code> instance and it would have to be reconstructed
    if a new <code><a href="infrastructure.html#document">Document</a></code> were opened.</p>
 
    <p>An example of the latter would be something like keeping track of
-   the precise coordinate from which a popup <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> was made
+   the precise coordinate from which a popup <code><a href="grouping-content.html#the-div-element">div</a></code> was made
    to animate, so that if the user goes back, it can be made to animate
    to the same location. Or alternatively, it could be used to keep a
    pointer into a cache of data that would be fetched from the server
-   based on the information in the <a href="common-microsyntaxes.html#url">URL</a>, so that when going
+   based on the information in the <a href="urls.html#url">URL</a>, so that when going
    back and forward, the information doesn't have to be fetched
    again.</p>
 
@@ -408,7 +409,7 @@
   what kind of state can be stored.</p><p class="example">For example, some user agents might want to
   persist the scroll position, or the values of form controls.</p><p class="note">User agents that persist the value of form controls
   are encouraged to also persist their directionality (the value of
-  the element's <code title="attr-dir"><a href="common-microsyntaxes.html#the-dir-attribute">dir</a></code> attribute). This
+  the element's <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> attribute). This
   prevents values from being displayed incorrectly after a history
   traversal when the user had originally entered the values with an
   explicit, non-default directionality.</p><p>Entries that consist of <a href="#state-object" title="state object">state
@@ -603,13 +604,13 @@
   the history.</p>
 
   <p>The <dfn id="dom-history-replacestate" title="dom-history-replaceState"><code>replaceState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method updates the state object,
-  title, and optionally the <a href="common-microsyntaxes.html#url">URL</a> of the <a href="#current-entry">current
+  title, and optionally the <a href="urls.html#url">URL</a> of the <a href="#current-entry">current
   entry</a> in the history.</p>
 
   <p>When either of these methods is invoked, the user agent must run
   the following steps:</p>
 
-  <ol><li><p>Let <var title="">cloned data</var> be a <a href="common-microsyntaxes.html#structured-clone">structured
+  <ol><li><p>Let <var title="">cloned data</var> be a <a href="common-dom-interfaces.html#structured-clone">structured
    clone</a> of the specified <var title="">data</var>. If this
    throws an exception, then rethrow that exception and abort these
    steps.</p></li>
@@ -618,29 +619,29 @@
 
     <p>If a third argument is specified, run these substeps:</p>
 
-    <ol><li><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the
+    <ol><li><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the
      third argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>.</li>
 
      <li>If that fails, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception
      and abort these steps.</li>
 
-     <li>Compare the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> to <a href="common-microsyntaxes.html#the-document-s-address">the
-     document's address</a>. If any part of these two <a href="common-microsyntaxes.html#url" title="URL">URLs</a> differ other than the <a href="common-microsyntaxes.html#url-path" title="url-path">&lt;path&gt;</a>, <a href="common-microsyntaxes.html#url-query" title="url-query">&lt;query&gt;</a>, and <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> components, then
+     <li>Compare the resulting <a href="urls.html#absolute-url">absolute URL</a> to <a href="dom.html#the-document-s-address">the
+     document's address</a>. If any part of these two <a href="urls.html#url" title="URL">URLs</a> differ other than the <a href="urls.html#url-path" title="url-path">&lt;path&gt;</a>, <a href="urls.html#url-query" title="url-query">&lt;query&gt;</a>, and <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> components, then
      raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception and abort these
      steps.</li>
 
-     <li>If the <a href="origin-0.html#origin">origin</a> of the resulting <a href="common-microsyntaxes.html#absolute-url">absolute
+     <li>If the <a href="origin-0.html#origin">origin</a> of the resulting <a href="urls.html#absolute-url">absolute
      URL</a> is not the same as the <a href="origin-0.html#origin">origin</a> of the
      <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-document" title="script's
-     document">document</a>, and either the <a href="common-microsyntaxes.html#url-path" title="url-path">&lt;path&gt;</a> or <a href="common-microsyntaxes.html#url-query" title="url-query">&lt;query&gt;</a> components of the two
-     <a href="common-microsyntaxes.html#url" title="URL">URLs</a> compared in the previous step
+     document">document</a>, and either the <a href="urls.html#url-path" title="url-path">&lt;path&gt;</a> or <a href="urls.html#url-query" title="url-query">&lt;query&gt;</a> components of the two
+     <a href="urls.html#url" title="URL">URLs</a> compared in the previous step
      differ, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception and abort
      these steps. (This prevents sandboxed content from spoofing other
      pages on the same origin.)</li>
 
     </ol><p>For the purposes of the comparisons in the above substeps, the
-    <a href="common-microsyntaxes.html#url-path" title="url-path">&lt;path&gt;</a> and <a href="common-microsyntaxes.html#url-query" title="url-query">&lt;query&gt;</a> components can only be the
-    same if the URLs are both <a href="common-microsyntaxes.html#hierarchical-url" title="hierarchical
+    <a href="urls.html#url-path" title="url-path">&lt;path&gt;</a> and <a href="urls.html#url-query" title="url-query">&lt;query&gt;</a> components can only be the
+    same if the URLs are both <a href="urls.html#hierarchical-url" title="hierarchical
     URL">hierarchical URLs</a>.</p>
 
    </li>
@@ -674,9 +675,9 @@
      <li><p>Add a state object entry to the session history, after the
      <a href="#current-entry">current entry</a>, with <var title="">cloned data</var> as
      the state object, the given <var title="">title</var> as the title,
-     and, if the third argument is present, the <a href="common-microsyntaxes.html#absolute-url">absolute
+     and, if the third argument is present, the <a href="urls.html#absolute-url">absolute
      URL</a> that was found earlier in this algorithm as the
-     <a href="common-microsyntaxes.html#url">URL</a> of the entry.</p></li>
+     <a href="urls.html#url">URL</a> of the entry.</p></li>
 
      <li><p>Update the <a href="#current-entry">current entry</a> to be this newly
      added entry.</p></li>
@@ -686,22 +687,22 @@
     <ol><li><p>Update the <a href="#current-entry">current entry</a> in the session
      history so that <var title="">cloned data</var> is the entry's
      new state object, the given <var title="">title</var> is the new
-     title, and, if the third argument is present, the <a href="common-microsyntaxes.html#absolute-url">absolute
+     title, and, if the third argument is present, the <a href="urls.html#absolute-url">absolute
      URL</a> that was found earlier in this algorithm is the
-     entry's new <a href="common-microsyntaxes.html#url">URL</a>.</p></li>
+     entry's new <a href="urls.html#url">URL</a>.</p></li>
 
     </ol></li>
 
    <li><p>If the <a href="#current-entry">current entry</a> in the session history
    represents a non-GET request (e.g. it was the result of a POST
    submission) then update it to instead represent a GET request
-   (<a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
+   (<a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
    equivalent</a>).</p></li>
 
    <li>
 
-    <p>If the third argument is present, set <a href="common-microsyntaxes.html#the-document-s-current-address">the document's
-    current address</a> to the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> that was
+    <p>If the third argument is present, set <a href="dom.html#the-document-s-current-address">the document's
+    current address</a> to the <a href="urls.html#absolute-url">absolute URL</a> that was
     found earlier in this algorithm.</p>
 
     <p class="note">Since this is neither a <a href="#navigate" title="navigate">navigation</a> of the <a href="browsers.html#browsing-context">browsing
@@ -713,7 +714,7 @@
    <li>
 
      <p>Set <code title="dom-history-state"><a href="#dom-history-state">history.state</a></code> to a
-     <a href="common-microsyntaxes.html#structured-clone">structured clone</a> of <var title="">cloned
+     <a href="common-dom-interfaces.html#structured-clone">structured clone</a> of <var title="">cloned
      data</var>.</p> 
    </li>
 
@@ -795,8 +796,8 @@
 
    <p>Applications might not use the same title for a <a href="#session-history-entry">session
    history entry</a> as the value of the document's
-   <code><a href="common-microsyntaxes.html#the-title-element">title</a></code> element at that time. For example, here is a
-   simple page that shows a block in the <code><a href="common-microsyntaxes.html#the-title-element">title</a></code> element.
+   <code><a href="semantics.html#the-title-element">title</a></code> element at that time. For example, here is a
+   simple page that shows a block in the <code><a href="semantics.html#the-title-element">title</a></code> element.
    Clearly, when navigating backwards to a previous state the user
    does not go back in time, and therefore it would be inappropriate
    to put the time in the session history title.</p>
@@ -836,7 +837,7 @@
   </dl><div class="impl">
 
   <p>The <dfn id="dom-document-location" title="dom-document-location"><code>location</code></dfn> attribute
-  of the <code><a href="common-microsyntaxes.html#htmldocument">HTMLDocument</a></code> interface must return the
+  of the <code><a href="dom.html#htmldocument">HTMLDocument</a></code> interface must return the
   <code><a href="#location">Location</a></code> object for that <code><a href="infrastructure.html#document">Document</a></code> object,
   if it is in a <a href="browsers.html#browsing-context">browsing context</a>, and null otherwise.</p>
 
@@ -845,7 +846,7 @@
   <code><a href="#location">Location</a></code> object for that <code><a href="browsers.html#window">Window</a></code> object's
   <code><a href="infrastructure.html#document">Document</a></code>.</p>
 
-  </div><p><code><a href="#location">Location</a></code> objects provide a representation of <a href="common-microsyntaxes.html#the-document-s-current-address" title="the document's current address">their document's current
+  </div><p><code><a href="#location">Location</a></code> objects provide a representation of <a href="dom.html#the-document-s-current-address" title="the document's current address">their document's current
   address</a>, and allow the <a href="#current-entry">current entry</a> of the
   <a href="browsers.html#browsing-context">browsing context</a>'s session history to be changed, by
   adding or replacing entries in the <code title="dom-history"><a href="#dom-history">history</a></code> object.</p><pre class="idl">interface <dfn id="location">Location</dfn> {
@@ -854,7 +855,7 @@
   void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(in DOMString url);
   void <a href="#dom-location-reload" title="dom-location-reload">reload</a>();
 
-  // <a href="common-microsyntaxes.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> 
+  // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> 
            attribute DOMString <a href="#dom-location-protocol" title="dom-location-protocol">protocol</a>;
            attribute DOMString <a href="#dom-location-host" title="dom-location-host">host</a>;
            attribute DOMString <a href="#dom-location-hostname" title="dom-location-hostname">hostname</a>;
@@ -910,9 +911,9 @@
   </dl><div class="impl">
 
   <p>The <dfn id="dom-location-href" title="dom-location-href"><code>href</code></dfn>
-  attribute must return <a href="common-microsyntaxes.html#the-document-s-current-address" title="the document's current
+  attribute must return <a href="dom.html#the-document-s-current-address" title="the document's current
   address">the current address</a> of the associated
-  <code><a href="infrastructure.html#document">Document</a></code> object, as an <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>.</p>
+  <code><a href="infrastructure.html#document">Document</a></code> object, as an <a href="urls.html#absolute-url">absolute URL</a>.</p>
 
   <p>On setting, if the <code><a href="#location">Location</a></code> object's associated
   <code><a href="infrastructure.html#document">Document</a></code> object has <a href="the-end.html#completely-loaded">completely loaded</a>,
@@ -923,18 +924,18 @@
   
 
   <p>When the <dfn id="dom-location-assign" title="dom-location-assign"><code>assign(<var title="">url</var>)</code></dfn> method is invoked, the UA must
-  <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
+  <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
   the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
   URL</a>, and if that is successful, must
   <a href="#navigate">navigate</a> the
   <a href="browsers.html#browsing-context">browsing context</a> to the specified <var title="">url</var>. If the <a href="browsers.html#browsing-context">browsing context</a>'s
   <a href="#session-history">session history</a> contains only one
-  <code><a href="infrastructure.html#document">Document</a></code>, and that was the <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>
+  <code><a href="infrastructure.html#document">Document</a></code>, and that was the <code><a href="fetching-resources.html#about:blank">about:blank</a></code>
   <code><a href="infrastructure.html#document">Document</a></code> created when the <a href="browsers.html#browsing-context">browsing context</a>
   was created, then the navigation must be done with <a href="#replacement-enabled">replacement
   enabled</a>.</p> 
   <p>When the <dfn id="dom-location-replace" title="dom-location-replace"><code>replace(<var title="">url</var>)</code></dfn> method is invoked, the UA must
-  <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
+  <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
   the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
   URL</a>, and if that is successful,
   <a href="#navigate">navigate</a> the
@@ -945,7 +946,7 @@
   context</a> of the script that invoked the method as the
   <a href="#source-browsing-context">source browsing context</a>.</p>
 
-  <p>If the <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a> step of the
+  <p>If the <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a> step of the
   <code title="dom-location-assign"><a href="#dom-location-assign">assign()</a></code> and <code title="dom-location-replace"><a href="#dom-location-replace">replace()</a></code> methods is not
   successful, then the user agent must instead throw a
   <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception.</p>
@@ -960,22 +961,22 @@
    <dd><p>Repaint the <a href="browsers.html#browsing-context">browsing context</a> and abort these
    steps.</p></dd> 
    <dt>If the <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active
-   document</a> is <a href="common-microsyntaxes.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a></dt>
+   document</a> is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a></dt>
 
-   <dd><p><a href="common-microsyntaxes.html#process-the-iframe-attributes" title="process the iframe attributes">Reprocess the
+   <dd><p><a href="the-iframe-element.html#process-the-iframe-attributes" title="process the iframe attributes">Reprocess the
    <code>iframe</code> attributes</a> of the <a href="browsers.html#browsing-context">browsing
    context</a>'s <a href="browsers.html#browsing-context-container">browsing context container</a>.</p></dd>
 
    <dt>If the <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active
-   document</a> has its <a href="common-microsyntaxes.html#reload-override-flag">reload override
+   document</a> has its <a href="dom.html#reload-override-flag">reload override
    flag</a> set</dt>
 
-   <dd><p>Perform <a href="common-microsyntaxes.html#an-overridden-reload">an overridden reload</a>.</p></dd>
+   <dd><p>Perform <a href="dom.html#an-overridden-reload">an overridden reload</a>.</p></dd>
 
    <dt>Otherwise</dt>
 
    <dd><p><a href="#navigate">Navigate</a> the
-   <a href="browsers.html#browsing-context">browsing context</a> to <a href="common-microsyntaxes.html#the-document-s-current-address">the document's current
+   <a href="browsers.html#browsing-context">browsing context</a> to <a href="dom.html#the-document-s-current-address">the document's current
    address</a> with <a href="#replacement-enabled">replacement enabled</a>. The
    <a href="#source-browsing-context">source browsing context</a> must be the <a href="browsers.html#browsing-context">browsing
    context</a> being navigated.</p></dd> 
@@ -991,26 +992,26 @@
   otherwise transactions (e.g. purchases or database modifications)
   could be repeated. User agents may allow the user to explicitly
   override any caches when reloading. If <a href="browsers.html#browsing-context">browsing
-  context</a>'s <a href="browsers.html#active-document">active document</a>'s <a href="common-microsyntaxes.html#reload-override-flag">reload
+  context</a>'s <a href="browsers.html#active-document">active document</a>'s <a href="dom.html#reload-override-flag">reload
   override flag</a> is set, then the user agent may instead perform
-  <a href="common-microsyntaxes.html#an-overridden-reload">an overridden reload</a> rather than the navigation
+  <a href="dom.html#an-overridden-reload">an overridden reload</a> rather than the navigation
   described in this paragraph.</p>
 
   </div><p>The <code><a href="#location">Location</a></code> interface also has the complement of
-  <a href="common-microsyntaxes.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <span class="impl">These must follow the rules given for <a href="common-microsyntaxes.html#url-decomposition-idl-attributes">URL
-  decomposition IDL attributes</a>, with the <a href="common-microsyntaxes.html#concept-uda-input" title="concept-uda-input">input</a> being <a href="common-microsyntaxes.html#the-document-s-current-address" title="the
+  <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <span class="impl">These must follow the rules given for <a href="urls.html#url-decomposition-idl-attributes">URL
+  decomposition IDL attributes</a>, with the <a href="urls.html#concept-uda-input" title="concept-uda-input">input</a> being <a href="dom.html#the-document-s-current-address" title="the
   document's current address">the current address</a> of the
-  associated <code><a href="infrastructure.html#document">Document</a></code> object, as an <a href="common-microsyntaxes.html#absolute-url">absolute
+  associated <code><a href="infrastructure.html#document">Document</a></code> object, as an <a href="urls.html#absolute-url">absolute
   URL</a> (same as the <code title="dom-location-href"><a href="#dom-location-href">href</a></code>
-  attribute), and the <a href="common-microsyntaxes.html#concept-uda-setter" title="concept-uda-setter">common setter
+  attribute), and the <a href="urls.html#concept-uda-setter" title="concept-uda-setter">common setter
   action</a> being the same as setting the <code title="dom-location-href"><a href="#dom-location-href">href</a></code> attribute to the new output
   value.</span></p><div class="impl">
 
-  <hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a
+  <hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="urls.html#resolve-a-url" title="resolve a
   url">resolve</a> its <var title="">url</var> argument, relative
   to the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base
   URL">base URL</a>, and if that succeeds, return the resulting
-  <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>. If it fails, it must throw a
+  <a href="urls.html#absolute-url">absolute URL</a>. If it fails, it must throw a
   <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception instead.</p>
 
   </div><div class="impl">
@@ -1052,8 +1053,8 @@
   <code title="dom-history"><a href="#dom-history">history</a></code> object are derived from the
   actual session history as seen from the user's perspective.</p>
 
-  <p>Similarly, a page containing two <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>s has a <code title="dom-history"><a href="#dom-history">history</a></code> object distinct from the
-  <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>s' <code title="dom-history"><a href="#dom-history">history</a></code>
+  <p>Similarly, a page containing two <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>s has a <code title="dom-history"><a href="#dom-history">history</a></code> object distinct from the
+  <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>s' <code title="dom-history"><a href="#dom-history">history</a></code>
   objects, despite the fact that typical Web browsers present the user
   with just one "Back" button, with a session history that interleaves
   the navigation of the two inner frames and the outer page.</p>
@@ -1082,8 +1083,8 @@
   <dfn id="source-browsing-context">source browsing context</dfn>, which is the browsing context
   which was responsible for starting the navigation.</p>
 
-  <p class="example">For example, <a href="common-microsyntaxes.html#following-hyperlinks" title="following
-  hyperlinks">following a hyperlink</a>, <a href="common-microsyntaxes.html#concept-form-submit" title="concept-form-submit">form submission</a>, and the <code title="dom-open"><a href="browsers.html#dom-open">window.open()</a></code> and <code title="dom-location-assign"><a href="#dom-location-assign">location.assign()</a></code> methods can all
+  <p class="example">For example, <a href="links.html#following-hyperlinks" title="following
+  hyperlinks">following a hyperlink</a>, <a href="association-of-controls-and-forms.html#concept-form-submit" title="concept-form-submit">form submission</a>, and the <code title="dom-open"><a href="browsers.html#dom-open">window.open()</a></code> and <code title="dom-location-assign"><a href="#dom-location-assign">location.assign()</a></code> methods can all
   cause a browsing context to navigate.</p>
 
   <p>A user agent may provide various ways for the user to explicitly
@@ -1106,7 +1107,7 @@
     not both a <a href="browsers.html#top-level-browsing-context">top-level browsing context</a> and one of the
     <a href="browsers.html#ancestor-browsing-context" title="ancestor browsing context">ancestor browsing
     contexts</a> of the <a href="#source-browsing-context">source browsing context</a>, and
-    the <a href="#source-browsing-context">source browsing context</a> had its <a href="common-microsyntaxes.html#sandboxed-navigation-browsing-context-flag">sandboxed
+    the <a href="#source-browsing-context">source browsing context</a> had its <a href="the-iframe-element.html#sandboxed-navigation-browsing-context-flag">sandboxed
     navigation browsing context flag</a> set when its <a href="browsers.html#active-document">active
     document</a> was created, then abort these steps.</p>
 
@@ -1114,7 +1115,7 @@
     is a <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, and is one of the
     <a href="browsers.html#ancestor-browsing-context" title="ancestor browsing context">ancestor browsing
     contexts</a> of the <a href="#source-browsing-context">source browsing context</a>, and
-    the <a href="#source-browsing-context">source browsing context</a> had its <a href="common-microsyntaxes.html#sandboxed-top-level-navigation-browsing-context-flag">sandboxed
+    the <a href="#source-browsing-context">source browsing context</a> had its <a href="the-iframe-element.html#sandboxed-top-level-navigation-browsing-context-flag">sandboxed
     top-level navigation browsing context flag</a> set when its
     <a href="browsers.html#active-document">active document</a> was created, then abort these
     steps.</p>
@@ -1131,12 +1132,12 @@
 
    <li id="seamlessLinks"><p>If the <a href="#source-browsing-context">source browsing
    context</a> is the same as the <a href="browsers.html#browsing-context">browsing context</a>
-   being navigated, and this browsing context has its <a href="common-microsyntaxes.html#seamless-browsing-context-flag">seamless
+   being navigated, and this browsing context has its <a href="the-iframe-element.html#seamless-browsing-context-flag">seamless
    browsing context flag</a> set, and the <a href="browsers.html#browsing-context">browsing
    context</a> being navigated was not chosen using an
    <a href="browsers.html#explicit-self-navigation-override">explicit self-navigation override</a>, then find the
    nearest <a href="browsers.html#ancestor-browsing-context">ancestor browsing context</a> that does not have
-   its <a href="common-microsyntaxes.html#seamless-browsing-context-flag">seamless browsing context flag</a> set, and continue
+   its <a href="the-iframe-element.html#seamless-browsing-context-flag">seamless browsing context flag</a> set, and continue
    these steps as if <em>that</em> <a href="browsers.html#browsing-context">browsing context</a> was
    the one that was going to be <a href="#navigate" title="navigate">navigated</a> instead.</p></li>
 
@@ -1145,9 +1146,9 @@
    context</a> is the same as the <a href="browsers.html#browsing-context">browsing context</a>
    being navigated, and that attempt is currently
    running the <a href="#unload-a-document">unload a document</a> algorithm, and the
-   <a href="origin-0.html#origin">origin</a> of the <a href="common-microsyntaxes.html#url">URL</a> of the resource being
+   <a href="origin-0.html#origin">origin</a> of the <a href="urls.html#url">URL</a> of the resource being
    loaded in that navigation is not the <a href="origin-0.html#same-origin">same origin</a> as
-   the <a href="origin-0.html#origin">origin</a> of the <a href="common-microsyntaxes.html#url">URL</a> of the resource
+   the <a href="origin-0.html#origin">origin</a> of the <a href="urls.html#url">URL</a> of the resource
    being loaded in <em>this</em> navigation, then abort these steps
    without affecting the preexisting attempt to navigate the
    <a href="browsers.html#browsing-context">browsing context</a>.</p></li>
@@ -1165,21 +1166,21 @@
    <a href="#concept-navigate-mature" title="concept-navigate-mature">matured</a> (i.e. it has
    not passed the point of making its <code><a href="infrastructure.html#document">Document</a></code> the
    <a href="browsers.html#active-document">active document</a>), or that navigation's resource is not
-   to be fetched using HTTP GET <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, or its
-   resource's <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> differs from this attempt's by
-   more than the presence, absence, or value of the <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component, then cancel
+   to be fetched using HTTP GET <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, or its
+   resource's <a href="urls.html#absolute-url">absolute URL</a> differs from this attempt's by
+   more than the presence, absence, or value of the <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component, then cancel
    that preexisting attempt to navigate the <a href="browsers.html#browsing-context">browsing
    context</a>.</p></li>
 
    <li id="navigate-fragid-step"><p><i>Fragment identifiers</i>: If
-   the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of the new resource is the same as
-   the <a href="common-microsyntaxes.html#the-document-s-address" title="the document's address">address</a> of the
+   the <a href="urls.html#absolute-url">absolute URL</a> of the new resource is the same as
+   the <a href="dom.html#the-document-s-address" title="the document's address">address</a> of the
    <a href="browsers.html#active-document">active document</a> of the <a href="browsers.html#browsing-context">browsing context</a>
-   being navigated, ignoring any <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> components of those
-   <a href="common-microsyntaxes.html#url" title="URL">URLs</a>, and the new resource is to be
-   fetched using HTTP GET <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
-   equivalent</a>, and the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of the new
-   resource has a <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
+   being navigated, ignoring any <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> components of those
+   <a href="urls.html#url" title="URL">URLs</a>, and the new resource is to be
+   fetched using HTTP GET <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
+   equivalent</a>, and the <a href="urls.html#absolute-url">absolute URL</a> of the new
+   resource has a <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
    component (even if it is empty), then <a href="#scroll-to-fragid" title="navigate-fragid">navigate to that fragment identifier</a>
    and abort these steps.</p></li>
 
@@ -1219,12 +1220,12 @@
    <li>
 
     <p>If the resource has already been obtained (e.g. because it is
-    being used to populate an <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> element's new
+    being used to populate an <code><a href="the-iframe-element.html#the-object-element">object</a></code> element's new
     <a href="browsers.html#child-browsing-context">child browsing context</a>), then skip this step.</p>
 
     <p>Otherwise:</p>
 
-    <p>If the new resource is to be fetched using HTTP GET <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, and
+    <p>If the new resource is to be fetched using HTTP GET <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, and
     there are <a href="offline.html#relevant-application-cache" title="relevant application cache">relevant
     application caches</a> that are identified by a URL with the
     <a href="origin-0.html#same-origin">same origin</a> as the URL in question, and that have
@@ -1245,25 +1246,25 @@
     application cache at all; the submission will be made to the
     network.</p>
 
-    <p>Otherwise, <a href="common-microsyntaxes.html#fetch">fetch</a> the new resource, with the
+    <p>Otherwise, <a href="fetching-resources.html#fetch">fetch</a> the new resource, with the
     <i>manual redirect flag</i> set.</p>
 
     <p>If the resource is being fetched using a method other than one
-    <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">equivalent to</a>
+    <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">equivalent to</a>
     HTTP's GET, or, if the
     <a href="#navigate" title="navigate">navigation algorithm</a> was invoked as
-    a result of the <a href="common-microsyntaxes.html#concept-form-submit" title="concept-form-submit">form submission
-    algorithm</a>, then the <a href="common-microsyntaxes.html#fetch" title="fetch">fetching
+    a result of the <a href="association-of-controls-and-forms.html#concept-form-submit" title="concept-form-submit">form submission
+    algorithm</a>, then the <a href="fetching-resources.html#fetch" title="fetch">fetching
     algorithm</a> must be invoked from the <a href="origin-0.html#origin">origin</a> of
     the <a href="browsers.html#active-document">active document</a> of the <a href="#source-browsing-context">source browsing
     context</a>, if any.</p> 
     <p>If the <a href="browsers.html#browsing-context">browsing context</a> being navigated is a
-    <a href="browsers.html#child-browsing-context">child browsing context</a> for an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> or
-    <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> element, then the <a href="common-microsyntaxes.html#fetch" title="fetch">fetching
-    algorithm</a> must be invoked from the <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> or
-    <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> element's <a href="browsers.html#browsing-context-scope-origin">browsing context scope
+    <a href="browsers.html#child-browsing-context">child browsing context</a> for an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> or
+    <code><a href="the-iframe-element.html#the-object-element">object</a></code> element, then the <a href="fetching-resources.html#fetch" title="fetch">fetching
+    algorithm</a> must be invoked from the <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> or
+    <code><a href="the-iframe-element.html#the-object-element">object</a></code> element's <a href="browsers.html#browsing-context-scope-origin">browsing context scope
     origin</a>, if it has one.</p> 
-    <p>The <a href="common-microsyntaxes.html#fetch">fetch</a> algorithm must <a href="the-end.html#delay-the-load-event">delay the load
+    <p>The <a href="fetching-resources.html#fetch">fetch</a> algorithm must <a href="the-end.html#delay-the-load-event">delay the load
     event</a> of the <a href="browsers.html#browsing-context">browsing context</a>.</p> 
    </li>
 
@@ -1279,23 +1280,23 @@
    <li>
 
     <p>If fetching the resource results in a redirect, and either the
-    <a href="common-microsyntaxes.html#url">URL</a> of the target of the redirect has the <a href="origin-0.html#same-origin">same
+    <a href="urls.html#url">URL</a> of the target of the redirect has the <a href="origin-0.html#same-origin">same
     origin</a> as the original resource, or the resource is being
     obtained using the POST method or a safe method (in HTTP terms),
     return to <a href="#navigate-fragid-step">the step labeled
     "fragment identifiers"</a> with the new resource, except that if
-    the <a href="common-microsyntaxes.html#url">URL</a> of the target of the redirect does not have a
-    fragment identifier and the <a href="common-microsyntaxes.html#url">URL</a> of the resource that
-    led to the redirect does, then the <a href="common-microsyntaxes.html#url">URL</a> of the
+    the <a href="urls.html#url">URL</a> of the target of the redirect does not have a
+    fragment identifier and the <a href="urls.html#url">URL</a> of the resource that
+    led to the redirect does, then the <a href="urls.html#url">URL</a> of the
     resource that led to the redirect must be propagated to the
-    <a href="common-microsyntaxes.html#url">URL</a> of the target of the redirect.</p>
+    <a href="urls.html#url">URL</a> of the target of the redirect.</p>
 
     <p class="example">So for instance, if the original URL was "<code title="">http://example.com/#!sample</code>" and "<code title="">http://example.com/</code>" is found to redirect to
     "<code title="">https://example.com/</code>", the URL of the new
     resource will be "<code title="">https://example.com/#!sample</code>".</p>
 
     <p>Otherwise, if fetching the resource results in a redirect but
-    the <a href="common-microsyntaxes.html#url">URL</a> of the target of the redirect does not have
+    the <a href="urls.html#url">URL</a> of the target of the redirect does not have
     the <a href="origin-0.html#same-origin">same origin</a> as the original resource and the
     resource is being obtained using a method that is neither the POST
     method nor a safe method (in HTTP terms), then abort these
@@ -1312,7 +1313,7 @@
    <li>
 
     <p>If the resource was not fetched from an <a href="offline.html#application-cache">application
-    cache</a>, and was to be fetched using HTTP GET <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, and its
+    cache</a>, and was to be fetched using HTTP GET <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a>, and its
     URL <a href="offline.html#concept-appcache-matches-fallback" title="concept-appcache-matches-fallback">matches the
     fallback namespace</a> of one or more <a href="offline.html#relevant-application-cache" title="relevant
     application cache">relevant application caches</a>, and the
@@ -1323,7 +1324,7 @@
     resource's URL and that is a <a href="infrastructure.html#prefix-match">prefix match</a> for the
     resource's URL, and the user didn't cancel the navigation attempt
     during the previous step, and the navigation attempt failed (e.g.
-    the server returned a 4xx or 5xx status code <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
+    the server returned a 4xx or 5xx status code <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
     there was a DNS error), then:</p> 
     <p>Let <var title="">candidate</var> be the <a href="offline.html#concept-appcache-fallback" title="concept-appcache-fallback">fallback resource</a>
     specified for the <a href="offline.html#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a> in
@@ -1334,7 +1335,7 @@
     <p>If <var title="">candidate</var> is not marked as <a href="offline.html#concept-appcache-foreign" title="concept-appcache-foreign">foreign</a>, then the user
     agent must discard the failed load and instead continue along
     these steps using <var title="">candidate</var> as the
-    resource. <a href="common-microsyntaxes.html#the-document-s-address">The document's address</a>, if appropriate,
+    resource. <a href="dom.html#the-document-s-address">The document's address</a>, if appropriate,
     will still be the originally requested URL, not the fallback URL,
     but the user agent may indicate to the user that the original page
     load failed, that the page used was a fallback resource, and what
@@ -1345,7 +1346,7 @@
    <li>
 
     <p>If the document's out-of-band metadata (e.g. HTTP headers), not
-    counting any <a href="common-microsyntaxes.html#content-type" title="Content-Type">type information</a>
+    counting any <a href="fetching-resources.html#content-type" title="Content-Type">type information</a>
     (such as the Content-Type HTTP header), requires some sort of
     processing that will not affect the browsing context, then perform
     that processing and abort these steps.</p>
@@ -1381,7 +1382,7 @@
 
    </li>
 
-   <li><p>Let <var title="">type</var> be <a href="common-microsyntaxes.html#content-type-sniffing-0" title="Content-Type
+   <li><p>Let <var title="">type</var> be <a href="fetching-resources.html#content-type-sniffing-0" title="Content-Type
    sniffing">the sniffed type of the resource</a>.</p></li>
 
    <li><p>If the user agent has been configured to process resources
@@ -1421,17 +1422,17 @@
 
     </dl><p><dfn id="set-the-document-s-address" title="set the document's address">Setting the document's
     address</dfn>: If there is no <dfn id="override-url">override URL</dfn>, then any
-    <code><a href="infrastructure.html#document">Document</a></code> created by these steps must have its <a href="common-microsyntaxes.html#the-document-s-address" title="the document's address">address</a> set to the
-    <a href="common-microsyntaxes.html#url">URL</a> that was originally to be <a href="common-microsyntaxes.html#fetch" title="fetch">fetched</a>, ignoring any other data that was
+    <code><a href="infrastructure.html#document">Document</a></code> created by these steps must have its <a href="dom.html#the-document-s-address" title="the document's address">address</a> set to the
+    <a href="urls.html#url">URL</a> that was originally to be <a href="fetching-resources.html#fetch" title="fetch">fetched</a>, ignoring any other data that was
     used to obtain the resource (e.g. the entity body in the case of a
-    POST submission is not part of <a href="common-microsyntaxes.html#the-document-s-address">the document's
+    POST submission is not part of <a href="dom.html#the-document-s-address">the document's
     address</a>, nor is the URL of the fallback resource in the
     case of the original load having failed and that URL having been
     found to match a <a href="offline.html#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback
     namespace</a>). However, if there <em>is</em> an <a href="#override-url">override
     URL</a>, then any <code><a href="infrastructure.html#document">Document</a></code> created by these steps
-    must have its <a href="common-microsyntaxes.html#the-document-s-address" title="the document's address">address</a>
-    set to that <a href="common-microsyntaxes.html#url">URL</a> instead.</p>
+    must have its <a href="dom.html#the-document-s-address" title="the document's address">address</a>
+    set to that <a href="urls.html#url">URL</a> instead.</p>
 
     <p class="note">An <a href="#override-url" title="override URL">override URL</a>
     is set when <a href="webappapis.html#concept-js-deref" title="concept-js-deref">dereferencing a
@@ -1443,7 +1444,7 @@
     object must be created and associated with the
     <code><a href="infrastructure.html#document">Document</a></code>, with one exception: if the <a href="browsers.html#browsing-context">browsing
     context</a>'s only entry in its <a href="#session-history">session history</a> is
-    the <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> that was added
+    the <code><a href="fetching-resources.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> that was added
     when the <a href="browsers.html#browsing-context">browsing context</a> was created, and navigation
     is occurring with <a href="#replacement-enabled">replacement enabled</a>, and that
     <code><a href="infrastructure.html#document">Document</a></code> has the <a href="origin-0.html#same-origin">same origin</a> as the new
@@ -1562,7 +1563,7 @@
    these steps.</p></li>
 
    <li><p><a href="#scroll-to-the-fragment-identifier">Scroll to the fragment identifier</a> given in
-   <a href="common-microsyntaxes.html#the-document-s-current-address">the document's current address</a>. If this fails to find
+   <a href="dom.html#the-document-s-current-address">the document's current address</a>. If this fails to find
    <a href="#the-indicated-part-of-the-document" title="the indicated part of the document">an indicated part
    of the document</a>, then return to the <i>fragment identifier
    loop</i> step.</p></li>
@@ -1580,14 +1581,14 @@
   <a href="parsing.html#html-parser">HTML parser</a>, and associate it with the document. Each
   <a href="webappapis.html#concept-task" title="concept-task">task</a> that the <a href="webappapis.html#networking-task-source">networking
   task source</a> places on the <a href="webappapis.html#task-queue">task queue</a> while the
-  <a href="common-microsyntaxes.html#fetch" title="fetch">fetching algorithm</a> runs must then fill
+  <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> runs must then fill
   the parser's <a href="parsing.html#the-input-stream">input stream</a> with the fetched bytes and
   cause the <a href="parsing.html#html-parser">HTML parser</a> to perform the appropriate
   processing of the input stream.</p>
 
   <p class="note">The <a href="parsing.html#the-input-stream">input stream</a> converts bytes into
   characters for use in the <a href="tokenization.html#tokenization" title="tokenization">tokenizer</a>. This process relies, in part,
-  on character encoding information found in the real <a href="common-microsyntaxes.html#content-type" title="Content-Type">Content-Type metadata</a> of the resource;
+  on character encoding information found in the real <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> of the resource;
   the "sniffed type" is not used for this purpose.</p>
 
   
@@ -1626,15 +1627,15 @@
   character encoding.</p>
 
   <p>If the root element, as parsed according to the XML
-  specifications cited above, is found to be an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>
-  element with an attribute <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> whose value is not the
+  specifications cited above, is found to be an <code><a href="semantics.html#the-html-element">html</a></code>
+  element with an attribute <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> whose value is not the
   empty string, then, as soon as the element is <a href="infrastructure.html#insert-an-element-into-a-document" title="insert an
   element into a document">inserted into the document</a>, the user
-  agent must <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolve</a> the value of
+  agent must <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> the value of
   that attribute relative to that element, and if that is successful,
   must run the <a href="offline.html#concept-appcache-init" title="concept-appcache-init">application cache
-  selection algorithm</a> with the resulting <a href="common-microsyntaxes.html#absolute-url">absolute
-  URL</a> with any <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component removed as
+  selection algorithm</a> with the resulting <a href="urls.html#absolute-url">absolute
+  URL</a> with any <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component removed as
   the manifest URL, and passing in the newly-created
   <code><a href="infrastructure.html#document">Document</a></code>. Otherwise, if the attribute is absent, its
   value is the empty string, or resolving its value fails, then as
@@ -1644,7 +1645,7 @@
   algorithm</a> with no manifest, and passing in the
   <code><a href="infrastructure.html#document">Document</a></code>.</p>
 
-  <p class="note">Because the processing of the <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> attribute happens
+  <p class="note">Because the processing of the <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> attribute happens
   only once the root element is parsed, any URLs referenced by
   processing instructions before the root element (such as <code title="">&lt;?xml-stylesheet?&gt;</code> and <code title="">&lt;?xbl?&gt;</code> PIs) will be fetched from the network and
   cannot be cached.</p>
@@ -1679,7 +1680,7 @@
   the tokenizer had emitted a start tag token with the tag name "pre"
   followed by a single U+000A LINE FEED (LF) character, and switch the <a href="parsing.html#html-parser">HTML parser</a>'s tokenizer
   to the <a href="tokenization.html#plaintext-state">PLAINTEXT state</a>.  Each <a href="webappapis.html#concept-task" title="concept-task">task</a> that the <a href="webappapis.html#networking-task-source">networking task
-  source</a> places on the <a href="webappapis.html#task-queue">task queue</a> while the <a href="common-microsyntaxes.html#fetch" title="fetch">fetching algorithm</a> runs must then fill the
+  source</a> places on the <a href="webappapis.html#task-queue">task queue</a> while the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> runs must then fill the
   parser's <a href="parsing.html#the-input-stream">input stream</a> with the fetched bytes and cause
   the <a href="parsing.html#html-parser">HTML parser</a> to perform the appropriate processing
   of the input stream.</p>
@@ -1707,9 +1708,9 @@
   before the page has finished parsing, the user agent must
   <a href="#update-the-session-history-with-the-new-page">update the session history with the new page</a>.</p>
 
-  <p>User agents may add content to the <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element of
+  <p>User agents may add content to the <code><a href="semantics.html#the-head-element">head</a></code> element of
   the <code><a href="infrastructure.html#document">Document</a></code>, e.g. linking to a style sheet or an XBL
-  binding, providing script, giving the document a <code><a href="common-microsyntaxes.html#the-title-element">title</a></code>,
+  binding, providing script, giving the document a <code><a href="semantics.html#the-title-element">title</a></code>,
   etc.</p>
 
   <p class="note">In particular, if the user agent supports the <code title="">Format=Flowed</code> feature of RFC 3676 then the user
@@ -1726,10 +1727,10 @@
   <p>When an image resource is to be loaded in a <a href="browsers.html#browsing-context">browsing
   context</a>, the user agent should <a href="#create-a-document-object">create a
   <code>Document</code> object</a>, mark it as being an <a href="infrastructure.html#html-documents" title="HTML documents">HTML document</a>, append an
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element to the <code><a href="infrastructure.html#document">Document</a></code>, append a
-  <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element and a <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element to the
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element, append an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> to the
-  <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element, and set the <code title="attr-img-src"><a href="common-microsyntaxes.html#attr-img-src">src</a></code> attribute of the <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+  <code><a href="semantics.html#the-html-element">html</a></code> element to the <code><a href="infrastructure.html#document">Document</a></code>, append a
+  <code><a href="semantics.html#the-head-element">head</a></code> element and a <code><a href="sections.html#the-body-element">body</a></code> element to the
+  <code><a href="semantics.html#the-html-element">html</a></code> element, append an <code><a href="embedded-content-1.html#the-img-element">img</a></code> to the
+  <code><a href="sections.html#the-body-element">body</a></code> element, and set the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of the <code><a href="embedded-content-1.html#the-img-element">img</a></code>
   element to the address of the image.</p>
 
   
@@ -1745,10 +1746,10 @@
   before the page has finished fully loading, the user agent must
   <a href="#update-the-session-history-with-the-new-page">update the session history with the new page</a>.</p>
 
-  <p>User agents may add content to the <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element of
-  the <code><a href="infrastructure.html#document">Document</a></code>, or attributes to the <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+  <p>User agents may add content to the <code><a href="semantics.html#the-head-element">head</a></code> element of
+  the <code><a href="infrastructure.html#document">Document</a></code>, or attributes to the <code><a href="embedded-content-1.html#the-img-element">img</a></code>
   element, e.g. to link to a style sheet or an XBL binding, to provide
-  a script, to give the document a <code><a href="common-microsyntaxes.html#the-title-element">title</a></code>, etc.</p>
+  a script, to give the document a <code><a href="semantics.html#the-title-element">title</a></code>, etc.</p>
 
 
   <h4 id="read-plugin"><span class="secno">5.5.6 </span><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4>
@@ -1757,11 +1758,11 @@
   is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent
   should <a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it
   as being an <a href="infrastructure.html#html-documents" title="HTML documents">HTML document</a>,
-  append an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element to the <code><a href="infrastructure.html#document">Document</a></code>,
-  append a <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element and a <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element
-  to the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element, append an <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code> to
-  the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element, and set the <code title="attr-embed-src"><a href="common-microsyntaxes.html#attr-embed-src">src</a></code> attribute of the
-  <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code> element to the address of the resource.</p>
+  append an <code><a href="semantics.html#the-html-element">html</a></code> element to the <code><a href="infrastructure.html#document">Document</a></code>,
+  append a <code><a href="semantics.html#the-head-element">head</a></code> element and a <code><a href="sections.html#the-body-element">body</a></code> element
+  to the <code><a href="semantics.html#the-html-element">html</a></code> element, append an <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> to
+  the <code><a href="sections.html#the-body-element">body</a></code> element, and set the <code title="attr-embed-src"><a href="the-iframe-element.html#attr-embed-src">src</a></code> attribute of the
+  <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element to the address of the resource.</p>
 
   
   <p>Then, the user agent must act as if it had <a href="the-end.html#stop-parsing" title="stop
@@ -1776,15 +1777,15 @@
   before the page has finished fully loading, the user agent must
   <a href="#update-the-session-history-with-the-new-page">update the session history with the new page</a>.</p>
 
-  <p>User agents may add content to the <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element of
-  the <code><a href="infrastructure.html#document">Document</a></code>, or attributes to the <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>
+  <p>User agents may add content to the <code><a href="semantics.html#the-head-element">head</a></code> element of
+  the <code><a href="infrastructure.html#document">Document</a></code>, or attributes to the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>
   element, e.g. to link to a style sheet or an XBL binding, or to give
-  the document a <code><a href="common-microsyntaxes.html#the-title-element">title</a></code>.</p>
+  the document a <code><a href="semantics.html#the-title-element">title</a></code>.</p>
 
-  <p class="note" id="sandboxPluginNavigate">If the <a href="common-microsyntaxes.html#sandboxed-plugins-browsing-context-flag">sandboxed
+  <p class="note" id="sandboxPluginNavigate">If the <a href="the-iframe-element.html#sandboxed-plugins-browsing-context-flag">sandboxed
   plugins browsing context flag</a> was set on the <a href="browsers.html#browsing-context">browsing
   context</a> when the <code><a href="infrastructure.html#document">Document</a></code> was created, the
-  synthesized <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code> element will <a href="common-microsyntaxes.html#sandboxPluginEmbed">fail to render the content</a>.</p>
+  synthesized <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element will <a href="the-iframe-element.html#sandboxPluginEmbed">fail to render the content</a>.</p>
 
 
   <h4 id="read-ua-inline"><span class="secno">5.5.7 </span><dfn title="navigate-ua-inline">Page load processing model for inline content that doesn't have a DOM</dfn></h4>
@@ -1835,15 +1836,15 @@
 
    <li><p>Append a new entry at the end of the <code><a href="#history-0">History</a></code>
    object representing the new resource and its <code><a href="infrastructure.html#document">Document</a></code>
-   object and related state. Its <a href="common-microsyntaxes.html#url">URL</a> must be set to the
+   object and related state. Its <a href="urls.html#url">URL</a> must be set to the
    address to which the user agent was <a href="#navigate" title="navigate">navigating</a>. The title must be left
    unset.</p></li>
 
    <li><p><a href="#traverse-the-history">Traverse the history</a> to the new entry. This
    will <a href="#scroll-to-the-fragment-identifier">scroll to the fragment identifier</a> given in what
-   is now <a href="common-microsyntaxes.html#the-document-s-current-address">the document's current address</a>.</p></li>
+   is now <a href="dom.html#the-document-s-current-address">the document's current address</a>.</p></li>
 
-  </ol><p class="note">If the scrolling fails because the relevant <a href="common-microsyntaxes.html#concept-id" title="concept-id">ID</a> has
+  </ol><p class="note">If the scrolling fails because the relevant <a href="elements.html#concept-id" title="concept-id">ID</a> has
   not yet been parsed, then the original <a href="#navigate" title="navigate">navigation</a> algorithm will take care of the
   scrolling instead, as the last few steps of its <a href="#update-the-session-history-with-the-new-page">update the
   session history with the new page</a> algorithm.</p>
@@ -1869,8 +1870,8 @@
   determine what <a href="#the-indicated-part-of-the-document">the indicated part of the document</a>
   is.</p>
 
-  <ol><li><p><a href="common-microsyntaxes.html#parse-a-url" title="parse a url">Parse</a> the <a href="common-microsyntaxes.html#url">URL</a>,
-   and let <var title="">fragid</var> be the <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component of the
+  <ol><li><p><a href="urls.html#parse-a-url" title="parse a url">Parse</a> the <a href="urls.html#url">URL</a>,
+   and let <var title="">fragid</var> be the <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component of the
    URL.</p></li>
    <li><p>If <var title="">fragid</var> is the empty string, then
    <a href="#the-indicated-part-of-the-document">the indicated part of the document</a> is the top of the
@@ -1883,12 +1884,12 @@
    surrogate code points), then skip this step and the next one.</p>
 
    </li><li><p>If this step was not skipped and there is an element in the
-   DOM that has an <a href="common-microsyntaxes.html#concept-id" title="concept-id">ID</a> exactly equal to
+   DOM that has an <a href="elements.html#concept-id" title="concept-id">ID</a> exactly equal to
    <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>
 
-   <li><p>If there is an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element in the DOM that has a
+   <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.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
@@ -1935,7 +1936,7 @@
 
    <li><p>If the <a href="#current-entry">current entry</a>'s title was not set by the
    <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code> methods,
-   then set its title to the value returned by the <code title="dom-document-title"><a href="common-microsyntaxes.html#document.title">document.title</a></code> IDL
+   then set its title to the value returned by the <code title="dom-document-title"><a href="dom.html#document.title">document.title</a></code> IDL
    attribute.</p></li>
 
    <li><p>If appropriate, update the <a href="#current-entry">current entry</a> in the
@@ -1988,11 +1989,11 @@
       </ol></li>
 
      <li id="history-autocomplete"><p>If the <i>specified entry</i>'s
-     <code><a href="infrastructure.html#document">Document</a></code> has any <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> elements whose
-     <a href="common-microsyntaxes.html#resulting-autocompletion-state">resulting autocompletion state</a> is <i title="">off</i>, invoke the <a href="common-microsyntaxes.html#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> of each
+     <code><a href="infrastructure.html#document">Document</a></code> has any <code><a href="the-input-element.html#the-input-element">input</a></code> elements whose
+     <a href="common-input-element-attributes.html#resulting-autocompletion-state">resulting autocompletion state</a> is <i title="">off</i>, invoke the <a href="association-of-controls-and-forms.html#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> of each
      of those elements.</p></li>
 
-     <li><p>If the <a href="common-microsyntaxes.html#current-document-readiness">current document readiness</a> of the
+     <li><p>If the <a href="dom.html#current-document-readiness">current document readiness</a> of the
      <i>specified entry</i>'s <code><a href="infrastructure.html#document">Document</a></code> is "complete",
      <a href="webappapis.html#queue-a-task">queue a task</a> to fire a <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event at the
      <code><a href="browsers.html#window">Window</a></code> object of that <code><a href="infrastructure.html#document">Document</a></code>, but
@@ -2006,7 +2007,7 @@
      
     </ol></li>
 
-   <li><p>Set <a href="common-microsyntaxes.html#the-document-s-current-address">the document's current address</a> to the URL
+   <li><p>Set <a href="dom.html#the-document-s-current-address">the document's current address</a> to the URL
    of the <i>specified entry</i>.</p></li>
 
    <li><p>If the <i>specified entry</i> has a URL whose fragment
@@ -2032,15 +2033,15 @@
     form fields, that it had previously recorded.</p>
 
     
-    <p class="note">This can even include updating the <code title="attr-dir"><a href="common-microsyntaxes.html#the-dir-attribute">dir</a></code> attribute of <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>
-    elements or <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute is in either the
-    <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state or the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-search">Search</a> state, if the
+    <p class="note">This can even include updating the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> attribute of <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
+    elements or <code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in either the
+    <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state or the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-search">Search</a> state, if the
     persisted state includes the directionality of user input in such
     controls.</p>
 
    </li>
 
-   <li><p>If the entry is a <a href="#state-object">state object</a> entry, let <var title="">state</var> be a <a href="common-microsyntaxes.html#structured-clone">structured clone</a> of that
+   <li><p>If the entry is a <a href="#state-object">state object</a> entry, let <var title="">state</var> be a <a href="common-dom-interfaces.html#structured-clone">structured clone</a> of that
    state object. Otherwise, let <var title="">state</var> be
    null.</p></li>
 
@@ -2095,7 +2096,7 @@
 
   </div><hr><p>The <dfn id="event-hashchange" title="event-hashchange"><code>hashchange</code></dfn>
   event is fired when navigating to a <a href="#session-history-entry">session history
-  entry</a> whose <a href="common-microsyntaxes.html#url">URL</a> differs from that of the
+  entry</a> whose <a href="urls.html#url">URL</a> differs from that of the
   previous one only in the fragment identifier.</p><pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a href="infrastructure.html#event">Event</a> {
   readonly attribute DOMString <a href="#dom-hashchangeevent-oldurl" title="dom-HashChangeEvent-oldURL">oldURL</a>;
   readonly attribute DOMString <a href="#dom-hashchangeevent-newurl" title="dom-HashChangeEvent-newURL">newURL</a>;
@@ -2104,7 +2105,7 @@
 
    <dd>
 
-    <p>Returns the <a href="common-microsyntaxes.html#url">URL</a> of the <a href="#session-history-entry">session history
+    <p>Returns the <a href="urls.html#url">URL</a> of the <a href="#session-history-entry">session history
     entry</a> that was previously current.</p>
 
    </dd>
@@ -2114,7 +2115,7 @@
 
    <dd>
 
-    <p>Returns the <a href="common-microsyntaxes.html#url">URL</a> of the <a href="#session-history-entry">session history
+    <p>Returns the <a href="urls.html#url">URL</a> of the <a href="#session-history-entry">session history
     entry</a> that is now current.</p>
 
    </dd>
@@ -2234,7 +2235,7 @@
   </ol><p>When a user agent is to <dfn id="unload-a-document">unload a document</dfn>, it must run
   the following steps. These steps are passed an argument, <var title="">recycle</var>, which is either true or false, indicating
   whether the <code><a href="infrastructure.html#document">Document</a></code> object is going to be
-  re-used. (This is set by the <code title="dom-document-open"><a href="common-microsyntaxes.html#dom-document-open">document.open()</a></code> method.)</p>
+  re-used. (This is set by the <code title="dom-document-open"><a href="content-models.html#dom-document-open">document.open()</a></code> method.)</p>
 
   <ol><li><p>Fire a <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> event at
    the <code><a href="browsers.html#window">Window</a></code> object of the <code><a href="infrastructure.html#document">Document</a></code>, but
@@ -2362,13 +2363,13 @@
   <ol><li><p><a href="#abort-a-document" title="abort a document">Abort</a> the <a href="browsers.html#active-document" title="active document">active documents</a> of every
    <a href="browsers.html#child-browsing-context">child browsing context</a>.</p></li>
 
-   <li><p>Cancel any instances of the <a href="common-microsyntaxes.html#fetch" title="fetch">fetch</a>
+   <li><p>Cancel any instances of the <a href="fetching-resources.html#fetch" title="fetch">fetch</a>
    algorithm in the context of this <code><a href="infrastructure.html#document">Document</a></code>, discarding
    any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> <a href="webappapis.html#queue-a-task" title="queue a
    task">queued</a> for them, and discarding any further data
    received from the network for them.</p></li>
 
-   <li><p>If the <code><a href="infrastructure.html#document">Document</a></code> has an <a href="common-microsyntaxes.html#active-parser">active
+   <li><p>If the <code><a href="infrastructure.html#document">Document</a></code> has an <a href="dom.html#active-parser">active
    parser</a>, then <a href="the-end.html#abort-a-parser" title="abort a parser">abort that
    parser</a>.</p></li>
 

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- common-dom-interfaces.html	12 Aug 2011 23:46:22 -0000	1.69
+++ common-dom-interfaces.html	15 Aug 2011 04:46:25 -0000	1.70
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- parsing.html	15 Aug 2011 03:46:27 -0000	1.69
+++ parsing.html	15 Aug 2011 04:46:34 -0000	1.70
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -417,9 +418,9 @@
   still used as the model for the rest of the specification.</p>
 
   <p>In the common case, the data handled by the tokenization stage
-  comes from the network, but <a href="common-microsyntaxes.html#dynamic-markup-insertion" title="dynamic markup
+  comes from the network, but <a href="content-models.html#dynamic-markup-insertion" title="dynamic markup
   insertion">it can also come from script</a> running in the user
-  agent, e.g. using the <code title="dom-document-write"><a href="common-microsyntaxes.html#dom-document-write">document.write()</a></code> API.</p>
+  agent, e.g. using the <code title="dom-document-write"><a href="content-models.html#dom-document-write">document.write()</a></code> API.</p>
 
   <p><img alt="" height="554" src="http://dev.w3.org/html5/spec/images/parsing-model-overview.png" width="427"></p>
 
@@ -482,7 +483,7 @@
   algorithm (the <dfn id="encoding-sniffing-algorithm">encoding sniffing algorithm</dfn>) to determine
   the character encoding to use when decoding a document in the first
   pass. This algorithm takes as input any out-of-band metadata
-  available to the user agent (e.g. the <a href="common-microsyntaxes.html#content-type" title="Content-Type">Content-Type metadata</a> of the document)
+  available to the user agent (e.g. the <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> of the document)
   and all the bytes available so far, and returns an encoding and a
   <dfn id="concept-encoding-confidence" title="concept-encoding-confidence">confidence</dfn>. The
   confidence is either <i>tentative</i>, <i>certain</i>, or
@@ -517,7 +518,7 @@
     preparse.</p>
 
     <p class="note">The authoring conformance requirements for
-    character encoding declarations limit them to only appearing <a href="common-microsyntaxes.html#charset1024">in the first 1024 bytes</a>. User agents are
+    character encoding declarations limit them to only appearing <a href="semantics.html#charset1024">in the first 1024 bytes</a>. User agents are
     therefore encouraged to use the preparse algorithm below (part of
     these steps) on the first 1024 bytes, but not to stall beyond
     that.</p>
@@ -614,7 +615,7 @@
 
            <dt>If the attribute's name is "<code title="">content</code>"</dt>
 
-           <dd><p>Apply the <a href="common-microsyntaxes.html#algorithm-for-extracting-an-encoding-from-a-meta-element">algorithm for extracting an encoding
+           <dd><p>Apply the <a href="fetching-resources.html#algorithm-for-extracting-an-encoding-from-a-meta-element">algorithm for extracting an encoding
            from a <code>meta</code> element</a>, giving the
            attribute's value as the string to parse. If an encoding is
            returned, and if <var title="">charset</var> is still set
@@ -995,10 +996,10 @@
 
   <p class="note">This algorithm is a <a href="introduction.html#willful-violation">willful violation</a>
   of the HTTP specification, which requires that the encoding be
-  assumed to be ISO-8859-1 in the absence of a <a href="common-microsyntaxes.html#character-encoding-declaration">character
+  assumed to be ISO-8859-1 in the absence of a <a href="semantics.html#character-encoding-declaration">character
   encoding declaration</a> to the contrary, and of RFC 2046,
   which requires that the encoding be assumed to be US-ASCII in the
-  absence of a <a href="common-microsyntaxes.html#character-encoding-declaration">character encoding declaration</a> to the
+  absence of a <a href="semantics.html#character-encoding-declaration">character encoding declaration</a> to the
   contrary. This specification's third approach is motivated by a
   desire to be maximally compatible with legacy content. <a href="references.html#refsHTTP">[HTTP]</a> <a href="references.html#refsRFC2046">[RFC2046]</a></p>
 
@@ -1153,7 +1154,7 @@
 
   <p>The <dfn id="insertion-point">insertion point</dfn> is the position (just before a
   character or just before the end of the input stream) where content
-  inserted using <code title="dom-document-write"><a href="common-microsyntaxes.html#dom-document-write">document.write()</a></code> is actually
+  inserted using <code title="dom-document-write"><a href="content-models.html#dom-document-write">document.write()</a></code> is actually
   inserted. The insertion point is relative to the position of the
   character immediately after it, it is not an absolute offset into
   the input stream. Initially, the insertion point is
@@ -1161,9 +1162,9 @@
 
   <p>The "EOF" character in the tables below is a conceptual character
   representing the end of the <a href="#the-input-stream">input stream</a>. If the parser
-  is a <a href="common-microsyntaxes.html#script-created-parser">script-created parser</a>, then the end of the
+  is a <a href="content-models.html#script-created-parser">script-created parser</a>, then the end of the
   <a href="#the-input-stream">input stream</a> is reached when an <dfn id="explicit-eof-character">explicit "EOF"
-  character</dfn> (inserted by the <code title="dom-document-close"><a href="common-microsyntaxes.html#dom-document-close">document.close()</a></code> method) is
+  character</dfn> (inserted by the <code title="dom-document-close"><a href="content-models.html#dom-document-close">document.close()</a></code> method) is
   consumed. Otherwise, the "EOF" character is not a real character in
   the stream, but rather the lack of any further characters.</p>
 
@@ -1214,7 +1215,7 @@
    re-parsed from memory), even if, e.g., the document is marked as
    not being cacheable. If this is not possible and contacting the
    network layer would involve repeating a request that uses a method
-   other than HTTP GET (<a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
+   other than HTTP GET (<a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
    equivalent</a> for non-HTTP URLs), then instead set the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> to
    <i>certain</i> and ignore the new encoding. The resource will be
    misinterpreted. User agents may notify the user of the situation,
@@ -1285,40 +1286,40 @@
    true and set <var title="">node</var> to the <var title="concept-frag-parse-context"><a href="the-end.html#concept-frag-parse-context">context</a></var> element.
    (<a href="the-end.html#fragment-case">fragment case</a>)</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-select-element">select</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="the-button-element.html#the-select-element">select</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-inselect" title="insertion mode: in select">in select</a>" and abort these
    steps. (<a href="the-end.html#fragment-case">fragment case</a>)</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> or
-   <code><a href="common-microsyntaxes.html#the-th-element">th</a></code> element and <var title="">last</var> is false, then
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-td-element">td</a></code> or
+   <code><a href="tabular-data.html#the-th-element">th</a></code> element and <var title="">last</var> is false, then
    switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-intd" title="insertion
    mode: in cell">in cell</a>" and abort these steps.</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element, then
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-tr-element">tr</a></code> element, then
    switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-intr" title="insertion
    mode: in row">in row</a>" and abort these steps.</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>,
-   <code><a href="common-microsyntaxes.html#the-thead-element">thead</a></code>, or <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code> element, then switch the
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>,
+   <code><a href="tabular-data.html#the-thead-element">thead</a></code>, or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element, then switch the
    <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-intbody" title="insertion mode: in
    table body">in table body</a>" and abort these steps.</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-caption-element">caption</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-caption-element">caption</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-incaption" title="insertion mode: in caption">in caption</a>" and abort
    these steps.</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-incolgroup" title="insertion mode: in column group">in column group</a>" and
    abort these steps. (<a href="the-end.html#fragment-case">fragment case</a>)</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="tabular-data.html#the-table-element">table</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-intable" title="insertion mode: in table">in table</a>" and abort these
    steps.</li>
 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="semantics.html#the-head-element">head</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>" ("<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>"! <em> not "<a href="tree-construction.html#parsing-main-inhead" title="insertion mode: in head">in head</a>"</em>!) and abort
    these steps. (<a href="the-end.html#fragment-case">fragment case</a>)</li> 
-   <li>If <var title="">node</var> is a <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element,
+   <li>If <var title="">node</var> is a <code><a href="sections.html#the-body-element">body</a></code> element,
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-inbody" title="insertion mode: in body">in body</a>" and abort these
    steps.</li>
 
@@ -1326,7 +1327,7 @@
    then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tree-construction.html#parsing-main-inframeset" title="insertion mode: in frameset">in frameset</a>" and abort
    these steps. (<a href="the-end.html#fragment-case">fragment case</a>)</li>
 
-   <li>If <var title="">node</var> is an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element,
+   <li>If <var title="">node</var> is an <code><a href="semantics.html#the-html-element">html</a></code> element,
    then  switch the <a href="#insertion-mode">insertion mode</a>
    to "<a href="tree-construction.html#the-before-head-insertion-mode" title="insertion mode: before head">before
    head</a>"   Then,  abort these steps. (<a href="the-end.html#fragment-case">fragment
@@ -1351,70 +1352,70 @@
 
   <p>The "<a href="tree-construction.html#the-before-html-insertion-mode" title="insertion mode: before html">before
   html</a>" <a href="#insertion-mode">insertion mode</a> creates the
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> root element node, which is then added to the
+  <code><a href="semantics.html#the-html-element">html</a></code> root element node, which is then added to the
   stack.</p>
 
   <p>In the <a href="the-end.html#fragment-case">fragment case</a>, the <a href="#stack-of-open-elements">stack of open
-  elements</a> is initialized to contain an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>
+  elements</a> is initialized to contain an <code><a href="semantics.html#the-html-element">html</a></code>
   element that is created as part of <a href="the-end.html#html-fragment-parsing-algorithm" title="html fragment
   parsing algorithm">that algorithm</a>. (The <a href="the-end.html#fragment-case">fragment
   case</a> skips the "<a href="tree-construction.html#the-before-html-insertion-mode" title="insertion mode: before
   html">before html</a>" <a href="#insertion-mode">insertion mode</a>.)</p>
 
-  <p>The <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> node, however it is created, is the topmost
+  <p>The <code><a href="semantics.html#the-html-element">html</a></code> node, however it is created, is the topmost
   node of the stack. It only gets popped off the stack when the parser
   <a href="the-end.html#stop-parsing" title="stop parsing">finishes</a>.</p>
 
   <p>The <dfn id="current-node">current node</dfn> is the bottommost node in this
   stack.</p>
 
-  <p>The <dfn id="current-table">current table</dfn> is the last <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>
+  <p>The <dfn id="current-table">current table</dfn> is the last <code><a href="tabular-data.html#the-table-element">table</a></code>
   element in the <a href="#stack-of-open-elements">stack of open elements</a>, if there is
-  one. If there is no <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element in the <a href="#stack-of-open-elements">stack of
+  one. If there is no <code><a href="tabular-data.html#the-table-element">table</a></code> element in the <a href="#stack-of-open-elements">stack of
   open elements</a> (<a href="the-end.html#fragment-case">fragment case</a>), then the
   <a href="#current-table">current table</a> is the first element in the <a href="#stack-of-open-elements">stack
-  of open elements</a> (the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element).</p>
+  of open elements</a> (the <code><a href="semantics.html#the-html-element">html</a></code> element).</p>
 
   <p>Elements in the stack fall into the following categories:</p>
 
   <dl><dt><dfn id="special">Special</dfn></dt>
    <dd><p>The following elements have varying levels of special
-   parsing rules: HTML's <code><a href="common-microsyntaxes.html#the-address-element">address</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>,
-   <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>, <code><a href="common-microsyntaxes.html#the-article-element">article</a></code>, <code><a href="common-microsyntaxes.html#the-aside-element">aside</a></code>,
-   <code><a href="common-microsyntaxes.html#the-base-element">base</a></code>, <code><a href="obsolete.html#basefont">basefont</a></code>, <code><a href="obsolete.html#bgsound">bgsound</a></code>,
-   <code><a href="common-microsyntaxes.html#the-blockquote-element">blockquote</a></code>, <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, <code><a href="common-microsyntaxes.html#the-br-element">br</a></code>,
-   <code><a href="common-microsyntaxes.html#the-button-element">button</a></code>, <code><a href="common-microsyntaxes.html#the-caption-element">caption</a></code>, <code><a href="obsolete.html#center">center</a></code>,
-   <code><a href="common-microsyntaxes.html#the-col-element">col</a></code>, <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code>, <code><a href="common-microsyntaxes.html#the-command-element">command</a></code>,
-   <code><a href="common-microsyntaxes.html#the-dd-element">dd</a></code>, <code><a href="common-microsyntaxes.html#the-details-element">details</a></code>, <code><a href="obsolete.html#dir">dir</a></code>,
-   <code><a href="common-microsyntaxes.html#the-div-element">div</a></code>, <code><a href="common-microsyntaxes.html#the-dl-element">dl</a></code>, <code><a href="common-microsyntaxes.html#the-dt-element">dt</a></code>,
-   <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>, <code><a href="common-microsyntaxes.html#the-fieldset-element">fieldset</a></code>, <code><a href="common-microsyntaxes.html#the-figcaption-element">figcaption</a></code>,
-   <code><a href="common-microsyntaxes.html#the-figure-element">figure</a></code>, <code><a href="common-microsyntaxes.html#the-footer-element">footer</a></code>, <code><a href="common-microsyntaxes.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="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>,
-   <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>,
-   <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="common-microsyntaxes.html#the-head-element">head</a></code>, <code><a href="common-microsyntaxes.html#the-header-element">header</a></code>,
-   <code><a href="common-microsyntaxes.html#the-hgroup-element">hgroup</a></code>, <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code>, <code><a href="common-microsyntaxes.html#the-html-element">html</a></code>,
-   <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>,  <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>, <code><a href="common-microsyntaxes.html#the-input-element">input</a></code>,
-   <code><a href="obsolete.html#isindex-0">isindex</a></code>, <code><a href="common-microsyntaxes.html#the-li-element">li</a></code>, <code><a href="common-microsyntaxes.html#the-link-element">link</a></code>,
-   <code><a href="obsolete.html#listing">listing</a></code>, <code><a href="obsolete.html#the-marquee-element">marquee</a></code>, <code><a href="common-microsyntaxes.html#the-menu-element">menu</a></code>,
-   <code><a href="common-microsyntaxes.html#the-meta-element">meta</a></code>, <code><a href="common-microsyntaxes.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="common-microsyntaxes.html#the-noscript-element">noscript</a></code>, <code><a href="common-microsyntaxes.html#the-object-element">object</a></code>,
-   <code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code>, <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>, <code><a href="common-microsyntaxes.html#the-param-element">param</a></code>,
-   <code><a href="obsolete.html#plaintext">plaintext</a></code>, <code><a href="common-microsyntaxes.html#the-pre-element">pre</a></code>, <code><a href="common-microsyntaxes.html#the-script-element">script</a></code>,
-   <code><a href="common-microsyntaxes.html#the-section-element">section</a></code>, <code><a href="common-microsyntaxes.html#the-select-element">select</a></code>, <code><a href="common-microsyntaxes.html#the-style-element">style</a></code>,
-   <code><a href="common-microsyntaxes.html#the-summary-element">summary</a></code>, <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>, <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>,
-   <code><a href="common-microsyntaxes.html#the-td-element">td</a></code>, <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code>,
-   <code><a href="common-microsyntaxes.html#the-th-element">th</a></code>, <code><a href="common-microsyntaxes.html#the-thead-element">thead</a></code>, <code><a href="common-microsyntaxes.html#the-title-element">title</a></code>,
-   <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code>, <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code>, <code><a href="common-microsyntaxes.html#the-wbr-element">wbr</a></code>, and
+   parsing rules: HTML's <code><a href="sections.html#the-address-element">address</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>,
+   <code><a href="the-map-element.html#the-area-element">area</a></code>, <code><a href="sections.html#the-article-element">article</a></code>, <code><a href="sections.html#the-aside-element">aside</a></code>,
+   <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="obsolete.html#basefont">basefont</a></code>, <code><a href="obsolete.html#bgsound">bgsound</a></code>,
+   <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code>, <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="text-level-semantics.html#the-br-element">br</a></code>,
+   <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="tabular-data.html#the-caption-element">caption</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-element">command</a></code>,
+   <code><a href="grouping-content.html#the-dd-element">dd</a></code>, <code><a href="interactive-elements.html#the-details-element">details</a></code>, <code><a href="obsolete.html#dir">dir</a></code>,
+   <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="grouping-content.html#the-dl-element">dl</a></code>, <code><a href="grouping-content.html#the-dt-element">dt</a></code>,
+   <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code>,
+   <code><a href="grouping-content.html#the-figure-element">figure</a></code>, <code><a href="sections.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="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>,
+   <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>,
+   <code><a href="sections.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="sections.html#the-header-element">header</a></code>,
+   <code><a href="sections.html#the-hgroup-element">hgroup</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="semantics.html#the-html-element">html</a></code>,
+   <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>,  <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>,
+   <code><a href="obsolete.html#isindex-0">isindex</a></code>, <code><a href="grouping-content.html#the-li-element">li</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>,
+   <code><a href="obsolete.html#listing">listing</a></code>, <code><a href="obsolete.html#the-marquee-element">marquee</a></code>, <code><a href="interactive-elements.html#the-menu-element">menu</a></code>,
+   <code><a href="semantics.html#the-meta-element">meta</a></code>, <code><a href="sections.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="scripting-1.html#the-noscript-element">noscript</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>,
+   <code><a href="grouping-content.html#the-ol-element">ol</a></code>, <code><a href="grouping-content.html#the-p-element">p</a></code>, <code><a href="the-iframe-element.html#the-param-element">param</a></code>,
+   <code><a href="obsolete.html#plaintext">plaintext</a></code>, <code><a href="grouping-content.html#the-pre-element">pre</a></code>, <code><a href="scripting-1.html#the-script-element">script</a></code>,
+   <code><a href="sections.html#the-section-element">section</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>,
+   <code><a href="interactive-elements.html#the-summary-element">summary</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>,
+   <code><a href="tabular-data.html#the-td-element">td</a></code>, <code><a href="the-button-element.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-th-element">th</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="grouping-content.html#the-ul-element">ul</a></code>, <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code>, and
    <code><a href="obsolete.html#xmp">xmp</a></code>; MathML's <code title="">mi</code>, <code title="">mo</code>, <code title="">mn</code>, <code title="">ms</code>, <code title="">mtext</code>, and <code title="">annotation-xml</code>; and SVG's <code title="">foreignObject</code>, <code title="">desc</code>, and
    <code title="">title</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="common-microsyntaxes.html#the-a-element">a</a></code>,
-   <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>, <code><a href="obsolete.html#big">big</a></code>, <code><a href="common-microsyntaxes.html#the-code-element">code</a></code>,
-   <code><a href="common-microsyntaxes.html#the-em-element">em</a></code>, <code><a href="obsolete.html#font">font</a></code>, <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>,
-   <code><a href="obsolete.html#nobr">nobr</a></code>, <code><a href="common-microsyntaxes.html#the-s-element">s</a></code>, <code><a href="common-microsyntaxes.html#the-small-element">small</a></code>,
-   <code><a href="obsolete.html#strike">strike</a></code>, <code><a href="common-microsyntaxes.html#the-strong-element">strong</a></code>, <code><a href="obsolete.html#tt">tt</a></code>, and
-   <code><a href="common-microsyntaxes.html#the-u-element">u</a></code>.</p></dd>
+   <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.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><a href="obsolete.html#nobr">nobr</a></code>, <code><a href="text-level-semantics.html#the-s-element">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="text-level-semantics.html#the-u-element">u</a></code>.</p></dd>
 
    <dt><dfn id="ordinary">Ordinary</dfn></dt>
    <dd><p>All other elements found while parsing an HTML
@@ -1438,57 +1439,57 @@
    entry in the <a href="#stack-of-open-elements">stack of open elements</a> and return to step
    2. (This will never fail, since the loop will always terminate in
    the previous step if the top of the stack &#8212; an
-   <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element &#8212; is reached.)</p></li>
+   <code><a href="semantics.html#the-html-element">html</a></code> element &#8212; is reached.)</p></li>
 
   </ol><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-scope" title="has an element in scope">have an element in scope</dfn> when
   it <a href="#has-an-element-in-the-specific-scope">has an element in the specific scope</a> consisting
   of the following element types:</p>
 
-  <ul class="brief"><li><code><a href="obsolete.html#the-applet-element">applet</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-caption-element">caption</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-html-element">html</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li> 
-   <li><code><a href="common-microsyntaxes.html#the-table-element">table</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-td-element">td</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-th-element">th</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="obsolete.html#the-marquee-element">marquee</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-object-element">object</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code title="">mi</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">mo</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">mn</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">ms</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">mtext</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">annotation-xml</code> in the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a></li>
-   <li><code title="">foreignObject</code> in the <a href="common-microsyntaxes.html#svg-namespace">SVG namespace</a></li>
-   <li><code title="">desc</code> in the <a href="common-microsyntaxes.html#svg-namespace">SVG namespace</a></li>
-   <li><code title="">title</code> in the <a href="common-microsyntaxes.html#svg-namespace">SVG namespace</a></li>
+  <ul class="brief"><li><code><a href="obsolete.html#the-applet-element">applet</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="tabular-data.html#the-caption-element">caption</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="semantics.html#the-html-element">html</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li> 
+   <li><code><a href="tabular-data.html#the-table-element">table</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="tabular-data.html#the-td-element">td</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="tabular-data.html#the-th-element">th</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="obsolete.html#the-marquee-element">marquee</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="the-iframe-element.html#the-object-element">object</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code title="">mi</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">mo</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">mn</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">ms</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">mtext</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">annotation-xml</code> in the <a href="namespaces.html#mathml-namespace">MathML namespace</a></li>
+   <li><code title="">foreignObject</code> in the <a href="namespaces.html#svg-namespace">SVG namespace</a></li>
+   <li><code title="">desc</code> in the <a href="namespaces.html#svg-namespace">SVG namespace</a></li>
+   <li><code title="">title</code> in the <a href="namespaces.html#svg-namespace">SVG namespace</a></li>
   </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-list-item-scope" title="has an element in list item scope">have an element in list
   item scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class="brief"><li>All the element types listed above for the <i><a href="#has-an-element-in-scope">has an element
    in scope</a></i> algorithm.</li>
-   <li><code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="grouping-content.html#the-ol-element">ol</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="grouping-content.html#the-ul-element">ul</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
   </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-button-scope" title="has an element in button scope">have an element in button
   scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class="brief"><li>All the element types listed above for the <i><a href="#has-an-element-in-scope">has an element
    in scope</a></i> algorithm.</li>
-   <li><code><a href="common-microsyntaxes.html#the-button-element">button</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="the-button-element.html#the-button-element">button</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
   </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-table-scope" title="has an element in table scope">have an element in table
   scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific
   scope</a> consisting of the following element types:</p>
 
-  <ul class="brief"><li><code><a href="common-microsyntaxes.html#the-html-element">html</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li> 
-   <li><code><a href="common-microsyntaxes.html#the-table-element">table</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
+  <ul class="brief"><li><code><a href="semantics.html#the-html-element">html</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li> 
+   <li><code><a href="tabular-data.html#the-table-element">table</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
   </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-select-scope" title="has an element in select scope">have an element in select
   scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific
   scope</a> consisting of all element types <em>except</em> the
   following:</p>
 
-  <ul class="brief"><li><code><a href="common-microsyntaxes.html#the-optgroup-element">optgroup</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
-   <li><code><a href="common-microsyntaxes.html#the-option-element">option</a></code> in the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a></li>
+  <ul class="brief"><li><code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
+   <li><code><a href="the-button-element.html#the-option-element">option</a></code> in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li>
   </ul><p>Nothing happens if at any time any of the elements in the
   <a href="#stack-of-open-elements">stack of open elements</a> are moved to a new location in,
   or removed from, the <code><a href="infrastructure.html#document">Document</a></code> tree. In particular, the
@@ -1507,10 +1508,10 @@
 
   <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.html#the-applet-element">applet</a></code> elements, buttons, <code><a href="common-microsyntaxes.html#the-object-element">object</a></code>
+  entering <code><a href="obsolete.html#the-applet-element">applet</a></code> elements, buttons, <code><a href="the-iframe-element.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.html#the-applet-element">applet</a></code>
-  elements, buttons, <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> elements, marquees, and
+  elements, buttons, <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements, marquees, and
   tables.</p>
 
   <p class="note">The scope markers are unrelated to the concept of an
@@ -1622,12 +1623,12 @@
   pointer</dfn> and the <dfn id="form-element-pointer"><code title="">form</code> element
   pointer</dfn> are both null.</p>
 
-  <p>Once a <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element has been parsed (whether
+  <p>Once a <code><a href="semantics.html#the-head-element">head</a></code> element has been parsed (whether
   implicitly or explicitly) the <a href="#head-element-pointer"><code title="">head</code>
   element pointer</a> gets set to point to this node.</p>
 
   <p>The <a href="#form-element-pointer"><code title="">form</code> element pointer</a>
-  points to the last <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element that was opened and
+  points to the last <code><a href="forms.html#the-form-element">form</a></code> element that was opened and
   whose end tag has not yet been seen. It is used to make form
   controls associate with forms in the face of dramatically bad
   markup, for historical reasons.</p>
@@ -1641,7 +1642,7 @@
 
   <p class="note">The <a href="#scripting-flag">scripting flag</a> can be enabled even
   when the parser was originally created for the <a href="the-end.html#html-fragment-parsing-algorithm">HTML fragment
-  parsing algorithm</a>, even though <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> elements
+  parsing algorithm</a>, even though <code><a href="scripting-1.html#the-script-element">script</a></code> elements
   don't execute in that case.</p>
 
   <p>The <dfn id="frameset-ok-flag">frameset-ok flag</dfn> is set to "ok" when the parser is

Index: fetching-resources.html
===================================================================
RCS file: /sources/public/html5/spec/fetching-resources.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- fetching-resources.html	10 Aug 2011 22:46:22 -0000	1.57
+++ fetching-resources.html	15 Aug 2011 04:46:27 -0000	1.58
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec/origin-0.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- origin-0.html	15 Aug 2011 03:46:27 -0000	1.43
+++ origin-0.html	15 Aug 2011 04:46:34 -0000	1.44
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -348,28 +349,28 @@
    <dd>
 
     <p>The <a href="#origin">origin</a> and <a href="#effective-script-origin">effective script
-    origin</a> of the <a href="common-microsyntaxes.html#url">URL</a> is whatever is returned by
+    origin</a> of the <a href="urls.html#url">URL</a> is whatever is returned by
     the following algorithm:</p>
 
-    <ol><li><p>Let <var title="">url</var> be the <a href="common-microsyntaxes.html#url">URL</a> for
+    <ol><li><p>Let <var title="">url</var> be the <a href="urls.html#url">URL</a> for
      which the <a href="#origin">origin</a> is being determined.</p></li>
 
-     <li><p><a href="common-microsyntaxes.html#parse-a-url" title="parse a url">Parse</a> <var title="">url</var>.</p></li>
+     <li><p><a href="urls.html#parse-a-url" title="parse a url">Parse</a> <var title="">url</var>.</p></li>
 
      <li><p>If <var title="">url</var> identifies a resource that is
      its own trust domain (e.g. it identifies an e-mail on an IMAP
      server or a post on an NNTP server) then return a globally unique
      identifier specific to the resource identified by <var title="">url</var>, so that if this algorithm is invoked again
-     for <a href="common-microsyntaxes.html#url" title="URL">URLs</a> that identify the same resource,
+     for <a href="urls.html#url" title="URL">URLs</a> that identify the same resource,
      the same identifier will be returned.</p></li>
 
      <li><p>If <var title="">url</var> does not use a server-based
      naming authority, or if parsing <var title="">url</var> failed,
-     or if <var title="">url</var> is not an <a href="common-microsyntaxes.html#absolute-url">absolute
+     or if <var title="">url</var> is not an <a href="urls.html#absolute-url">absolute
      URL</a>, then return a new globally unique
      identifier.</p></li>
 
-     <li><p>Let <var title="">scheme</var> be the <a href="common-microsyntaxes.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component of <var title="">url</var>, <a href="infrastructure.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</p></li>
+     <li><p>Let <var title="">scheme</var> be the <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component of <var title="">url</var>, <a href="infrastructure.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</p></li>
 
      <li><p>If the UA doesn't support the protocol given by <var title="">scheme</var>, then return a new globally unique
      identifier.</p></li>
@@ -377,7 +378,7 @@
      <li><p>If <var title="">scheme</var> is "<code title="">file</code>", then the user agent may return a
      UA-specific value.</p></li>
 
-     <li><p>Let <var title="">host</var> be the <a href="common-microsyntaxes.html#url-host" title="url-host">&lt;host&gt;</a> component of <var title="">url</var>.</p></li>
+     <li><p>Let <var title="">host</var> be the <a href="urls.html#url-host" title="url-host">&lt;host&gt;</a> component of <var title="">url</var>.</p></li>
 
      <li>
 
@@ -397,16 +398,16 @@
      <var title="">host</var> <a href="infrastructure.html#converted-to-ascii-lowercase" title="converted to ASCII lowercase">to
      ASCII lowercase</a>.</p></li>
 
-     <li><p>If there is no <a href="common-microsyntaxes.html#url-port" title="url-port">&lt;port&gt;</a>
+     <li><p>If there is no <a href="urls.html#url-port" title="url-port">&lt;port&gt;</a>
      component, then let <var title="">port</var> be the default port
      for the protocol given by <var title="">scheme</var>. Otherwise,
-     let <var title="">port</var> be the <a href="common-microsyntaxes.html#url-port" title="url-port">&lt;port&gt;</a> component of <var title="">url</var>.</p></li>
+     let <var title="">port</var> be the <a href="urls.html#url-port" title="url-port">&lt;port&gt;</a> component of <var title="">url</var>.</p></li>
 
      <li><p>Return the tuple (<var title="">scheme</var>, <var title="">host</var>, <var title="">port</var>).</p></li>
 
-    </ol><p>In addition, if the <a href="common-microsyntaxes.html#url">URL</a> is in fact associated with
+    </ol><p>In addition, if the <a href="urls.html#url">URL</a> is in fact associated with
     a <code><a href="infrastructure.html#document">Document</a></code> object that was created by parsing the
-    resource obtained from fetching <a href="common-microsyntaxes.html#url">URL</a>, and this was
+    resource obtained from fetching <a href="urls.html#url">URL</a>, and this was
     done over a secure connection, then the server's secure
     certificate may be added to the origin as additional data.</p>
 
@@ -421,10 +422,10 @@
     origin</a> of a script are determined from another resource,
     called the <i>owner</i>:</p>
 
-    <dl class="switch"><dt>If a script is in a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element</dt>
+    <dl class="switch"><dt>If a script is in a <code><a href="scripting-1.html#the-script-element">script</a></code> element</dt>
 
      <dd>The owner is the <code><a href="infrastructure.html#document">Document</a></code> to which the
-     <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element belongs.</dd>
+     <code><a href="scripting-1.html#the-script-element">script</a></code> element belongs.</dd>
 
 
      <dt>If a script is in an <a href="webappapis.html#event-handler-content-attributes" title="event handler content
@@ -441,10 +442,10 @@
 
 
      <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> that was returned as the
-     location of an HTTP redirect (<a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
+     location of an HTTP redirect (<a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
      other protocols)</dt>
 
-     <dd>The owner is the <a href="common-microsyntaxes.html#url">URL</a> that redirected to the
+     <dd>The owner is the <a href="urls.html#url">URL</a> that redirected to the
      <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a>.</dd>
 
 
@@ -456,7 +457,7 @@
 
      <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> in a style sheet</dt>
 
-     <dd>The owner is the <a href="common-microsyntaxes.html#url">URL</a> of the style sheet.</dd>
+     <dd>The owner is the <a href="urls.html#url">URL</a> of the style sheet.</dd>
 
 
      <dt>If a script is a <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a> to which a <a href="browsers.html#browsing-context">browsing
@@ -473,7 +474,7 @@
      the URL having been declared in markup</dt>
 
      <dd>The owner is the <code><a href="infrastructure.html#document">Document</a></code> of the element
-     (e.g. an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> or <code><a href="common-microsyntaxes.html#the-area-element">area</a></code> element) that
+     (e.g. an <code><a href="text-level-semantics.html#the-a-element">a</a></code> or <code><a href="the-map-element.html#the-area-element">area</a></code> element) that
      declared the URL.</dd>
 
 
@@ -496,7 +497,7 @@
    <dd>
 
     <dl class="switch"><dt id="sandboxOrigin">If a <code><a href="infrastructure.html#document">Document</a></code> is in a
-     <a href="browsers.html#browsing-context">browsing context</a> whose <a href="common-microsyntaxes.html#sandboxed-origin-browsing-context-flag">sandboxed origin
+     <a href="browsers.html#browsing-context">browsing context</a> whose <a href="the-iframe-element.html#sandboxed-origin-browsing-context-flag">sandboxed origin
      browsing context flag</a> was set when the
      <code><a href="infrastructure.html#document">Document</a></code> was created</dt>
 
@@ -520,15 +521,15 @@
      authority</dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of
-     <a href="common-microsyntaxes.html#the-document-s-address">the <code>Document</code>'s address</a>.</dd>
+     <a href="dom.html#the-document-s-address">the <code>Document</code>'s address</a>.</dd>
 
 
      <dt>If a <code><a href="infrastructure.html#document">Document</a></code> was generated from a <a href="infrastructure.html#data-protocol" title="data protocol"><code title="">data:</code> URL</a> that
-     was returned as the location of an HTTP redirect (<a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
+     was returned as the location of an HTTP redirect (<a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
      other protocols)</dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     <a href="common-microsyntaxes.html#url">URL</a> that redirected to the <a href="infrastructure.html#data-protocol" title="data
+     <a href="urls.html#url">URL</a> that redirected to the <a href="infrastructure.html#data-protocol" title="data
      protocol"><code title="">data:</code> URL</a>.</dd>
 
 
@@ -536,18 +537,18 @@
      found in another <code><a href="infrastructure.html#document">Document</a></code> or in a script</dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     <code><a href="infrastructure.html#document">Document</a></code> or script that initiated the <a href="history.html#navigate" title="navigate">navigation</a> to that <a href="common-microsyntaxes.html#url">URL</a>.</dd>
+     <code><a href="infrastructure.html#document">Document</a></code> or script that initiated the <a href="history.html#navigate" title="navigate">navigation</a> to that <a href="urls.html#url">URL</a>.</dd>
 
 
-     <dt>If a <code><a href="infrastructure.html#document">Document</a></code> has the <a href="common-microsyntaxes.html#the-document-s-address" title="the
+     <dt>If a <code><a href="infrastructure.html#document">Document</a></code> has the <a href="dom.html#the-document-s-address" title="the
      document's address">address</a>
-     "<code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>"</dt>
+     "<code><a href="fetching-resources.html#about:blank">about:blank</a></code>"</dt>
 
      <dd>The <a href="#origin">origin</a> of the <code><a href="infrastructure.html#document">Document</a></code> is <a href="browsers.html#about-blank-origin">the <span>origin</span> it was
      assigned when its browsing context was created</a>.</dd>
 
 
-     <dt>If a <code><a href="infrastructure.html#document">Document</a></code> is <a href="common-microsyntaxes.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a></dt>
+     <dt>If a <code><a href="infrastructure.html#document">Document</a></code> is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a></dt>
 
      <dd>The <a href="#origin">origin</a> of the <code><a href="infrastructure.html#document">Document</a></code> is the
      <a href="#origin">origin</a> of the <code><a href="infrastructure.html#document">Document</a></code>'s <a href="browsers.html#browsing-context">browsing
@@ -576,18 +577,18 @@
 
    <dd>
 
-    <dl class="switch"><dt>If an image is the image of an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element and
-     its image data is <a href="common-microsyntaxes.html#cors-cross-origin">CORS-cross-origin</a></dt>
+    <dl class="switch"><dt>If an image is the image of an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element and
+     its image data is <a href="fetching-resources.html#cors-cross-origin">CORS-cross-origin</a></dt>
 
      <dd>The <a href="#origin">origin</a> is a globally unique identifier
      assigned when the image is created.</dd>
 
 
-     <dt>If an image is the image of an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element and
-     its image data is <a href="common-microsyntaxes.html#cors-same-origin">CORS-same-origin</a></dt>
+     <dt>If an image is the image of an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element and
+     its image data is <a href="fetching-resources.html#cors-same-origin">CORS-same-origin</a></dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element's <code><a href="infrastructure.html#document">Document</a></code>.</dd>
+     <code><a href="embedded-content-1.html#the-img-element">img</a></code> element's <code><a href="infrastructure.html#document">Document</a></code>.</dd>
 
 
 
@@ -595,16 +596,16 @@
      that uses a URL scheme with a server-based naming authority</dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     image's <a href="common-microsyntaxes.html#url">URL</a>.</dd>
+     image's <a href="urls.html#url">URL</a>.</dd>
 
 
      <dt>If an image was generated from a <a href="infrastructure.html#data-protocol" title="data
      protocol"><code title="">data:</code> URL</a> that was
-     returned as the location of an HTTP redirect (<a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
+     returned as the location of an HTTP redirect (<a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
      other protocols)</dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     <a href="common-microsyntaxes.html#url">URL</a> that redirected to the <a href="infrastructure.html#data-protocol" title="data
+     <a href="urls.html#url">URL</a> that redirected to the <a href="infrastructure.html#data-protocol" title="data
      protocol"><code title="">data:</code> URL</a>.</dd>
 
 
@@ -625,22 +626,22 @@
     </dl></dd>
 
 
-   <dt>For <code><a href="common-microsyntaxes.html#the-audio-element">audio</a></code> and <code><a href="common-microsyntaxes.html#the-video-element">video</a></code> elements</dt>
+   <dt>For <code><a href="the-iframe-element.html#the-audio-element">audio</a></code> and <code><a href="the-iframe-element.html#the-video-element">video</a></code> elements</dt>
 
    <dd>
 
-    <dl class="switch"><dt>If the <a href="common-microsyntaxes.html#media-data">media data</a> is
-     <a href="common-microsyntaxes.html#cors-cross-origin">CORS-cross-origin</a></dt>
+    <dl class="switch"><dt>If the <a href="the-iframe-element.html#media-data">media data</a> is
+     <a href="fetching-resources.html#cors-cross-origin">CORS-cross-origin</a></dt>
 
      <dd>The <a href="#origin">origin</a> is a globally unique identifier
      assigned when the image is created.</dd>
 
 
-     <dt>If the <a href="common-microsyntaxes.html#media-data">media data</a> is
-     <a href="common-microsyntaxes.html#cors-same-origin">CORS-same-origin</a></dt>
+     <dt>If the <a href="the-iframe-element.html#media-data">media data</a> is
+     <a href="fetching-resources.html#cors-same-origin">CORS-same-origin</a></dt>
 
      <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
-     <a href="common-microsyntaxes.html#media-element">media element</a>'s <code><a href="infrastructure.html#document">Document</a></code>.</dd>
+     <a href="the-iframe-element.html#media-element">media element</a>'s <code><a href="infrastructure.html#document">Document</a></code>.</dd>
 
     </dl></dd>
 
@@ -650,7 +651,7 @@
    <dd>
 
     <p>The <a href="#origin">origin</a> of a downloadable Web font is equal to
-    the <a href="#origin">origin</a> of the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> used to
+    the <a href="#origin">origin</a> of the <a href="urls.html#absolute-url">absolute URL</a> used to
     obtain the font (after any redirects). <a href="references.html#refsCSSFONTS">[CSSFONTS]</a></p> 
     <p>The <a href="#origin">origin</a> of a locally installed system font is
     equal to the <a href="#origin">origin</a> of the <code><a href="infrastructure.html#document">Document</a></code> in
@@ -768,7 +769,7 @@
   attribute on <code><a href="infrastructure.html#document">Document</a></code> objects must be initialized to
   <a href="#the-document-s-domain">the document's domain</a>, if it has one, and the empty
   string otherwise. If the value is an IPv6 address, then the square
-  brackets from the host portion of the <a href="common-microsyntaxes.html#url-host" title="url-host">&lt;host&gt;</a> component must be omitted from
+  brackets from the host portion of the <a href="urls.html#url-host" title="url-host">&lt;host&gt;</a> component must be omitted from
   the attribute's value.</p>
 
   <p>On getting, the attribute must return its current value, unless

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- common-input-element-attributes.html	30 Jul 2011 23:46:25 -0000	1.54
+++ common-input-element-attributes.html	15 Aug 2011 04:46:26 -0000	1.55
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1059
retrieving revision 1.1060
diff -u -d -r1.1059 -r1.1060
--- dom.html	12 Aug 2011 22:46:23 -0000	1.1059
+++ dom.html	15 Aug 2011 04:46:27 -0000	1.1060
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -715,8 +716,7 @@
 
    <li><p>Replace any sequence of one or more consecutive <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a> in <var title="">value</var> with a single U+0020 SPACE character.</p></li>
 
-   <li><p>Remove any leading or trailing <a href="common-microsyntaxes.html#space-character" title="space
-   character">space characters</a> in <var title="">value</var>.</p></li>
+   <li><p><a href="common-microsyntaxes.html#strip-leading-and-trailing-whitespace">Strip leading and trailing whitespace</a> from <var title="">value</var>.</p></li>
 
    <li><p>Return <var title="">value</var>.</p></li>
 

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-1.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- embedded-content-1.html	10 Aug 2011 22:46:21 -0000	1.58
+++ embedded-content-1.html	15 Aug 2011 04:46:27 -0000	1.59
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-input-element.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- the-input-element.html	11 Aug 2011 22:46:25 -0000	1.52
+++ the-input-element.html	15 Aug 2011 04:47:03 -0000	1.53
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- rendering.html	15 Aug 2011 03:46:28 -0000	1.105
+++ rendering.html	15 Aug 2011 04:46:35 -0000	1.106
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -463,7 +464,7 @@
[...1814 lines suppressed...]
    tab around the document to find all the advisory text.</p>
 
@@ -3521,7 +3522,7 @@
   bidirectional algorithm in text shown in dialogs, title bars, pop-up
   menus, and tooltips. Text from elements (either attribute values or
   the contents of elements) is expected to be rendered in a manner
-  that honors <a href="common-microsyntaxes.html#the-directionality">the directionality</a> of the element from
+  that honors <a href="elements.html#the-directionality">the directionality</a> of the element from
   which the text was obtained.</p>
 
   <div class="example">
@@ -3543,7 +3544,7 @@
  &lt;/label&gt;
 &lt;/p&gt;</pre>
 
-   <p>If the <code><a href="common-microsyntaxes.html#the-select-element">select</a></code> element was rendered as a drop down
+   <p>If the <code><a href="the-button-element.html#the-select-element">select</a></code> element was rendered as a drop down
    box, a correct rendering would ensure that the punctuation was the
    same both in the drop down, and in the box showing the current
    selection.</p>

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1094
retrieving revision 1.1095
diff -u -d -r1.1094 -r1.1095
--- acknowledgements.html	15 Aug 2011 03:46:24 -0000	1.1094
+++ acknowledgements.html	15 Aug 2011 04:46:25 -0000	1.1095
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -908,7 +909,7 @@
   lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>.
 
   </p><p>Special thanks to Richard Williamson for creating the first
-  implementation of <code><a href="common-microsyntaxes.html#the-canvas-element">canvas</a></code> in Safari, from which the
+  implementation of <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> in Safari, from which the
   canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first
   implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="editing.html#attr-contenteditable">contenteditable</a></code>, and other
   features first widely deployed by the Windows Internet Explorer

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- grouping-content.html	13 Aug 2011 05:46:23 -0000	1.49
+++ grouping-content.html	15 Aug 2011 04:46:32 -0000	1.50
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- timers.html	15 Aug 2011 03:46:28 -0000	1.54
+++ timers.html	15 Aug 2011 04:47:06 -0000	1.55
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -600,7 +601,7 @@
     encoding</var> be the <a href="infrastructure.html#document-s-character-encoding" title="document's character
     encoding">character encoding</a> of the <code><a href="infrastructure.html#document">Document</a></code>
     associated with <var title="">global object</var> (<a href="webappapis.html#sce-not-copy">this is a reference, not a copy</a>), and let
-    <var title="">base URL</var> be the <a href="common-microsyntaxes.html#document-base-url" title="document base
+    <var title="">base URL</var> be the <a href="urls.html#document-base-url" title="document base
     URL">base URL</a> of the <code><a href="infrastructure.html#document">Document</a></code> associated with
     <var title="">global object</var> (<a href="webappapis.html#sbu-not-copy">this is
     a reference, not a copy</a>).</p>
@@ -818,7 +819,7 @@
 
   <ol><li>
 
-    <p><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> <var title="">url</var> relative to the <a href="browsers.html#entry-script">entry script</a>'s
+    <p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> <var title="">url</var> relative to the <a href="browsers.html#entry-script">entry script</a>'s
     <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>.</p>
 
     <p>If this fails, then throw a <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception
@@ -850,7 +851,7 @@
 
    <li>
 
-    <p>If the current browsing context had the <a href="common-microsyntaxes.html#sandboxed-navigation-browsing-context-flag">sandboxed
+    <p>If the current browsing context had the <a href="the-iframe-element.html#sandboxed-navigation-browsing-context-flag">sandboxed
     navigation browsing context flag</a> set when its <a href="browsers.html#active-document">active
     document</a> was created, then return the empty string and
     abort these steps.</p>
@@ -920,8 +921,8 @@
    <li>
 
     <p><a href="history.html#navigate">Navigate</a> the new
-    <a href="browsers.html#browsing-context">browsing context</a> to the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>
-    that resulted from <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a>
+    <a href="browsers.html#browsing-context">browsing context</a> to the <a href="urls.html#absolute-url">absolute URL</a>
+    that resulted from <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a>
     <var title="">url</var> earlier, with <a href="history.html#replacement-enabled">replacement
     enabled</a>, and with the <a href="webappapis.html#script-s-browsing-context" title="script's browsing
     context">browsing context</a> of the <a href="webappapis.html#concept-script" title="concept-script">script</a> that invoked the method as
@@ -1209,23 +1210,23 @@
 
    <dd>
 
-    <p>A string used to build the <a href="common-microsyntaxes.html#url">URL</a> of the page that
+    <p>A string used to build the <a href="urls.html#url">URL</a> of the page that
     will handle the requests.</p>
 
     <p>When the user agent uses this URL, it must replace the first
     occurrence of the exact literal string "<code title="">%s</code>"
-    with an escaped version of the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of the
-    content in question (as defined below), then <a href="common-microsyntaxes.html#resolve-a-url" title="resolve
+    with an escaped version of the <a href="urls.html#absolute-url">absolute URL</a> of the
+    content in question (as defined below), then <a href="urls.html#resolve-a-url" title="resolve
     a url">resolve</a> the resulting URL, relative to the <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a> of the <a href="browsers.html#entry-script">entry
     script</a> at the time the <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler()</a></code>
     or <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler()</a></code>
     methods were invoked, and then <a href="history.html#navigate">navigate</a> an appropriate <a href="browsers.html#browsing-context">browsing context</a> to the
-    resulting URL using the GET method (<a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a> for
+    resulting URL using the GET method (<a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or equivalent</a> for
     non-HTTP URLs).</p>
 
-    <p>To get the escaped version of the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of
+    <p>To get the escaped version of the <a href="urls.html#absolute-url">absolute URL</a> of
     the content in question, the user agent must replace every
-    character in that <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> that doesn't match the
+    character in that <a href="urls.html#absolute-url">absolute URL</a> that doesn't match the
     &lt;query&gt; production defined in RFC 3986 by the
     percent-encoded form of that character. <a href="references.html#refsRFC3986">[RFC3986]</a></p>
 
@@ -1273,7 +1274,7 @@
 
   <p>User agents must raise a <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception if the
   <var title="">url</var> argument passed to one of these methods does
-  not contain the exact literal string "<code>%s</code>", or if <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a> the <var title="">url</var>
+  not contain the exact literal string "<code>%s</code>", or if <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a> the <var title="">url</var>
   argument with the first occurrence of the string "<code title="">%s</code>" removed, relative to the <a href="browsers.html#entry-script">entry
   script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>, is
   not successful.</p>
@@ -1426,7 +1427,7 @@
 
    <dd>
 
-    <p>If a script uses the <code title="dom-document-cookie"><a href="common-microsyntaxes.html#dom-document-cookie">document.cookie</a></code> API, or the
+    <p>If a script uses the <code title="dom-document-cookie"><a href="dom.html#dom-document-cookie">document.cookie</a></code> API, or the
     <code title="dom-localStorage">localStorage</code> API, the
     browser will block other scripts from accessing cookies or storage
     until the first script finishes.
@@ -1495,8 +1496,8 @@
    </dd>
 
   </dl><p class="note">Another way of exposing search engines using
-  OpenSearch description documents is using a <code><a href="common-microsyntaxes.html#the-link-element">link</a></code>
-  element with the <code title="rel-search"><a href="common-microsyntaxes.html#link-type-search">search</a></code> link
+  OpenSearch description documents is using a <code><a href="semantics.html#the-link-element">link</a></code>
+  element with the <code title="rel-search"><a href="links.html#link-type-search">search</a></code> link
   type.</p><div class="impl">
 
    <p>The <dfn id="dom-external-addsearchprovider" title="dom-external-AddSearchProvider"><code>AddSearchProvider()</code></dfn>
@@ -1507,15 +1508,15 @@
     arbitrarily ignore invocations with particular arguments for
     security, privacy, or usability reasons.</p></li>
 
-    <li><p><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the
+    <li><p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the
     method's first argument relative to the <a href="browsers.html#entry-script">entry
     script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
     URL</a>.</p></li>
 
     <li><p>If this fails, abort these steps.</p></li>
 
-    <li><p>Process the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> as the
-    <a href="common-microsyntaxes.html#url">URL</a> to an OpenSearch description document. <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a></p></li>
+    <li><p>Process the resulting <a href="urls.html#absolute-url">absolute URL</a> as the
+    <a href="urls.html#url">URL</a> to an OpenSearch description document. <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a></p></li>
 
    </ol><p>The <dfn id="dom-external-issearchproviderinstalled" title="dom-external-IsSearchProviderInstalled"><code>IsSearchProviderInstalled()</code></dfn>
    method, when invoked, must run the following steps:</p>
@@ -1533,14 +1534,14 @@
     <li><p>Let <var title="">host1</var> be the host component of the
     <a href="origin-0.html#origin">origin</a> of the <a href="browsers.html#entry-script">entry script</a>.</p></li>
 
-    <li><p><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> the <var title="">scriptURL</var> argument relative to the <a href="browsers.html#entry-script">entry
+    <li><p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the <var title="">scriptURL</var> argument relative to the <a href="browsers.html#entry-script">entry
     script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base
     URL</a>.</p></li>
 
     <li><p>If this fails, return 0 and abort these steps.</p></li>
 
-    <li><p>Let <var title="">host2</var> be be the <a href="common-microsyntaxes.html#url-host" title="url-host">&lt;host&gt;</a> component of the resulting
-    <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>.</p></li>
+    <li><p>Let <var title="">host2</var> be be the <a href="urls.html#url-host" title="url-host">&lt;host&gt;</a> component of the resulting
+    <a href="urls.html#absolute-url">absolute URL</a>.</p></li>
 
     <li>
 
@@ -1563,10 +1564,10 @@
 
     <li><p>Let <var title="">search engines</var> be the list of
     search engines known by the user agent and made available to the
-    user by the user agent for which the resulting <a href="common-microsyntaxes.html#absolute-url">absolute
+    user by the user agent for which the resulting <a href="urls.html#absolute-url">absolute
     URL</a> is a <a href="infrastructure.html#prefix-match">prefix match</a> of the search engine's
-    <a href="common-microsyntaxes.html#url">URL</a>, if any. For search engines registered using
-    OpenSearch description documents, the <a href="common-microsyntaxes.html#url">URL</a> of the
+    <a href="urls.html#url">URL</a>, if any. For search engines registered using
+    OpenSearch description documents, the <a href="urls.html#url">URL</a> of the
     search engine corresponds to the URL given in a <code title="">Url</code> element whose <code title="">rel</code>
     attribute is "<code title="">results</code>" (the default). <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a></p></li>
 

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- elements.html	11 Aug 2011 21:46:28 -0000	1.60
+++ elements.html	15 Aug 2011 04:46:27 -0000	1.61
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- urls.html	28 Jul 2011 01:46:31 -0000	1.50
+++ urls.html	15 Aug 2011 04:47:06 -0000	1.51
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -375,8 +376,7 @@
   <p>To <dfn id="parse-a-url">parse a URL</dfn> <var title="">url</var> into its
   component parts, the user agent must use the following steps:</p>
 
-  <ol><li><p>Strip leading and trailing <a href="common-microsyntaxes.html#space-character" title="space
-   character">space characters</a> from <var title="">url</var>.</p></li>
+  <ol><li><p><a href="common-microsyntaxes.html#strip-leading-and-trailing-whitespace">Strip leading and trailing whitespace</a> from <var title="">url</var>.</p></li>
 
    <li>
 

Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- tokenization.html	15 Aug 2011 03:46:29 -0000	1.81
+++ tokenization.html	15 Aug 2011 04:47:06 -0000	1.82
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -372,8 +373,8 @@
   <a href="tree-construction.html#tree-construction">tree construction</a> stage. The tree construction stage
   can affect the state of the tokenization stage, and can insert
   additional characters into the stream. (For example, the
-  <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element can result in scripts executing and
-  using the <a href="common-microsyntaxes.html#dynamic-markup-insertion">dynamic markup insertion</a> APIs to insert
+  <code><a href="scripting-1.html#the-script-element">script</a></code> element can result in scripts executing and
+  using the <a href="content-models.html#dynamic-markup-insertion">dynamic markup insertion</a> APIs to insert
   characters into the stream being tokenized.)</p>
 
   <p>When a start tag token is emitted with its <i>self-closing
@@ -1614,7 +1615,7 @@
   those characters and switch to the <a href="#doctype-state">DOCTYPE state</a>.</p>
 
   <p>Otherwise, if the <a href="parsing.html#current-node">current node</a> is not an element in
-  the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a> and the next seven characters are an
+  the <a href="namespaces.html#html-namespace-0">HTML namespace</a> and the next seven characters are an
   <a href="infrastructure.html#case-sensitive">case-sensitive</a> match for the string "[CDATA[" (the five
   uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
   character before and after), then consume those characters and

Index: fragment-links.js
===================================================================
RCS file: /sources/public/html5/spec/fragment-links.js,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -d -r1.397 -r1.398
--- fragment-links.js	15 Aug 2011 03:46:25 -0000	1.397
+++ fragment-links.js	15 Aug 2011 04:46:28 -0000	1.398
@@ -1,4 +1,4 @@
-var fragment_links = { 'ix-handler-ondrag':'index','dom-media-defaultmuted':'common-microsyntaxes','htmlcommandelement':'common-microsyntaxes','dom-texttrackcuelist-length':'common-microsyntaxes','dom-source-media':'common-microsyntaxes','focusing-steps':'editing','command-facet-type':'common-microsyntaxes','dom-texttrack-label':'common-microsyntaxes','concept-slots':'common-microsyntaxes','dom-command-icon':'common-microsyntaxes','valid-non-negative-integer':'common-microsyntaxes','ix-handler-window-onafterprint':'index','dom-command-ro-commandchecked':'common-microsyntaxes','entity-ring':'named-character-references','the-after-head-insertion-mode':'tree-construction','create-a-script':'webappapis','the-br-element':'common-microsyntaxes','ix-handler-onreset':'index','command-redo':'dnd','entity-straightepsilon':'named-character-references','concept-facet':'common-microsyntaxes','attr-script-async':'common-microsyntaxes','entity-target':'named-character-references','ix-handler-ondblclick':'index','entity-Cr':'named-character-references','script-nesting-level':'parsing','entity-ncedil':'named-character-references','dom-table-deletetfoot':'common-microsyntaxes','entity-NotLessLess':'named-character-references','dom-tdth-abbr':'obsolete','the-maxlength-attribute':'common-microsyntaxes','handler-mediacontroller-onloadeddata':'common-microsyntaxes','entity-DownTeeArrow':'named-character-references','attr-button-type':'common-microsyntaxes','entity-curarrm':'named-character-references','custom-handlers':'timers','the-navigator-object':'timers','attr-textarea-wrap-soft':'common-microsyntaxes','the-h3-element':'common-microsyntaxes','concept-fe-disabled':'common-microsyntaxes','entity-RightUpDownVector':'named-character-references','dom-object-border':'obsolete','effective-media-volume':'common-microsyntaxes','entity-Oacute':'named-character-references','dom-texttrack-activecues':'common-microsyntaxes','htmltitleelement':'common-microsyntaxes','entity-nGtv':'named-character-references','concept-spellcheck-default-inerit':'editing','entity-expectation':'named-character-references','prepare-a-script':'common-microsyntaxes','entity-lAarr':'named-character-references','dom-tbody-valign':'obsolete','entity-naturals':'named-character-references','dom-videotrack-kind':'common-microsyntaxes','dom-node-namespaceuri':'infrastructure','dom-dropzone':'dnd','dom-tbody-rows':'common-microsyntaxes','dom-video-videoheight':'common-microsyntaxes','handler-onseeking':'webappapis','entity-mdash':'named-character-references','entity-bernou':'named-character-references','entity-leftharpoonup':'named-character-references','strike':'obsolete','assigned-access-key':'editing','event-handler-event-type':'webappapis','dom-area-alt':'common-microsyntaxes','html-fragment-serialization-algorithm':'the-end','contenteditable-wrapSemantic':'editing','the-menu-bar-barprop-object':'browsers','concept-submit-button':'common-microsyntaxes','dom-accesskey':'editing','entity-lesdot':'named-character-references','the-dfn-element':'common-microsyntaxes','entty-nsime':'named-character-references','dom-image':'common-microsyntaxes','rawtext-less-than-sign-state':'tokenization','rawtext-state':'tokenization','ix-handler-onmousemove':'index','value-track-kind-description':'common-microsyntaxes','htmltrackelement':'common-microsyntaxes','dom-marquee-scrolldelay':'obsolete','handler-onvolumechange':'webappapis','syntax-comments':'syntax','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','event-mediacontroller-playing':'common-microsyntaxes','timers':'timers','quota_exceeded_err':'infrastructure','the-div-element':'common-microsyntaxes','entity-larrsim':'named-character-references','dom-meter-max':'common-microsyntaxes','entity-boxvr':'named-character-references','media-element-event-task-source':'common-microsyntaxes','ix-handler-window-onscroll':'index','entity-boxvl':'named-character-references','entity-boxvh':'named-character-references','entity-boxvR':'named-character-references','attr-input-alt':'common-microsyntaxes','entity-nhpar':'named-character-refernces','entity-emsp':'named-character-references','writing-a-form-s-user-interface':'common-microsyntaxes','entity-semi':'named-character-references','entity-afr':'named-character-references','history-0':'history','history-1':'introduction','entity-boxvL':'named-character-references','entity-pscr':'named-character-references','entity-boxvH':'named-character-references','entity-trie':'named-character-references','entity-uparrow':'named-character-references','attr-textarea-cols':'common-microsyntaxes','dom-script-defer':'common-microsyntaxes','htmldetailselement':'common-microsyntaxes','represents':'rendering','entity-imped':'named-character-references','url-hostport':'common-microsyntaxes','entity-lHar':'named-character-references','handler-mediacontroller-oncanplay':'common-microsyntaxes','fire-a-click-event':'webappapis','dom-img-naturalwidth':'common-microsyntaxes','dom-texttrack-kind-metadata':'common-microsyntaxes','entity-supdsub':'named-character-references','concept-form-submit':'common-microsyntaxes''nearest-activatable-element':'common-microsyntaxes','get-the-timeout':'timers','entity-searr':'named-character-references','rb':'obsolete','standard-metadata-names':'common-microsyntaxes','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'common-microsyntaxes','entity-par':'named-character-references','entity-wedbar':'named-character-references','entity-Lmidot':'named-character-references','attr-ol-type-keyword-decimal':'common-microsyntaxes','texttrackcuelist':'common-microsyntaxes','renderingUA':'infrastructure','object-plugin':'common-microsyntaxes','entity-lmoust':'named-character-references','valid-e-mail-address-list':'common-microsyntaxes','r1':'common-microsyntaxes','r2':'common-microsyntaxes','dom-texttrackcue-endtime':'common-microsyntaxes','value-track-kind-translation':'common-microsyntaxes','entity-ENG':'named-character-references','the-drag-data-item-kind':'dnd','entity-bigotimes':'named-character-references','entity-sscr':'named-character-references','entity-NotGreateSlantEqual':'named-character-references','handler-texttrack-onerror':'common-microsyntaxes','dom-area-hash':'common-microsyntaxes','attr-embed-vspace':'obsolete','entity-Bcy':'named-character-references','link-type-author':'common-microsyntaxes','concept-textarea-mutable':'common-microsyntaxes','active-flag-was-set-when-the-script-started':'common-microsyntaxes','dom-mutabletexttrack-addcue':'common-microsyntaxes','dom-img-vspace':'obsolete','discard-a-document':'browsers','textarea-effective-height':'rendering','html-fragment-parsing-algorithm':'the-end','entity-seArr':'named-character-references','entity-lArr':'named-character-references','entity-rarrbfs':'named-character-references','best-representation-of-the-global-date-and-time-string':'common-microsyntaxes','table-example-1':'common-microsyntaxes','dynamic-markup-insertion':'common-microsyntaxes','dynamic-nested-browsing-context-properties':'browsers','entity-lobrk':'named-character-references','entity-rightsquigarrow':'named-character-references','sin-the-event-loop':'webappapis','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','entity-bbrk':'named-character-references','attr-tdth-align':'obsolete','entity-colon':'named-character-references','entity-Ugrave':'named-character-references','dom-tdth-valign':'obsolete','entity-Mfr':'named-character-references','dom-ol-reversed':'common-microsyntaxes','dom-meta-name':'common-microsyntaxes','entity-LeftUpTeeVector':'named-character-references','algorithm-for-assigning-header-cells':'common-microsyntaxes','dom-texttrack-kind-subtitles':'common-microsyntaxes','dom-table-tbodies':'common-microsyntaxes','ix-handler-ondragend':'index','entity-gesles':'named-character-references','entity-NotElement':'named-character-references','dom-htmloptionscollection-length':'common-microsyntaxes','dom-media-preload':'common-microsyntaxes','concept-node-clone-ext':'infrastructure','outerhtml':'common-microsyntaxes','entity-sung':'named-character-references','handler-onplaying':'webappapis','entity-cy':'named-character-references','attr-contextmenu':'common-microsyntaxes','entity-thkap':'named-character-references','cookie-free-document-object':'common-microsyntaxes','url-path':'common-microsyntaxes','domtokenlist':'infrastructure','parsed-as-a-css-color-value':'infrastructure','dom-marquee-behavior':'obsolete','entity-disin':'named-character-references','dom-validitystate-typemismatch':'common-microsyntaxes','preferred-mime-name':'infrastructure','attr-th-scope-colgroup':'common-microsyntaxes','entity-tcedil':'named-character-references','entity-Vcy':'named-character-references','entity-ldquo':'named-character-references','entity-map':'named-character-references','selector-invalid':'common-microsyntaxes','entity-apacir':'named-character-references','dom-datatransfer-files':'dnd','refsDOMCORE':'references','kinds-of-content':'common-microsyntaxes','the-td-element':'common-microsyntaxes','entity-ctdot':'named-character-references','the-input-element-as-a-button':'rendering','entity-pointint':'named-chaacter-references','creating-scripts':'webappapis','entity-Gcirc':'named-character-references','marquee-scroll-interval':'obsolete','entity-Eopf':'named-character-references','ix-handler-onwaiting':'index','entity-boxdL':'named-character-references','hidden-state':'common-microsyntaxes','entity-OpenCurlyDoubleQuote':'named-character-references','entity-LeftTriangleBar':'named-character-references','attr-command-type-keyword-checkbox':'common-microsyntaxes','dom-domstringmap-nameditem':'common-microsyntaxes','entity-Xi':'named-character-references','table-charref-overrides':'tokenization','dom-dl-compact':'obsolete','table-model-error':'common-microsyntaxes','entity-cacute':'named-character-references','parse-a-week-string':'common-microsyntaxes','ix-handler-onscroll':'index','entity-eqvparsl':'named-character-references','media-elements':'common-microsyntaxes','entity-dHar':'named-character-references','ignore-destructive-writes-counter':'common-microsyntaxes','dom-tbody-insertrow':'common-microsyntaxes','afer-attribute-value-quoted-state':'tokenization','innerhtml':'common-microsyntaxes','dom-style-scoped':'common-microsyntaxes','htmlheadelement':'common-microsyntaxes','sandboxPluginApplet':'obsolete','entity-odblac':'named-character-references','refsRFC2397':'references','unicode-serialization-of-an-origin':'origin-0','refsHPAAIG':'references','handler-onpause':'webappapis','refsRFC3629':'references','attribute-value-double-quoted-state':'tokenization','non-scripted':'infrastructure','concept-input-step-default':'common-microsyntaxes','entity-epsiv':'named-character-references','link-type-tag':'common-microsyntaxes','generic-raw-text-element-parsing-algorithm':'tree-construction','ix-handler-window-onblur':'index','attr-ol-type-keyword-upper-roman':'common-microsyntaxes','traverse-the-history':'history','dom-input-alt':'common-microsyntaxes','concept-progress-value':'common-microsyntaxes','entity-darr':'named-character-references','entity-NotSucceedsEqual':'named-character-references','entity-sfr':'named-chaacter-references','entity-lesges':'named-character-references','hashchangeevent':'history','htmlbrelement':'common-microsyntaxes','entity-xscr':'named-character-references','script-data-escaped-state':'tokenization','attr-fe-maxlength':'common-microsyntaxes','handler-onprogress':'webappapis','entity-lozf':'named-character-references','entity-timesbar':'named-character-references','white_space':'common-microsyntaxes','handler-onchange':'webappapis','about:srcdoc':'common-microsyntaxes','entity-rbrkslu':'named-character-references','entity-rbrksld':'named-character-references','attr-tr-charoff':'obsolete','entity-strns':'named-character-references','garbage-collection':'common-microsyntaxes','the-address-element':'common-microsyntaxes','entity-Ocy':'named-character-references','dom-uda-hash':'common-microsyntaxes','collections':'infrastructure','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','refsHTMLALTTECHS':'references','dom-textarea-input-setselectionrange':'common-microsyntaxes','ntity-ntrianglelefteq':'named-character-references','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'common-microsyntaxes','dom-table-frame':'obsolete','dom-texttrackcue-getcueassource':'common-microsyntaxes','dom-validitystate-toolong':'common-microsyntaxes','entity-lessapprox':'named-character-references','the-marquee-element-0':'rendering','refsRFC4329':'references','entity-updownarrow':'named-character-references','dom-beforeunloadevent-returnvalue':'history','dom-iframe-name':'common-microsyntaxes','entity-nsupseteqq':'named-character-references','head-element-pointer':'parsing','entity-plusmn':'named-character-references','manually-releasing-the-storage-mutex':'timers','valid-local-date-and-time-string':'common-microsyntaxes','fire-loadeddata':'common-microsyntaxes','refsATAG':'references','attr-area-shape-keyword-rectangle':'common-microsyntaxes','dom-select-selectedindex':'common-microsyntaxes','syntax-start-tag':'syntax','tag-clouds':'common-microsyntaxes','enity-isinv':'named-character-references','event-media-seeking':'common-microsyntaxes','dom-mediacontroller-buffered':'common-microsyntaxes','dom-select-required':'common-microsyntaxes','entity-VerticalLine':'named-character-references','common-idioms-without-dedicated-elements':'common-microsyntaxes','interactions-with-xpath-and-xslt':'common-microsyntaxes','entity-rsqb':'named-character-references','shows-caching-progress':'offline','dom-domstringmap-additem':'common-microsyntaxes','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','entity-multimap':'named-character-references','attr-track-srclang':'common-microsyntaxes','dom-track-label':'common-microsyntaxes','remove-an-element-from-a-document':'infrastructure','dom-texttrack-showing':'common-microsyntaxes','the-readonly-attribute':'common-microsyntaxes','htmlscriptelement':'common-microsyntaxes','unquoted':'syntax','entity-RightUpVectorBar':'named-character-references','dom-frame-scrolling':'obsolete','entity-boxV':'named-character-references''entity-curlyeqsucc':'named-character-references','entity-bnequiv':'named-character-references','entity-lsqb':'named-character-references','attr-area-nohref':'obsolete','loading-xml-documents':'common-microsyntaxes','entity-subne':'named-character-references','dom-videotrack-selected':'common-microsyntaxes','entity-boxH':'named-character-references','entity-boxv':'named-character-references','dom-fs-novalidate':'common-microsyntaxes','attr-fe-disabled':'common-microsyntaxes','handling-first-frame-available':'common-microsyntaxes','attr-crossorigin-none':'common-microsyntaxes','entity-subnE':'named-character-references','entity-yscr':'named-character-references','entity-boxh':'named-character-references','concept-bc-noscript':'webappapis','frameset':'obsolete','ix-handler-onended':'index','attr-media-preload-auto':'common-microsyntaxes','adjust-mathml-attributes':'tree-construction','entity-mDDot':'named-character-references','ix-handler-window-onstorage':'index','entity-DiacriticalAcute':'named-character-reerences','text-track-loading':'common-microsyntaxes','entity-NotTildeFullEqual':'named-character-references','command-insertunorderedlist':'dnd','parsing-xhtml-fragments':'the-xhtml-syntax','attr-select-size':'common-microsyntaxes','entity-ltrPar':'named-character-references','dom-input-usemap':'obsolete','text-track-cue-text':'common-microsyntaxes','the-location-interface':'history','attr-q-cite':'common-microsyntaxes','dom-link-media':'common-microsyntaxes','willful-violation':'introduction','marquee-loop-count':'obsolete','entity-bigcup':'named-character-references','dom-mediaerror-media_err_decode':'common-microsyntaxes','dom-applet-hspace':'obsolete','data-protocol':'infrastructure','ix-handler-onplaying':'index','html-namespace':'infrastructure','entity-xrArr':'named-character-references','ix-handler-window-onunload':'index','attr-caption-align':'obsolete','concept-appcache-onlinewhitelist':'offline','entity-zwnj':'named-character-references','preprocessing-the-input-stream':'parsing','sequential-linktypes':'common-microsyntaxes','dom-dim-width':'common-microsyntaxes','dom-table-insertrow':'common-microsyntaxes','concept-n-noscript':'webappapis','entity-compfn':'named-character-references','reset-the-insertion-mode-appropriately':'parsing','event-handlers-on-elements-document-objects-and-window-objects':'webappapis','float-nan':'infrastructure','beforeunloadevent':'history','authors-using-xhtml':'iana','entity-lcy':'named-character-references','script-data-escape-start-state':'tokenization','command-undo':'dnd','conformance-checkers':'infrastructure','entity-Cacute':'named-character-references','input-type-attr-summary':'common-microsyntaxes','event-media-playing':'common-microsyntaxes','dom-button-value':'common-microsyntaxes','secondary-browsing-contexts':'browsers','attr-tr-bgcolor':'obsolete','end-tags':'syntax','entity-NotTildeTilde':'named-character-references','durationChange':'common-microsyntaxes','concept-button':'common-microsyntaxes','entity-nsupe':'named-character-references','refsECMA262':references','entity-mcy':'named-character-references','entity-Tcedil':'named-character-references','entity-nsupE':'named-character-references','entity-gesl':'named-character-references','entity-cir':'named-character-references','dom-datatransferitemlist-removeitem':'dnd','htmlparagraphelement':'common-microsyntaxes','dom-document':'browsers','functionstringcallback':'dnd','entity-awconint':'named-character-references','dom-tdth-ch':'obsolete','entity-ange':'named-character-references','entity-mlcp':'named-character-references','security_err':'infrastructure','entity-minusb':'named-character-references','entity-minusd':'named-character-references','scope':'introduction','ix-handler-onstalled':'index','entity-nleftrightarrow':'named-character-references','rules-for-constructing-the-chapter-tree-from-a-text-track':'common-microsyntaxes','attr-area-shape-keyword-circle':'common-microsyntaxes','before-doctype-name-state':'tokenization','attr-ol-type-keyword-lower-roman':'common-microsyntaxes','attr-tabindex':'edting','dom-object-type':'common-microsyntaxes','printing':'timers','domexception':'infrastructure','entity-efDot':'named-character-references','entity-lcaron':'named-character-references','entity-Gdot':'named-character-references','dom-img-alt':'common-microsyntaxes','entity-Ycirc':'named-character-references','dom-command-checked':'common-microsyntaxes','explicit-self-navigation-override':'browsers','the-param-element':'common-microsyntaxes','xhtml':'the-xhtml-syntax','entity-Odblac':'named-character-references','sandboxScriptBlocked':'webappapis','attr-script-src':'common-microsyntaxes','dom-tr-bgcolor':'obsolete','entity-swArr':'named-character-references','entity-ljcy':'named-character-references','refsPINGBACK':'references','get-the-timed-task':'timers','entity-varsigma':'named-character-references','entity-rarr':'named-character-references','dom-quote-cite':'common-microsyntaxes','entity-NotTilde':'named-character-references','entity-dwangle':'named-character-references','entity-vscr':'named-characterreferences','attr-iframe-align':'obsolete','command-facet-id':'common-microsyntaxes','dom-a-rellist':'common-microsyntaxes','attr-body-marginleft':'obsolete','attr-th-scope':'common-microsyntaxes','dom-external':'timers','event-mediacontroller-loadeddata':'common-microsyntaxes','entity-qscr':'named-character-references','print-media':'rendering','attr-table-align':'obsolete','entity-rarrhk':'named-character-references','attr-hyperlink-usemap':'common-microsyntaxes','signedpublickeyandchallenge':'common-microsyntaxes','task-source':'webappapis','dom-ol-compact':'obsolete','entity-rBarr':'named-character-references','selector-read-only':'common-microsyntaxes','entity-seswar':'named-character-references','canvas':'common-microsyntaxes','command-formatblock':'dnd','entity-CenterDot':'named-character-references','dom-htmlformcontrolscollection-nameditem':'common-microsyntaxes','entity-Ncaron':'named-character-references','entity-Kopf':'named-character-references','entity-nfr':'named-character-references','entitysqsubset':'named-character-references','entity-aogon':'named-character-references','scroll-to-the-fragment-identifier':'history','unloading-document-cleanup-steps':'history','entity-LeftDownTeeVector':'named-character-references','entity-blacktriangleright':'named-character-references','text-html':'iana','attr-dir-ltr':'common-microsyntaxes','script-processing-encoding':'common-microsyntaxes','handler-mediacontroller-onloadedmetadata':'common-microsyntaxes','refsCSSRUBY':'references','dom-table-border':'common-microsyntaxes','the-document-s-current-address':'common-microsyntaxes','entity-suplarr':'named-character-references','dom-document-cookie':'common-microsyntaxes','concept-input-mutable':'common-microsyntaxes','entity-cupcap':'named-character-references','entity-dlcrop':'named-character-references','dom-a-href':'common-microsyntaxes','attr-ol-type-state-lower-alpha':'common-microsyntaxes','event-media-emptied':'common-microsyntaxes','handler-appcache-oncached':'offline','entity-CloseCurlyDoubleQuote':'amed-character-references','concept-media-load-algorithm':'common-microsyntaxes','parsing-main-inforeign':'tree-construction','attr-input-type-radio-keyword':'common-microsyntaxes','entity-equiv':'named-character-references','attr-tbody-valign':'obsolete','entity-bull':'named-character-references','entity-Qfr':'named-character-references','entity-Cross':'named-character-references','entity-rdsh':'named-character-references','the-document-s-address':'common-microsyntaxes','handler-appcache-onobsolete':'offline','entity-colone':'named-character-references','the-input-element-as-a-file-upload-control':'rendering','attr-form-autocomplete':'common-microsyntaxes','entity-bsolb':'named-character-references','controller-playback':'common-microsyntaxes','dom-param-value':'common-microsyntaxes','htmlulistelement':'common-microsyntaxes','entity-DoubleDownArrow':'named-character-references','dom-area-hostname':'common-microsyntaxes','entity-veeeq':'named-character-references','entity-boxtimes':'named-character-referencs','dom-media-ended':'common-microsyntaxes','entity-lbarr':'named-character-references','the-article-element':'common-microsyntaxes','dom-audiotrack-id':'common-microsyntaxes','entity-coprod':'named-character-references','entity-lowast':'named-character-references','dom-command-ro-commandicon':'common-microsyntaxes','entity-lambda':'named-character-references','entity-Iopf':'named-character-references','the-aside-element':'common-microsyntaxes','entity-Yscr':'named-character-references','entity-vsubne':'named-character-references','dom-label-htmlfor':'common-microsyntaxes','attr-contenteditable':'editing','xml':'infrastructure','entity-vsubnE':'named-character-references','xmp':'obsolete','dom-classname':'common-microsyntaxes','attr-output-for':'common-microsyntaxes','htmllegendelement':'common-microsyntaxes','algorithm-for-processing-rows':'common-microsyntaxes','entity-edot':'named-character-references','dom-tdth-colspan':'common-microsyntaxes','dom-document-linkcolor':'obsolete','dom-table-createtfoot':'ommon-microsyntaxes','entity-drcrop':'named-character-references','ended-playback':'common-microsyntaxes','entity-nleftarrow':'named-character-references','entity-bbrktbrk':'named-character-references','entity-rbbrk':'named-character-references','rules-for-updating-the-text-track-rendering':'common-microsyntaxes','attr-source-src':'common-microsyntaxes','entity-daleth':'named-character-references','entity-Vert':'named-character-references','history-autocomplete':'history','foster-parent-element':'tree-construction','entity-bigodot':'named-character-references','an-overridden-reload':'common-microsyntaxes','handler-window-onundo':'webappapis','parse-a-global-date-and-time-string':'common-microsyntaxes','dom-applet-width':'obsolete','delaying-the-load-event-flag':'common-microsyntaxes','entity-lap':'named-character-references','entity-lat':'named-character-references','attr-media-preload':'common-microsyntaxes','entity-qint':'named-character-references','valid-non-empty-url':'common-microsyntaxes','entity-IEc':'named-character-references','the-external-interface':'timers','script-data-escaped-end-tag-name-state':'tokenization','url-scheme':'common-microsyntaxes','the-p-element':'common-microsyntaxes','dom-embed-type':'common-microsyntaxes','creator-document':'browsers','cdatasection':'infrastructure','dom-ul-compact':'obsolete','entity-marker':'named-character-references','entity-quest':'named-character-references','event-mediacontroller-ratechange':'common-microsyntaxes','tabular-data':'common-microsyntaxes','entity-ldca':'named-character-references','ix-handler-onreadystatechange':'index','dom-confirm':'timers','entity-PlusMinus':'named-character-references','the-area-element':'common-microsyntaxes','attr-crossorigin-use-credentials-keyword':'common-microsyntaxes','source-node':'dnd','attr-ol-type-state-upper-roman':'common-microsyntaxes','attr-dir-rtl':'common-microsyntaxes','concept-media-load-resource':'common-microsyntaxes','text-track-cue-writing-direction':'common-microsyntaxes','dom-map-name':'common-mcrosyntaxes','entity-geqq':'named-character-references','intro-early-example':'introduction','dom-document-open':'common-microsyntaxes','boolean-attributes':'common-microsyntaxes','ix-handler-window-onpageshow':'index','printing-steps':'timers','dom-validitystate-customerror':'common-microsyntaxes','table-descriptions':'common-microsyntaxes','entity-Chi':'named-character-references','rules-for-parsing-dimension-values':'common-microsyntaxes','entity-NotCupCap':'named-character-references','editing-apis':'dnd','dom-validitystate-rangeoverflow':'common-microsyntaxes','the-object-element':'common-microsyntaxes','refsUTF7':'references','opener-browsing-context':'browsers','determining-the-character-encoding':'parsing','entity-xfr':'named-character-references','dom-th-scope':'common-microsyntaxes','refsBIDI':'references','refsSRGB':'references','concept-input-immutable':'common-microsyntaxes','attr-link-title':'common-microsyntaxes','the-marquee-element':'obsolete','refsNPAPI':'references','attr-button-type-submt-state':'common-microsyntaxes','entity-hairsp':'named-character-references','dom-location-href':'history','entity-scsim':'named-character-references','publickeyandchallenge':'common-microsyntaxes','textcontent':'infrastructure','dom-textarea-value':'common-microsyntaxes','the-location-bar-barprop-object':'browsers','following-hyperlinks':'common-microsyntaxes','groupings-of-browsing-contexts':'browsers','entity-Rcy':'named-character-references','entity-scpolint':'named-character-references','event-loop':'webappapis','dom-document-nameditem-filter':'common-microsyntaxes','dom-a-pathname':'common-microsyntaxes','entity-twixt':'named-character-references','color-state':'common-microsyntaxes','entity-theta':'named-character-references','entity-looparrowleft':'named-character-references','entity-bscr':'named-character-references','x-that':'introduction','dom-media-played':'common-microsyntaxes','entity-RightArrowLeftArrow':'named-character-references','selector-out-of-range':'common-microsyntaxes','dom-location:'history','entity-gtcir':'named-character-references','date-and-time-state':'common-microsyntaxes','entity-Colon':'named-character-references','dom-mediacontroller-duration':'common-microsyntaxes','entity-longrightarrow':'named-character-references','attr-fs-method-post':'common-microsyntaxes','event-media-ratechange':'common-microsyntaxes','dom-tdth-align':'obsolete','entity-HARDcy':'named-character-references','rel-alternate':'common-microsyntaxes','htmlappletelement':'obsolete','dom-navigator-online':'offline','timer-task-source':'timers','content-type':'common-microsyntaxes','entity-hbar':'named-character-references','entity-nearr':'named-character-references','entity-Therefore':'named-character-references','dfn-read-only-array':'infrastructure','entity-chcy':'named-character-references','entity-Igrave':'named-character-references','invalid_access_err':'infrastructure','attr-input-type-month-keyword':'common-microsyntaxes','entity-lthree':'named-character-references','entity-succnsim':'named-character-eferences','entity-srarr':'named-character-references','entity-middot':'named-character-references','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'tokenization','entity-NegativeThinSpace':'named-character-references','mathml':'common-microsyntaxes','htmloptgroupelement':'common-microsyntaxes','entity-lnapprox':'named-character-references','entity-thetasym':'named-character-references','dom-windowbase64-atob':'webappapis','entity-dd':'named-character-references','ix-handler-window-onundo':'index','entity-notnivb':'named-character-references','entity-notnivc':'named-character-references','entity-notniva':'named-character-references','checkbox-state':'common-microsyntaxes','the-fieldset-element-0':'rendering','entity-shortmid':'named-character-references','presentational-hints':'rendering','the-time-element':'common-microsyntaxes','entity-urcorner':'named-character-references','concept-command':'common-microsyntaxes','entity-xhArr':'named-character-references','blocked-onits-media-controller':'common-microsyntaxes','entity-gtdot':'named-character-references','entity-llcorner':'named-character-references','dom-table-rows':'common-microsyntaxes','attr-fs-method-post-keyword':'common-microsyntaxes','concept-http-equiv-extensions':'common-microsyntaxes','bogus-doctype-state':'tokenization','dom-window-nameditem-filter':'browsers','entity-lrtri':'named-character-references','barred-from-constraint-validation':'common-microsyntaxes','event-mediacontcoller-ended':'common-microsyntaxes','dom-meter-optimum':'common-microsyntaxes','entity-varepsilon':'named-character-references','concept-appcache-newer':'offline','value-track-kind-main':'common-microsyntaxes','directly-reachable-browsing-contexts':'browsers','tt':'obsolete','the-after-after-body-insertion-mode':'tree-construction','entity-Wcirc':'named-character-references','entity-prcue':'named-character-references','entity-LowerRightArrow':'named-character-references','refsRFC3279':'references','entity-gne':'named-character-referenes','entity-jmath':'named-character-references','dom-navigator-yieldforstorageupdates':'timers','entity-hybull':'named-character-references','dom-history-state':'history','entity-OverBrace':'named-character-references','dom-mediacontroller-volume':'common-microsyntaxes','entity-nacute':'named-character-references','htmltextareaelement':'common-microsyntaxes','entity-gnE':'named-character-references','processing-model':'common-microsyntaxes','entity-Utilde':'named-character-references','entity-otimes':'named-character-references','entity-vartheta':'named-character-references','entity-divonx':'named-character-references','entity-Gbreve':'named-character-references','entity-xlArr':'named-character-references','dom-tr-valign':'obsolete','parsing-main-afterframeset':'tree-construction','security-2':'browsers','security-1':'browsers','security-0':'common-microsyntaxes','entity-Eacute':'named-character-references','entity-phmmat':'named-character-references','refsMQ':'references','entity-lcub':'named-character-refrences','selector-active':'common-microsyntaxes','parsing-main-intbody':'tree-construction','entity-Aring':'named-character-references','entity-Lfr':'named-character-references','replaced-elements':'rendering','dom-window-item':'browsers','dom-validitystate-stepmismatch':'common-microsyntaxes','attr-meter-low':'common-microsyntaxes','refsWEBLINK':'references','handler-appcache-ondownloading':'offline','states-of-the-type-attribute':'common-microsyntaxes','url_mismatch_err':'infrastructure','ix-handler-onprogress':'index','entity-eqcirc':'named-character-references','entity-LeftCeiling':'named-character-references','entity-dash':'named-character-references','entity-hellip':'named-character-references','entity-smashp':'named-character-references','entity-uplus':'named-character-references','implied-strong-reference':'common-microsyntaxes','entity-plussim':'named-character-references','dom-output-value':'common-microsyntaxes','dom-a-search':'common-microsyntaxes','the-ol-element':'common-microsyntaxes','constrcting-form-data-set':'common-microsyntaxes','attr-tdth-colspan':'common-microsyntaxes','dom-textarea-input-selectionstart':'common-microsyntaxes','dom-input-autocomplete':'common-microsyntaxes','dom-media-defaultplaybackrate':'common-microsyntaxes','entity-lgE':'named-character-references','entity-sigma':'named-character-references','text-track-failed-to-load':'common-microsyntaxes','entity-tosa':'named-character-references','has-an-element-in-select-scope':'parsing','invalid_node_type_err':'infrastructure','ascii-case-insensitive':'infrastructure','entity-nleq':'named-character-references','entity-ltlarr':'named-character-references','entity-nles':'named-character-references','dom-script-src':'common-microsyntaxes','entity-ocir':'named-character-references','entity-nvge':'named-character-references','entity-dagger':'named-character-references','attr-marquee-direction-right':'obsolete','dom-img-ismap':'common-microsyntaxes','after-doctype-system-identifier-state':'tokenization','entity-Upsi':'named-characte-references','dom-linkstyle-disabled':'common-microsyntaxes','entity-precapprox':'named-character-references','dom-datatransferitemlist-item':'dnd','candidate-for-constraint-validation':'common-microsyntaxes','dom-parent':'browsers','entity-frac13':'named-character-references','meta-application-name':'common-microsyntaxes','dom-body-text':'obsolete','dom-mediaerror-media_err_network':'common-microsyntaxes','entity-Implies':'named-character-references','refsCORS':'references','dom-head-profile':'obsolete','create-a-script-from-a-node':'webappapis','refsCESU8':'references','entity-swarrow':'named-character-references','dom-table-createthead':'common-microsyntaxes','entity-Agrave':'named-character-references','text-track-cue-horizontal-writing-direction':'common-microsyntaxes','the-script-element':'common-microsyntaxes','entity-sbquo':'named-character-references','entity-UpperRightArrow':'named-character-references','entity-sigmaf':'named-character-references','limited-to-only-non-negative-numbers-greater-thanzero':'common-microsyntaxes','dom-media-addtexttrack':'common-microsyntaxes','attr-area-shape-keyword-poly':'common-microsyntaxes','named-character-references-table':'named-character-references','entity-Cayleys':'named-character-references','attr-crossorigin-anonymous-keyword':'common-microsyntaxes','entity-sigmav':'named-character-references','attr-input-type-password-keyword':'common-microsyntaxes','dom-window-close':'browsers','attr-input-required':'common-microsyntaxes','steps-to-expose-a-media-resource-specific-text-track':'common-microsyntaxes','offline':'offline','concept-get-attributes-when-sniffing':'parsing','entity-plus':'named-character-references','entity-downharpoonleft':'named-character-references','entity-commat':'named-character-references','matches-the-environment':'common-microsyntaxes','attr-option-label':'common-microsyntaxes','entity-uopf':'named-character-references','rel-up':'common-microsyntaxes','entity-backprime':'named-character-references','the-after-after-frameset-insertion-mod':'tree-construction','the-button-element':'common-microsyntaxes','entity-lowbar':'named-character-references','entity-icy':'named-character-references','attr-object-classid':'obsolete','entity-Aacute':'named-character-references','the-script-block-s-source':'common-microsyntaxes','script-data-double-escaped-less-than-sign-state':'tokenization','script-data-escaped-dash-dash-state':'tokenization','entity-rpar':'named-character-references','entity-uharl':'named-character-references','introduction':'introduction','list-state':'common-microsyntaxes','dom-base-target':'common-microsyntaxes','entity-dfisht':'named-character-references','entity-uharr':'named-character-references','entity-rarrlp':'named-character-references','dom-applet-align':'obsolete','attr-meta-name':'common-microsyntaxes','attr-li-type':'obsolete','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'common-microsyntaxes','entity-nabla':'named-character-references','htmloutputelement':'common-microsyntaxes','entty-latail':'named-character-references','entity-rfr':'named-character-references','entity-llarr':'named-character-references','dom-table-width':'obsolete','entity-nharr':'named-character-references','skip-whitespace':'common-microsyntaxes','adjust-svg-attributes':'tree-construction','dom-uda-protocol':'common-microsyntaxes','entity-ccedil':'named-character-references','session-history':'history','dom-document-referrer':'common-microsyntaxes','xlink-namespace':'common-microsyntaxes','entity-curlyeqprec':'named-character-references','attr-fs-method':'common-microsyntaxes','entity-shy':'named-character-references','entity-omacr':'named-character-references','entity-rharul':'named-character-references','content-type-sniffing':'common-microsyntaxes','code-point-length':'common-microsyntaxes','entity-Cscr':'named-character-references','drag-and-drop-initialization-steps':'dnd','html-vs-xhtml':'introduction','entity-Phi':'named-character-references','entity-olt':'named-character-references','entity-raemptyv':'name-character-references','attr-a-shape':'obsolete','dom-document-dir':'common-microsyntaxes','entity-DJcy':'named-character-references','user-interaction-task-source':'webappapis','entity-Xscr':'named-character-references','attr-br-clear':'obsolete','the-strong-element':'common-microsyntaxes','lists-of-dimensions':'common-microsyntaxes','img-load':'common-microsyntaxes','about-blank-origin':'browsers','entity-piv':'named-character-references','text-node':'infrastructure','locked-for-focus':'editing','dom-document-url':'common-microsyntaxes','concept-table':'common-microsyntaxes','entity-gla':'named-character-references','handler-window-onresize':'webappapis','entity-glj':'named-character-references','entity-angzarr':'named-character-references','the-datalist-element':'common-microsyntaxes','dom-media-error':'common-microsyntaxes','entity-glE':'named-character-references','hyperlink':'common-microsyntaxes','text-track-disabled':'common-microsyntaxes','refsRFC2781':'references','entity-DoubleLeftRightArrow':'naed-character-references','entity-rlarr':'named-character-references','entity-RightUpVector':'named-character-references','dom-link-sizes':'common-microsyntaxes','entity-nGg':'named-character-references','entity-triangledown':'named-character-references','attr-html-version':'obsolete','entity-UpTeeArrow':'named-character-references','entity-nGt':'named-character-references','dom-label-control':'common-microsyntaxes','pseudo-cue':'rendering','platform-array-objects':'infrastructure','entity-Uogon':'named-character-references','entity-Rarrtl':'named-character-references','tag-cloud':'common-microsyntaxes','attr-th-scope-rowgroup':'common-microsyntaxes','dom-image-wh':'common-microsyntaxes','entity-Longleftarrow':'named-character-references','history-traversal-task-source':'webappapis','entity-Gg':'named-character-references','dom-appcache-downloading':'offline','entity-Gt':'named-character-references','htmlprogresselement':'common-microsyntaxes','handler-ondragend':'webappapis','dom-fs-formnovalidate':'common-icrosyntaxes','entity-GT':'named-character-references','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'common-microsyntaxes','attr-input-type-datetime-local-keyword':'common-microsyntaxes','entity-cedil':'named-character-references','entity-dzcy':'named-character-references','entity-angle':'named-character-references','attr-marquee-behavior':'obsolete','converting-a-character-width-to-pixels':'rendering','entity-leg':'named-character-references','concept-fs-enctype':'common-microsyntaxes','url-decomposition-idl-attributes':'common-microsyntaxes','entity-les':'named-character-references','entity-leq':'named-character-references','entity-bigsqcup':'named-character-references','attr-dir-ltr-state':'common-microsyntaxes','concept-appcache-fallback':'offline','dom-tbody-choff':'obsolete','attr-table-cellspacing':'obsolete','attr-area-coords':'common-microsyntaxes','dom-datatransferitem-type':'dnd','entity-hopf':'named-character-references','entity-iukcy':'named-caracter-references','validitystate':'common-microsyntaxes','constructing-the-form-data-set':'common-microsyntaxes','metadata-content-0':'common-microsyntaxes','location':'history','noembed':'obsolete','entity-mstpos':'named-character-references','dom-navigator-platform':'timers','attr-textarea-wrap-hard-state':'common-microsyntaxes','entity-Auml':'named-character-references','entity-crarr':'named-character-references','attr-fs-formaction':'common-microsyntaxes','entity-equivDD':'named-character-references','create-an-element-for-the-token':'tree-construction','run-pre-click-activation-steps':'common-microsyntaxes','dom-external-addsearchprovider':'timers','the-caption-element':'common-microsyntaxes','case-sensitive':'infrastructure','facets':'common-microsyntaxes','entity-slarr':'named-character-references','entity-DiacriticalGrave':'named-character-references','entity-NotGreaterTilde':'named-character-references','entity-apid':'named-character-references','entity-ocirc':'named-character-references','entitySOFTcy':'named-character-references','the-title-element-0':'common-microsyntaxes','attr-fs-formenctype':'common-microsyntaxes','entity-CirclePlus':'named-character-references','list-of-text-tracks':'common-microsyntaxes','dom-external-issearchproviderinstalled':'timers','attr-track-src':'common-microsyntaxes','script-processing-src-prepare':'common-microsyntaxes','entity-bsim':'named-character-references','entity-oror':'named-character-references','dom-tr-align':'obsolete','entity-cirmid':'named-character-references','attr-iframe-allowtransparency':'obsolete','entity-ddotseq':'named-character-references','entity-jopf':'named-character-references','dom-sharedworkerglobalscope-applicationcache':'offline','entity-lesdotor':'named-character-references','the-noscript-element':'common-microsyntaxes','interactive-content':'common-microsyntaxes','dom-tr-rowindex':'common-microsyntaxes','entity-DoubleLongLeftArrow':'named-character-references','refsRFC5322':'references','submit-mailto-headers':'common-microsyntaxes''refsRFC2313':'references','attr-link-sizes-any':'common-microsyntaxes','refsRFC2318':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'common-microsyntaxes','ix-handler-onpause':'index','unfocusing-steps':'editing','quirks-mode-doctypes':'tree-construction','entity-bepsi':'named-character-references','refsCSSOMVIEW':'references','entity-NotSquareSubset':'named-character-references','entity-rbrace':'named-character-references','reconstruct-the-active-formatting-elements':'parsing','entity-rbrack':'named-character-references','redirect-steps':'infrastructure','attr-input-align':'obsolete','atob':'webappapis','dom-table-summary':'obsolete','entity-Scedil':'named-character-references','script-processing-prepare':'common-microsyntaxes','htmlparamelement':'common-microsyntaxes','ix-handler-ontimeupdate':'index','dom-datatransfer-items':'dnd','the-th-element':'common-microsyntaxes','entity-dopf':'named-character-references','entity-prE':'amed-character-references','reset-button-state':'common-microsyntaxes','syntax-elements':'syntax','entity-Ncy':'named-character-references','character-encodings':'infrastructure','entity-tstrok':'named-character-references','entity-SubsetEqual':'named-character-references','entity-xotime':'named-character-references','fragment-case':'the-end','entity-Rarr':'named-character-references','runtime-script-errors-in-documents':'webappapis','entity-lfloor':'named-character-references','entity-pre':'named-character-references','dom-object-contentwindow':'common-microsyntaxes','parsing-urls':'common-microsyntaxes','attr-input-list':'common-microsyntaxes','attr-object-archive':'obsolete','elements':'common-microsyntaxes','entity-gammad':'named-character-references','text-state-and-search-state':'common-microsyntaxes','valid-month-string':'common-microsyntaxes','resetBCName':'history','dom-document-scripts':'common-microsyntaxes','attr-button-type-reset':'common-microsyntaxes','entity-rho':'named-character-references''entity-dlcorn':'named-character-references','extensibility':'infrastructure','entity-ZeroWidthSpace':'named-character-references','entity-csube':'named-character-references','entity-nlE':'named-character-references','parse-a-month-string':'common-microsyntaxes','entity-nlt':'named-character-references','entity-frac34':'named-character-references','attr-hr-color':'obsolete','dom-videotrack-id':'common-microsyntaxes','entity-tint':'named-character-references','entity-nle':'named-character-references','entity-DoubleLeftTee':'named-character-references','entity-Ccedil':'named-character-references','resources':'infrastructure','entity-ltcc':'named-character-references','event-media-error':'common-microsyntaxes','determine-the-value-of-an-indexed-property':'infrastructure','the-dd-element':'common-microsyntaxes','entity-primes':'named-character-references','entity-backsimeq':'named-character-references','entity-aacute':'named-character-references','entity-supsim':'named-character-references','dom-link-rellist':'ommon-microsyntaxes','contenteditable':'editing','entity-female':'named-character-references','cue-events':'common-microsyntaxes','entity-dscy':'named-character-references','entity-fflig':'named-character-references','entity-dscr':'named-character-references','ix-handler-window-onfocus':'index','entity-capand':'named-character-references','entity-ape':'named-character-references','entity-UnderBracket':'named-character-references','entity-omicron':'named-character-references','dimension-attributes':'common-microsyntaxes','entity-nLeftarrow':'named-character-references','video':'common-microsyntaxes','attr-img-name':'obsolete','affected-by-a-base-url-change':'common-microsyntaxes','index':'index','entity-apE':'named-character-references','entity-Vscr':'named-character-references','entity-lparlt':'named-character-references','entity-ratail':'named-character-references','attr-track-kind-descriptions':'common-microsyntaxes','input-img-available':'common-microsyntaxes','dom-mediacontroller-paused':'common-microsytaxes','entity-frac78':'named-character-references','the-head-element':'common-microsyntaxes','webvtt-cue-background-box':'rendering','data_clone_err':'infrastructure','entity-origof':'named-character-references','child-browsing-context':'browsers','dom-media-src':'common-microsyntaxes','xmldocumentloader':'common-microsyntaxes','entity-rbrke':'named-character-references','entity-succsim':'named-character-references','entity-breve':'named-character-references','dom-link-type':'common-microsyntaxes','an-iframe-srcdoc-document':'common-microsyntaxes','the-step-attribute':'common-microsyntaxes','entity-iiint':'named-character-references','windowmodal':'timers','dom-img-align':'obsolete','entity-bopf':'named-character-references','read-xml':'history','entity-precsim':'named-character-references','browser-state':'offline','foster-parenting':'tree-construction','handler-onshow':'webappapis','attr-media-crossorigin':'common-microsyntaxes','before-doctype-system-identifier-state':'tokenization','videotracklist':'comon-microsyntaxes','entity-lBarr':'named-character-references','entity-drcorn':'named-character-references','media-resource-end-position':'common-microsyntaxes','entity-sqcup':'named-character-references','the-style-element':'common-microsyntaxes','entity-nparsl':'named-character-references','entity-EmptyVerySmallSquare':'named-character-references','ix-handler-onmouseout':'index','entity-lagran':'named-character-references','origin-0':'origin-0','ix-handler-window-onpagehide':'index','entity-cong':'named-character-references','dom-appcache-checking':'offline','refsXML':'references','entity-notin':'named-character-references','entity-cuvee':'named-character-references','using-the-command-element-to-define-a-command':'common-microsyntaxes','element':'infrastructure','script-processing-src':'common-microsyntaxes','entity-DiacriticalDoubleAcute':'named-character-references','attr-iframe-marginwidth':'obsolete','sourcing-in-band-text-tracks':'common-microsyntaxes','entity-Afr':'named-character-references','entiy-barwedge':'named-character-references','entity-nrarrc':'named-character-references','dom-a-type':'common-microsyntaxes','entity-gesdot':'named-character-references','attr-track-kind-keyword-metadata':'common-microsyntaxes','entity-nrarrw':'named-character-references','entity-popf':'named-character-references','ix-handler-oninput':'index','entity-RBarr':'named-character-references','entity-LeftRightVector':'named-character-references','submit-mutate-action':'common-microsyntaxes','scripting-flag':'parsing','dom-command-radiogroup':'common-microsyntaxes','entity-uArr':'named-character-references','handler-oncanplay':'webappapis','dropEffect-initialization':'dnd','transparent':'common-microsyntaxes','handler-onplay':'webappapis','event-handler-content-attributes':'webappapis','entity-DZcy':'named-character-references','entity-diams':'named-character-references','entity-IOcy':'named-character-references','the-html-element':'common-microsyntaxes','concept-fs-action':'common-microsyntaxes','attr-progress-max':'ommon-microsyntaxes','entity-vopf':'named-character-references','potentially-playing':'common-microsyntaxes','dom-img-naturalheight':'common-microsyntaxes','runtime-script-errors':'webappapis','entity-RightCeiling':'named-character-references','entity-leftrightharpoons':'named-character-references','entity-iacute':'named-character-references','meta':'common-microsyntaxes','dom-a-hreflang':'common-microsyntaxes','refsPNG':'references','entity-ropf':'named-character-references','entity-iexcl':'named-character-references','the-hidden-attribute':'editing','entity-varpi':'named-character-references','the-col-element':'common-microsyntaxes','concept-role-none':'common-microsyntaxes','suffering-from-being-missing':'common-microsyntaxes','ix-handler-oncuechange':'index','refsHTTP':'references','entity-gtrarr':'named-character-references','usage-summary':'common-microsyntaxes','security-forms':'common-microsyntaxes','transferable':'common-microsyntaxes','entity-copysr':'named-character-references','system-state-and-apabilities':'timers','htmltabledatacellelement':'common-microsyntaxes','the-meta-element':'common-microsyntaxes','read-ua-inline':'history','entity-utri':'named-character-references','entity-olcross':'named-character-references','dom-applicationcache':'offline','cache-host':'offline','entity-SquareSubset':'named-character-references','the-xml:base-attribute-xml-only':'common-microsyntaxes','fire-a-synthetic-mouse-event':'webappapis','event-media-loadedmetadata':'common-microsyntaxes','htmlelement':'common-microsyntaxes','the-page':'rendering','entity-nges':'named-character-references','entity-ngeq':'named-character-references','non-replaced-elements':'rendering','the-time-element-0':'rendering','html-integration-point':'tree-construction','has-no-style-sheet-that-is-blocking-scripts':'common-microsyntaxes','concept-textarea-dirty':'common-microsyntaxes','using-the-input-element-to-define-a-command':'common-microsyntaxes','dom-select-multiple':'common-microsyntaxes','entity-squ':'named-character-references''entity-Ubreve':'named-character-references','dom-frame-frameborder':'obsolete','entity-rlhar':'named-character-references','security-and-privacy-considerations':'common-microsyntaxes','semantics-0':'common-microsyntaxes','entity-Psi':'named-character-references','selectors':'common-microsyntaxes','conforming-html5-documents':'infrastructure','documents':'common-microsyntaxes','htmlimageelement':'common-microsyntaxes','entity-veebar':'named-character-references','attr-hx-align':'obsolete','attr-marquee-behavior-slide':'obsolete','entity-nvdash':'named-character-references','presentational-markup':'introduction','dom-audiotrack-language':'common-microsyntaxes','authority-based-url':'common-microsyntaxes','dom-tdth-headers':'common-microsyntaxes','dom-dir':'common-microsyntaxes','entity-TSHcy':'named-character-references','dom-datatransferitem-getasfile':'dnd','handler-mediacontroller-onplay':'common-microsyntaxes','dom-marquee-direction':'obsolete','url-fragment':'common-microsyntaxes','entity-triangle':'namd-character-references','ix-handler-ondragleave':'index','rules-for-parsing-floating-point-number-values':'common-microsyntaxes','javascript-protocol':'webappapis','entity-Dopf':'named-character-references','applicationcache':'offline','rcdata-elements':'syntax','entity-supseteq':'named-character-references','pause':'webappapis','entity-shcy':'named-character-references','entity-kappav':'named-character-references','attr-li-value':'common-microsyntaxes','refsCSSVALUES':'references','attr-body-bgcolor':'obsolete','refsPSL':'references','entity-Ycy':'named-character-references','entity-lopf':'named-character-references','attr-track-kind':'common-microsyntaxes','client-side-form-validation':'common-microsyntaxes','dom-document-activeelement':'editing','entity-Jopf':'named-character-references','entity-gEl':'named-character-references','dom-textarea-readonly':'common-microsyntaxes','frame':'obsolete','seamless-browsing-context-flag':'common-microsyntaxes','dom-tabindex':'editing','attr-marquee-direction-up':'obolete','dom-applet-archive':'obsolete','entity-Euml':'named-character-references','script-data-escaped-dash-state':'tokenization','entity-it':'named-character-references','entity-yacy':'named-character-references','img-none':'common-microsyntaxes','link-type-prefetch':'common-microsyntaxes','entity-fallingdotseq':'named-character-references','entity-ni':'named-character-references','entity-ne':'named-character-references','entity-nu':'named-character-references','dom-node-parentnode':'infrastructure','current-node':'parsing','requirements-for-implementations':'obsolete','entity-olcir':'named-character-references','dom-a-hash':'common-microsyntaxes','entity-ordm':'named-character-references','refsBCP47':'references','entity-ordf':'named-character-references','entity-gvnE':'named-character-references','valid-date-string':'common-microsyntaxes','entity-ohm':'named-character-references','pending-table-character-tokens':'tree-construction','additional-allowed-character':'tokenization','entity-ratio':'named-charater-references','entity-Dscr':'named-character-references','handler-onsubmit':'webappapis','attr-img-lowsrc':'obsolete','entity-itilde':'named-character-references','entity-ycy':'named-character-references','dom-history-replacestate':'history','seekUpdate':'common-microsyntaxes','entity-nwarrow':'named-character-references','form-owner':'common-microsyntaxes','dom-menu-type':'common-microsyntaxes','dom-appcache-uncached':'offline','entity-trade':'named-character-references','the-menu-element':'common-microsyntaxes','entity-frac56':'named-character-references','attr-input-src':'common-microsyntaxes','entity-varsubsetneq':'named-character-references','entity-frac58':'named-character-references','entity-ShortDownArrow':'named-character-references','the-textarea-element':'common-microsyntaxes','attr-dim-width':'common-microsyntaxes','entity-smtes':'named-character-references','toolbars-0':'rendering','img-error':'common-microsyntaxes','earliest-possible-position':'common-microsyntaxes','valid-integer':'common-mcrosyntaxes','event-handlers':'webappapis','event-firing':'webappapis','text-track-readiness-state':'common-microsyntaxes','entity-leqslant':'named-character-references','consume-a-character-reference':'tokenization','dom-command-disabled':'common-microsyntaxes','entity-DoubleUpDownArrow':'named-character-references','attr-progress-value':'common-microsyntaxes','entity-NotPrecedes':'named-character-references','sequential-focus-navigation-and-the-tabindex-attribute':'editing','entity-dtrif':'named-character-references','entity-udhar':'named-character-references','entity-Conint':'named-character-references','entity-khcy':'named-character-references','entity-ffllig':'named-character-references','dom-texttrack-mode':'common-microsyntaxes','unit-of-related-browsing-contexts':'browsers','entity-nless':'named-character-references','entity-NotGreaterFullEqual':'named-character-references','entity-boxuL':'named-character-references','textFieldSelection':'common-microsyntaxes','audio':'common-microsyntaxes','entity-macr':'named-character-references','htmlcollection':'infrastructure','dom-link-target':'obsolete','link-type-stylesheet':'common-microsyntaxes','week-number-of-the-last-day':'common-microsyntaxes','entity-notindot':'named-character-references','entity-Diamond':'named-character-references','raw-text-elements':'syntax','outlines':'common-microsyntaxes','navigatorstorageutils':'timers','entity-doteq':'named-character-references','entity-Congruent':'named-character-references','entity-hookleftarrow':'named-character-references','percentages-and-dimensions':'common-microsyntaxes','dom-select-remove':'common-microsyntaxes','radio-button-group':'common-microsyntaxes','attr-a-coords':'obsolete','entity-langle':'named-character-references','dom-embed-align':'obsolete','media-controller-default-playback-rate':'common-microsyntaxes','htmlformelement':'common-microsyntaxes','htmlanchorelement':'common-microsyntaxes','the-datatransfer-interface':'dnd','dom-time-valueasdate':'common-microsyntaxes','entity-tridot':'named-haracter-references','custom-data-attribute':'common-microsyntaxes','session-history-entry':'history','event-media-durationchange':'common-microsyntaxes','dom-style':'common-microsyntaxes','ix-handler-window-onmessage':'index','entity-iquest':'named-character-references','url-state':'common-microsyntaxes','attr-command-type-keyword-command':'common-microsyntaxes','entity-Aogon':'named-character-references','command-facet-hint':'common-microsyntaxes','dom-datatransfer-setdata':'dnd','entity-curren':'named-character-references','text-track-showing-by-default':'common-microsyntaxes','entity-NegativeVeryThinSpace':'named-character-references','ix-handler-oninvalid':'index','vaguer-moments-in-time':'common-microsyntaxes','the-css-user-agent-style-sheet-and-presentational-hints':'rendering','ix-handler-onkeydown':'index','handler-window-onbeforeunload':'webappapis','entity-ngsim':'named-character-references','dom-select-add':'common-microsyntaxes','potentially-cors-enabled-fetch':'common-microsyntaxes','entity-cacap':'named-character-references','function':'webappapis','entity-RuleDelayed':'named-character-references','handler-ondragenter':'webappapis','dom-texttrack-kind-descriptions':'common-microsyntaxes','fully-active':'browsers','suffering-from-an-underflow':'common-microsyntaxes','entity-RightTeeVector':'named-character-references','entity-shortparallel':'named-character-references','entity-escr':'named-character-references','entity-rnmid':'named-character-references','dom-media-duration':'common-microsyntaxes','tokenizing-character-references':'tokenization','dom-popstateevent-initpopstateevent':'history','sandboxed-forms-browsing-context-flag':'common-microsyntaxes','dom-table-align':'obsolete','refsRFC1034':'references','track-language':'common-microsyntaxes','entity-simplus':'named-character-references','dom-input-maxlength':'common-microsyntaxes','text-track-cue-vertical-growing-left-writing-direction':'common-microsyntaxes','url-manipulation-and-creation':'common-microsyntaxes','entity-Ifr':'named-charater-references','handler-window-onscroll':'webappapis','dom-progress-value':'common-microsyntaxes','base-dnd-feedback':'dnd','event-appcache-downloading':'offline','has-an-element-in-scope':'parsing','entity-Lcedil':'named-character-references','contenteditable-insertText':'editing','entity-uuarr':'named-character-references','dom-location-replace':'history','structured-clone':'common-microsyntaxes','attr-input-autocomplete-default-state':'common-microsyntaxes','attr-div-align':'obsolete','dom-focus':'editing','entity-bot':'named-character-references','entity-gtrsim':'named-character-references','attr-marquee-behavior-alternate':'obsolete','submit-button-state':'common-microsyntaxes','entity-vdash':'named-character-references','entity-nvap':'named-character-references','entity-UpArrowBar':'named-character-references','dom-opener':'browsers','entity-brvbar':'named-character-references','update-the-image-data':'common-microsyntaxes','conformance-requirements-for-authors':'introduction','attr-input-vspace':'obolete','the-root-element':'common-microsyntaxes','concept-http-equivalent':'common-microsyntaxes','about:blank':'common-microsyntaxes','concept-appcache-matches-fallback':'offline','attr-p-align':'obsolete','navigating-across-documents':'history','dom-body-bgcolor':'obsolete','htmlmenuelement':'common-microsyntaxes','entity-NotPrecedesEqual':'named-character-references','hierarchy_request_err':'infrastructure','critical-subresources':'infrastructure','sandboxed-top-level-navigation-browsing-context-flag':'common-microsyntaxes','math':'common-microsyntaxes','refsIANAPERMHEADERS':'references','ix-handler-ondrop':'index','handler-marquee-onfinish':'obsolete','entity-gtrdot':'named-character-references','dom-tr-deletecell':'common-microsyntaxes','alternate-style-sheets':'common-microsyntaxes','entity-amalg':'named-character-references','entity-notinE':'named-character-references','dom-table-thead':'common-microsyntaxes','entity-pound':'named-character-references','entity-Ocirc':'named-character-references','alt:'common-microsyntaxes','attr-area-shape-circle':'common-microsyntaxes','entity-nwArr':'named-character-references','entity-Updownarrow':'named-character-references','htmldirectoryelement':'obsolete','attr-hr-align':'obsolete','entity-nedot':'named-character-references','concept-node-clone':'infrastructure','dom-select-options':'common-microsyntaxes','dom-img-crossorigin':'common-microsyntaxes','root-element':'infrastructure','spelling-and-grammar-checking':'editing','the-wbr-element':'common-microsyntaxes','entity-ncong':'named-character-references','entity-lharu':'named-character-references','entity-imagpart':'named-character-references','entity-rlm':'named-character-references','entity-RightAngleBracket':'named-character-references','videotrack':'common-microsyntaxes','entity-lhard':'named-character-references','text-track-api':'common-microsyntaxes','push-onto-the-list-of-active-formatting-elements':'parsing','character-references':'syntax','entity-napprox':'named-character-references','command-bold':'dd','invalid_state_err':'infrastructure','entity-Tcaron':'named-character-references','concept-appcache-manifest-explicit':'offline','mutation-during-parsing':'tree-construction','dom-command-label':'common-microsyntaxes','entity-copf':'named-character-references','entity-prurel':'named-character-references','entity-Barwed':'named-character-references','dom-img-width':'common-microsyntaxes','entity-lg':'named-character-references','entity-le':'named-character-references','entity-nVDash':'named-character-references','entity-ll':'named-character-references','entity-lt':'named-character-references','entity-subsetneq':'named-character-references','queue-a-post-load-task':'offline','entity-lE':'named-character-references','dom-iframe-src':'common-microsyntaxes','event-appcache-cached':'offline','entity-supset':'named-character-references','entity-bumpeq':'named-character-references','the-document-s-domain':'origin-0','scripting':'webappapis','entity-Not':'named-character-references','entity-Edot':'named-characterreferences','valid-browsing-context-name-or-keyword':'browsers','dom-htmloptionscollection-selectedindex':'common-microsyntaxes','entity-nwarr':'named-character-references','entity-forkv':'named-character-references','entity-npar':'named-character-references','comment-end-bang-state':'tokenization','garbage-collection-and-browsing-contexts':'browsers','attr-hr-noshade':'obsolete','application-cache-api':'offline','entity-yen':'named-character-references','ordinary':'parsing','entity-Idot':'named-character-references','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'parsing','decoded-as-utf-8-with-error-handling':'infrastructure','entity-LeftAngleBracket':'named-character-references','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','the-h1-element':'common-microsyntaxes','entity-frac35':'named-character-references','entity-frac38':'named-character-references','entity-Vbar':'named-character-references','execCommand':'dnd','dom-hx-align':'obsolete','entity-lesssim':'namd-character-references','event-handler-attributes':'webappapis','other-link-types':'common-microsyntaxes','entity-because':'named-character-references','has-an-element-in-the-specific-scope':'parsing','entity-SmallCircle':'named-character-references','attr-abbr-title':'common-microsyntaxes','the-progress-element-0':'rendering','media-element-attributes':'common-microsyntaxes','element-level-focus-apis':'editing','entity-intprod':'named-character-references','text-track-cue':'common-microsyntaxes','dom-marquee-loop':'obsolete','entity-urcorn':'named-character-references','security-location':'history','list-of-active-intervals':'timers','concept-fe-value':'common-microsyntaxes','attr-keygen-keytype':'common-microsyntaxes','sourcing-out-of-band-text-tracks':'common-microsyntaxes','entity-gfr':'named-character-references','entity-simlE':'named-character-references','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','entity-boxhd':'named-character-references','entity-Vdashl':'named-characte-references','in-the-future':'rendering','dom-input-multiple':'common-microsyntaxes','entity-boxhu':'named-character-references','attr-dropzone-copy':'dnd','dom-media-seek':'common-microsyntaxes','event-media-progress':'common-microsyntaxes','dom-basefont-size':'obsolete','concept-input-min-zero':'common-microsyntaxes','entity-nleqq':'named-character-references','url-host-specific':'common-microsyntaxes','dom-media-muted':'common-microsyntaxes','entity-boxhU':'named-character-references','command-unlink':'dnd','entity-RightFloor':'named-character-references','attr-textarea-readonly':'common-microsyntaxes','entity-blacklozenge':'named-character-references','entity-DDotrahd':'named-character-references','dom-htmlallcollection-nameditem':'common-microsyntaxes','entity-RightDownVectorBar':'named-character-references','entity-Im':'named-character-references','sandboxCookies':'common-microsyntaxes','entity-alpha':'named-character-references','dom-li-type':'obsolete','cross-origin-request-status':'infrastructure',no_modification_allowed_err':'infrastructure','comment-0':'infrastructure','refsPPUTF8':'references','algorithm-for-extracting-an-encoding-from-a-meta-element':'common-microsyntaxes','entity-bigtriangleup':'named-character-references','attr-tdth-char':'obsolete','parsing-main-incdata':'tree-construction','attr-img-border':'obsolete','refsRFC3490':'references','traverse-the-history-by-a-delta':'history','entity-ZHcy':'named-character-references','attr-dir-auto':'common-microsyntaxes','entity-Upsilon':'named-character-references','entity-curvearrowleft':'named-character-references','writing-xhtml-documents':'the-xhtml-syntax','navigator':'timers','attr-track-kind-keyword-descriptions':'common-microsyntaxes','set-of-comma-separated-tokens':'common-microsyntaxes','dom-img-height':'common-microsyntaxes','dom-meta-scheme':'obsolete','entity-hercon':'named-character-references','handler-window-onpageshow':'webappapis','in-a-document':'infrastructure','audiotracklist':'common-microsyntaxes','dom-frameelement':'browers','handler-window-onstorage':'webappapis','dom-input-valueasdate':'common-microsyntaxes','navigate':'history','ascii-serialization-of-an-origin':'origin-0','entity-epar':'named-character-references','link-type-nofollow':'common-microsyntaxes','handler-onfocus':'webappapis','links-forms-and-navigation':'rendering','entity-Gcedil':'named-character-references','entity-nrightarrow':'named-character-references','entity-CircleTimes':'named-character-references','dom-caption-align':'obsolete','forget-the-media-element-s-media-resource-specific-text-tracks':'common-microsyntaxes','entity-vsupnE':'named-character-references','entity-xsqcup':'named-character-references','entity-rAtail':'named-character-references','htmlmapelement':'common-microsyntaxes','entity-RightTeeArrow':'named-character-references','entity-vsupne':'named-character-references','provide-a-stable-state':'webappapis','dom-pagetransitionevent-initpagetransitionevent':'history','not_found_err':'infrastructure','entity-ncaron':'named-character-refeences','entity-Ecaron':'named-character-references','refsPROGRESS':'references','parsing-main-intable':'tree-construction','entity-complement':'named-character-references','radionodelist':'common-microsyntaxes','dom-img-usemap':'common-microsyntaxes','htmlframesetelement':'obsolete','parse-a-date-or-time-string':'common-microsyntaxes','attr-fs-enctype':'common-microsyntaxes','attr-textarea-wrap-hard':'common-microsyntaxes','dom-media-initialtime':'common-microsyntaxes','entity-ldrdhar':'named-character-references','entity-scnE':'named-character-references','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'webappapis','entity-ccupssm':'named-character-references','entity-CloseCurlyQuote':'named-character-references','entity-Kcedil':'named-character-references','entity-sup':'named-character-references','entity-lopar':'named-character-references','entity-egs':'named-character-references','entity-sum':'named-character-references','entity-ultri':'named-character-references','entity-sub':'nmed-character-references','ix-handler-ondragover':'index','accessing-other-browsing-contexts':'browsers','event-dragstart':'dnd','event-media-waiting':'common-microsyntaxes','xml-fragment-serialization-algorithm':'the-xhtml-syntax','entity-dbkarow':'named-character-references','entity-Sigma':'named-character-references','entity-vDash':'named-character-references','attr-textarea-wrap-soft-state':'common-microsyntaxes','article-example':'common-microsyntaxes','entity-squarf':'named-character-references','entity-square':'named-character-references','entity-njcy':'named-character-references','dom-htmloptionscollection-nameditem':'common-microsyntaxes','selecting-specific-audio-and-video-tracks-declaratively':'common-microsyntaxes','navigatoronline':'offline','concept-option-value':'common-microsyntaxes','entity-imof':'named-character-references','dom-keygen-keytype':'common-microsyntaxes','entity-cup':'named-character-references','entity-ohbar':'named-character-references','form-associated-element':'common-micrsyntaxes','writing-secure-applications-with-html':'introduction','entity-Acirc':'named-character-references','dom-appcache-update':'offline','entity-aleph':'named-character-references','submit-data-post':'common-microsyntaxes','attr-tr-align':'obsolete','tag-open-state':'tokenization','dom-frame-contentwindow':'obsolete','refsRFC3023':'references','dom-mediacontroller-defaultplaybackrate':'common-microsyntaxes','supported-property-names':'infrastructure','entity-orslope':'named-character-references','dom-option-value':'common-microsyntaxes','entity-longleftrightarrow':'named-character-references','value-track-kind-sign':'common-microsyntaxes','about:legacy-compat':'common-microsyntaxes','dom-texttrack-kind-captions':'common-microsyntaxes','dom-htmloptionscollection-add':'common-microsyntaxes','datatransferitem':'dnd','entity-topbot':'named-character-references','entity-nbsp':'named-character-references','dom-frame-marginheight':'obsolete','element-definitions':'common-microsyntaxes','formatting':'parsing','ext-rendered-in-native-user-interfaces':'rendering','selector-in-range':'common-microsyntaxes','entity-VDash':'named-character-references','entity-trianglerighteq':'named-character-references','attr-hyperlink-media':'common-microsyntaxes','entity-permil':'named-character-references','link-type-prev':'common-microsyntaxes','table-aria-strong':'common-microsyntaxes','attr-fae-form':'common-microsyntaxes','entity-lrhard':'named-character-references','dynamic-changes-to-base-urls':'common-microsyntaxes','dom-area-media':'common-microsyntaxes','entity-AElig':'named-character-references','ix-handler-oncanplay':'index','absolute-url':'common-microsyntaxes','concept-datetime-digit':'common-microsyntaxes','entity-biguplus':'named-character-references','common-parser-idioms':'common-microsyntaxes','concept-fv-valid':'common-microsyntaxes','interactive-media':'rendering','dom-iframe-marginheight':'obsolete','entity-rx':'named-character-references','entity-xvee':'named-character-references','security-with-canvas-elemens':'common-microsyntaxes','the-body-element':'common-microsyntaxes','heading-content':'common-microsyntaxes','dom-TrackList-getKind-categories':'common-microsyntaxes','entity-SucceedsEqual':'named-character-references','attr-html-manifest':'common-microsyntaxes','htmliframeelement':'common-microsyntaxes','the-output-element':'common-microsyntaxes','ix-handler-onemptied':'index','radio-button-state':'common-microsyntaxes','entity-NotRightTriangle':'named-character-references','entity-Jscr':'named-character-references','scriptTagXSLT':'common-microsyntaxes','entity-thinsp':'named-character-references','attr-iframe-sandbox-allow-forms':'common-microsyntaxes','validation_err':'infrastructure','the-title-attribute-0':'rendering','blocked-media-controller':'common-microsyntaxes','case-insensitive-selector-exception':'rendering','week-state':'common-microsyntaxes','entity-angst':'named-character-references','disk-space':'offline','media-resources-with-multiple-media-tracks':'common-microsyntaxes','entity-frac18':'amed-character-references','concept-script':'webappapis','drag-data-store-mode':'dnd','entity-frac12':'named-character-references','read-plugin':'history','entity-frac14':'named-character-references','entity-frac15':'named-character-references','entity-frac16':'named-character-references','ix-handler-onshow':'index','audiotracklist-and-videotracklist-objects':'common-microsyntaxes','entity-Ucy':'named-character-references','entity-intlarhk':'named-character-references','entity-Hat':'named-character-references','entity-wscr':'named-character-references','attr-background':'obsolete','refsRFC4281':'references','security':'common-microsyntaxes','inter-element-whitespace':'common-microsyntaxes','entity-NotLess':'named-character-references','entity-nparallel':'named-character-references','category-submit':'common-microsyntaxes','simple-cross-origin-request':'infrastructure','comments':'syntax','dom-contextmenu':'common-microsyntaxes','attr-command-type-state-checkbox':'common-microsyntaxes','nested-browsing-contet':'browsers','entity-cularrp':'named-character-references','entity-esdot':'named-character-references','same-origin':'origin-0','dom-document-head':'common-microsyntaxes','text-html-sandboxed':'iana','entity-CircleMinus':'named-character-references','ix-handler-onratechange':'index','entity-approx':'named-character-references','months':'common-microsyntaxes','dom-document-lastmodified':'common-microsyntaxes','dom-source-src':'common-microsyntaxes','attr-script-type':'common-microsyntaxes','refsMIMESNIFF':'references','htmltableelement':'common-microsyntaxes','entity-simne':'named-character-references','dom-fs-formmethod':'common-microsyntaxes','rendering':'rendering','handler-onwaiting':'webappapis','dom-track-src':'common-microsyntaxes','the-drag-data-item-type-string':'dnd','dom-history-length':'history','entity-varphi':'named-character-references','entity-Or':'named-character-references','entity-ucy':'named-character-references','entity-Dagger':'named-character-references','serializing-html-fragments':'he-end','concept-video-intrinsic-height':'common-microsyntaxes','entity-nmid':'named-character-references','dom-col-ch':'obsolete','command-facet-hiddenstate':'common-microsyntaxes','markup-declaration-open-state':'tokenization','dom-classlist':'common-microsyntaxes','entity-nsube':'named-character-references','ix-handler-onseeking':'index','refsWEBSTORAGE':'references','attr-media-preload-metadata':'common-microsyntaxes','entity-hamilt':'named-character-references','assigning-keyboard-shortcuts':'editing','getcontext-return':'common-microsyntaxes','attr-script-event':'obsolete','dom-document-getelementsbyname':'common-microsyntaxes','entity-ClockwiseContourIntegral':'named-character-references','entity-zcy':'named-character-references','dom-mediaerror-media_err_aborted':'common-microsyntaxes','meta-generator':'common-microsyntaxes','handler-onstalled':'webappapis','local-date-and-time-state':'common-microsyntaxes','entity-harr':'named-character-references','entity-nvltrie':'named-character-references','entty-eqslantless':'named-character-references','event-mediacontroller-pause':'common-microsyntaxes','dom-document-forms':'common-microsyntaxes','entity-utrif':'named-character-references','effective-playback-rate':'common-microsyntaxes','attr-meta-content':'common-microsyntaxes','entity-Fouriertrf':'named-character-references','entity-Vopf':'named-character-references','appcache-history-2':'history','entity-lceil':'named-character-references','attr-time-pubdate':'common-microsyntaxes','attr-body-margintop':'obsolete','entity-nsimeq':'named-character-references','compiled-pattern-regular-expression':'common-microsyntaxes','ix-handler-window-onresize':'index','xml-parser':'the-xhtml-syntax','entity-Efr':'named-character-references','valid-media-query':'common-microsyntaxes','doctype-public-identifier-double-quoted-state':'tokenization','nestedParsing':'parsing','entity-rsh':'named-character-references','parse-a-time-component':'common-microsyntaxes','entity-drbkarow':'named-character-references','dom-dataset':'ommon-microsyntaxes','documentfragment':'infrastructure','entity-LongLeftArrow':'named-character-references','timeranges':'common-microsyntaxes','remove-a-token-from-a-string':'common-microsyntaxes','a-form-control-s-value':'common-microsyntaxes','dom-media-have_current_data':'common-microsyntaxes','event-readystatechange':'common-microsyntaxes','entity-bNot':'named-character-references','the-pre-element':'common-microsyntaxes','entity-twoheadleftarrow':'named-character-references','command-unselect':'dnd','attr-img-crossorigin':'common-microsyntaxes','dom-fs-enctype':'common-microsyntaxes','entity-Popf':'named-character-references','dom-window-nameditem':'browsers','attr-textarea-rows-value':'common-microsyntaxes','parse-a-time-zone-offset-component':'common-microsyntaxes','the-rt-element':'common-microsyntaxes','entity-rtriltri':'named-character-references','entity-inodot':'named-character-references','ltr-specific':'rendering','attr-command-type-keyword-radio':'common-microsyntaxes','entity-Egrave':'name-character-references','attr-track-kind-subtitles':'common-microsyntaxes','browser-interface-elements':'browsers','entity-csub':'named-character-references','dom-tbody-align':'obsolete','attr-hr-size':'obsolete','dom-li-value':'common-microsyntaxes','not_supported_err':'infrastructure','entity-csup':'named-character-references','entity-amp':'named-character-references','entity-racute':'named-character-references','charset512':'common-microsyntaxes','dom-fieldset-type':'common-microsyntaxes','entity-DownLeftTeeVector':'named-character-references','attr-input-type-range-keyword':'common-microsyntaxes','dom-document-querycommandvalue':'dnd','live':'infrastructure','entity-vprop':'named-character-references','scriptTagParserResumes':'tree-construction','entity-shchcy':'named-character-references','dom-applet-object':'obsolete','entity-Scaron':'named-character-references','entity-Ropf':'named-character-references','closing-elements-that-have-implied-end-tags':'tree-construction','entity-LessGreater':'named-charater-references','entity-igrave':'named-character-references','entity-ecaron':'named-character-references','entity-Delta':'named-character-references','handler-onselect':'webappapis','htmlformcontrolscollection-0':'common-microsyntaxes','entity-ecolon':'named-character-references','entity-period':'named-character-references','img-inc':'common-microsyntaxes','htmlbuttonelement':'common-microsyntaxes','dom-frame-marginwidth':'obsolete','entity-UpperLeftArrow':'named-character-references','ready-for-editing-host-commands':'dnd','entity-KJcy':'named-character-references','context-menus':'common-microsyntaxes','parsing-main-inheadnoscript':'tree-construction','entity-RightArrow':'named-character-references','dom-texttrack-kind':'common-microsyntaxes','history-traversal':'history','entity-tilde':'named-character-references','entity-LessLess':'named-character-references','refsCOOKIES':'references','entity-lltri':'named-character-references','attr-tdth-rowspan':'common-microsyntaxes','entity-andslope':'named-charactr-references','the-form-element':'common-microsyntaxes','effective-script-origin':'origin-0','dom-basefont-face':'obsolete','dom-tdth-rowspan':'common-microsyntaxes','entity-NotSubset':'named-character-references','the-keygen-element':'common-microsyntaxes','entity-kfr':'named-character-references','parse-a-local-date-and-time-string':'common-microsyntaxes','entity-ndash':'named-character-references','entity-RightVector':'named-character-references','entity-Vdash':'named-character-references','entity-Iukcy':'named-character-references','entity-hstrok':'named-character-references','entity-NotLessSlantEqual':'named-character-references','forms':'common-microsyntaxes','window':'browsers','attr-object-data':'common-microsyntaxes','entity-subrarr':'named-character-references','entity-pr':'named-character-references','entity-pm':'named-character-references','form-controls':'rendering','entity-pi':'named-character-references','refsWCAG':'references','refsUTF8DET':'references','attr-media-muted':'common-microsyntaxs','entity-Tab':'named-character-references','dom-texttrack-off':'common-microsyntaxes','dom-font-color':'obsolete','entity-nvDash':'named-character-references','entity-Tau':'named-character-references','entity-dashv':'named-character-references','attr-track-default':'common-microsyntaxes','entity-nbumpe':'named-character-references','entity-empty':'named-character-references','entity-orv':'named-character-references','ready-to-be-parser-executed':'common-microsyntaxes','entity-ord':'named-character-references','attr-body-marginwidth':'obsolete','entity-Gcy':'named-character-references','attr-iframe-hspace':'obsolete','safe-passing-of-structured-data':'common-microsyntaxes','entity-demptyv':'named-character-references','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','target-element':'history','dependencies':'infrastructure','event-online':'offline','heading-content-0':'common-microsyntaxes','entity-ubreve':'named-character-references','entity-prsim':'named-character-references','dom-textarea-dirame':'common-microsyntaxes','reflect':'common-microsyntaxes','dom-progress-max':'common-microsyntaxes','entity-cirfnint':'named-character-references','dom-audiotrack-kind':'common-microsyntaxes','entity-UpDownArrow':'named-character-references','the-style-attribute':'common-microsyntaxes','entity-Dcy':'named-character-references','blink':'obsolete','entity-leftharpoondown':'named-character-references','domimplementation':'infrastructure','entity-udarr':'named-character-references','input-type-change':'common-microsyntaxes','script-data-escaped-less-than-sign-state':'tokenization','dropzone-processing-steps':'dnd','dom-tdth-height':'obsolete','dom-window-statusbar':'browsers','concept-table-advance':'common-microsyntaxes','event-mediacontroller-emptied':'common-microsyntaxes','event-handler-idl-attributes':'webappapis','limited-to-only-known-values':'common-microsyntaxes','entity-xlarr':'named-character-references','entity-boxdr':'named-character-references','entity-boxdl':'named-character-references','synta-charref':'syntax','entity-smeparsl':'named-character-references','semantics':'common-microsyntaxes','img-all':'common-microsyntaxes','entity-lhblk':'named-character-references','document.title':'common-microsyntaxes','entity-boxdR':'named-character-references','entity-ldsh':'named-character-references','syntax-cdata':'syntax','using-the-a-element-to-define-a-command':'common-microsyntaxes','refsRFC2237':'references','optional-tags':'syntax','entity-xutri':'named-character-references','entity-Wfr':'named-character-references','entity-xmap':'named-character-references','entity-ExponentialE':'named-character-references','entity-Mu':'named-character-references','concept-video-intrinsic-width':'common-microsyntaxes','handler-texttrack-onload':'common-microsyntaxes','converted-to-ascii-uppercase':'infrastructure','the-script-block-s-character-encoding':'common-microsyntaxes','entity-andv':'named-character-references','entity-rtimes':'named-character-references','entity-uml':'named-character-references','entity-yml':'named-character-references','entity-eDDot':'named-character-references','entity-ufisht':'named-character-references','the-bdo-element':'common-microsyntaxes','entity-succ':'named-character-references','algorithm-for-ending-a-row-group':'common-microsyntaxes','bgsound':'obsolete','entity-ddarr':'named-character-references','dom-command-type':'common-microsyntaxes','handler-window-onblur':'webappapis','dom-videotrack-language':'common-microsyntaxes','dom-mediaerror-media_err_src_not_supported':'common-microsyntaxes','htmlheadingelement':'common-microsyntaxes','entity-lsh':'named-character-references','dom-appcache-status':'offline','entity-gtrless':'named-character-references','attr-input-type':'common-microsyntaxes','parsing-main-intr':'tree-construction','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'common-microsyntaxes','entity-varr':'named-character-references','entity-half':'named-character-references','parsing-main-intd':'tree-construction','dom-datatransferitemlist-add':dnd','command-insertlinebreak':'dnd','entity-xcirc':'named-character-references','attr-map-name':'common-microsyntaxes','attributes-common-to-td-and-th-elements':'common-microsyntaxes','entity-imagline':'named-character-references','command-subscript':'dnd','entity-lvnE':'named-character-references','text-track':'common-microsyntaxes','dom-datalist-options':'common-microsyntaxes','row-header':'common-microsyntaxes','rules-for-parsing-non-negative-integers':'common-microsyntaxes','entity-ShortLeftArrow':'named-character-references','form-submission':'common-microsyntaxes','selector-valid':'common-microsyntaxes','content-type-sniffing:-image':'common-microsyntaxes','replacement-enabled':'history','joint-session-history':'history','entity-dcy':'named-character-references','dom-texttrack-cues':'common-microsyntaxes','entity-capdot':'named-character-references','attr-menu-compact':'obsolete','entity-Udblac':'named-character-references','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':common-microsyntaxes','entity-bsime':'named-character-references','ix-handler-onblur':'index','aborting-a-document-load':'history','the-script-settings-determined-from-the-node':'webappapis','the-command':'common-microsyntaxes','valid-date-or-time-string-in-content':'common-microsyntaxes','entity-NotRightTriangleEqual':'named-character-references','entity-downharpoonright':'named-character-references','entity-ecy':'named-character-references','external':'timers','entity-ecirc':'named-character-references','texttracklist':'common-microsyntaxes','entity-rightleftarrows':'named-character-references','script-s-document':'webappapis','image-button-state':'common-microsyntaxes','entity-tdot':'named-character-references','entity-xodot':'named-character-references','entity-lneq':'named-character-references','ix-handler-window-onload':'index','entity-leftarrowtail':'named-character-references','insertion-point':'parsing','the-application-cache-selection-algorithm':'offline','concept-input-value-string-date':'common-icrosyntaxes','entity-NotLessEqual':'named-character-references','media-controller-volume-multiplier':'common-microsyntaxes','entity-Racute':'named-character-references','document':'infrastructure','entity-nwnear':'named-character-references','links-created-by-a-and-area-elements':'common-microsyntaxes','dom-canvas-getcontext':'common-microsyntaxes','rules-for-parsing-a-hash-name-reference':'common-microsyntaxes','handler-mediacontroller-oncanplaythrough':'common-microsyntaxes','data-mining':'infrastructure','entity-zeetrf':'named-character-references','run-post-click-activation-steps':'common-microsyntaxes','the-rp-element':'common-microsyntaxes','handler-window-onhashchange':'webappapis','dom-mediacontroller-muted':'common-microsyntaxes','attr-command-checked':'common-microsyntaxes','attr-track-kind-keyword-subtitles':'common-microsyntaxes','entity-looparrowright':'named-character-references','the-li-element':'common-microsyntaxes','dom-a-coords':'obsolete','attr-hyperlink-hreflang':'common-microsyntaxes''dom-legend-align':'obsolete','parsing-main-inselect':'tree-construction','entity-Escr':'named-character-references','past-names-map':'common-microsyntaxes','entity-gsime':'named-character-references','entity-mid':'named-character-references','entity-gsiml':'named-character-references','the-input-element-as-domain-specific-widgets':'rendering','selector-ltr':'common-microsyntaxes','event-media-loadstart':'common-microsyntaxes','entity-luruhar':'named-character-references','htmltablecolelement':'common-microsyntaxes','dom-form-submit':'common-microsyntaxes','entity-Ffr':'named-character-references','concept-date':'common-microsyntaxes','restrictions-on-content-models-and-on-attribute-values':'introduction','networking-task-source':'webappapis','dom-history-pushstate':'history','the-dl-element':'common-microsyntaxes','exposed':'common-microsyntaxes','rel-sidebar-hyperlink':'common-microsyntaxes','lists-of-integers':'common-microsyntaxes','entity-hkswarow':'named-character-references','text-track-cue-start-tim':'common-microsyntaxes','entity-gnapprox':'named-character-references','entity-subsim':'named-character-references','entity-rharu':'named-character-references','entity-malt':'named-character-references','script-created-parser':'common-microsyntaxes','entity-GreaterTilde':'named-character-references','entity-rhard':'named-character-references','entity-male':'named-character-references','implicit-submission':'common-microsyntaxes','attr-textarea-required':'common-microsyntaxes','entity-DoubleRightArrow':'named-character-references','ready-for-post-load-tasks':'the-end','datatransferitemlist':'dnd','browsing-context-nested-through':'browsers','feed-the-parser':'the-xhtml-syntax','stack-of-open-elements':'parsing','entity-ulcrop':'named-character-references','entity-InvisibleComma':'named-character-references','entity-LeftRightArrow':'named-character-references','dom-input-stepup':'common-microsyntaxes','entity-Proportion':'named-character-references','dom-table-caption':'common-microsyntaxes','using-the-butto-element-to-define-a-command':'common-microsyntaxes','attr-optgroup-disabled':'common-microsyntaxes','entity-profline':'named-character-references','event-media-suspend':'common-microsyntaxes','attr-command-type-state-command':'common-microsyntaxes','event-media-stalled':'common-microsyntaxes','handler-ondrag':'webappapis','attr-input-autocomplete-on-state':'common-microsyntaxes','supported-property-indices':'infrastructure','entity-sdot':'named-character-references','entity-ffr':'named-character-references','dom-video-videowidth':'common-microsyntaxes','attr-table-rules':'obsolete','attr-img-align':'obsolete','the-legend-element':'common-microsyntaxes','dom-videotracklist-selectedindex':'common-microsyntaxes','entity-nsupset':'named-character-references','current-input-character':'parsing','dom-appcache-swapcache':'offline','dom-object-archive':'obsolete','forming-a-table':'common-microsyntaxes','entity-NotNestedLessLess':'named-character-references','text-track-cue-size':'common-microsyntaxes','dom-meter-alue':'common-microsyntaxes','prompt-to-unload-a-document':'history','dom-document-alinkcolor':'obsolete','dom-blur':'editing','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','entity-Intersection':'named-character-references','dom-track-default':'common-microsyntaxes','fire-waiting-when-waiting':'common-microsyntaxes','dom-media-playbackrate':'common-microsyntaxes','entity-varpropto':'named-character-references','entity-Ucirc':'named-character-references','entity-nVdash':'named-character-references','dom-datatransfer-effectallowed':'dnd','selector-default':'common-microsyntaxes','keywords-and-enumerated-attributes':'common-microsyntaxes','entity-LeftTriangleEqual':'named-character-references','attr-form-autocomplete-on-state':'common-microsyntaxes','dom-tdth-axis':'obsolete','entity-Zfr':'named-character-references','non-fatal-media-error':'common-microsyntaxes','entity-doteqdot':'named-character-references','the-input-stream':'parsing','table-encoding-overrides':'parsing','dom-valiitystate-valuemissing':'common-microsyntaxes','entity-copy':'named-character-references','pre-click-activation-steps':'common-microsyntaxes','entity-Sc':'named-character-references','command-inserthtml':'dnd','handler-window-onafterprint':'webappapis','entity-profalar':'named-character-references','sandboxed-navigation-browsing-context-flag':'common-microsyntaxes','ix-handler-onseeked':'index','dom-fieldset-disabled':'common-microsyntaxes','dom-area-type':'common-microsyntaxes','entity-oslash':'named-character-references','dom-cva-validity':'common-microsyntaxes','entity-rdca':'named-character-references','ascii-compatible-character-encoding':'infrastructure','entity-Yuml':'named-character-references','entity-barwed':'named-character-references','dom-location-resolveurl':'history','entity-bigwedge':'named-character-references','entity-EqualTilde':'named-character-references','dom-textarea-wrap':'common-microsyntaxes','table-script-bom':'common-microsyntaxes','timeout_err':'infrastructure','attr-track-kind-cptions':'common-microsyntaxes','dom-datatransfer-getdata':'dnd','attr-input-placeholder':'common-microsyntaxes','dom-based-xslt-1.0-processors':'common-microsyntaxes','concept-param-parameter':'common-microsyntaxes','entity-integers':'named-character-references','entity-dblac':'named-character-references','entity-xnis':'named-character-references','entity-ecir':'named-character-references','table-uda-examples':'common-microsyntaxes','entity-cuesc':'named-character-references','entity-ncap':'named-character-references','entity-NotLessTilde':'named-character-references','comment-state':'tokenization','entity-circledS':'named-character-references','entity-circledR':'named-character-references','entity-qprime':'named-character-references','entity-triplus':'named-character-references','entity-spar':'named-character-references','attr-tdth-valign':'obsolete','entity-Omega':'named-character-references','no-quirks-mode':'infrastructure','entity-nsubE':'named-character-references','suffering-from-a-custom-error':'comon-microsyntaxes','dom-option-tvd':'common-microsyntaxes','event-media-timeupdate':'common-microsyntaxes','entity-wopf':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements':'common-microsyntaxes','introduction-9':'rendering','introduction-8':'rendering','introduction-5':'webappapis','sections-and-headings':'rendering','introduction-7':'dnd','introduction-6':'editing','introduction-1':'common-microsyntaxes','introduction-0':'common-microsyntaxes','introduction-3':'common-microsyntaxes','introduction-2':'common-microsyntaxes','entity-Dcaron':'named-character-references','meta-charset-during-parse':'tree-construction','void-elements':'syntax','refsABNF':'references','drag-data-store-bitmap':'dnd','figcaption-as-alt-condition':'common-microsyntaxes','file-upload-state':'common-microsyntaxes','entity-grave':'named-character-references','history':'history','entity-sopf':'named-character-references','comment-start-dash-state':'tokenization','width-of-the-select-s-labels':'rendering','hyperlink-annotaton':'common-microsyntaxes','menus':'common-microsyntaxes','entity-Int':'named-character-references','misnested-tags:-b-p-b-p':'the-end','entity-uring':'named-character-references','stop-parsing':'the-end','entity-tprime':'named-character-references','sandboxed-seamless-iframes-flag':'common-microsyntaxes','allowed-to-navigate':'browsers','entity-ltri':'named-character-references','entity-thicksim':'named-character-references','entity-urtri':'named-character-references','the-input-element-as-a-range-control':'rendering','htmlaudioelement':'common-microsyntaxes','entity-upsilon':'named-character-references','entity-qopf':'named-character-references','attr-style-type':'common-microsyntaxes','entity-plusdo':'named-character-references','handler-tracklist-onchange':'common-microsyntaxes','dom-media-have_future_data':'common-microsyntaxes','entity-plusdu':'named-character-references','seek-the-media-controller':'common-microsyntaxes','associatedSection':'common-microsyntaxes','entity-EmptySmallSquare':'named-charcter-references','refsWIN1254':'references','refsWIN1252':'references','refsBOCU1':'references','entity-topcir':'named-character-references','conformance-requirements':'infrastructure','entity-dotplus':'named-character-references','dom-form-acceptcharset':'common-microsyntaxes','dom-select-size':'common-microsyntaxes','concept-option-label':'common-microsyntaxes','entity-larrbfs':'named-character-references','auxiliary-browsing-contexts':'browsers','entity-nlarr':'named-character-references','entity-And':'named-character-references','concept-fe-values':'common-microsyntaxes','entity-pfr':'named-character-references','concept-select-pick':'common-microsyntaxes','entity-equest':'named-character-references','entity-rsquor':'named-character-references','attr-param-name':'common-microsyntaxes','event':'infrastructure','handler-texttrackcue-onexit':'common-microsyntaxes','handler-onratechange':'webappapis','entity-natural':'named-character-references','initial-code-entry-point':'webappapis','task-queue':'webappaps','attr-img-src':'common-microsyntaxes','dom-fs-action':'common-microsyntaxes','fire-a-dnd-event':'dnd','windowtimers':'timers','expiring-application-caches':'offline','attr-table-frame':'obsolete','handler-onmouseover':'webappapis','entity-Ubrcy':'named-character-references','insert-a-foreign-element':'tree-construction','entity-npr':'named-character-references','ix-handler-window-onoffline':'index','dom-colgroup-span':'common-microsyntaxes','after-doctype-public-keyword-state':'tokenization','entity-mopf':'named-character-references','has-an-element-in-list-item-scope':'parsing','menus-intro':'common-microsyntaxes','limiting-user-input-length':'common-microsyntaxes','dom-texttrack-error':'common-microsyntaxes','entity-TScy':'named-character-references','entity-NotSquareSuperset':'named-character-references','entity-Lcaron':'named-character-references','pragma-directives':'common-microsyntaxes','entity-otilde':'named-character-references','entity-DotEqual':'named-character-references','entity-dsol':'namedcharacter-references','concept-input-value-default-range':'common-microsyntaxes','maps-to-the-pixel-length-property':'rendering','media-controllers':'common-microsyntaxes','unload-a-document':'history','entity-Rscr':'named-character-references','entity-ApplyFunction':'named-character-references','entity-cdot':'named-character-references','phrasing-content-1':'rendering','phrasing-content-0':'common-microsyntaxes','dom-uda-search':'common-microsyntaxes','htmlallcollection':'common-microsyntaxes','entity-LeftTeeVector':'named-character-references','dom-window-focus':'editing','entity-napos':'named-character-references','the-tr-element':'common-microsyntaxes','attributes-for-embedded-content-and-images':'rendering','entity-roarr':'named-character-references','entity-Kappa':'named-character-references','clear-the-stack-back-to-a-table-row-context':'tree-construction','htmlpreelement':'common-microsyntaxes','entity-oopf':'named-character-references','entity-scnsim':'named-character-references','the-draggable-attibute':'dnd','attr-body-text':'obsolete','attr-dir-auto-state':'common-microsyntaxes','entity-HilbertSpace':'named-character-references','attr-area-shape':'common-microsyntaxes','entity-nrarr':'named-character-references','concept-output-mode':'common-microsyntaxes','refsIANACHARSET':'references','entity-napE':'named-character-references','entity-AMP':'named-character-references','htmlvideoelement':'common-microsyntaxes','entity-nlArr':'named-character-references','entity-Oslash':'named-character-references','entity-Wscr':'named-character-references','the-xhtml-syntax':'the-xhtml-syntax','concept-n-script':'webappapis','entity-mho':'named-character-references','appropriate-form-encoding-algorithm':'common-microsyntaxes','entity-elinters':'named-character-references','global-attributes':'common-microsyntaxes','windowbase64':'webappapis','dom-frame-noresize':'obsolete','parse-a-month-component':'common-microsyntaxes','dom-select-nameditem':'common-microsyntaxes','entity-delta':'named-character-references','enity-iopf':'named-character-references','entity-TildeEqual':'named-character-references','attr-col-valign':'obsolete','handler-texttrackcue-onenter':'common-microsyntaxes','entity-LeftTeeArrow':'named-character-references','concept-fe-checked':'common-microsyntaxes','entity-vee':'named-character-references','attr-ol-start':'common-microsyntaxes','entity-preccurlyeq':'named-character-references','entity-angrtvb':'named-character-references','dom-font-size':'obsolete','dom-input-placeholder':'common-microsyntaxes','run-synthetic-click-activation-steps':'common-microsyntaxes','dom-body-alink':'obsolete','entity-ruluhar':'named-character-references','entity-SucceedsSlantEqual':'named-character-references','appropriate-end-tag-token':'tokenization','entity-nrArr':'named-character-references','dom-embed-src':'common-microsyntaxes','attr-menu-label':'common-microsyntaxes','htmltablerowelement':'common-microsyntaxes','value-sanitization-algorithm':'common-microsyntaxes','attr-input-hspace':'obsolete','htmlsourceelemnt':'common-microsyntaxes','entity-ominus':'named-character-references','entity-ccups':'named-character-references','collect-a-sequence-of-characters':'common-microsyntaxes','the-accesskey-attribute':'editing','value-track-kind-alternate':'common-microsyntaxes','text-level-semantics':'common-microsyntaxes','xmlns-namespace':'common-microsyntaxes','entity-Colone':'named-character-references','data-state':'tokenization','refsSELECTORS':'references','entity-LongLeftRightArrow':'named-character-references','entity-zigrarr':'named-character-references','concept-appcache-completeness':'offline','dom-script-charset':'common-microsyntaxes','attr-input-type-datetime-keyword':'common-microsyntaxes','dom-htmlallcollection-tags':'common-microsyntaxes','attr-embed-name':'obsolete','dom-alert':'timers','entity-nsqsube':'named-character-references','user-editing-actions':'editing','the-table-element':'common-microsyntaxes','entity-Star':'named-character-references','dimRendering':'rendering','entity-lbrace':'named-charactr-references','attr-media-preload-none':'common-microsyntaxes','entity-lbrack':'named-character-references','concept-meter-optimum':'common-microsyntaxes','entity-Umacr':'named-character-references','entity-olarr':'named-character-references','entity-rarrap':'named-character-references','entity-Longleftrightarrow':'named-character-references','entity-prod':'named-character-references','entity-prop':'named-character-references','entity-Assign':'named-character-references','entity-NotLessGreater':'named-character-references','htmlframeelement':'obsolete','entity-subdot':'named-character-references','entity-GreaterFullEqual':'named-character-references','entity-trpezium':'named-character-references','drag-data-store-allowed-effects-state':'dnd','entity-complexes':'named-character-references','attr-track-kind-metadata':'common-microsyntaxes','entity-boxbox':'named-character-references','attr-ol-type-keyword-lower-alpha':'common-microsyntaxes','syntax-tags':'syntax','entity-oast':'named-character-references','enity-xoplus':'named-character-references','entity-Jfr':'named-character-references','entity-succeq':'named-character-references','the-id-attribute':'common-microsyntaxes','media-controller-position':'common-microsyntaxes','introduction-4':'offline','entity-lEg':'named-character-references','entity-triminus':'named-character-references','entity-perp':'named-character-references','script-data-double-escaped-state':'tokenization','ix-handler-window-onerror':'index','dom-a-protocol':'common-microsyntaxes','terminology':'infrastructure','dom-table-tfoot':'common-microsyntaxes','refsRFC1468':'references','entity-acy':'named-character-references','entity-acd':'named-character-references','form-control-dirname-attribute':'common-microsyntaxes','entity-suphsub':'named-character-references','dom-fs-formaction':'common-microsyntaxes','dom-navigator-registercontenthandler':'timers','script-processing-src-sync':'common-microsyntaxes','ix-event-handlers':'index','entity-rotimes':'named-character-references','dom-input-valeasnumber':'common-microsyntaxes','dom-legend-form':'common-microsyntaxes','overlong-form':'infrastructure','entity-acE':'named-character-references','entity-Hstrok':'named-character-references','entity-icirc':'named-character-references','entity-ReverseElement':'named-character-references','dom-col-align':'obsolete','dom-table-deletecaption':'common-microsyntaxes','handler-appcache-onnoupdate':'offline','handler-mediacontroller-onpause':'common-microsyntaxes','attr-iframe-src':'common-microsyntaxes','entity-RightDoubleBracket':'named-character-references','entity-beth':'named-character-references','command-facet-accesskey':'common-microsyntaxes','entity-esim':'named-character-references','security-and-privacy':'timers','entity-beta':'named-character-references','attr-fs-method-get-keyword':'common-microsyntaxes','entity-plankv':'named-character-references','entity-hookrightarrow':'named-character-references','entity-jfr':'named-character-references','location-of-the-media-resource':'common-microsyntaxes','om-link-charset':'obsolete','parser-pause-flag':'parsing','container-frame-element':'rendering','alphanumeric-ascii-characters':'common-microsyntaxes','dom-pre-width':'obsolete','dom-option':'common-microsyntaxes','entity-zeta':'named-character-references','the-h6-element':'common-microsyntaxes','document-metadata':'common-microsyntaxes','refsCOMPUTABLE':'references','dom-audiotracklist-gettrackbyid':'common-microsyntaxes','entity-rppolint':'named-character-references','document.writeln':'common-microsyntaxes','entity-vBarv':'named-character-references','ix-handler-onsubmit':'index','entity-uwangle':'named-character-references','entity-GreaterSlantEqual':'named-character-references','dom-iframe-scrolling':'obsolete','rules-for-serializing-simple-color-values':'common-microsyntaxes','attr-command-type':'common-microsyntaxes','event-appcache-noupdate':'offline','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'common-microsyntaxes','non-negative-integers':'common-icrosyntaxes','text-track-mode':'common-microsyntaxes','syntax-attribute-name':'syntax','dom-validitystate-patternmismatch':'common-microsyntaxes','svg':'common-microsyntaxes','drag-data-store-hot-spot-coordinate':'dnd','entity-fjlig':'named-character-references','attr-embed-hspace':'obsolete','entity-NotGreater':'named-character-references','cors-settings-attributes':'common-microsyntaxes','entity-napid':'named-character-references','the-meter-element':'common-microsyntaxes','concept-week':'common-microsyntaxes','dom-fe-disabled':'common-microsyntaxes','entity-lang':'named-character-references','valid-url':'common-microsyntaxes','dom-texttrackcue-track':'common-microsyntaxes','entity-NotGreaterLess':'named-character-references','entity-NegativeThickSpace':'named-character-references','entity-boxminus':'named-character-references','before-attribute-value-state':'tokenization','event-appcache-updateready':'offline','the-sub-element':'common-microsyntaxes','entity-cirscir':'named-character-references','dom-tetarea-required':'common-microsyntaxes','unloading-documents':'history','entity-Itilde':'named-character-references','attr-embed-src':'common-microsyntaxes','script-execution-environment':'webappapis','entity-Vfr':'named-character-references','event-definition':'history','stall-timeout':'common-microsyntaxes','attr-ol-reversed':'common-microsyntaxes','valid-mime-type':'infrastructure','entity-wedgeq':'named-character-references','entity-sqcups':'named-character-references','script-data-escape-start-dash-state':'tokenization','entity-LeftUpVectorBar':'named-character-references','dom-node-childnodes':'infrastructure','entity-DoubleDot':'named-character-references','domsettabletokenlist':'infrastructure','entity-Yacute':'named-character-references','dom-input-value-value':'common-microsyntaxes','fatal-decode-error':'common-microsyntaxes','the-constraint-validation-api':'common-microsyntaxes','link-type-pingback':'common-microsyntaxes','table-http-equiv':'common-microsyntaxes','the-hr-element':'common-microsyntxes','dom-self':'browsers','sandboxed-automatic-features-browsing-context-flag':'common-microsyntaxes','entity-NotEqual':'named-character-references','dom-history-back':'history','entity-eplus':'named-character-references','handler-onloadedmetadata':'webappapis','entity-hoarr':'named-character-references','entity-there4':'named-character-references','htmlmeterelement':'common-microsyntaxes','noframes':'obsolete','dom-marquee-bgcolor':'obsolete','entity-SquareSubsetEqual':'named-character-references','entity-laquo':'named-character-references','entity-Lcy':'named-character-references','entity-natur':'named-character-references','refsX690':'references','extracting-encodings-from-meta-elements':'common-microsyntaxes','entity-Cap':'named-character-references','delay-the-load-event':'the-end','dom-area-shape':'common-microsyntaxes','attr-img-vspace':'obsolete','entity-LeftArrowBar':'named-character-references','entity-nRightarrow':'named-character-references','number-of-days-in-month-month-of-year-year':'common-icrosyntaxes','entity-UpArrowDownArrow':'named-character-references','default-button':'common-microsyntaxes','concept-select-toggle':'common-microsyntaxes','links':'common-microsyntaxes','refsDOMEVENTS':'references','refsARIA':'references','a-style-sheet-that-is-blocking-scripts':'common-microsyntaxes','attr-meta-http-equiv':'common-microsyntaxes','htmldatalistelement':'common-microsyntaxes','dom-input-stepdown':'common-microsyntaxes','entity-subset':'named-character-references','dom-appcache-obsolete':'offline','refsISO8601':'references','entity-ouml':'named-character-references','concept-appcache-init':'offline','event-appcache-obsolete':'offline','focus-management':'editing','attr-img-alt':'common-microsyntaxes','cors-settings-attribute':'common-microsyntaxes','dom-command-ro-commandlabel':'common-microsyntaxes','entity-boxhD':'named-character-references','dom-object-declare':'obsolete','entity-ntrianglerighteq':'named-character-references','entity-Nacute':'named-character-references','entity-uHar':'name-character-references','dom-location-hostname':'history','pending-parsing-blocking-script':'common-microsyntaxes','send-a-signal':'offline','entity-DownRightVectorBar':'named-character-references','entity-OpenCurlyQuote':'named-character-references','coercing-an-html-dom-into-an-infoset':'the-end','htmlinputelement':'common-microsyntaxes','dom-output-htmlfor':'common-microsyntaxes','handler-marquee-onstart':'obsolete','entity-dstrok':'named-character-references','media-controller-mute-override':'common-microsyntaxes','script-processing-inline':'common-microsyntaxes','entity-boxVR':'named-character-references','entity-deg':'named-character-references','abort-a-document':'history','attr-select-required':'common-microsyntaxes','dom-document-images':'common-microsyntaxes','activation-behavior':'common-microsyntaxes','entity-boxVL':'named-character-references','dom-source-type':'common-microsyntaxes','entity-boxVH':'named-character-references','entity-kgreen':'named-character-references','entity-boxVr':'named-chracter-references','text-0':'syntax','concept-appcache-manifest':'offline','dom-tdth-choff':'obsolete','entity-boxVl':'named-character-references','entity-boxVh':'named-character-references','entity-LeftFloor':'named-character-references','contenteditable-delete':'editing','entity-asymp':'named-character-references','the-input-element-as-a-color-well':'rendering','htmlfontelement':'obsolete','dom-embed-name':'obsolete','conformance-classes':'infrastructure','special':'parsing','dom-media-network_no_source':'common-microsyntaxes','entity-NewLine':'named-character-references','most-recently-reported-playback-state':'common-microsyntaxes','concept-meter-low':'common-microsyntaxes','entity-smile':'named-character-references','handler-onerror':'webappapis','entity-scy':'named-character-references','secondary-browsing-context':'browsers','character-reference-in-data-state':'tokenization','entity-eqcolon':'named-character-references','link-type-external':'common-microsyntaxes','entity-sce':'named-character-referenes','attr-a-methods':'obsolete','entity-hksearow':'named-character-references','times':'common-microsyntaxes','paused-for-user-interaction':'common-microsyntaxes','dom-document-links':'common-microsyntaxes','entity-Precedes':'named-character-references','concept-input-max-default':'common-microsyntaxes','htmlbasefontelement':'obsolete','entity-scE':'named-character-references','attr-script-for':'obsolete','refsABOUT':'references','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','entity-Zdot':'named-character-references','concept-row-group':'common-microsyntaxes','entity-Ufr':'named-character-references','concept-spellcheck-default-true':'editing','dom-canvas-toblob':'common-microsyntaxes','sectioning-content-0':'common-microsyntaxes','dom-datatransferitem-getasstring':'dnd','selector-required':'common-microsyntaxes','entity-tshcy':'named-character-references','dom-ol-type':'common-microsyntaxes','resolve-a-url':'common-microsyntaxes','dom-datatransfer-setdragimage':'dnd','lists':'rendring','dom-input-dirname':'common-microsyntaxes','contenteditable-br':'editing','htmlallcollection-0':'common-microsyntaxes','dom-input-src':'common-microsyntaxes','entity-ulcorn':'named-character-references','dom-canvas-height':'common-microsyntaxes','dom-audiotrack-enabled':'common-microsyntaxes','htmlmediaelement':'common-microsyntaxes','entity-UpArrow':'named-character-references','entity-Beta':'named-character-references','attr-object-hspace':'obsolete','attr-input-type-search-keyword':'common-microsyntaxes','entity-isindot':'named-character-references','attr-fe-name-charset':'common-microsyntaxes','script-processing-empty':'common-microsyntaxes','definitions':'common-microsyntaxes','ix-handler-oncanplaythrough':'index','htmlcanvaselement':'common-microsyntaxes','handler-window-onunload':'webappapis','url':'common-microsyntaxes','valid-date-or-time-string':'common-microsyntaxes','entity-lurdshar':'named-character-references','entity-ogt':'named-character-references','dom-tr-choff':'obsolete','attr-timedatetime':'common-microsyntaxes','the-body-element-0':'common-microsyntaxes','entity-DownArrowBar':'named-character-references','entity-parsl':'named-character-references','entity-kcy':'named-character-references','attr-dfn-title':'common-microsyntaxes','entity-xi':'named-character-references','dom-document-vlinkcolor':'obsolete','entity-eqsim':'named-character-references','entity-angrtvbd':'named-character-references','comma-separated-tokens':'common-microsyntaxes','entity-Coproduct':'named-character-references','entity-maltese':'named-character-references','entity-smallsetminus':'named-character-references','entity-rarrw':'named-character-references','entity-GreaterEqualLess':'named-character-references','the-kbd-element':'common-microsyntaxes','entity-rarrc':'named-character-references','entity-rarrb':'named-character-references','entity-succnapprox':'named-character-references','entity-lnE':'named-character-references','resource-sharing-check':'infrastructure','entity-rightrightarrows':'named-character-eferences','entity-reals':'named-character-references','dom-dim-height':'common-microsyntaxes','refsOPENSEARCH':'references','entity-lne':'named-character-references','dom-a-host':'common-microsyntaxes','entity-Laplacetrf':'named-character-references','ix-handler-window-onhashchange':'index','the-tfoot-element':'common-microsyntaxes','entity-clubsuit':'named-character-references','basefont':'obsolete','entity-diamondsuit':'named-character-references','flow-content':'common-microsyntaxes','handler-window-onerror':'webappapis','entity-exponentiale':'named-character-references','dom-tbody-deleterow':'common-microsyntaxes','attr-body-marginright':'obsolete','handler-mediacontroller-onratechange':'common-microsyntaxes','process-the-iframe-attributes':'common-microsyntaxes','entity-flat':'named-character-references','bidirectional-algorithm-formatting-character-ranges':'common-microsyntaxes','entity-lesdoto':'named-character-references','entity-bdquo':'named-character-references','entity-easter':'named-character-eferences','entity-divideontimes':'named-character-references','past-pseudo-class':'rendering','entity-ntlg':'named-character-references','entity-NotHumpDownHump':'named-character-references','dom-draggable':'dnd','entity-DiacriticalTilde':'named-character-references','selector-visited':'common-microsyntaxes','attr-col-width':'obsolete','entity-iota':'named-character-references','img-yes':'common-microsyntaxes','dom-style-type':'common-microsyntaxes','entity-NotNestedGreaterGreater':'named-character-references','the-hr-element-0':'rendering','dom-mediacontroller-playbackrate':'common-microsyntaxes','entity-diam':'named-character-references','entity-mnplus':'named-character-references','nested-browsing-contexts':'browsers','dom-hashchangeevent-newurl':'history','entity-NotLeftTriangleBar':'named-character-references','entity-Omicron':'named-character-references','adjust-foreign-attributes':'tree-construction','attr-media-autoplay':'common-microsyntaxes','entity-eth':'named-character-references','entity-eta':named-character-references','named-character-references':'named-character-references','handler-window-ononline':'webappapis','other-pragma-directives':'common-microsyntaxes','htmlformcontrolscollection':'common-microsyntaxes','entity-Tilde':'named-character-references','entity-ReverseEquilibrium':'named-character-references','entity-iprod':'named-character-references','drag-data-store':'dnd','attr-tdth-nowrap':'obsolete','the-section-element':'common-microsyntaxes','the-drag-data-store':'dnd','attribute-s-serialized-name':'the-end','attr-input-autocomplete-off-state':'common-microsyntaxes','attr-fs-enctype-text':'common-microsyntaxes','entity-nsmid':'named-character-references','entity-xdtri':'named-character-references','handler-onmousedown':'webappapis','attr-link-hreflang':'common-microsyntaxes','concept-dnd-ro':'dnd','concept-dnd-rw':'dnd','getting-media-metadata':'common-microsyntaxes','dom-col-choff':'obsolete','dom-a-target':'common-microsyntaxes','entity-cfr':'named-character-references','concept-eror-handled':'webappapis','entity-iiota':'named-character-references','empty-cell':'common-microsyntaxes','entity-weierp':'named-character-references','attr-input-pattern':'common-microsyntaxes','entity-plustwo':'named-character-references','concept-input-list':'common-microsyntaxes','dom-p-align':'obsolete','attr-link-rel':'common-microsyntaxes','synchronising-multiple-media-elements':'common-microsyntaxes','dom-tdth-nowrap':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','drag-and-drop-processing-model':'dnd','attr-datafld':'obsolete','entity-simdot':'named-character-references','the-input-element-as-a-checkbox-and-radio-button-widgets':'rendering','dom-meta-httpequiv':'common-microsyntaxes','current-drag-operation':'dnd','the-small-element':'common-microsyntaxes','command-facet-icon':'common-microsyntaxes','refsEUCJP':'references','entity-rbarr':'named-character-references','ix-handler-onselect':'index','attr-tdth-axis':'obsolete','navigatorid':'timers','authors-using-html':'iaa','entity-yopf':'named-character-references','script-s-global-object':'webappapis','entity-percnt':'named-character-references','dom-iscontenteditable':'editing','dom-datatransfer-types':'dnd','pagetransitionevent':'history','home-subtree':'infrastructure','entity-cent':'named-character-references','entity-loplus':'named-character-references','dom-windowmodal-dialogarguments':'timers','barprop':'browsers','entity-dzigrarr':'named-character-references','already-started':'common-microsyntaxes','entity-PartialD':'named-character-references','jump-to-a-code-entry-point':'webappapis','entity-ascr':'named-character-references','entity-curlywedge':'named-character-references','handler-oncanplaythrough':'webappapis','attr-legend-align':'obsolete','source-browsing-context':'history','entity-Qopf':'named-character-references','dom-input-value-filename':'common-microsyntaxes','the-stack-of-open-elements':'parsing','entity-ccaps':'named-character-references','entity-lessdot':'named-character-references','event-mediacotroller-canplaythrough':'common-microsyntaxes','entity-upuparrows':'named-character-references','cdata-rcdata-restrictions':'syntax','entity-FilledVerySmallSquare':'named-character-references','attribute-name-state':'tokenization','dom-tdth-cellindex':'common-microsyntaxes','entity-Wopf':'named-character-references','security-nav':'browsers','entity-YIcy':'named-character-references','entity-Ofr':'named-character-references','navigate-fragid-step':'history','dom-keygen-type':'common-microsyntaxes','htmllabelelement':'common-microsyntaxes','start-tags':'syntax','comment-end-dash-state':'tokenization','content-categories':'common-microsyntaxes','parsing-main-incolgroup':'tree-construction','the-optgroup-element':'common-microsyntaxes','concept-select-option-list':'common-microsyntaxes','refsRFC1557':'references','dom-cva-willvalidate':'common-microsyntaxes','handler-mediacontroller-ondurationchange':'common-microsyntaxes','the-history-interface':'history','htmlfieldsetelement':'common-microsyntaxes','entity-agsph':'named-character-references','entity-circledcirc':'named-character-references','entity-Sopf':'named-character-references','scriptTag':'tree-construction','entity-spadesuit':'named-character-references','hierarchical-url':'common-microsyntaxes','dom-area-rel':'common-microsyntaxes','attr-fs-enctype-urlencoded':'common-microsyntaxes','paused-media-controller':'common-microsyntaxes','entity-DownLeftVectorBar':'named-character-references','strip-leading-and-trailing-whitespace':'common-microsyntaxes','rcdata-end-tag-name-state':'tokenization','activation':'editing','header-and-data-cell-semantics':'common-microsyntaxes','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'common-microsyntaxes','dom-form-item':'common-microsyntaxes','entity-hslash':'named-character-references','entity-wedge':'named-character-references','dom-tr-sectionrowindex':'common-microsyntaxes','entity-backepsilon':'named-character-references','a-graphical-representation-of-some-of-the-surrounding-text':'common-micosyntaxes','entity-Pcy':'named-character-references','entity-Hscr':'named-character-references','entity-iecy':'named-character-references','attr-meta-http-equiv-content-language':'common-microsyntaxes','entity-models':'named-character-references','unicode-character':'infrastructure','dom-a-text':'common-microsyntaxes','attr-input-type-button-keyword':'common-microsyntaxes','dom-select-type':'common-microsyntaxes','valid-mime-type-with-no-parameters':'infrastructure','entity-nleqslant':'named-character-references','parse-error':'parsing','dom-marquee-stop':'obsolete','entity-andand':'named-character-references','entity-ngeqslant':'named-character-references','quirks-mode':'infrastructure','character-encodings-0':'parsing','attr-link-href':'common-microsyntaxes','entity-laemptyv':'named-character-references','concept-encoding-confidence':'parsing','entity-tritime':'named-character-references','entity-lmoustache':'named-character-references','script-data-state':'tokenization','entity-ufr':'named-character-refeences','cors-same-origin':'common-microsyntaxes','split-a-string-on-commas':'common-microsyntaxes','entity-isinE':'named-character-references','entity-Cdot':'named-character-references','dom-applet-code':'obsolete','attr-object-align':'obsolete','html-mime-type':'infrastructure','entity-isins':'named-character-references','dom-form-reset':'common-microsyntaxes','entity-smid':'named-character-references','browsing-the-web':'history','text-track-showing':'common-microsyntaxes','entity-larr':'named-character-references','entity-bigoplus':'named-character-references','entity-neArr':'named-character-references','ix-handler-onloadedmetadata':'index','dom-barprop-visible':'browsers','dom-media-paused':'common-microsyntaxes','handler-mediacontroller-onwaiting':'common-microsyntaxes','entity-Gammad':'named-character-references','the-img-element':'common-microsyntaxes','entity-csupe':'named-character-references','entity-Ecirc':'named-character-references','attr-meta-http-equiv-refresh':'common-microsyntaxes','text-plin-encoding-algorithm':'common-microsyntaxes','dom-input-min':'common-microsyntaxes','entity-mfr':'named-character-references','entity-LeftArrowRightArrow':'named-character-references','attr-form-autocomplete-off-state':'common-microsyntaxes','found-a-media-resource-specific-timed-track':'common-microsyntaxes','syntax-attributes':'syntax','command-facet-checkedstate':'common-microsyntaxes','entity-subseteq':'named-character-references','text-track-kind':'common-microsyntaxes','concept-dnd-p':'dnd','dom-document-writeln':'common-microsyntaxes','entity-epsilon':'named-character-references','the-details-element':'common-microsyntaxes','plaintext-state':'tokenization','entity-varsupsetneq':'named-character-references','element-content-categories':'index','parsing-cache-manifests':'offline','poster-frame':'common-microsyntaxes','refsWHATWGWIKI':'references','entity-xcap':'named-character-references','hasfeature':'common-microsyntaxes','attributes-0':'syntax','attributes-1':'index','handler-onmouseout':'webappapi','concept-input-min':'common-microsyntaxes','entity-vcy':'named-character-references','most-recently-reported-readiness-state':'common-microsyntaxes','entity-LeftArrow':'named-character-references','attr-marquee-behavior-scroll':'obsolete','weeks':'common-microsyntaxes','handler-mediacontroller-onemptied':'common-microsyntaxes','dom-document-nameditem':'common-microsyntaxes','entity-simg':'named-character-references','entity-sime':'named-character-references','entity-scnap':'named-character-references','entity-siml':'named-character-references','resulting-autocompletion-state':'common-microsyntaxes','attr-fieldset-disabled':'common-microsyntaxes','dom-form-length':'common-microsyntaxes','the-u-element':'common-microsyntaxes','handler-window-onmessage':'webappapis','entity-planckh':'named-character-references','command-insertorderedlist':'dnd','attr-object-type':'common-microsyntaxes','the-input-element-as-a-text-entry-widget':'rendering','entity-nsucceq':'named-character-references','attr-ol-type':'common-icrosyntaxes','htmlhrelement':'common-microsyntaxes','command-insertparagraph':'dnd','generic-task-sources':'webappapis','dom-input-readonly':'common-microsyntaxes','entity-dotminus':'named-character-references','default-media':'common-microsyntaxes','dom-area-search':'common-microsyntaxes','attr-link-urn':'obsolete','html-elements':'infrastructure','refsRFC2388':'references','dom-frame-longdesc':'obsolete','the-insertion-mode':'parsing','entity-lotimes':'named-character-references','attr-media-preload-none-state':'common-microsyntaxes','submitting-element-directionality':'common-microsyntaxes','concept-meter-maximum':'common-microsyntaxes','script-processing-defer':'common-microsyntaxes','entity-orarr':'named-character-references','the-input-element':'common-microsyntaxes','valid-global-date-and-time-string':'common-microsyntaxes','the-initial-insertion-mode':'tree-construction','entity-acute':'named-character-references','dom-track-srclang':'common-microsyntaxes','entity-prime':'named-character-references,'attr-media-controls':'common-microsyntaxes','htmlmetaelement':'common-microsyntaxes','dom-location-hash':'history','entity-omid':'named-character-references','entity-div':'named-character-references','attr-fe-autofocus':'common-microsyntaxes','entity-prec':'named-character-references','entity-dArr':'named-character-references','dom-marquee-scrollamount':'obsolete','entity-die':'named-character-references','entity-LowerLeftArrow':'named-character-references','parse-a-manifest':'offline','entity-plusacir':'named-character-references','dom-textarea-maxlength':'common-microsyntaxes','entity-nscr':'named-character-references','concept-dropzone-operation':'dnd','entity-Yopf':'named-character-references','attr-button-value':'common-microsyntaxes','entity-nsce':'named-character-references','script-processing-noscript':'common-microsyntaxes','read-image':'history','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','video-object-fit':'rendering','attr-object-name':'common-microsyntaxes','event-efinitions':'history','entity-THORN':'named-character-references','fetching-resources':'common-microsyntaxes','entity-iscr':'named-character-references','entity-mapstodown':'named-character-references','dom-document-fgcolor':'obsolete','concept-time-timezone':'common-microsyntaxes','dom-domstringmap-setitem':'common-microsyntaxes','dom':'common-microsyntaxes','consumed':'parsing','entity-epsi':'named-character-references','dom-optgroup-label':'common-microsyntaxes','entity-sqsupe':'named-character-references','frame-border-color':'rendering','handler-onabort':'webappapis','entity-nesim':'named-character-references','entity-varsupsetneqq':'named-character-references','syntax':'syntax','handler-onreset':'webappapis','dom-fieldset-elements':'common-microsyntaxes','entity-Iacute':'named-character-references','entity-llhard':'named-character-references','script-s-base-url':'webappapis','entity-Exists':'named-character-references','mathml-namespace':'common-microsyntaxes','entity-LessEqualGreater':'named-characte-references','print-when-loaded':'timers','entity-GJcy':'named-character-references','event-media-canplay':'common-microsyntaxes','entity-CapitalDifferentialD':'named-character-references','entity-bkarow':'named-character-references','event-mediacontroller-loadedmetadata':'common-microsyntaxes','selector-enabled':'common-microsyntaxes','dom-windowtimers-cleartimeout':'timers','entity-Esim':'named-character-references','form-submission-0':'common-microsyntaxes','entity-bcong':'named-character-references','texttrackcue':'common-microsyntaxes','refsRFC5724':'references','dom-texttrackcue-direction':'common-microsyntaxes','entity-boxur':'named-character-references','entity-quatint':'named-character-references','dom-basefont-color':'obsolete','handler-onloadeddata':'webappapis','entity-boxul':'named-character-references','dom-location-assign':'history','entity-boxuR':'named-character-references','overview-of-the-parsing-model':'parsing','dom-dragevent-datatransfer':'dnd','dom-option-defaultselected':'common-micrsyntaxes','urls':'common-microsyntaxes','the-select-element-0':'rendering','entity-mapstoleft':'named-character-references','entity-ocy':'named-character-references','dom-texttrackcue-getcueashtml':'common-microsyntaxes','attr-input-maxlength':'common-microsyntaxes','entity-ropar':'named-character-references','attr-input-min':'common-microsyntaxes','attr-input-type-url-keyword':'common-microsyntaxes','entity-longleftarrow':'named-character-references','htmlembedelement':'common-microsyntaxes','entity-Poincareplane':'named-character-references','handler-window-onredo':'webappapis','dom-map-areas':'common-microsyntaxes','attr-crossorigin-use-credentials':'common-microsyntaxes','character-encoding-declaration':'common-microsyntaxes','entity-gnap':'named-character-references','concept-uda-setter':'common-microsyntaxes','entity-Square':'named-character-references','entity-nvlArr':'named-character-references','date-state':'common-microsyntaxes','entity-lcedil':'named-character-references','best-practices-for-authrs-using-media-elements':'common-microsyntaxes','dom-dir-compact':'obsolete','entity-odsold':'named-character-references','attr-input-type-text-keyword':'common-microsyntaxes','the-source-element':'common-microsyntaxes','browsing-context-name':'browsers','receives-a-set-cookie-string':'infrastructure','command-delete':'dnd','attr-form-accept-charset':'common-microsyntaxes','entity-rAarr':'named-character-references','entity-NotSucceeds':'named-character-references','attr-link-charset':'obsolete','entity-Uopf':'named-character-references','dom-element-tagname':'infrastructure','entity-RightTriangleBar':'named-character-references','entity-downarrow':'named-character-references','table-descriptions-techniques':'common-microsyntaxes','entity-submult':'named-character-references','value-track-kind-none':'common-microsyntaxes','entity-NotRightTriangleBar':'named-character-references','entity-late':'named-character-references','entity-Zeta':'named-character-references','ix-handler-onplay':'index','the-status-bar-arprop-object':'browsers','entity-xrarr':'named-character-references','entity-cwconint':'named-character-references','entity-rightharpoonup':'named-character-references','mutabletexttrack':'common-microsyntaxes','credential-flag':'infrastructure','attr-input-type-image-keyword':'common-microsyntaxes','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'common-microsyntaxes','attr-ol-type-state-decimal':'common-microsyntaxes','htmltimeelement':'common-microsyntaxes','dom-appcache-idle':'offline','attribute-text':'common-microsyntaxes','dom-radionodelist-value':'common-microsyntaxes','attr-fe-name-isindex':'common-microsyntaxes','dom-history':'history','entity-iogon':'named-character-references','entity-curarr':'named-character-references','canceled-activation-steps':'common-microsyntaxes','event-dragover':'dnd','background':'introduction','htmlobjectelement':'common-microsyntaxes','security-document':'common-microsyntaxes','dom-media-currenttime':'common-microsyntaxes','entity-gnsim':'namedcharacter-references','entity-larrfs':'named-character-references','dom-table-createcaption':'common-microsyntaxes','entity-Map':'named-character-references','domstringmap-0':'common-microsyntaxes','css-extensions':'rendering','entity-cups':'named-character-references','application-x-www-form-urlencoded':'iana','paragraphs':'common-microsyntaxes','the-textarea-element-0':'rendering','entity-twoheadrightarrow':'named-character-references','phrasing-content':'common-microsyntaxes','entity-scap':'named-character-references','attr-meter-min':'common-microsyntaxes','attr-command-disabled':'common-microsyntaxes','entity-quot':'named-character-references','entity-Lang':'named-character-references','handler-ondblclick':'webappapis','entity-Dot':'named-character-references','dom-option-disabled':'common-microsyntaxes','entity-vzigzag':'named-character-references','encoding-sniffing-algorithm':'parsing','dom-tr-cells':'common-microsyntaxes','reflecting-content-attributes-in-idl-attributes':'common-microsyntaxes','paring':'parsing','entity-Darr':'named-character-references','attr-param-type':'obsolete','dom-input-checked':'common-microsyntaxes','entity-Rcedil':'named-character-references','negative-tabindex':'editing','handler-mediacontroller-onended':'common-microsyntaxes','dom-document-createelementns':'infrastructure','strip-line-breaks':'common-microsyntaxes','entity-andd':'named-character-references','dom-cva-checkvalidatity':'common-microsyntaxes','entity-roplus':'named-character-references','entity-nsubseteq':'named-character-references','entity-gjcy':'named-character-references','concept-input-value-number-string':'common-microsyntaxes','entity-ETH':'named-character-references','entity-Sfr':'named-character-references','editing-host':'editing','script-data-double-escaped-dash-state':'tokenization','entity-dot':'named-character-references','attr-spellcheck':'editing','attr-a-charset':'obsolete','dom-br-clear':'obsolete','concept-datetime':'common-microsyntaxes','a-group-of-images-that-form-a-single-larger-picturewith-links':'common-microsyntaxes','command-italic':'dnd','text-track-hidden':'common-microsyntaxes','hardwareLimitations':'infrastructure','entity-nisd':'named-character-references','attr-textarea-placeholder':'common-microsyntaxes','event-input-change':'common-microsyntaxes','entity-ac':'named-character-references','entity-af':'named-character-references','dom-textarea-defaultvalue':'common-microsyntaxes','local-dates-and-times':'common-microsyntaxes','editors':'infrastructure','media-timeline':'common-microsyntaxes','entity-ap':'named-character-references','entity-yacute':'named-character-references','htmlselectelement':'common-microsyntaxes','entity-ovbar':'named-character-references','entity-Ouml':'named-character-references','concept-http-equivalent-get':'common-microsyntaxes','xml-namespace':'common-microsyntaxes','placeholder-label-option':'common-microsyntaxes','dir':'obsolete','entity-DownLeftVector':'named-character-references','attr-dataformatas':'obsolete','the-keygen-element-0':'rendering','do-document-hasfocus':'editing','entity-Vee':'named-character-references','entity-ngeqq':'named-character-references','rules-for-updating-the-display-of-webvtt-text-tracks':'rendering','entity-bump':'named-character-references','entity-rang':'named-character-references','attr-param-value':'common-microsyntaxes','syntax_err':'infrastructure','command-selectall':'dnd','character-reference-in-rcdata-state':'tokenization','entity-Kcy':'named-character-references','entity-Alpha':'named-character-references','handler-oninvalid':'webappapis','entity-planck':'named-character-references','align-descendants':'rendering','html-parser':'parsing','changing-the-encoding-while-parsing':'parsing','set-of-space-separated-tokens':'common-microsyntaxes','iana':'iana','entity-circlearrowright':'named-character-references','refsRFC2483':'references','dom-uda-hostname':'common-microsyntaxes','entity-ssmile':'named-character-references','attr-meta-http-equiv-set-cookie':'common-microsyntaxes','entity-measuredangle':'named-characterreferences','attr-object-standby':'obsolete','mouseevent':'infrastructure','attr-mod-datetime':'common-microsyntaxes','entity-pluscir':'named-character-references','parse-a-time-string':'common-microsyntaxes','after-doctype-system-keyword-state':'tokenization','the-pattern-attribute':'common-microsyntaxes','content-type-sniffing:-text-or-binary':'common-microsyntaxes','report-the-error':'webappapis','parsing-main-incaption':'tree-construction','concept-input-step-default-base':'common-microsyntaxes','entity-cscr':'named-character-references','dom-area-target':'common-microsyntaxes','attr-link-media':'common-microsyntaxes','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','attr-fs-novalidate':'common-microsyntaxes','table-uda':'common-microsyntaxes','media-playback':'common-microsyntaxes','entity-sup1':'named-character-references','entity-VerticalBar':'named-character-references','entity-sup3':'named-character-references','entity-sup2':'named-character-eferences','entity-prnsim':'named-character-references','entity-hardcy':'named-character-references','charset':'common-microsyntaxes','auxiliary-browsing-context':'browsers','dom-media-startoffsettime':'common-microsyntaxes','entity-NotHumpEqual':'named-character-references','the-before-html-insertion-mode':'tree-construction','entity-supe':'named-character-references','attr-input-type-number-keyword':'common-microsyntaxes','attr-hyperlink-type':'common-microsyntaxes','entity-bowtie':'named-character-references','form-submission-algorithm':'common-microsyntaxes','sandboxPluginObject':'common-microsyntaxes','outline':'common-microsyntaxes','entity-supE':'named-character-references','attr-iframe-sandbox':'common-microsyntaxes','script-processing-parser-inserted':'common-microsyntaxes','entity-circledast':'named-character-references','entity-Supset':'named-character-references','entity-rangle':'named-character-references','entity-capbrcup':'named-character-references','htmlquoteelement':'common-microsyntaxes',user-prompts':'timers','dom-video-poster':'common-microsyntaxes','entity-eDot':'named-character-references','entity-Barv':'named-character-references','listing':'obsolete','dom-object-codetype':'obsolete','sandboxed-scripts-browsing-context-flag':'common-microsyntaxes','entity-rtri':'named-character-references','entity-Imacr':'named-character-references','category-listed':'common-microsyntaxes','entity-blank':'named-character-references','entity-qfr':'named-character-references','entity-Bfr':'named-character-references','embedded-content-2':'rendering','embedded-content-1':'common-microsyntaxes','embedded-content-0':'common-microsyntaxes','entity-REG':'named-character-references','entity-NotVerticalBar':'named-character-references','the-required-attribute':'common-microsyntaxes','manifests':'offline','entity-propto':'named-character-references','syntax-tag-omission':'syntax','entity-cap':'named-character-references','dom-navigator-appversion':'timers','htmlhtmlelement':'common-microsyntaxes','sectioning-roo':'common-microsyntaxes','htmllinkelement':'common-microsyntaxes','suffering-from-a-pattern-mismatch':'common-microsyntaxes','ix-handler-window-onbeforeunload':'index','has-a-style-sheet-that-is-blocking-scripts':'common-microsyntaxes','language':'common-microsyntaxes','dom-track-kind':'common-microsyntaxes','entity-quaternions':'named-character-references','valid-list-of-integers':'common-microsyntaxes','entity-lbbrk':'named-character-references','entity-Mcy':'named-character-references','entity-larrhk':'named-character-references','entity-DoubleLongRightArrow':'named-character-references','update-the-session-history-with-the-new-page':'history','refsFILESYSTEMAPI':'references','dom-fae-form':'common-microsyntaxes','entity-Iota':'named-character-references','building-menus-and-toolbars':'common-microsyntaxes','entity-rArr':'named-character-references','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','limited-to-only-non-negative-numbers':'common-microsyntaxes','dom-img-longdesc':'obslete','entity-LessTilde':'named-character-references','dom-select-length':'common-microsyntaxes','script-processing-for':'common-microsyntaxes','the-q-element':'common-microsyntaxes','refsRFC1345':'references','entity-bfr':'named-character-references','entity-nvHarr':'named-character-references','entity-yucy':'named-character-references','dom-tdth-bgcolor':'obsolete','entity-Cconint':'named-character-references','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'common-microsyntaxes','dom-input-value-default-on':'common-microsyntaxes','htmltablecaptionelement':'common-microsyntaxes','entity-rcedil':'named-character-references','script-data-end-tag-name-state':'tokenization','use-div-for-wrappers':'common-microsyntaxes','entity-chi':'named-character-references','dom-a-charset':'obsolete','event-pagehide':'history','type_mismatch_err':'infrastructure','dom-area-coords':'common-microsyntaxes','entity-tbrk':'named-character-references','general-guidelines':'common-microsyntaxes','dom-fs-formtarget':common-microsyntaxes','entry-script':'browsers','entity-block':'named-character-references','attr-input-dirname':'common-microsyntaxes','attr-input-checked':'common-microsyntaxes','dom-fs-target':'common-microsyntaxes','entity-ffilig':'named-character-references','entity-backsim':'named-character-references','entity-Mellintrf':'named-character-references','htmldocument':'common-microsyntaxes','entity-intercal':'named-character-references','the-dirname-attribute':'common-microsyntaxes','attr-area-shape-default':'common-microsyntaxes','entity-prap':'named-character-references','media-controller-playback-rate':'common-microsyntaxes','attributes-common-to-form-controls':'common-microsyntaxes','image-map':'common-microsyntaxes','attr-optgroup-label':'common-microsyntaxes','entity-HorizontalLine':'named-character-references','entity-rcy':'named-character-references','attr-iframe-sandbox-allow-scripts':'common-microsyntaxes','execute-the-script-block':'common-microsyntaxes','entity-rarrsim':'named-character-refereces','entity-downdownarrows':'named-character-references','dom-validitystate-rangeunderflow':'common-microsyntaxes','defineTimeline':'common-microsyntaxes','in-the-past':'rendering','entity-gE':'named-character-references','svg-namespace':'common-microsyntaxes','entity-sccue':'named-character-references','misnested-tags:-b-i-b-i':'the-end','entity-PrecedesSlantEqual':'named-character-references','entity-djcy':'named-character-references','attr-link-methods':'obsolete','handler-mediacontroller-ontimeupdate':'common-microsyntaxes','entity-lozenge':'named-character-references','entity-gg':'named-character-references','entity-ge':'named-character-references','entity-LeftDownVectorBar':'named-character-references','entity-gl':'named-character-references','attr-script-language':'obsolete','entity-gt':'named-character-references','entity-Emacr':'named-character-references','dom-iframe-longdesc':'obsolete','ix-handler-window-ononline':'index','attr-option-selected':'common-microsyntaxes','dom-mod-datetime':'common-icrosyntaxes','parsing-main-afterbody':'tree-construction','svg-0':'common-microsyntaxes','scripting-1':'common-microsyntaxes','entity-kappa':'named-character-references','wai-aria':'common-microsyntaxes','entity-Nfr':'named-character-references','dates':'common-microsyntaxes','entity-kscr':'named-character-references','entity-Superset':'named-character-references','insert-an-element-into-a-document':'infrastructure','entity-capcup':'named-character-references','attr-marquee-direction-down':'obsolete','dom-appcache-abort':'offline','rcdata-less-than-sign-state':'tokenization','entity-varnothing':'named-character-references','htmlbaseelement':'common-microsyntaxes','entity-jukcy':'named-character-references','entity-gbreve':'named-character-references','entity-hearts':'named-character-references','entity-ngE':'named-character-references','text-track-list-of-cues':'common-microsyntaxes','entity-gesdotol':'named-character-references','dom-navigator-canplaytype':'common-microsyntaxes','link-type-bookmark':'commn-microsyntaxes','concept-input-required':'common-microsyntaxes','refsTIS620':'references','entity-nge':'named-character-references','time-ranges':'common-microsyntaxes','attr-area-shape-keyword-default':'common-microsyntaxes','entity-ngt':'named-character-references','the-link-element':'common-microsyntaxes','serializing-xhtml-fragments':'the-xhtml-syntax','text-track-cue-display-state':'common-microsyntaxes','dom-canvas-width':'common-microsyntaxes','entity-npreceq':'named-character-references','entity-NotSquareSupersetEqual':'named-character-references','entity-xharr':'named-character-references','htmlbodyelement':'common-microsyntaxes','entity-CupCap':'named-character-references','entity-Lambda':'named-character-references','assigning-a-media-controller-declaratively':'common-microsyntaxes','dom-iframe-marginwidth':'obsolete','entity-pertenk':'named-character-references','the-map-element':'common-microsyntaxes','dom-document-body':'common-microsyntaxes','the-progress-element':'common-microsyntaxes','entty-szlig':'named-character-references','entity-Pscr':'named-character-references','entity-succapprox':'named-character-references','entity-ogon':'named-character-references','entity-iocy':'named-character-references','dom-table-deletethead':'common-microsyntaxes','dom-link-disabled':'common-microsyntaxes','entity-Ascr':'named-character-references','entity-dtdot':'named-character-references','design-notes':'introduction','entity-lrcorner':'named-character-references','entity-odiv':'named-character-references','entity-utdot':'named-character-references','entity-gneq':'named-character-references','dom-click':'editing','dom-videotrack-label':'common-microsyntaxes','the-thead-element':'common-microsyntaxes','event-hashchange':'history','entity-notni':'named-character-references','concept-appcache-manifest-fallback':'offline','concept-embed-active':'common-microsyntaxes','dom-top':'browsers','entity-nsupseteq':'named-character-references','audience':'introduction','entity-supplus':'named-character-references','do-applet-alt':'obsolete','entity-nshortmid':'named-character-references','entity-precnapprox':'named-character-references','entity-supsetneq':'named-character-references','dom-hr-align':'obsolete','run-canceled-activation-steps':'common-microsyntaxes','attr-base-target':'common-microsyntaxes','images':'rendering','requirements-relating-to-bidirectional-algorithm-formatting-characters':'common-microsyntaxes','attributes-common-to-ins-and-del-elements':'common-microsyntaxes','entity-lfr':'named-character-references','dom-textarea-cols':'common-microsyntaxes','the-video-element':'common-microsyntaxes','dom-media-network_empty':'common-microsyntaxes','dom-document-all':'obsolete','the-meter-element-0':'rendering','dom-iframe-contentwindow':'common-microsyntaxes','dom-applet-name':'obsolete','refsRFC4648':'references','title-on-style':'common-microsyntaxes','the-script-block-s-fallback-character-encoding':'common-microsyntaxes','entity-rhov':'named-character-references','parent-browsing-context':'browsers','refernces':'references','entity-triangleq':'named-character-references','entity-YUcy':'named-character-references','entity-starf':'named-character-references','htmltablesectionelement':'common-microsyntaxes','entity-upsi':'named-character-references','entity-DoubleRightTee':'named-character-references','attr-source-type':'common-microsyntaxes','styling':'common-microsyntaxes','relevant-application-cache':'offline','entity-langd':'named-character-references','handler-oninput':'webappapis','the-code-element':'common-microsyntaxes','entity-bumpE':'named-character-references','attr-fs-formnovalidate':'common-microsyntaxes','syntax-text':'syntax','using-the-rules-for':'parsing','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'common-microsyntaxes','attr-command-title':'common-microsyntaxes','media-controller-duration':'common-microsyntaxes','entity-dharr':'named-character-references','entity-SHCHcy':'named-character-references','entity-dharl':'named-character-references','dom-event-target':infrastructure','dom-col-width':'obsolete','file':'infrastructure','entity-MediumSpace':'named-character-references','handler-onloadstart':'webappapis','client-identification':'timers','utf-8':'infrastructure','dialog-arguments':'timers','an-image-not-intended-for-the-user':'common-microsyntaxes','entity-nldr':'named-character-references','command-facet-action':'common-microsyntaxes','entity-aelig':'named-character-references','entity-Larr':'named-character-references','script-data-double-escape-start-state':'tokenization','disowned-its-opener':'browsers','the-:past-and-:future-pseudo-classes':'rendering','fallback-content':'common-microsyntaxes','dom-fs-encoding':'common-microsyntaxes','the-em-element':'common-microsyntaxes','entity-equals':'named-character-references','dom-media-texttracks':'common-microsyntaxes','definitions-0':'webappapis','definitions-1':'webappapis','browsers':'browsers','dom-canvas-todataurl':'common-microsyntaxes','entity-Xfr':'named-character-references','dom-tbody-ch':'obsolete','om-mod-cite':'common-microsyntaxes','tree-order':'infrastructure','concept-input-type-file-selected':'common-microsyntaxes','dom-document-embeds':'common-microsyntaxes','the-session-history-of-browsing-contexts':'history','entity-midcir':'named-character-references','dom-table-rules':'obsolete','entity-fscr':'named-character-references','entity-trisb':'named-character-references','refsRFC3676':'references','dom-timeranges-length':'common-microsyntaxes','entity-lsim':'named-character-references','entity-nvrArr':'named-character-references','entity-ycirc':'named-character-references','headings-and-sections':'common-microsyntaxes','entity-Sqrt':'named-character-references','plugins':'infrastructure','dom-audio':'common-microsyntaxes','entity-gtlPar':'named-character-references','ix-handler-onmousewheel':'index','concept-appcache-foreign':'offline','insertion-mode':'parsing','mathml-text-integration-point':'tree-construction','entity-nequiv':'named-character-references','entity-sqsupseteq':'named-character-refeences','flow-content-1':'rendering','flow-content-0':'common-microsyntaxes','script-data-double-escaped-dash-dash-state':'tokenization','entity-frasl':'named-character-references','entity-TildeTilde':'named-character-references','entity-reg':'named-character-references','entity-opar':'named-character-references','dom-window-scrollbars':'browsers','entity-midast':'named-character-references','attr-iframe-frameborder':'obsolete','attr-col-charoff':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'rendering','concept-event-type':'infrastructure','dom-texttrack-hidden':'common-microsyntaxes','attr-a-urn':'obsolete','entity-sim':'named-character-references','entity-infintie':'named-character-references','set-the-document-s-address':'history','entity-el':'named-character-references','attr-ul-type':'obsolete','namespace_err':'infrastructure','entity-ee':'named-character-references','entity-eg':'named-character-references','entity-ijlig':'named-character-references','dom-domimplementation-createhmldocument':'infrastructure','pending-application-cache-download-process-tasks':'offline','attr-col-span':'common-microsyntaxes','entity-amacr':'named-character-references','paragraph':'common-microsyntaxes','dom-innerhtml':'common-microsyntaxes','dom-html-version':'obsolete','entity-loang':'named-character-references','entity-SquareUnion':'named-character-references','numbers':'common-microsyntaxes','rules-for-parsing-a-legacy-color-value':'common-microsyntaxes','entity-cylcty':'named-character-references','dom-area-protocol':'common-microsyntaxes','enabling-and-disabling-form-controls':'common-microsyntaxes','entity-xuplus':'named-character-references','entity-PrecedesTilde':'named-character-references','entity-NotGreaterEqual':'named-character-references','adoptionAgency':'tree-construction','entity-nsim':'named-character-references','dom-history-go':'history','column-group-header':'common-microsyntaxes','dom-accesskeylabel':'editing','dom-option-selected':'common-microsyntaxes','refsXPATH10':'references,'entity-nap':'named-character-references','entity-succcurlyeq':'named-character-references','entity-Hacek':'named-character-references','the-lang-and-xml:lang-attributes':'common-microsyntaxes','refsARIAIMPL':'references','dom-manipulation-task-source':'webappapis','dom-datatransferitemlist-length':'dnd','after-doctype-public-identifier-state':'tokenization','the-dragevent-interface':'dnd','entity-Nscr':'named-character-references','dom-hr-size':'obsolete','entity-FilledSmallSquare':'named-character-references','entity-zhcy':'named-character-references','entity-dollar':'named-character-references','interactive-content-0':'common-microsyntaxes','dom-time-datetime':'common-microsyntaxes','entity-Breve':'named-character-references','seeking':'common-microsyntaxes','concept-appcache-status':'offline','event-media-pause':'common-microsyntaxes','entity-oplus':'named-character-references','entity-OverBar':'named-character-references','entity-micro':'named-character-references','dom-datatransferitem-kind':'dnd','etity-Iscr':'named-character-references','entity-auml':'named-character-references','applying-css-properties-to-webvtt-node-objects':'rendering','entity-nwarhk':'named-character-references','ix-handler-onerror':'index','attr-table-datapagesize':'obsolete','generate-implied-end-tags':'tree-construction','refsRFC2119':'references','entity-ulcorner':'named-character-references','attr-tbody-char':'obsolete','the-personal-bar-barprop-object':'browsers','event-loops':'webappapis','entity-ograve':'named-character-references','entity-ssetmn':'named-character-references','dom-area-rellist':'common-microsyntaxes','entity-rHar':'named-character-references','entity-upsih':'named-character-references','attr-embed-align':'obsolete','attr-img-ismap':'common-microsyntaxes','entity-boxplus':'named-character-references','charset1024':'common-microsyntaxes','dom-script-event':'obsolete','dom-iframe-frameborder':'obsolete','entity-timesd':'named-character-references','dom-windowtimers-setinterval':'timers','entity-jsercy':'name-character-references','entity-Element':'named-character-references','completely-loaded':'the-end','entity-mapsto':'named-character-references','dom-tr-ch':'obsolete','entity-rightharpoondown':'named-character-references','attr-media-preload-metadata-state':'common-microsyntaxes','entity-phi':'named-character-references','dom-hidden':'editing','timed-text-tracks':'common-microsyntaxes','entity-OverBracket':'named-character-references','entity-Jcirc':'named-character-references','parse-state':'parsing','entity-ntriangleright':'named-character-references','the-audio-element':'common-microsyntaxes','multipart-form-data-encoding-algorithm':'common-microsyntaxes','attr-object-border':'obsolete','handler-window-onbeforeprint':'webappapis','refsBECSS':'references','sandboxWindowOpen':'browsers','dom-title':'common-microsyntaxes','simple-dialogs':'timers','text-content':'common-microsyntaxes','attr-input-step':'common-microsyntaxes','dom-area-pathname':'common-microsyntaxes','handler-window-onfocus':'webappapis','i-handler-onload':'index','the-a-element':'common-microsyntaxes','refsUNIVCHARDET':'references','interactive':'infrastructure','attr-tr-char':'obsolete','entity-Wedge':'named-character-references','entity-rarrpl':'named-character-references','the-colgroup-element':'common-microsyntaxes','entity-coloneq':'named-character-references','cache-failure-steps':'offline','attr-body-alink':'obsolete','dom-select-item':'common-microsyntaxes','audiotrack':'common-microsyntaxes','embedding-custom-non-visible-data-with-the-data-attributes':'common-microsyntaxes','dom-media-controls':'common-microsyntaxes','attr-table-border':'common-microsyntaxes','attr-track-kind-keyword-captions':'common-microsyntaxes','handler-appcache-onchecking':'offline','entity-acirc':'named-character-references','maximum-allowed-value-length':'common-microsyntaxes','entity-larrlp':'named-character-references','refsCHARMOD':'references','attr-dir-rtl-state':'common-microsyntaxes','entity-DoubleContourIntegral':'named-character-references','before-octype-public-identifier-state':'tokenization','datatransfer':'dnd','dom-navigator-useragent':'timers','attr-style-title':'common-microsyntaxes','entity-doublebarwedge':'named-character-references','entity-euml':'named-character-references','concept-input-max':'common-microsyntaxes','entity-gimel':'named-character-references','entity-urcrop':'named-character-references','entity-Icy':'named-character-references','entity-atilde':'named-character-references','list-of-dragged-nodes':'dnd','the-abbr-element':'common-microsyntaxes','attr-style-scoped':'common-microsyntaxes','the-autocomplete-attribute':'common-microsyntaxes','refsXMLNS':'references','entity-nopf':'named-character-references','entity-cuwed':'named-character-references','structure-of-this-specification':'introduction','dom-window-stop':'browsers','dom-input-max':'common-microsyntaxes','dom-applet-codebase':'obsolete','attr-param-valuetype':'obsolete','storage-mutex':'webappapis','entity-subseteqq':'named-character-references','parse-a-date-componen':'common-microsyntaxes','other-applicable-specifications':'infrastructure','user-interface':'common-microsyntaxes','entity-Rfr':'named-character-references','entity-zwj':'named-character-references','media-resource':'common-microsyntaxes','entity-nsqsupe':'named-character-references','entity-NotExists':'named-character-references','establish-script-block-source':'common-microsyntaxes','embedded-content':'common-microsyntaxes','interfaces':'index','collections-0':'common-microsyntaxes','dom-input-value-default':'common-microsyntaxes','element-restrictions':'syntax','entity-NotSucceedsSlantEqual':'named-character-references','dom-body-link':'obsolete','entity-radic':'named-character-references','entity-gacute':'named-character-references','document.write':'common-microsyntaxes','entity-Fscr':'named-character-references','handler-ondragover':'webappapis','compliance-with-other-specifications':'introduction','dom-texttrack-language':'common-microsyntaxes','entity-nlsim':'named-character-references','entity-NotucceedsTilde':'named-character-references','dom-id':'common-microsyntaxes','entity-parsim':'named-character-references','entity-lrarr':'named-character-references','entity-OverParenthesis':'named-character-references','dom-media-controller':'common-microsyntaxes','media-element':'common-microsyntaxes','downloading-or-updating-an-application-cache':'offline','entity-osol':'named-character-references','ix-handler-ondurationchange':'index','entity-vBar':'named-character-references','entity-squf':'named-character-references','textarea-effective-width':'rendering','dom-input-list':'common-microsyntaxes','entity-DotDot':'named-character-references','event-popstate':'history','needs-a-date':'common-microsyntaxes','entity-lAtail':'named-character-references','dom-a-hostname':'common-microsyntaxes','multicol':'obsolete','entity-ofcir':'named-character-references','entity-nhArr':'named-character-references','dom-windowmodal-returnvalue':'timers','entity-sol':'named-character-references','entity-mapstoup':'named-charater-references','entity-Equilibrium':'named-character-references','concept-dropzone-match':'dnd','ix-handler-onmouseover':'index','parsing-main-inbody':'tree-construction','concept-http-equivalent-headers':'common-microsyntaxes','entity-fopf':'named-character-references','entity-Qscr':'named-character-references','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'common-microsyntaxes','dom-link-href':'common-microsyntaxes','pragma-set-default-language':'common-microsyntaxes','entity-ThinSpace':'named-character-references','entity-RightArrowBar':'named-character-references','newlines':'syntax','event-mediacontroller-canplay':'common-microsyntaxes','dom-spellcheck':'editing','entity-NotTildeEqual':'named-character-references','entity-Hfr':'named-character-references','concept-rel-extensions':'common-microsyntaxes','drag-data-store-default-feedback':'dnd','limited-quirks-mode':'infrastructure','attr-form-name':'common-microsyntaxes','event-offline':'offline','big':'obsolete','ntity-incare':'named-character-references','bidirectional-text':'rendering','entity-LJcy':'named-character-references','entity-triangleleft':'named-character-references','parser-inserted':'common-microsyntaxes','entity-ncy':'named-character-references','entity-NotSquareSubsetEqual':'named-character-references','dom-media-network_idle':'common-microsyntaxes','root-element-of-a-document-object':'infrastructure','entity-rightleftharpoons':'named-character-references','entity-gtreqqless':'named-character-references','converted-to-ascii-lowercase':'infrastructure','valid-floating-point-number':'common-microsyntaxes','dom-option-text':'common-microsyntaxes','refsECMA357':'references','examples':'common-microsyntaxes','refsWIN874':'references','the-button-element-0':'rendering','refsCSSATTR':'references','attr-input-type-keywords':'common-microsyntaxes','dom-marquee-vspace':'obsolete','opening-the-input-stream':'common-microsyntaxes','entity-approxeq':'named-character-references','entity-caps':'named-character-refrences','dom-media-currentsrc':'common-microsyntaxes','refsCSSCOLOR':'references','entity-IJlig':'named-character-references','dom-document-write':'common-microsyntaxes','dom-details-open':'common-microsyntaxes','escapingString':'the-end','entity-sqsubseteq':'named-character-references','dom-media-have_metadata':'common-microsyntaxes','content-type-sniffing-0':'common-microsyntaxes','entity-rsquo':'named-character-references','valid-browsing-context-name':'browsers','self-closing-start-tag-state':'tokenization','entity-thickapprox':'named-character-references','entity-comp':'named-character-references','refsRFC1842':'references','entity-hfr':'named-character-references','dom-select-selectedoptions':'common-microsyntaxes','frames':'obsolete','entity-subsetneqq':'named-character-references','entity-nvinfin':'named-character-references','acknowledgements':'acknowledgements','dom-col-span':'common-microsyntaxes','entity-DD':'named-character-references','common-event-behaviors':'common-microsyntaxes','entity-Prie':'named-character-references','transferable-objects':'common-microsyntaxes','entity-xopf':'named-character-references','the-iframe-element':'common-microsyntaxes','bring-the-media-element-up-to-speed-with-its-new-media-controller':'common-microsyntaxes','entity-Rang':'named-character-references','external-resource-link':'common-microsyntaxes','dom-marquee-width':'obsolete','entity-DifferentialD':'named-character-references','attr-ol-type-state-lower-roman':'common-microsyntaxes','attr-hyperlink-target':'common-microsyntaxes','entity-SucceedsTilde':'named-character-references','entity-topf':'named-character-references','signed-integers':'common-microsyntaxes','refsCSSOM':'references','entity-realpart':'named-character-references','entity-vltri':'named-character-references','linkui':'common-microsyntaxes','entity-cudarrr':'named-character-references','valid-e-mail-address':'common-microsyntaxes','entity-cudarrl':'named-character-references','being-rendered':'rendering','refsGBK':'references','entity-UnderBa':'named-character-references','dom-a-port':'common-microsyntaxes','entity-zopf':'named-character-references','documents-in-the-dom':'common-microsyntaxes','ix-handler-onfocus':'index','attr-input-max':'common-microsyntaxes','refsMEDIAFRAG':'references','entity-DiacriticalDot':'named-character-references','script-s-browsing-context':'webappapis','entity-ltdot':'named-character-references','entity-NotLeftTriangleEqual':'named-character-references','entity-RoundImplies':'named-character-references','entity-bsol':'named-character-references','handler-onmousewheel':'webappapis','event-dragend':'dnd','dom-media-readystate':'common-microsyntaxes','current-media-controller':'common-microsyntaxes','syntax-references':'common-microsyntaxes','ix-handler-ondragstart':'index','valid-week-string':'common-microsyntaxes','entity-Del':'named-character-references','concept-fetch-loaded':'common-microsyntaxes','entity-nvrtrie':'named-character-references','primary-context':'common-microsyntaxes','entity-Eogon':'named-charactr-references','concept-column':'common-microsyntaxes','rawtext-end-tag-open-state':'tokenization','entity-lrhar':'named-character-references','texttrack':'common-microsyntaxes','handler-onmouseup':'webappapis','attr-body-marginbottom':'obsolete','entity-Hopf':'named-character-references','entity-dcaron':'named-character-references','attr-meter-max':'common-microsyntaxes','valid-time-string':'common-microsyntaxes','attr-textarea-cols-value':'common-microsyntaxes','attr-meta-http-equiv-content-type':'common-microsyntaxes','entity-LeftTriangle':'named-character-references','attr-fs-target':'common-microsyntaxes','entity-RightDownVector':'named-character-references','entity-blacktriangleleft':'named-character-references','floating-point-numbers':'common-microsyntaxes','entity-Atilde':'named-character-references','htmldivelement':'common-microsyntaxes','entity-DownBreve':'named-character-references','entity-DownRightVector':'named-character-references','stopped-due-to-errors':'common-microsyntaxes','dom-input-algn':'obsolete','dom-tr-insertcell':'common-microsyntaxes','validity-states':'common-microsyntaxes','event-mediacontroller-ended':'common-microsyntaxes','entity-Rho':'named-character-references','selector-rtl':'common-microsyntaxes','handler-onmousemove':'webappapis','dom-textarea-type':'common-microsyntaxes','entity-nvsim':'named-character-references','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','unit-of-related-similar-origin-browsing-contexts':'browsers','entity-subedot':'named-character-references','entity-lmidot':'named-character-references','entity-Tstrok':'named-character-references','refsCSS':'references','entity-VerticalTilde':'named-character-references','creating-and-inserting-elements':'tree-construction','entity-risingdotseq':'named-character-references','htmloptionscollection-0':'common-microsyntaxes','entity-mldr':'named-character-references','entity-egsdot':'named-character-references','entity-cwint':'named-character-references','the-canvas-element':'common-microsyntaxes','prsing-xhtml-documents':'the-xhtml-syntax','fetch':'common-microsyntaxes','entity-erDot':'named-character-references','entity-boxHD':'named-character-references','event-appcache-checking':'offline','entity-Dashv':'named-character-references','entity-boxHU':'named-character-references','after-doctype-name-state':'tokenization','parsing-html-fragments':'the-end','dom-texttrackcue-starttime':'common-microsyntaxes','refsUTR36':'references','specially-focusable':'editing','entity-boxHd':'named-character-references','entity-abreve':'named-character-references','algorithm-for-growing-downward-growing-cells':'common-microsyntaxes','concept-marquee-off':'obsolete','entity-boxHu':'named-character-references','entity-numero':'named-character-references','entity-rtrie':'named-character-references','dom-media-pause':'common-microsyntaxes','entity-euro':'named-character-references','entity-rtrif':'named-character-references','after-attribute-name-state':'tokenization','entity-kjcy':'named-character-references','dom-marque-truespeed':'obsolete','selector-indeterminate':'common-microsyntaxes','concept-js-deref':'webappapis','entity-ii':'named-character-references','entity-solbar':'named-character-references','frames-and-framesets':'rendering','entity-in':'named-character-references','entity-swnwar':'named-character-references','entity-ic':'named-character-references','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'common-microsyntaxes','documentEncoding':'parsing','dom-track-track':'common-microsyntaxes','entity-smt':'named-character-references','htmloptionelement':'common-microsyntaxes','the-command-element':'common-microsyntaxes','entity-leftrightsquigarrow':'named-character-references','entity-isin':'named-character-references','the-execution-of-scripts-that-are-moving-across-multiple-documents':'the-end','dom-uda-pathname':'common-microsyntaxes','concept-textarea-raw-value':'common-microsyntaxes','entity-GreaterEqual':'named-character-references','skip-white_space-characters':'common-microsyntaxes','entiy-gescc':'named-character-references','doctype-name-state':'tokenization','attr-input-type-checkbox-keyword':'common-microsyntaxes','entity-Iogon':'named-character-references','dom-history-forward':'history','entity-psi':'named-character-references','entity-fork':'named-character-references','offsets-into-the-media-resource':'common-microsyntaxes','a-type-that-the-user-agent-knows-it-cannot-render':'common-microsyntaxes','constraints':'common-microsyntaxes','history-notes':'history','attr-input-multiple':'common-microsyntaxes','entity-Fopf':'named-character-references','entity-Kscr':'named-character-references','dom-htmloptionscollection-setter':'common-microsyntaxes','dom-audio-s':'common-microsyntaxes','dom-hr-noshade':'obsolete','text-track-cue-vertical-growing-right-writing-direction':'common-microsyntaxes','entity-bumpe':'named-character-references','script-processing-start':'common-microsyntaxes','concept-marquee-on':'obsolete','attr-input-accept':'common-microsyntaxes','entity-lharul':'named-characte-references','dom-input-defaultvalue':'common-microsyntaxes','the-placeholder-attribute':'common-microsyntaxes','dom-table-bgcolor':'obsolete','dom-iframe-sandbox':'common-microsyntaxes','command-facet-disabledstate':'common-microsyntaxes','entity-nsup':'named-character-references','entity-therefore':'named-character-references','attr-details-open':'common-microsyntaxes','the-title-attribute':'common-microsyntaxes','entity-nsub':'named-character-references','dom-object-typemustmatch':'common-microsyntaxes','entity-NotGreaterGreater':'named-character-references','entity-numsp':'named-character-references','dom-document-commands':'common-microsyntaxes','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'common-microsyntaxes','concept-input-type-image-coordinate':'common-microsyntaxes','entity-Because':'named-character-references','entity-frac45':'named-character-references','attr-area-alt':'common-microsyntaxes','represented-by-the-collection':'infrastructure','obsolete-permitted-doctype':'sytax','dom-xmldocumentloader-load':'common-microsyntaxes','entity-awint':'named-character-references','entity-eogon':'named-character-references','entity-Rcaron':'named-character-references','attr-input-size':'common-microsyntaxes','attr-dim-height':'common-microsyntaxes','locked-for-reset':'common-microsyntaxes','entity-ast':'named-character-references','entity-sext':'named-character-references','entity-erarr':'named-character-references','entity-imath':'named-character-references','the-details-element-0':'rendering','entity-ncup':'named-character-references','entity-supsetneqq':'named-character-references','attr-menu-type':'common-microsyntaxes','entity-frown':'named-character-references','dom-a-media':'common-microsyntaxes','attr-input-value':'common-microsyntaxes','e-mail-state':'common-microsyntaxes','dom-command-ro-commandhidden':'common-microsyntaxes','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','entity-odot':'named-character-references','dom-command-ro-commandtype':'comon-microsyntaxes','expose-a-user-interface-to-the-user':'common-microsyntaxes','handler-oncontextmenu':'webappapis','entity-Proportional':'named-character-references','attr-object-vspace':'obsolete','unexpected-markup-in-tables':'the-end','ix-handler-onsuspend':'index','attr-datasrc':'obsolete','attr-meta-charset':'common-microsyntaxes','transparently-follow-the-redirect':'common-microsyntaxes','dom-image-w':'common-microsyntaxes','ix-handler-onmouseup':'index','dom-texttrackcue-id':'common-microsyntaxes','scriptForeignEndTag':'tree-construction','entity-nrtri':'named-character-references','attr-tdth-width':'obsolete','reset-the-form-owner':'common-microsyntaxes','entity-QUOT':'named-character-references','entity-fpartint':'named-character-references','entity-phiv':'named-character-references','refsJSURL':'references','filelist':'infrastructure','concept-fetch-total':'common-microsyntaxes','entity-gesdoto':'named-character-references','entity-Bopf':'named-character-references','text':'infrastructure','attrcol-align':'obsolete','entity-fllig':'named-character-references','entity-uogon':'named-character-references','dom-frame-contentdocument':'obsolete','entity-lbrke':'named-character-references','dom-media-seeking':'common-microsyntaxes','the-html-element-0':'common-microsyntaxes','entity-DownTee':'named-character-references','domstringmap':'common-microsyntaxes','entity-sqsup':'named-character-references','entity-DownRightTeeVector':'named-character-references','entity-sqsub':'named-character-references','the-figcaption-element':'common-microsyntaxes','dom-datatransfer-addelement':'dnd','recommended-reading':'introduction','entity-uarr':'named-character-references','selector-link':'common-microsyntaxes','event-click':'infrastructure','password-state':'common-microsyntaxes','value-track-kind-commentary':'common-microsyntaxes','attr-marquee-direction':'obsolete','the-head-element-0':'common-microsyntaxes','attr-button-type-button':'common-microsyntaxes','entity-rarrtl':'named-character-references','attr-video-oster':'common-microsyntaxes','normal-elements':'syntax','dom-img-hspace':'obsolete','custom-request-headers':'infrastructure','entity-LeftUpDownVector':'named-character-references','entity-nspar':'named-character-references','dom-script-type':'common-microsyntaxes','entity-larrpl':'named-character-references','entity-SupersetEqual':'named-character-references','initial-playback-position':'common-microsyntaxes','plugin':'infrastructure','common-dom-interfaces':'common-microsyntaxes','attr-meta-scheme':'obsolete','attributes':'common-microsyntaxes','entity-Epsilon':'named-character-references','ix-handler-onmousedown':'index','comment':'tokenization','entity-jcirc':'named-character-references','dom-div-align':'obsolete','entity-geqslant':'named-character-references','concept-appcache-onlinewhitelist-wildcard':'offline','browsing-context':'browsers','dom-textarea-textlength':'common-microsyntaxes','entity-hyphen':'named-character-references','dom-media-audiotracks':'common-microsyntaxes','media-element-load-agorithm':'common-microsyntaxes','dom-audiotrack-label':'common-microsyntaxes','entity-bne':'named-character-references','dom-textarea-placeholder':'common-microsyntaxes','event-media-seeked':'common-microsyntaxes','entity-cupdot':'named-character-references','entity-ltcir':'named-character-references','dom-param-type':'obsolete','dom-videotracklist-length':'common-microsyntaxes','concept-input-value-dirty-flag':'common-microsyntaxes','entity-rcub':'named-character-references','dom-style-media':'common-microsyntaxes','entity-bigstar':'named-character-references','attr-tr-valign':'obsolete','playing-the-media-resource':'common-microsyntaxes','defining-term':'common-microsyntaxes','the-link-is-an-alternative-stylesheet':'common-microsyntaxes','dom-datatransfer-cleardata':'dnd','tokenization':'tokenization','entity-NotEqualTilde':'named-character-references','dom-param-valuetype':'obsolete','attr-object-codetype':'obsolete','noopener':'browsers','dom-dragevent-initdragevent':'dnd','entity-references':'infrastruture','dom-optgroup-disabled':'common-microsyntaxes','entity-ifr':'named-character-references','the-h2-element':'common-microsyntaxes','entity-iff':'named-character-references','command-createlink':'dnd','htmldlistelement':'common-microsyntaxes','entity-fltns':'named-character-references','concept-events-trusted':'infrastructure','entity-bigtriangledown':'named-character-references','center':'obsolete','entity-bprime':'named-character-references','entity-xcup':'named-character-references','dom-window-toolbar':'browsers','ix-handler-ondragenter':'index','concept-frag-parse-context':'the-end','entity-lscr':'named-character-references','dom-meter-low':'common-microsyntaxes','concept-select-size':'common-microsyntaxes','nextid':'obsolete','elements-in-the-dom':'common-microsyntaxes','dom-media-loop':'common-microsyntaxes','attr-area-shape-poly':'common-microsyntaxes','dom-option-tv':'common-microsyntaxes','doctype-system-identifier-single-quoted-state':'tokenization','dom-document-querycommandsupported':'dnd','he-fieldset-element':'common-microsyntaxes','entity-Abreve':'named-character-references','entity-minusdu':'named-character-references','attr-xml-lang':'common-microsyntaxes','attr-link-target':'obsolete','entity-cupcup':'named-character-references','concept-input-value-date-string':'common-microsyntaxes','dom-texttrack-none':'common-microsyntaxes','dom-document-createelement':'infrastructure','dom-form-checkvalidity':'common-microsyntaxes','table-layout-techniques':'common-microsyntaxes','entity-bigcirc':'named-character-references','sandboxed-origin-browsing-context-flag':'common-microsyntaxes','attr-button-type-button-state':'common-microsyntaxes','dom-htmlselectelement-setter':'common-microsyntaxes','htmlolistelement':'common-microsyntaxes','dom-iframe-contentdocument':'common-microsyntaxes','attr-command-label':'common-microsyntaxes','playing-media-controller':'common-microsyntaxes','ix-handler-onkeyup':'index','attr-body-link':'obsolete','sample-handler-impl':'timers','handler-onreadystatechange':'webapapis','handler-onkeypress':'webappapis','dom-frame-name':'obsolete','entity-or':'named-character-references','attr-textarea-wrap':'common-microsyntaxes','the-doctype':'syntax','refsHTMLDIFF':'references','create-an-impotent-script':'webappapis','entity-oS':'named-character-references','suffering-from-a-type-mismatch':'common-microsyntaxes','event-appcache-error':'offline','application-cache':'offline','dom-frame-src':'obsolete','refsWIN949':'references','dom-lang':'common-microsyntaxes','entity-DownArrowUpArrow':'named-character-references','attr-ul-compact':'obsolete','mime-type':'infrastructure','create-a-drag-data-store':'dnd','sandboxed-plugins-browsing-context-flag':'common-microsyntaxes','attr-data':'common-microsyntaxes','loading-the-media-resource':'common-microsyntaxes','entity-supnE':'named-character-references','application-xhtml-xml':'iana','entity-LeftVector':'named-character-references','entity-NotSuperset':'named-character-references','interactively-validate-the-constraints':'common-microsynaxes','entity-LongRightArrow':'named-character-references','entity-supne':'named-character-references','entity-DScy':'named-character-references','attr-fe-name':'common-microsyntaxes','event-drop':'dnd','attr-area-shape-keyword-circ':'common-microsyntaxes','entity-solb':'named-character-references','serializability-of-script-execution':'introduction','entity-asympeq':'named-character-references','entity-ccirc':'named-character-references','editing':'editing','entity-not':'named-character-references','internal-structured-cloning-algorithm':'common-microsyntaxes','entity-Longrightarrow':'named-character-references','entity-nsccue':'named-character-references','dom-object-contentdocument':'common-microsyntaxes','caret-position':'editing','entity-nltrie':'named-character-references','entity-frac23':'named-character-references','entity-frac25':'named-character-references','entity-ggg':'named-character-references','mime-types':'common-microsyntaxes','entity-rcaron':'named-character-references','entity-Theta':'namd-character-references','space-character':'common-microsyntaxes','dom-ol-start':'common-microsyntaxes','text-cache-manifest':'iana','htmltablecellelement':'common-microsyntaxes','the-samp-element':'common-microsyntaxes','refsCSSFONTS':'references','entity-CHcy':'named-character-references','comment-end-state':'tokenization','ix-handler-onclick':'index','refsUNICODE':'references','refsRFC2426':'references','refsRFC2425':'references','entity-CounterClockwiseContourIntegral':'named-character-references','attr-object-typemustmatch':'common-microsyntaxes','entity-leftleftarrows':'named-character-references','entity-nexists':'named-character-references','entity-blacktriangledown':'named-character-references','browsing-context-names':'browsers','entity-phone':'named-character-references','concept-appcache-pending-masters':'offline','attr-meter-high':'common-microsyntaxes','refsRFC1554':'references','attr-label-for':'common-microsyntaxes','refsXHR':'references','entity-becaus':'named-character-references','row-grou-header':'common-microsyntaxes','concept-appcache-cache':'offline','obtain-a-physical-form':'rendering','entity-MinusPlus':'named-character-references','entity-oacute':'named-character-references','ix-handler-onchange':'index','the-end':'the-end','attr-meter-value':'common-microsyntaxes','dom-style-disabled':'common-microsyntaxes','attr-media-src':'common-microsyntaxes','entity-ImaginaryI':'named-character-references','changesToNetworkingModel':'offline','the-s-element':'common-microsyntaxes','fire-loadedmetadata':'common-microsyntaxes','entity-tcaron':'named-character-references','attr-iframe-longdesc':'obsolete','fakepath-srsly':'common-microsyntaxes','attr-input-usemap':'obsolete','concept-uda-input':'common-microsyntaxes','resetting-a-form':'common-microsyntaxes','attr-iframe-vspace':'obsolete','the-cite-element':'common-microsyntaxes','dom-area-port':'common-microsyntaxes','entity-UnderBrace':'named-character-references','non-conforming-features':'obsolete','entity-varrho':'named-character-references',creator-browsing-context':'browsers','entity-nLt':'named-character-references','entity-thksim':'named-character-references','dom-windowbase64-btoa':'webappapis','cross-origin-request':'infrastructure','dom-texttrack-loaded':'common-microsyntaxes','dom-feature-strings':'common-microsyntaxes','entity-otimesas':'named-character-references','entity-nLl':'named-character-references','appcache':'offline','encrypted-http-and-related-security-concerns':'common-microsyntaxes','entity-DownLeftRightVector':'named-character-references','original-insertion-mode':'parsing','entity-Uarr':'named-character-references','drag-data-store-elements-list':'dnd','dom-textarea-rows':'common-microsyntaxes','transfer-a-transferable-object':'common-microsyntaxes','attr-fs-action':'common-microsyntaxes','fire-a-simple-event':'webappapis','infrastructure':'infrastructure','dom-progress-position':'common-microsyntaxes','entity-vartriangleright':'named-character-references','dom-media-volume':'common-microsyntaxes','dom-timeranges-end':'cmmon-microsyntaxes','entity-roang':'named-character-references','entity-VeryThinSpace':'named-character-references','mq':'common-microsyntaxes','entity-isinsv':'named-character-references','entity-mumap':'named-character-references','entity-searrow':'named-character-references','entity-uhblk':'named-character-references','entity-rdquor':'named-character-references','edits-and-paragraphs':'common-microsyntaxes','dom-form-elements':'common-microsyntaxes','split-a-string-on-spaces':'common-microsyntaxes','unknown-images':'common-microsyntaxes','entity-divide':'named-character-references','dom-htmloptionscollection-remove':'common-microsyntaxes','entity-rect':'named-character-references','entity-lesseqgtr':'named-character-references','meta-description':'common-microsyntaxes','valid-simple-color':'common-microsyntaxes','dom-frameset-rows':'obsolete','handler-onload':'webappapis','entity-bemptyv':'named-character-references','entity-uuml':'named-character-references','reload-override-flag':'common-microsyntaxes''style-sheet-ready':'common-microsyntaxes','scripting-0':'infrastructure','writing':'syntax','edits':'common-microsyntaxes','relaxing-the-same-origin-restriction':'origin-0','dom-input-required':'common-microsyntaxes','entity-DoubleLeftArrow':'named-character-references','entity-Aopf':'named-character-references','the-bdi-element':'common-microsyntaxes','dom-validitystate-valid':'common-microsyntaxes','handler-mediacontroller-onvolumechange':'common-microsyntaxes','using-the-option-element-to-define-a-command':'common-microsyntaxes','attr-base-href':'common-microsyntaxes','sbu-not-copy':'webappapis','track-url':'common-microsyntaxes','text-tracks-describing-chapters':'common-microsyntaxes','the-blockquote-element':'common-microsyntaxes','dom-media-have_enough_data':'common-microsyntaxes','attr-input-type-email-keyword':'common-microsyntaxes','entity-boxDR':'named-character-references','entity-boxDL':'named-character-references','navigate-non-Document':'history','matching-html-elements-using-selectors':'commn-microsyntaxes','attr-input-type-color-keyword':'common-microsyntaxes','dom-media-load':'common-microsyntaxes','entity-rsaquo':'named-character-references','entity-boxDr':'named-character-references','toolbars':'common-microsyntaxes','entity-boxDl':'named-character-references','entity-lsquo':'named-character-references','entity-lvertneqq':'named-character-references','explicit-eof-character':'parsing','concept-input-step':'common-microsyntaxes','entity-kcedil':'named-character-references','entity-supedot':'named-character-references','mediacontroller':'common-microsyntaxes','entity-sect':'named-character-references','dom-window-status':'browsers','xpath-1.0-processors':'common-microsyntaxes','entity-CircleDot':'named-character-references','text-track-loaded':'common-microsyntaxes','suffering-from-being-too-long':'common-microsyntaxes','dom-name':'browsers','entity-NotPrecedesSlantEqual':'named-character-references','entity-Nopf':'named-character-references','timed-text-tracks-0':'rendering','rank':'common-icrosyntaxes','network-states':'common-microsyntaxes','entity-mu':'named-character-references','the-footer-element':'common-microsyntaxes','entity-mp':'named-character-references','dom-document-bgcolor':'obsolete','link-type-help':'common-microsyntaxes','list-of-scripts-that-will-execute-in-order-as-soon-as-possible':'common-microsyntaxes','refsMFREL':'references','have-range-limitations':'common-microsyntaxes','security-3':'history','entity-ltquest':'named-character-references','documenttype':'infrastructure','entity-uscr':'named-character-references','attr-script-charset':'common-microsyntaxes','range-state':'common-microsyntaxes','dom-media-have_nothing':'common-microsyntaxes','fragment-escaped':'common-microsyntaxes','entity-subplus':'named-character-references','dom-document-plugins':'common-microsyntaxes','entity-jscr':'named-character-references','entity-tscy':'named-character-references','entity-tscr':'named-character-references','scriptTagXML':'the-xhtml-syntax','classes':'common-microsyntaxes','th-multiple-attribute':'common-microsyntaxes','dom-mediaerror-code':'common-microsyntaxes','form-element-pointer':'parsing','concept-form-association':'common-microsyntaxes','syntax-ambiguous-ampersand':'syntax','entity-para':'named-character-references','entity-NotCongruent':'named-character-references','parse-a-url':'common-microsyntaxes','entity-part':'named-character-references','attr-ol-type-keyword-upper-alpha':'common-microsyntaxes','dom-tdth-width':'obsolete','entity-PrecedesEqual':'named-character-references','event-drag':'dnd','refsWIN31J':'references','guidance-for-conformance-checkers':'common-microsyntaxes','the-title-element':'common-microsyntaxes','entity-swarhk':'named-character-references','entity-mcomma':'named-character-references','entity-tcy':'named-character-references','entity-niv':'named-character-references','entity-nis':'named-character-references','script-processing-style-delayed':'common-microsyntaxes','the-mark-element':'common-microsyntaxes','entity-ldquor':'named-character-refernces','terminology-0':'common-microsyntaxes','entity-geq':'named-character-references','entity-ges':'named-character-references','concept-datetime-local':'common-microsyntaxes','pseudo-classes':'common-microsyntaxes','colors':'common-microsyntaxes','entity-gel':'named-character-references','handler-window-onload':'webappapis','htmloptionscollection':'common-microsyntaxes','entity-nprcue':'named-character-references','dom-media-crossorigin':'common-microsyntaxes','htmlstyleelement':'common-microsyntaxes','dom-title-text':'common-microsyntaxes','the-sub-and-sup-elements':'common-microsyntaxes','parsing-main-inselectintable':'tree-construction','attr-dropzone-link':'dnd','ix-handler-onkeypress':'index','dom-option-form':'common-microsyntaxes','entity-Gfr':'named-character-references','refsFILEAPI':'references','attr-iframe-srcdoc':'common-microsyntaxes','entity-YAcy':'named-character-references','entity-angrt':'named-character-references','the-h4-element':'common-microsyntaxes','entity-sqsube':'named-characterreferences','dom-media-mediagroup':'common-microsyntaxes','no_data_allowed_err':'infrastructure','dom-hr-width':'obsolete','entity-Amacr':'named-character-references','attr-tdth-headers':'common-microsyntaxes','entity-leftthreetimes':'named-character-references','active-document':'browsers','entity-centerdot':'named-character-references','entity-circeq':'named-character-references','entity-spades':'named-character-references','refsORIGIN':'references','wrong_document_err':'infrastructure','attr-head-profile':'obsolete','entity-Dstrok':'named-character-references','entity-ldrushar':'named-character-references','attr-tdth-charoff':'obsolete','refsCP51932':'references','dom-hashchangeevent-inithashchangeevent':'history','entity-bottom':'named-character-references','entity-diamond':'named-character-references','base64-table':'webappapis','mediaerror':'common-microsyntaxes','concept-section':'common-microsyntaxes','cdata-section-state':'tokenization','concept-appcache-explicit':'offline','current-table':'parsing,'attr-area-shape-rect':'common-microsyntaxes','entity-trianglelefteq':'named-character-references','entity-sqsupset':'named-character-references','syntax-errors':'introduction','entity-SquareSuperset':'named-character-references','attr-keygen-challenge':'common-microsyntaxes','category-reset':'common-microsyntaxes','attr-th-scope-col':'common-microsyntaxes','n':'common-microsyntaxes','entity-Nu':'named-character-references','attr-fs-method-get':'common-microsyntaxes','bogus-comment-state':'tokenization','list-of-active-timeouts':'timers','entity-Zopf':'named-character-references','document-base-url':'common-microsyntaxes','entity-Sup':'named-character-references','dom-area-host':'common-microsyntaxes','rules-for-parsing-integers':'common-microsyntaxes','attr-fs-formmethod':'common-microsyntaxes','entity-Sum':'named-character-references','entity-Sub':'named-character-references','xml-mime-type':'infrastructure','attr-img-hspace':'obsolete','ix-handler-window-onpopstate':'index','handler-onended':'webappapis,'entity-hArr':'named-character-references','entity-Ntilde':'named-character-references','a-link-or-button-containing-nothing-but-the-image':'common-microsyntaxes','object-type-detection':'common-microsyntaxes','dialog-arguments-origin':'timers','refsPDF':'references','entity-angmsd':'named-character-references','has-a-border':'rendering','htmlkeygenelement':'common-microsyntaxes','entity-larrtl':'named-character-references','dom-textarea-input-selectiondirection':'common-microsyntaxes','entity-Xopf':'named-character-references','statically-validate-the-constraints':'common-microsyntaxes','entity-succneqq':'named-character-references','dom-script-async':'common-microsyntaxes','entity-mscr':'named-character-references','attr-input-type-time-keyword':'common-microsyntaxes','entity-Ncedil':'named-character-references','entity-nvle':'named-character-references','entity-efr':'named-character-references','entity-Topf':'named-character-references','entity-nvlt':'named-character-references','category-label':'commonmicrosyntaxes','scriptingLanguages':'common-microsyntaxes','entity-exist':'named-character-references','script-data-escaped-end-tag-open-state':'tokenization','foster-parent':'tree-construction','entity-VerticalSeparator':'named-character-references','network_err':'infrastructure','entity-rangd':'named-character-references','entity-range':'named-character-references','entity-ThickSpace':'named-character-references','entity-real':'named-character-references','entity-eparsl':'named-character-references','entity-InvisibleTimes':'named-character-references','the-ins-element':'common-microsyntaxes','attr-embed-type':'common-microsyntaxes','insert-an-html-element':'tree-construction','best-representation-of-the-number-as-a-floating-point-number':'common-microsyntaxes','invalid_modification_err':'infrastructure','dom-windowtimers-clearinterval':'timers','event-dragenter':'dnd','configuring-a-form-to-communicate-with-a-server':'common-microsyntaxes','support-the-scripting-language':'common-microsyntaxes','entity-letrightarrows':'named-character-references','entity-Cup':'named-character-references','dom-iframe-align':'obsolete','acknowledge-self-closing-flag':'tokenization','refsATOM':'references','entity-Sscr':'named-character-references','dom-mediacontroller-seekable':'common-microsyntaxes','attr-button-type-submit':'common-microsyntaxes','isindex-0':'obsolete','index_size_err':'infrastructure','cdata-sections':'syntax','event-media-play':'common-microsyntaxes','attr':'infrastructure','end-tag-open-state':'tokenization','rawtext-end-tag-name-state':'tokenization','entity-sqcaps':'named-character-references','refsSVG':'references','entity-infin':'named-character-references','entity-DoubleVerticalBar':'named-character-references','concept-spellcheck-default-false':'editing','method-context':'timers','entity-sc':'named-character-references','application-x-www-form-urlencoded-encoding-algorithm':'common-microsyntaxes','entity-scaron':'named-character-references','entity-longmapsto':'named-character-references','entity-Uml':'named-character-references','current-document-readiness':'common-microsyntaxes','entity-Uacute':'named-character-references','node':'infrastructure','entity-rscr':'named-character-references','foreign-elements':'syntax','webappapis':'webappapis','entity-swarr':'named-character-references','handler-appcache-onupdateready':'offline','meta-keywords':'common-microsyntaxes','scriptEndTag':'tree-construction','entity-Lopf':'named-character-references','track-label':'common-microsyntaxes','entity-Yfr':'named-character-references','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'common-microsyntaxes','dom-time-pubdate':'common-microsyntaxes','timeline-offset':'common-microsyntaxes','slaved-media-elements':'common-microsyntaxes','entity-digamma':'named-character-references','entity-searhk':'named-character-references','dom-applet-height':'obsolete','handler-texttrack-oncuechange':'common-microsyntaxes','entity-iuml':'named-character-references','entity-tau':'named-character-refernces','dom-table-createtbody':'common-microsyntaxes','entity-ddagger':'named-character-references','normalized-timeranges-object':'common-microsyntaxes','entity-triangleright':'named-character-references','entity-Jsercy':'named-character-references','attr-hyperlink-href':'common-microsyntaxes','canvas-blob-serialization-task-source':'common-microsyntaxes','list-of-code-entry-points':'webappapis','obsolete':'obsolete','number-state':'common-microsyntaxes','entity-blacktriangle':'named-character-references','clear-the-stack-back-to-a-table-context':'tree-construction','concept-column-group':'common-microsyntaxes','attr-iframe-sandbox-allow-same-origin':'common-microsyntaxes','entity-SHcy':'named-character-references','entity-RightUpTeeVector':'named-character-references','global-dates-and-times':'common-microsyntaxes','entity-agrave':'named-character-references','entity-rfloor':'named-character-references','entity-boxUr':'named-character-references','entity-setmn':'named-character-references','entity-angmsdah:'named-character-references','entity-forall':'named-character-references','entity-angmsdab':'named-character-references','entity-angmsdac':'named-character-references','resource-metadata-management':'common-microsyntaxes','entity-angmsdaa':'named-character-references','entity-angmsdaf':'named-character-references','entity-angmsdag':'named-character-references','entity-angmsdad':'named-character-references','entity-angmsdae':'named-character-references','link-type-license':'common-microsyntaxes','autoplaying-flag':'common-microsyntaxes','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','handler-oncuechange':'webappapis','sectioning-content':'common-microsyntaxes','syntax-tag-name':'syntax','style-default-media':'common-microsyntaxes','an-entry-with-persisted-user-state':'history','entity-vellip':'named-character-references','concept-time-time':'common-microsyntaxes','entity-subE':'named-character-references','entity-gamma':'named-character-references','attr-area-shape-keywrd-polygon':'common-microsyntaxes','image-maps-0':'rendering','dom-prompt':'timers','report-the-controller-state':'common-microsyntaxes','entity-sube':'named-character-references','dom-print':'timers','obtain-the-storage-mutex':'webappapis','entity-nvgt':'named-character-references','entity-Cedilla':'named-character-references','entity-lesseqqgtr':'named-character-references','attr-input-readonly':'common-microsyntaxes','character-reference-in-attribute-value-state':'tokenization','webvtt-cue-text-rendering-rules':'rendering','dom-a-rev':'obsolete','entity-TripleDot':'named-character-references','dom-a-rel':'common-microsyntaxes','entity-gcy':'named-character-references','the-datatransferitemlist-interface':'dnd','syntax-attribute-value':'syntax','entity-Rsh':'named-character-references','text-track-not-loaded':'common-microsyntaxes','entity-omega':'named-character-references','command-superscript':'dnd','table-model':'common-microsyntaxes','entity-lpar':'named-character-references','attr-marquee-direction-eft':'obsolete','the-option-element':'common-microsyntaxes','internal-algorithm-for-scanning-and-assigning-header-cells':'common-microsyntaxes','entity-Leftrightarrow':'named-character-references','attr-a-rev':'obsolete','htmlareaelement':'common-microsyntaxes','entity-Zcy':'named-character-references','entity-profsurf':'named-character-references','dialogs-implemented-using-separate-documents':'timers','entity-LT':'named-character-references','parser-appcache':'tree-construction','url-query':'common-microsyntaxes','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'the-end','entity-preceq':'named-character-references','attr-select-multiple':'common-microsyntaxes','htmlmarqueeelement':'obsolete','entity-Ll':'named-character-references','the-span-element':'common-microsyntaxes','entity-Lt':'named-character-references','entity-GreaterLess':'named-character-references','entity-scirc':'named-character-references','entity-lsime':'named-character-references','entity-lsimg':'named-charcter-references','text-track-cue-pause-on-exit-flag':'common-microsyntaxes','a-quick-introduction-to-html':'introduction','entity-ntilde':'named-character-references','rcdata-state':'tokenization','ix-handler-onabort':'index','attr-input-autocomplete':'common-microsyntaxes','closing-the-input-stream':'common-microsyntaxes','text-track-cue-order':'common-microsyntaxes','concept-appcache-master':'offline','conversations':'common-microsyntaxes','the-h5-element':'common-microsyntaxes','entity-HumpEqual':'named-character-references','concept-http-equivalent-codes':'common-microsyntaxes','uievent':'infrastructure','entity-lrm':'named-character-references','entity-wfr':'named-character-references','entity-Integral':'named-character-references','other-metadata-names':'common-microsyntaxes','concept-progress-maximum':'common-microsyntaxes','entity-robrk':'named-character-references','entity-UpEquilibrium':'named-character-references','future-pseudo-class':'rendering','entity-vartriangleleft':'named-character-referenes','best-practices-for-implementors-of-media-elements':'common-microsyntaxes','attr-command-radiogroup':'common-microsyntaxes','a-browsing-context-is-discarded':'browsers','entity-oint':'named-character-references','htmlunknownelement':'common-microsyntaxes','entity-NotSubsetEqual':'named-character-references','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','the-size-attribute':'common-microsyntaxes','entity-Downarrow':'named-character-references','entity-bnot':'named-character-references','concept-error-nothandled':'webappapis','entity-sfrown':'named-character-references','attr-hr-width':'obsolete','image-maps':'common-microsyntaxes','origin':'origin-0','handler-marquee-onbounce':'obsolete','dom-input-files':'common-microsyntaxes','entity-Uarrocir':'named-character-references','entity-Uring':'named-character-references','entity-race':'named-character-references','determine-the-value-of-a-named-property':'infrastructure','concept-option-index':'common-microsyntaxes','entity-tri':'named-character-references','attr-media-mediagroup':'common-microsyntaxes','entity-ncongdot':'named-character-references','doctype-legacy-string':'syntax','the-list-of-active-formatting-elements':'parsing','error-codes':'common-microsyntaxes','dom-option-tvds':'common-microsyntaxes','dom-document-applets':'obsolete','entity-zscr':'named-character-references','entity-thetav':'named-character-references','ix-handler-onvolumechange':'index','dom-document-close':'common-microsyntaxes','the-figure-element':'common-microsyntaxes','entity-lstrok':'named-character-references','attr-track-kind-chapters':'common-microsyntaxes','entity-Uparrow':'named-character-references','valid-non-empty-url-potentially-surrounded-by-spaces':'common-microsyntaxes','entity-curvearrowright':'named-character-references','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','common-input-element-attributes':'common-microsyntaxes','dom-option-index':'common-microsyntaxes','entity-realine':'named-character-references','dats-and-times':'common-microsyntaxes','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'common-microsyntaxes','entity-LeftDoubleBracket':'named-character-references','attr-link-sizes':'common-microsyntaxes','refsGRAPHICS':'references','dom-table-deleterow':'common-microsyntaxes','dom-object-code':'obsolete','entity-wreath':'named-character-references','dom-form-name':'common-microsyntaxes','dom-img-name':'obsolete','attr-th-scope-row':'common-microsyntaxes','handler-ondrop':'webappapis','entity-gscr':'named-character-references','list-of-active-formatting-elements':'parsing','common-pitfalls-to-avoid-when-using-the-scripting-apis':'introduction','event-pageshow':'history','dom-mediacontroller-pause':'common-microsyntaxes','entity-ltrif':'named-character-references','entity-ltrie':'named-character-references','read-html':'history','processinginstruction':'infrastructure','entity-NoBreak':'named-character-references','set-of-scripts-that-will-execute-as-soon-as-pssible':'common-microsyntaxes','concept-option-selectedness':'common-microsyntaxes','misinterpreted-for-compatibility':'parsing','spacer':'obsolete','entity-congdot':'named-character-references','dom-area-hreflang':'common-microsyntaxes','entity-Kfr':'named-character-references','custom-validity-error-message':'common-microsyntaxes','dom-length':'browsers','entity-Tfr':'named-character-references','the-min-and-max-attributes':'common-microsyntaxes','next-input-character':'parsing','dom-mediacontroller':'common-microsyntaxes','navigatorcontentutils':'timers','entity-gtcc':'named-character-references','nobr':'obsolete','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'tokenization','sce-not-copy':'webappapis','entity-eqslantgtr':'named-character-references','dom-meta-content':'common-microsyntaxes','dom-node-localname':'infrastructure','concept-input-min-default':'common-microsyntaxes','dom-object-data':'common-microsyntaxes','entity-cupor':'named-character-references','cncept-time':'common-microsyntaxes','entity-Lscr':'named-character-references','the-var-element':'common-microsyntaxes','entity-plusb':'named-character-references','entity-pluse':'named-character-references','rules-for-parsing-a-list-of-dimensions':'common-microsyntaxes','the-summary-element':'common-microsyntaxes','refsGREGORIAN':'references','the-header-element':'common-microsyntaxes','the-dropzone-attribute':'dnd','entity-vnsub':'named-character-references','entity-RightDownTeeVector':'named-character-references','dom-media-videotracks':'common-microsyntaxes','entity-larrb':'named-character-references','dom-domstringmap-removeitem':'common-microsyntaxes','entity-vnsup':'named-character-references','dom-appcache-updateready':'offline','entity-num':'named-character-references','dom-area-href':'common-microsyntaxes','entity-gopf':'named-character-references','concept-appcache-selection':'offline','entity-macr':'named-character-references','entity-bigcap':'named-character-references','entity-ensp':'named-charcter-references','authoring':'common-microsyntaxes','dom-output-type':'common-microsyntaxes','entity-nltri':'named-character-references','rendered-legend':'rendering','entity-nLtv':'named-character-references','attr-iframe-name':'common-microsyntaxes','entity-harrw':'named-character-references','dom-datatransferitemlist-clear':'dnd','sandboxLinks':'history','entity-lacute':'named-character-references','dom-fe-autofocus':'common-microsyntaxes','making-entire-documents-editable':'editing','dom-document-getelementbyid':'infrastructure','dom-input-accept':'common-microsyntaxes','attr-media-loop':'common-microsyntaxes','dom-fe-name':'common-microsyntaxes','entity-verbar':'named-character-references','anonymous-command':'common-microsyntaxes','doctype-state':'tokenization','synchronous-section':'webappapis','seamlessLinks':'history','entity-straightphi':'named-character-references','prefix-match':'infrastructure','entity-LessSlantEqual':'named-character-references','entity-aopf':'named-character-references','entiy-bsemi':'named-character-references','text-track-cue-end-time':'common-microsyntaxes','entity-Backslash':'named-character-references','concept-input-value-string-number':'common-microsyntaxes','some-sample-manifests':'offline','entity-KHcy':'named-character-references','dnd':'dnd','tree-construction':'tree-construction','unclosed-formatting-elements':'the-end','domstring_size_err':'infrastructure','the-dt-element':'common-microsyntaxes','events':'webappapis','entity-thorn':'named-character-references','the-window-object':'browsers','entity-rmoustache':'named-character-references','attr-textarea-dirname':'common-microsyntaxes','concept-input-step-scale':'common-microsyntaxes','dom-link-hreflang':'common-microsyntaxes','dom-select-value':'common-microsyntaxes','entity-precneqq':'named-character-references','drag-data-store-item-list':'dnd','entity-circlearrowleft':'named-character-references','html-namespace-0':'common-microsyntaxes','entity-gap':'named-character-references','dom-form-autocomplete':'common-mcrosyntaxes','entity-backcong':'named-character-references','dom-document-readystate':'common-microsyntaxes','refsRFC2046':'references','nodelist':'infrastructure','entity-cuepr':'named-character-references','ready-states':'common-microsyntaxes','current-target-element':'dnd','entity-LeftUpVector':'named-character-references','dom-a-shape':'obsolete','dom-mutabletexttrack-removecue':'common-microsyntaxes','entity-leftarrow':'named-character-references','blob':'infrastructure','entity-nsubseteqq':'named-character-references','dom-textarea-input-selectionend':'common-microsyntaxes','create-a-document-object':'history','entity-Lsh':'named-character-references','dom-window-blur':'editing','the-del-element':'common-microsyntaxes','refsWEBWORKERS':'references','entity-subsup':'named-character-references','concept-output-defaultvalue':'common-microsyntaxes','isindex':'tree-construction','entity-vArr':'named-character-references','entity-Rrightarrow':'named-character-references','concept-task':'webappapis','entity-ubsub':'named-character-references','entity-Re':'named-character-references','entity-Equal':'named-character-references','return-value':'timers','dom-input-indeterminate':'common-microsyntaxes','attr-table-summary':'obsolete','entity-gtreqless':'named-character-references','focusable':'editing','override-url':'history','concept-appcache-manifest-network':'offline','text-track-cue-identifier':'common-microsyntaxes','entity-SquareIntersection':'named-character-references','entity-DoubleLongLeftRightArrow':'named-character-references','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','concept-row':'common-microsyntaxes','doctype-public-identifier-single-quoted-state':'tokenization','non-interactive':'infrastructure','entity-zfr':'named-character-references','entity-nLeftrightarrow':'named-character-references','dom-trees':'infrastructure','entity-blacksquare':'named-character-references','entity-Lstrok':'named-character-refrences','refsWEBIDL':'references','temporary-buffer':'tokenization','attr-link-type':'common-microsyntaxes','between-doctype-public-and-system-identifiers-state':'tokenization','enabling-and-disabling-scripting':'webappapis','clear-the-stack-back-to-a-table-body-context':'tree-construction','dom-texttrackcuelist-getcuebyid':'common-microsyntaxes','refsJPEG':'references','concept-bc-script':'webappapis','inline-documentation-for-external-scripts':'common-microsyntaxes','toolbar-state':'common-microsyntaxes','increment-the-marquee-current-loop-index':'obsolete','attr-crossorigin-anonymous':'common-microsyntaxes','dom-texttrack-readystate':'common-microsyntaxes','attr-option-value':'common-microsyntaxes','command-inserttext':'dnd','entity-star':'named-character-references','dom-base-href':'common-microsyntaxes','dom-showmodaldialog':'timers','entity-Ecy':'named-character-references','handler-mediacontroller-onplaying':'common-microsyntaxes','the-windowproxy-object':'browsers','popstateevent':'history','entity-etween':'named-character-references','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'common-microsyntaxes','entity-eacute':'named-character-references','entity-operp':'named-character-references','entity-nang':'named-character-references','entity-int':'named-character-references','rules-for-parsing-simple-color-values':'common-microsyntaxes','entity-times':'named-character-references','entity-lbrkslu':'named-character-references','script-data-double-escape-end-state':'tokenization','concept-id':'common-microsyntaxes','dom-object-usemap':'common-microsyntaxes','entity-lbrksld':'named-character-references','entity-Bscr':'named-character-references','dom-node-ownerdocument':'infrastructure','attr-track-label':'common-microsyntaxes','entity-NegativeMediumSpace':'named-character-references','entity-Jcy':'named-character-references','dom-outerhtml':'common-microsyntaxes','the-element-pointers':'parsing','attr-body-marginheight':'obsolete','browsing-context-container':'browsers','refsRFC1922':'reference','dom-cva-validationmessage':'common-microsyntaxes','killing-scripts':'webappapis','entity-bullet':'named-character-references','entity-horbar':'named-character-references','guidance-for-markup-generators':'common-microsyntaxes','dom-document-location':'history','entity-oscr':'named-character-references','the-ruby-element':'common-microsyntaxes','concept-navigate-mature':'history','entity-SuchThat':'named-character-references','entity-toea':'named-character-references','focus':'editing','entity-image':'named-character-references','dom-pagetransitionevent-persisted':'history','entity-ang':'named-character-references','entity-and':'named-character-references','handler-window-onoffline':'webappapis','concept-fs-method':'common-microsyntaxes','entity-zdot':'named-character-references','entity-wr':'named-character-references','entity-barvee':'named-character-references','entity-wp':'named-character-references','handler-ondurationchange':'webappapis','entity-UnderParenthesis':'named-character-references','dom-ifame-srcdoc':'common-microsyntaxes','entity-duhar':'named-character-references','entity-gcirc':'named-character-references','concept-fs-target':'common-microsyntaxes','media-resource-specific-text-track':'common-microsyntaxes','entity-emptyset':'named-character-references','dom-a-name':'obsolete','entity-scedil':'named-character-references','entity-supmult':'named-character-references','entity-jcy':'named-character-references','entity-lescc':'named-character-references','sandboxPluginEmbed':'common-microsyntaxes','attr-script-defer':'common-microsyntaxes','entity-leqq':'named-character-references','dom-mediacontroller-played':'common-microsyntaxes','url-encoded-form-data':'common-microsyntaxes','attr-ol-compact':'obsolete','entity-lfisht':'named-character-references','attr-tbody-align':'obsolete','entity-Otimes':'named-character-references','entity-Tscr':'named-character-references','entity-varkappa':'named-character-references','concept-option-disabled':'common-microsyntaxes','entity-ltimes':'named-characte-references','entity-lessgtr':'named-character-references','the-track-element':'common-microsyntaxes','entity-NJcy':'named-character-references','entity-lsaquo':'named-character-references','entity-timesb':'named-character-references','entity-supdot':'named-character-references','suffering-from-a-step-mismatch':'common-microsyntaxes','dom-button-type':'common-microsyntaxes','the-i-element':'common-microsyntaxes','the-embed-element':'common-microsyntaxes','telephone-state':'common-microsyntaxes','entity-nearrow':'named-character-references','entity-elsdot':'named-character-references','refsCSSUI':'references','entity-RightTriangleEqual':'named-character-references','dom-keygen-challenge':'common-microsyntaxes','handler-appcache-onprogress':'offline','dom-videotracklist-gettrackbyid':'common-microsyntaxes','entity-nshortparallel':'named-character-references','entity-simeq':'named-character-references','entity-Lleftarrow':'named-character-references','writing-cache-manifests':'offline','sandboxPluginNavigate':history','abort-a-parser':'the-end','has-an-element-in-button-scope':'parsing','frameset-ok-flag':'parsing','dom-location-pathname':'history','dom-media-network_loading':'common-microsyntaxes','attr-mod-cite':'common-microsyntaxes','entity-Lacute':'named-character-references','earliest-possible-position-when-the-script-started':'common-microsyntaxes','concept-form-reset':'common-microsyntaxes','dom-document-anchors':'obsolete','entity-cemptyv':'named-character-references','entity-caron':'named-character-references','color-spaces-and-color-correction':'common-microsyntaxes','dom-popstateevent-state':'history','entity-Verbar':'named-character-references','selector-checked':'common-microsyntaxes','entity-Zacute':'named-character-references','dom-marquee-hspace':'obsolete','entity-NestedLessLess':'named-character-references','dom-media-networkstate':'common-microsyntaxes','htmlmodelement':'common-microsyntaxes','entity-rationals':'named-character-references','entity-xwedge':'named-character-references','edits-ad-lists':'common-microsyntaxes','attr-input-type-date-keyword':'common-microsyntaxes','windowproxy':'browsers','handler-onclick':'webappapis','the-nav-element':'common-microsyntaxes','entity-ugrave':'named-character-references','entity-Dfr':'named-character-references','selector-optional':'common-microsyntaxes','dom-media-autoplay':'common-microsyntaxes','entity-ntgl':'named-character-references','dom-link-rel':'common-microsyntaxes','event-mediacontroller-timeupdate':'common-microsyntaxes','script-s-url-character-encoding':'webappapis','dom-link-rev':'obsolete','entity-softcy':'named-character-references','handler-onkeyup':'webappapis','attr-body-vlink':'obsolete','editing-hosts':'rendering','dom-form-nameditem':'common-microsyntaxes','the-select-element':'common-microsyntaxes','dom-input-value':'common-microsyntaxes','entity-Product':'named-character-references','attr-option-name':'obsolete','attr-blockquote-cite':'common-microsyntaxes','security-window':'browsers','handler-onsuspend':'webappapis','dom-meia-buffered':'common-microsyntaxes','entity-blk12':'named-character-references','attr-lang':'common-microsyntaxes','entity-blk14':'named-character-references','entity-Rightarrow':'named-character-references','entity-simrarr':'named-character-references','other-parsing-state-flags':'parsing','entity-Pr':'named-character-references','security-risks-in-the-drag-and-drop-model':'dnd','entity-apos':'named-character-references','month-state':'common-microsyntaxes','entity-Pi':'named-character-references','entity-notinva':'named-character-references','entity-notinvb':'named-character-references','entity-notinvc':'named-character-references','entity-hscr':'named-character-references','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'common-microsyntaxes','entity-heartsuit':'named-character-references','implementing-the-server-side-processing-for-a-form':'common-microsyntaxes','entity-sharp':'named-character-references','attr-a-name':'obsolete','entity-dfr':'named-character-references','eventsand-the-window-object':'webappapis','script':'common-microsyntaxes','entity-prnE':'named-character-references','entity-oelig':'named-character-references','button-state':'common-microsyntaxes','entity-Subset':'named-character-references','dragevent':'dnd','eventtarget':'infrastructure','a-purely-decorative-image-that-doesn-t-add-any-information':'common-microsyntaxes','transparent-content-models':'common-microsyntaxes','entity-precnsim':'named-character-references','attribute-value-unquoted-state':'tokenization','dndevents':'dnd','url-host':'common-microsyntaxes','before-attribute-name-state':'tokenization','entity-Ccirc':'named-character-references','command-api':'common-microsyntaxes','entity-orderof':'named-character-references','entity-ell':'named-character-references','ordinal-value':'common-microsyntaxes','warnings-for-obsolete-but-conforming-features':'obsolete','entity-els':'named-character-references','dom-mediacontroller-currenttime':'common-microsyntaxes','attr-area-shape-keyword-rect':'common-mirosyntaxes','valid-url-potentially-surrounded-by-spaces':'common-microsyntaxes','dom-datatransfer-dropeffect':'dnd','entity-rfisht':'named-character-references','multipart-form-data-boundary-string':'common-microsyntaxes','the-before-head-insertion-mode':'tree-construction','windows':'browsers','command-facet-label':'common-microsyntaxes','attributes-for-form-submission':'common-microsyntaxes','entity-nsucc':'named-character-references','entity-prnap':'named-character-references','change-the-encoding':'parsing','font':'obsolete','attr-option-disabled':'common-microsyntaxes','entity-parallel':'named-character-references','dom-frames':'browsers','entry-update':'history','entity-RightTriangle':'named-character-references','entity-puncsp':'named-character-references','entity-sdotb':'named-character-references','entity-sdote':'named-character-references','entity-conint':'named-character-references','interactive-elements':'common-microsyntaxes','entity-Gamma':'named-character-references','ix-handler-onloadeddata''index','attr-input-type-tel-keyword':'common-microsyntaxes','parsing-main-intabletext':'tree-construction','association-of-controls-and-forms':'common-microsyntaxes','generic-rcdata-element-parsing-algorithm':'tree-construction','refsSHIFTJIS':'references','the-label-element':'common-microsyntaxes','active-parser':'common-microsyntaxes','autofocusing-a-form-control':'common-microsyntaxes','concept-time-date':'common-microsyntaxes','entity-oline':'named-character-references','concept-input-checked-dirty-flag':'common-microsyntaxes','entity-NotDoubleVerticalBar':'named-character-references','attr-hyperlink-rel':'common-microsyntaxes','entity-Pfr':'named-character-references','command-insertimage':'dnd','entity-Mscr':'named-character-references','state-object':'history','effectAllowed-initialization':'dnd','attr-input-type-submit-keyword':'common-microsyntaxes','entity-harrcir':'named-character-references','script-data-less-than-sign-state':'tokenization','event-media-ended':'common-microsyntaxes','close-the-ell':'tree-construction','entity-Otilde':'named-character-references','dom-navigator':'timers','handler-ondragleave':'webappapis','table-aria-weak':'common-microsyntaxes','entity-vangrt':'named-character-references','ix-handler-window-onbeforeprint':'index','entity-Uscr':'named-character-references','entity-zcaron':'named-character-references','tag-name-state':'tokenization','entity-yfr':'named-character-references','entity-TildeFullEqual':'named-character-references','current-playback-position':'common-microsyntaxes','dom-media-play':'common-microsyntaxes','entity-upharpoonright':'named-character-references','attr-object-codebase':'obsolete','dom-uda-port':'common-microsyntaxes','entity-rightthreetimes':'named-character-references','syntax-doctype':'syntax','entity-COPY':'named-character-references','entity-lesg':'named-character-references','entity-Hcirc':'named-character-references','handler-window-onpagehide':'webappapis','entity-npart':'named-character-references','entity-alefsym':'named-character-refeences','following-hyperlinks-0':'common-microsyntaxes','attr-table-width':'obsolete','entity-raquo':'named-character-references','concept-meter-actual':'common-microsyntaxes','dom-option-label':'common-microsyntaxes','ancestor-browsing-context':'browsers','concept-meter-minimum':'common-microsyntaxes','dom-ul-type':'obsolete','attr-fs-formtarget':'common-microsyntaxes','entity-rightarrowtail':'named-character-references','entity-topfork':'named-character-references','attr-iframe-sandbox-allow-top-navigation':'common-microsyntaxes','entity-RightVectorBar':'named-character-references','entity-Bernoullis':'named-character-references','dom-command-ro-commanddisabled':'common-microsyntaxes','attr-dropzone-move':'dnd','dom-location-protocol':'history','text-track-label':'common-microsyntaxes','compatibility-caseless':'infrastructure','entity-dotsquare':'named-character-references','tables':'rendering','entity-simgE':'named-character-references','entity-kopf':'named-character-references','cors-enabled-fetch':'commn-microsyntaxes','attr-meter-optimum':'common-microsyntaxes','the-ul-element':'common-microsyntaxes','entity-ngtr':'named-character-references','event-media-abort':'common-microsyntaxes','dom-input-type':'common-microsyntaxes','the-sup-element':'common-microsyntaxes','entity-minus':'named-character-references','entity-checkmark':'named-character-references','entity-cire':'named-character-references','entity-circ':'named-character-references','attr-command-icon':'common-microsyntaxes','dom-param-name':'common-microsyntaxes','concept-appcache-upgrade':'offline','entity-smte':'named-character-references','entity-cirE':'named-character-references','ignore':'infrastructure','entity-iiiint':'named-character-references','attr-source-media':'common-microsyntaxes','has-an-element-in-table-scope':'parsing','entity-lsquor':'named-character-references','strictly-split-a-string':'common-microsyntaxes','entity-comma':'named-character-references','entity-RightTee':'named-character-references','attr-input-type-week-keyword:'common-microsyntaxes','selector-disabled':'common-microsyntaxes','maps-to-the-dimension-property':'rendering','entity-ucirc':'named-character-references','entity-nexist':'named-character-references','the-directionality':'common-microsyntaxes','the-list-attribute':'common-microsyntaxes','entity-rceil':'named-character-references','dom-location-search':'history','event-dragleave':'dnd','refsPOLYGLOT':'references','queue-a-task':'webappapis','entity-Iuml':'named-character-references','entity-eopf':'named-character-references','entity-intcal':'named-character-references','parsing-main-inhead':'tree-construction','dom-window-personalbar':'browsers','entity-uacute':'named-character-references','ix-handler-oncontextmenu':'index','entity-ShortUpArrow':'named-character-references','dom-marquee-start':'obsolete','concept-link-type-sniffing':'common-microsyntaxes','entity-rightarrow':'named-character-references','sections':'common-microsyntaxes','dom-navigator-registerprotocolhandler':'timers','entity-blk34':'named-haracter-references','dom-textarea-input-select':'common-microsyntaxes','naming-form-controls':'common-microsyntaxes','entity-zacute':'named-character-references','refsMAILTO':'references','constraint-validation':'common-microsyntaxes','reload-override-buffer':'common-microsyntaxes','dom-table-cellpadding':'obsolete','entity-vfr':'named-character-references','current-entry-of-the-joint-session-history':'history','entity-DoubleUpArrow':'named-character-references','force-async':'common-microsyntaxes','entity-UpTee':'named-character-references','attribute-value-single-quoted-state':'tokenization','dom-timeranges-start':'common-microsyntaxes','refsISO885911':'references','dom-fs-formenctype':'common-microsyntaxes','attr-col-char':'obsolete','attr-th-scope-auto':'common-microsyntaxes','cors-cross-origin':'common-microsyntaxes','entity-UnionPlus':'named-character-references','attr-colgroup-span':'common-microsyntaxes','mediaevents':'common-microsyntaxes','dom-frameset-cols':'obsolete','plain-text-form-data':'comon-microsyntaxes','entity-lnsim':'named-character-references','source-default-media':'common-microsyntaxes','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'the-end','entity-LessFullEqual':'named-character-references','event-media-volumechange':'common-microsyntaxes','entity-yicy':'named-character-references','submit-body':'common-microsyntaxes','dom-table-cellspacing':'obsolete','entity-eng':'named-character-references','handler-ondragstart':'webappapis','dom-map-images':'common-microsyntaxes','dom-texttrack-kind-chapters':'common-microsyntaxes','entity-LeftTee':'named-character-references','dom-mediacontroller-play':'common-microsyntaxes','dom-object-vspace':'obsolete','syntax-newlines':'syntax','attr-iframe-seamless':'common-microsyntaxes','entity-supseteqq':'named-character-references','multipart-form-data':'common-microsyntaxes','htmltableheadercellelement':'common-microsyntaxes','entity-cross':'named-character-references','fakepath-orly':'common-microsyntaxes','other-elements-attriutes-and-apis':'obsolete','handler-onscroll':'webappapis','ix-handler-onloadstart':'index','entity-odash':'named-character-references','entity-bsolhsub':'named-character-references','entity-duarr':'named-character-references','entity-sacute':'named-character-references','dom-font-face':'obsolete','dom-script-text':'common-microsyntaxes','insert-a-character':'tree-construction','the-hgroup-element':'common-microsyntaxes','events-0':'index','entity-Acy':'named-character-references','entity-OElig':'named-character-references','entity-gtrapprox':'named-character-references','dom-input-step':'common-microsyntaxes','entity-npre':'named-character-references','dom-uda-host':'common-microsyntaxes','iframe-content-model':'common-microsyntaxes','img-good':'common-microsyntaxes','entity-ContourIntegral':'named-character-references','entity-ccaron':'named-character-references','a-key-part-of-the-content':'common-microsyntaxes','ix-handler-window-onredo':'index','refsSCSU':'references','link-type-next':'common-microsyntaes','the-script-block-s-type':'common-microsyntaxes','entity-NotLeftTriangle':'named-character-references','entity-Bumpeq':'named-character-references','bindings':'rendering','entity-Fcy':'named-character-references','entity-NotSupersetEqual':'named-character-references','dom-texttrackcue-pauseonexit':'common-microsyntaxes','entity-gsim':'named-character-references','concept-meta-extensions':'common-microsyntaxes','concept-embed-type':'common-microsyntaxes','hyperlink-suffix':'common-microsyntaxes','entity-imacr':'named-character-references','read-text':'history','dom-audiotracklist-length':'common-microsyntaxes','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'common-microsyntaxes','htmllielement':'common-microsyntaxes','the-toolbar-barprop-object':'browsers','editable':'editing','entity-gneqq':'named-character-references','dom-cva-setcustomvalidity':'common-microsyntaxes','entity-upharpoonleft':'named-character-references','dom-windowtimers-settimeout':'timers','context-menu-state':'comon-microsyntaxes','attr-style-media':'common-microsyntaxes','attr-input-type-reset-keyword':'common-microsyntaxes','submit-get-action':'common-microsyntaxes','parsing-main-inframeset':'tree-construction','attr-textarea-rows':'common-microsyntaxes','entity-TRADE':'named-character-references','dom-img-src':'common-microsyntaxes','event-mediacontroller-play':'common-microsyntaxes','entity-Zcaron':'named-character-references','entity-SquareSupersetEqual':'named-character-references','entity-ubrcy':'named-character-references','attr-button-type-reset-state':'common-microsyntaxes','dom-media-seekable':'common-microsyntaxes','entity-Zscr':'named-character-references','entity-gvertneqq':'named-character-references','concept-fs-novalidate':'common-microsyntaxes','entity-emsp13':'named-character-references','entity-emsp14':'named-character-references','attr-input-type-file-keyword':'common-microsyntaxes','the-base-element':'common-microsyntaxes','entity-nsc':'named-character-references','concept-ltr':'common-microsytaxes','restrictions-for-contents-of-script-elements':'common-microsyntaxes','dom-img-complete':'common-microsyntaxes','dom-document-querycommandstate':'dnd','entity-ShortRightArrow':'named-character-references','entity-Gscr':'named-character-references','linkTypes':'common-microsyntaxes','cookie-string':'infrastructure','entity-udblac':'named-character-references','entity-rrarr':'named-character-references','processing-model-0':'common-microsyntaxes','processing-model-1':'webappapis','processing-model-2':'webappapis','processing-model-3':'editing','refsMATHML':'references','text-track-cue-active-flag':'common-microsyntaxes','attr-table-cellpadding':'obsolete','entity-excl':'named-character-references','submit-mailto-body':'common-microsyntaxes','attr-track-kind-keyword-chapters':'common-microsyntaxes','entity-nsubset':'named-character-references','dom-input-selectedoption':'common-microsyntaxes','entity-utilde':'named-character-references','dom-document-defaultview':'browsers','dom-domimplementation-createocument':'infrastructure','concept-meter-high':'common-microsyntaxes','dom-input-size':'common-microsyntaxes','footnotes':'common-microsyntaxes','dom-window-menubar':'browsers','entity-fcy':'named-character-references','entity-setminus':'named-character-references','entity-filig':'named-character-references','suffering-from-an-overflow':'common-microsyntaxes','concept-form-reset-control':'common-microsyntaxes','entity-clubs':'named-character-references','dom-window':'browsers','sandboxOrigin':'origin-0','attr-fs-enctype-formdata':'common-microsyntaxes','dom-node-insertbefore':'infrastructure','calling-scripts':'webappapis','entity-lnap':'named-character-references','url-port':'common-microsyntaxes','attr-img-longdesc':'obsolete','enumerated-attribute':'common-microsyntaxes','dom-input-defaultchecked':'common-microsyntaxes','dom-contenteditable':'editing','marquee-scroll-distance':'obsolete','space-separated-tokens':'common-microsyntaxes','entity-Leftarrow':'named-character-references','direction-of-playback:'common-microsyntaxes','dom-col-valign':'obsolete','entity-gtquest':'named-character-references','await-a-stable-state':'webappapis','xml-documents':'infrastructure','the-indicated-part-of-the-document':'history','entity-Gopf':'named-character-references','entity-ForAll':'named-character-references','concept-link-obtain':'common-microsyntaxes','metadata-content':'common-microsyntaxes','dom-iframe-seamless':'common-microsyntaxes','parse-a-date-string':'common-microsyntaxes','dom-body-background':'obsolete','entity-emacr':'named-character-references','entity-bigvee':'named-character-references','entity-order':'named-character-references','entity-nrtrie':'named-character-references','invalid_character_err':'infrastructure','script-data-end-tag-open-state':'tokenization','dom-document-querycommandenabled':'dnd','entity-HumpDownHump':'named-character-references','attr-command-type-state-radio':'common-microsyntaxes','entity-Copf':'named-character-references','dom-navigator-appname':'timers','entity-ntrianglelef':'named-character-references','obsolete-permitted-doctype-string':'syntax','entity-gdot':'named-character-references','event-mediacontroller-volumechange':'common-microsyntaxes','entity-boxUR':'named-character-references','entity-rpargt':'named-character-references','entity-check':'named-character-references','html-documents':'infrastructure','entity-vrtri':'named-character-references','entity-boxUL':'named-character-references','entity-wcirc':'named-character-references','categories':'common-microsyntaxes','entity-questeq':'named-character-references','formatblock-candidate':'dnd','dom-location-port':'history','valid-forced-utc-global-date-and-time-string':'common-microsyntaxes','entity-Ograve':'named-character-references','application-cache-download-process':'offline','entity-boxUl':'named-character-references','entity-nprec':'named-character-references','entity-Union':'named-character-references','entity-suphsol':'named-character-references','labeled-control':'common-microsyntaxes','attr-ol-type-state-uper-alpha':'common-microsyntaxes','attr-media-preload-auto-state':'common-microsyntaxes','dom-document-clear':'obsolete','event-mediacontroller-durationchange':'common-microsyntaxes','refsEUCKR':'references','entity-NonBreakingSpace':'named-character-references','document-s-character-encoding':'infrastructure','entity-lates':'named-character-references','dom-object-codebase':'obsolete','entity-fnof':'named-character-references','the-main-part-of-the-content':'common-microsyntaxes','entity-tfr':'named-character-references','the-::cue-pseudo-element':'rendering','entity-varsubsetneqq':'named-character-references','entity-umacr':'named-character-references','dom-open':'browsers','x-this':'introduction','entity-aring':'named-character-references','entity-emptyv':'named-character-references','concept-month':'common-microsyntaxes','entity-supsup':'named-character-references','entity-rdldhar':'named-character-references','entity-supsub':'named-character-references','entity-Succeeds':'named-character-references','dm-object-name':'common-microsyntaxes','entity-cupbrcap':'named-character-references','attr-table-bgcolor':'obsolete','the-datatransferitem-interface':'dnd','dom-meter-high':'common-microsyntaxes','entity-rarrfs':'named-character-references','commands':'common-microsyntaxes','entity-Scy':'named-character-references','command-forwarddelete':'dnd','dom-object-align':'obsolete','a-serialization-of-the-image-as-a-file':'common-microsyntaxes','entity-GreaterGreater':'named-character-references','attr-canvas-width':'common-microsyntaxes','entity-rmoust':'named-character-references','abort_err':'infrastructure','entity-nearhk':'named-character-references','entity-lneqq':'named-character-references','entity-sstarf':'named-character-references','entity-Sacute':'named-character-references','resolving-urls':'common-microsyntaxes','parsing-main-inhtml':'tree-construction','refsWEBSOCKET':'references','entity-telrec':'named-character-references','entity-nesear':'named-character-references','entity-ReverseUpEquilibrium':'amed-character-references','rules-for-parsing-a-list-of-integers':'common-microsyntaxes','entity-Jukcy':'named-character-references','the-applet-element':'obsolete','pseudo-cue-selector':'rendering','entity-Ccaron':'named-character-references','outline-depth':'common-microsyntaxes','entity-cularr':'named-character-references','entity-iinfin':'named-character-references','immediate-user-selection':'dnd','attr-tdth-bgcolor':'obsolete','entity-pitchfork':'named-character-references','entity-ofr':'named-character-references','the-tbody-element':'common-microsyntaxes','link-type-search':'common-microsyntaxes','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'common-microsyntaxes','text-track-model':'common-microsyntaxes','entity-rdquo':'named-character-references','dom-texttrack-loading':'common-microsyntaxes','entity-LeftDownVector':'named-character-references','attr-tdth-height':'obsolete','dom-meter-min':'common-microsyntaxes','dom-area-nohref':'obsolete','entity-npolint':'named-characer-references','event-media-canplaythrough':'common-microsyntaxes','entity-NestedGreaterGreater':'named-character-references','dom-object-standby':'obsolete','entity-vert':'named-character-references','designMode':'editing','syntax-end-tag':'syntax','entity-Scirc':'named-character-references','entity-leftrightarrow':'named-character-references','the-text-tracks-are-ready':'common-microsyntaxes','refsDOMPARSER':'references','entity-curlyvee':'named-character-references','dom-function-call':'webappapis','entity-pcy':'named-character-references','how-to-read-this-specification':'introduction','dom-location-reload':'history','entity-LeftVectorBar':'named-character-references','refsUAAG':'references','dom-hr-color':'obsolete','entity-Vvdash':'named-character-references','handler-onblur':'webappapis','the-dir-attribute':'common-microsyntaxes','common-microsyntaxes':'common-microsyntaxes','entity-Mopf':'named-character-references','dom-option-t':'common-microsyntaxes','entity-top':'named-character-references','entty-homtht':'named-character-references','meta-author':'common-microsyntaxes','entity-Oscr':'named-character-references','entity-NotReverseElement':'named-character-references','acronym':'obsolete','common-input-element-apis':'common-microsyntaxes','entity-sqcap':'named-character-references','browsing-context-scope-origin':'browsers','hidden-elements':'rendering','dom-document-domain':'origin-0','entity-DownArrow':'named-character-references','valid-hash-name-reference':'common-microsyntaxes','entity-Icirc':'named-character-references','entity-nbump':'named-character-references','event-input-input':'common-microsyntaxes','event-mediacontroller-waiting':'common-microsyntaxes','selector-read-write':'common-microsyntaxes','dom-lfe-labels':'common-microsyntaxes','column-header':'common-microsyntaxes','time-state':'common-microsyntaxes','dom-hashchangeevent-oldurl':'history','document-level-focus-apis':'editing','the-b-element':'common-microsyntaxes','content-models':'common-microsyntaxes','media-data':'common-mirosyntaxes','dom-document-querycommandindeterm':'dnd','dom-insertadjacenthtml':'common-microsyntaxes','algorithm-for-processing-row-groups':'common-microsyntaxes','entity-caret':'named-character-references','insertadjacenthtml':'common-microsyntaxes','refsXSLT10':'references','handler-onseeked':'webappapis','entity-Tcy':'named-character-references','entity-loarr':'named-character-references','entity-hcirc':'named-character-references','entity-egrave':'named-character-references','rateUpdate':'common-microsyntaxes','attr-textarea-maxlength':'common-microsyntaxes','concept-rtl':'common-microsyntaxes','entity-Oopf':'named-character-references','dom-location-host':'history','comment-start-state':'tokenization','entity-loz':'named-character-references','entity-rthree':'named-character-references','dom-marquee-height':'obsolete','valid-lowercase-simple-color':'common-microsyntaxes','rel-icon':'common-microsyntaxes','dom-menu-label':'common-microsyntaxes','blocked-media-element':'common-microsyntaxes','initiate-th-drag-and-drop-operation':'dnd','concept-input-checked-dirty':'common-microsyntaxes','entity-circleddash':'named-character-references','grouping-content':'common-microsyntaxes','dom-fs-method':'common-microsyntaxes','attr-canvas-height':'common-microsyntaxes','current-entry':'history','text-track-language':'common-microsyntaxes','entity-Eta':'named-character-references' };
+var fragment_links = { 'ix-handler-ondrag':'index','dom-media-defaultmuted':'the-iframe-element','htmlcommandelement':'interactive-elements','dom-texttrackcuelist-length':'the-iframe-element','dom-source-media':'the-iframe-element','focusing-steps':'editing','command-facet-type':'commands','dom-texttrack-label':'the-iframe-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'common-microsyntaxes','ix-handler-window-onafterprint':'index','dom-command-ro-commandchecked':'commands','entity-ring':'named-character-references','the-after-head-insertion-mode':'tree-construction','create-a-script':'webappapis','the-br-element':'text-level-semantics','ix-handler-onreset':'index','command-redo':'dnd','entity-straightepsilon':'named-character-references','concept-facet':'commands','attr-script-async':'scripting-1','entity-target':'named-character-references','ix-handler-ondblclick':'index','entity-Cfr':'named-character-references','script-nesting-level':'parsng','entity-ncedil':'named-character-references','dom-table-deletetfoot':'tabular-data','entity-NotLessLess':'named-character-references','dom-tdth-abbr':'obsolete','the-maxlength-attribute':'common-input-element-attributes','handler-mediacontroller-onloadeddata':'the-iframe-element','entity-DownTeeArrow':'named-character-references','attr-button-type':'the-button-element','entity-curarrm':'named-character-references','custom-handlers':'timers','the-navigator-object':'timers','attr-textarea-wrap-soft':'the-button-element','the-h3-element':'sections','concept-fe-disabled':'association-of-controls-and-forms','entity-RightUpDownVector':'named-character-references','dom-object-border':'obsolete','effective-media-volume':'the-iframe-element','entity-Oacute':'named-character-references','dom-texttrack-activecues':'the-iframe-element','htmltitleelement':'semantics','entity-nGtv':'named-character-references','concept-spellcheck-default-inherit':'editing','entity-expectation':'named-character-references','prepare-a-cript':'scripting-1','entity-lAarr':'named-character-references','dom-tbody-valign':'obsolete','entity-naturals':'named-character-references','dom-videotrack-kind':'the-iframe-element','dom-node-namespaceuri':'infrastructure','dom-dropzone':'dnd','dom-tbody-rows':'tabular-data','dom-video-videoheight':'the-iframe-element','handler-onseeking':'webappapis','entity-mdash':'named-character-references','entity-bernou':'named-character-references','entity-leftharpoonup':'named-character-references','strike':'obsolete','assigned-access-key':'editing','event-handler-event-type':'webappapis','dom-area-alt':'the-map-element','html-fragment-serialization-algorithm':'the-end','contenteditable-wrapSemantic':'editing','the-menu-bar-barprop-object':'browsers','concept-submit-button':'forms','dom-accesskey':'editing','entity-lesdot':'named-character-references','the-dfn-element':'text-level-semantics','entity-nsime':'named-character-references','dom-image':'embedded-content-1','rawtext-less-than-sign-state':'tokenization',rawtext-state':'tokenization','ix-handler-onmousemove':'index','value-track-kind-description':'the-iframe-element','htmltrackelement':'the-iframe-element','dom-marquee-scrolldelay':'obsolete','handler-onvolumechange':'webappapis','syntax-comments':'syntax','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','event-mediacontroller-playing':'the-iframe-element','timers':'timers','quota_exceeded_err':'infrastructure','the-div-element':'grouping-content','entity-larrsim':'named-character-references','dom-meter-max':'the-button-element','entity-boxvr':'named-character-references','media-element-event-task-source':'the-iframe-element','ix-handler-window-onscroll':'index','entity-boxvl':'named-character-references','entity-boxvh':'named-character-references','entity-boxvR':'named-character-references','attr-input-alt':'number-state','entity-nhpar':'named-character-references','entity-emsp':'named-character-references','writing-a-form-s-user-interface':'forms','entity-semi':'named-character-references','entity-fr':'named-character-references','history-0':'history','history-1':'introduction','entity-boxvL':'named-character-references','entity-pscr':'named-character-references','entity-boxvH':'named-character-references','entity-trie':'named-character-references','entity-uparrow':'named-character-references','attr-textarea-cols':'the-button-element','dom-script-defer':'scripting-1','htmldetailselement':'interactive-elements','represents':'rendering','entity-imped':'named-character-references','url-hostport':'urls','entity-lHar':'named-character-references','handler-mediacontroller-oncanplay':'the-iframe-element','fire-a-click-event':'webappapis','dom-img-naturalwidth':'embedded-content-1','dom-texttrack-kind-metadata':'the-iframe-element','entity-supdsub':'named-character-references','concept-form-submit':'association-of-controls-and-forms','nearest-activatable-element':'content-models','get-the-timeout':'timers','entity-searr':'named-character-references','rb':'obsolete','standard-metadata-names':'semantics','hander-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','entity-par':'named-character-references','entity-wedbar':'named-character-references','entity-Lmidot':'named-character-references','attr-ol-type-keyword-decimal':'grouping-content','texttrackcuelist':'the-iframe-element','renderingUA':'infrastructure','object-plugin':'the-iframe-element','entity-lmoust':'named-character-references','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','dom-texttrackcue-endtime':'the-iframe-element','value-track-kind-translation':'the-iframe-element','entity-ENG':'named-character-references','the-drag-data-item-kind':'dnd','entity-bigotimes':'named-character-references','entity-sscr':'named-character-references','entity-NotGreaterSlantEqual':'named-character-references','handler-texttrack-onerror':'the-iframe-element','dom-area-hash':'the-map-element','attr-embed-vspace':'obsolete','entity-Bcy':'named-character-references','link-type-author':'links','oncept-textarea-mutable':'the-button-element','active-flag-was-set-when-the-script-started':'the-iframe-element','dom-mutabletexttrack-addcue':'the-iframe-element','dom-img-vspace':'obsolete','discard-a-document':'browsers','textarea-effective-height':'rendering','html-fragment-parsing-algorithm':'the-end','entity-seArr':'named-character-references','entity-lArr':'named-character-references','entity-rarrbfs':'named-character-references','best-representation-of-the-global-date-and-time-string':'common-microsyntaxes','table-example-1':'tabular-data','dynamic-markup-insertion':'content-models','dynamic-nested-browsing-context-properties':'browsers','entity-lobrk':'named-character-references','entity-rightsquigarrow':'named-character-references','spin-the-event-loop':'webappapis','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','entity-bbrk':'named-character-references','attr-tdth-align':'obsolete','entity-colon':'named-character-references','entity-Ugrave':'named-character-referencs','dom-tdth-valign':'obsolete','entity-Mfr':'named-character-references','dom-ol-reversed':'grouping-content','dom-meta-name':'semantics','entity-LeftUpTeeVector':'named-character-references','algorithm-for-assigning-header-cells':'tabular-data','dom-texttrack-kind-subtitles':'the-iframe-element','dom-table-tbodies':'tabular-data','ix-handler-ondragend':'index','entity-gesles':'named-character-references','entity-NotElement':'named-character-references','dom-htmloptionscollection-length':'common-dom-interfaces','dom-media-preload':'the-iframe-element','concept-node-clone-ext':'infrastructure','outerhtml':'content-models','entity-sung':'named-character-references','handler-onplaying':'webappapis','entity-bcy':'named-character-references','attr-contextmenu':'interactive-elements','entity-thkap':'named-character-references','cookie-free-document-object':'dom','url-path':'urls','domtokenlist':'infrastructure','parsed-as-a-css-color-value':'infrastructure','dom-marquee-behavior':'obsolete','entity-disin':'namedcharacter-references','dom-validitystate-typemismatch':'association-of-controls-and-forms','preferred-mime-name':'infrastructure','attr-th-scope-colgroup':'tabular-data','entity-tcedil':'named-character-references','entity-Vcy':'named-character-references','entity-ldquo':'named-character-references','entity-map':'named-character-references','selector-invalid':'links','entity-apacir':'named-character-references','dom-datatransfer-files':'dnd','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','entity-ctdot':'named-character-references','the-input-element-as-a-button':'rendering','entity-pointint':'named-character-references','creating-scripts':'webappapis','entity-Gcirc':'named-character-references','marquee-scroll-interval':'obsolete','entity-Eopf':'named-character-references','ix-handler-onwaiting':'index','entity-boxdL':'named-character-references','hidden-state':'states-of-the-type-attribute','entity-OpenCurlyDoubleQuote':'named-character-references','entity-LetTriangleBar':'named-character-references','attr-command-type-keyword-checkbox':'interactive-elements','dom-domstringmap-nameditem':'common-dom-interfaces','entity-Xi':'named-character-references','table-charref-overrides':'tokenization','dom-dl-compact':'obsolete','table-model-error':'tabular-data','entity-cacute':'named-character-references','parse-a-week-string':'common-microsyntaxes','ix-handler-onscroll':'index','entity-eqvparsl':'named-character-references','media-elements':'the-iframe-element','entity-dHar':'named-character-references','ignore-destructive-writes-counter':'content-models','dom-tbody-insertrow':'tabular-data','after-attribute-value-quoted-state':'tokenization','innerhtml':'content-models','dom-style-scoped':'semantics','htmlheadelement':'semantics','sandboxPluginApplet':'obsolete','entity-odblac':'named-character-references','refsRFC2397':'references','unicode-serialization-of-an-origin':'origin-0','refsHPAAIG':'references','handler-onpause':'webappapis','refsRFC3629':'references','attibute-value-double-quoted-state':'tokenization','non-scripted':'infrastructure','concept-input-step-default':'common-input-element-attributes','entity-epsiv':'named-character-references','link-type-tag':'links','generic-raw-text-element-parsing-algorithm':'tree-construction','ix-handler-window-onblur':'index','attr-ol-type-keyword-upper-roman':'grouping-content','traverse-the-history':'history','dom-input-alt':'the-input-element','concept-progress-value':'the-button-element','entity-darr':'named-character-references','entity-NotSucceedsEqual':'named-character-references','entity-sfr':'named-character-references','entity-lesges':'named-character-references','hashchangeevent':'history','htmlbrelement':'text-level-semantics','entity-xscr':'named-character-references','script-data-escaped-state':'tokenization','attr-fe-maxlength':'association-of-controls-and-forms','handler-onprogress':'webappapis','entity-lozf':'named-character-references','entity-timesbar':'named-character-references','white_space':'common-mirosyntaxes','handler-onchange':'webappapis','about:srcdoc':'urls','entity-rbrkslu':'named-character-references','entity-rbrksld':'named-character-references','attr-tr-charoff':'obsolete','entity-strns':'named-character-references','garbage-collection':'common-dom-interfaces','the-address-element':'sections','entity-Ocy':'named-character-references','dom-uda-hash':'urls','collections':'infrastructure','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','refsHTMLALTTECHS':'references','dom-textarea-input-setselectionrange':'association-of-controls-and-forms','entity-ntrianglelefteq':'named-character-references','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'the-iframe-element','dom-table-frame':'obsolete','dom-texttrackcue-getcueassource':'the-iframe-element','dom-validitystate-toolong':'association-of-controls-and-forms','entity-lessapprox':'named-character-references','the-marquee-element-0':'rendering','refsRFC4329':'references','entity-updownarrw':'named-character-references','dom-beforeunloadevent-returnvalue':'history','dom-iframe-name':'the-iframe-element','entity-nsupseteqq':'named-character-references','head-element-pointer':'parsing','entity-plusmn':'named-character-references','manually-releasing-the-storage-mutex':'timers','valid-local-date-and-time-string':'common-microsyntaxes','fire-loadeddata':'the-iframe-element','refsATAG':'references','attr-area-shape-keyword-rectangle':'the-map-element','dom-select-selectedindex':'the-button-element','syntax-start-tag':'syntax','tag-clouds':'links','entity-isinv':'named-character-references','event-media-seeking':'the-iframe-element','dom-mediacontroller-buffered':'the-iframe-element','dom-select-required':'the-button-element','entity-VerticalLine':'named-character-references','common-idioms-without-dedicated-elements':'links','interactions-with-xpath-and-xslt':'content-models','entity-rsqb':'named-character-references','shows-caching-progress':'offline','dom-domstringmap-additem':'common-dom-interaces','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','entity-multimap':'named-character-references','attr-track-srclang':'the-iframe-element','dom-track-label':'the-iframe-element','remove-an-element-from-a-document':'infrastructure','dom-texttrack-showing':'the-iframe-element','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','entity-RightUpVectorBar':'named-character-references','dom-frame-scrolling':'obsolete','entity-boxV':'named-character-references','entity-curlyeqsucc':'named-character-references','entity-bnequiv':'named-character-references','entity-lsqb':'named-character-references','attr-area-nohref':'obsolete','loading-xml-documents':'dom','entity-subne':'named-character-references','dom-videotrack-selected':'the-iframe-element','entity-boxH':'named-character-references','entity-boxv':'named-character-references','dom-fs-novalidate':'association-of-controls-and-forms','attr-fe-disabled':'association-of-controls-and-form','handling-first-frame-available':'the-iframe-element','attr-crossorigin-none':'fetching-resources','entity-subnE':'named-character-references','entity-yscr':'named-character-references','entity-boxh':'named-character-references','concept-bc-noscript':'webappapis','frameset':'obsolete','ix-handler-onended':'index','attr-media-preload-auto':'the-iframe-element','adjust-mathml-attributes':'tree-construction','entity-mDDot':'named-character-references','ix-handler-window-onstorage':'index','entity-DiacriticalAcute':'named-character-references','text-track-loading':'the-iframe-element','entity-NotTildeFullEqual':'named-character-references','command-insertunorderedlist':'dnd','parsing-xhtml-fragments':'the-xhtml-syntax','attr-select-size':'the-button-element','entity-ltrPar':'named-character-references','dom-input-usemap':'obsolete','text-track-cue-text':'the-iframe-element','the-location-interface':'history','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','arquee-loop-count':'obsolete','entity-bigcup':'named-character-references','dom-mediaerror-media_err_decode':'the-iframe-element','dom-applet-hspace':'obsolete','data-protocol':'infrastructure','ix-handler-onplaying':'index','html-namespace':'infrastructure','entity-xrArr':'named-character-references','ix-handler-window-onunload':'index','attr-caption-align':'obsolete','concept-appcache-onlinewhitelist':'offline','entity-zwnj':'named-character-references','preprocessing-the-input-stream':'parsing','sequential-link-types':'links','dom-dim-width':'the-map-element','dom-table-insertrow':'tabular-data','concept-n-noscript':'webappapis','entity-compfn':'named-character-references','reset-the-insertion-mode-appropriately':'parsing','event-handlers-on-elements-document-objects-and-window-objects':'webappapis','float-nan':'infrastructure','beforeunloadevent':'history','authors-using-xhtml':'iana','entity-lcy':'named-character-references','script-data-escape-start-state':'tokenization','command-undo':'dnd','conformace-checkers':'infrastructure','entity-Cacute':'named-character-references','input-type-attr-summary':'the-input-element','event-media-playing':'the-iframe-element','dom-button-value':'the-button-element','secondary-browsing-contexts':'browsers','attr-tr-bgcolor':'obsolete','end-tags':'syntax','entity-NotTildeTilde':'named-character-references','durationChange':'the-iframe-element','concept-button':'forms','entity-nsupe':'named-character-references','refsECMA262':'references','entity-mcy':'named-character-references','entity-Tcedil':'named-character-references','entity-nsupE':'named-character-references','entity-gesl':'named-character-references','entity-cir':'named-character-references','dom-datatransferitemlist-removeitem':'dnd','htmlparagraphelement':'grouping-content','dom-document':'browsers','functionstringcallback':'dnd','entity-awconint':'named-character-references','dom-tdth-ch':'obsolete','entity-ange':'named-character-references','entity-mlcp':'named-character-references','security_err':'infrastruture','entity-minusb':'named-character-references','entity-minusd':'named-character-references','scope':'introduction','ix-handler-onstalled':'index','entity-nleftrightarrow':'named-character-references','rules-for-constructing-the-chapter-tree-from-a-text-track':'the-iframe-element','attr-area-shape-keyword-circle':'the-map-element','before-doctype-name-state':'tokenization','attr-ol-type-keyword-lower-roman':'grouping-content','attr-tabindex':'editing','dom-object-type':'the-iframe-element','printing':'timers','domexception':'infrastructure','entity-efDot':'named-character-references','entity-lcaron':'named-character-references','entity-Gdot':'named-character-references','dom-img-alt':'embedded-content-1','entity-Ycirc':'named-character-references','dom-command-checked':'interactive-elements','explicit-self-navigation-override':'browsers','the-param-element':'the-iframe-element','xhtml':'the-xhtml-syntax','entity-Odblac':'named-character-references','sandboxScriptBlocked':'webappapis','attr-script-src':'sripting-1','dom-tr-bgcolor':'obsolete','entity-swArr':'named-character-references','entity-ljcy':'named-character-references','refsPINGBACK':'references','get-the-timed-task':'timers','entity-varsigma':'named-character-references','entity-rarr':'named-character-references','dom-quote-cite':'grouping-content','entity-NotTilde':'named-character-references','entity-dwangle':'named-character-references','entity-vscr':'named-character-references','attr-iframe-align':'obsolete','command-facet-id':'commands','dom-a-rellist':'text-level-semantics','attr-body-marginleft':'obsolete','attr-th-scope':'tabular-data','dom-external':'timers','event-mediacontroller-loadeddata':'the-iframe-element','entity-qscr':'named-character-references','print-media':'rendering','attr-table-align':'obsolete','entity-rarrhk':'named-character-references','attr-hyperlink-usemap':'the-map-element','signedpublickeyandchallenge':'the-button-element','task-source':'webappapis','dom-ol-compact':'obsolete','entity-rBarr':'named-character-referenes','selector-read-only':'links','entity-seswar':'named-character-references','canvas':'the-canvas-element','command-formatblock':'dnd','entity-CenterDot':'named-character-references','dom-htmlformcontrolscollection-nameditem':'common-dom-interfaces','entity-Ncaron':'named-character-references','entity-Kopf':'named-character-references','entity-nfr':'named-character-references','entity-sqsubset':'named-character-references','entity-aogon':'named-character-references','scroll-to-the-fragment-identifier':'history','unloading-document-cleanup-steps':'history','entity-LeftDownTeeVector':'named-character-references','entity-blacktriangleright':'named-character-references','text-html':'iana','attr-dir-ltr':'elements','script-processing-encoding':'scripting-1','handler-mediacontroller-onloadedmetadata':'the-iframe-element','refsCSSRUBY':'references','dom-table-border':'tabular-data','the-document-s-current-address':'dom','entity-suplarr':'named-character-references','dom-document-cookie':'dom','concept-input-mutabe':'the-input-element','entity-cupcap':'named-character-references','entity-dlcrop':'named-character-references','dom-a-href':'text-level-semantics','attr-ol-type-state-lower-alpha':'grouping-content','event-media-emptied':'the-iframe-element','handler-appcache-oncached':'offline','entity-CloseCurlyDoubleQuote':'named-character-references','concept-media-load-algorithm':'the-iframe-element','parsing-main-inforeign':'tree-construction','attr-input-type-radio-keyword':'the-input-element','entity-equiv':'named-character-references','attr-tbody-valign':'obsolete','entity-bull':'named-character-references','entity-Qfr':'named-character-references','entity-Cross':'named-character-references','entity-rdsh':'named-character-references','the-document-s-address':'dom','handler-appcache-onobsolete':'offline','entity-colone':'named-character-references','the-input-element-as-a-file-upload-control':'rendering','attr-form-autocomplete':'forms','entity-bsolb':'named-character-references','controller-playback':'the-iframe-lement','dom-param-value':'the-iframe-element','htmlulistelement':'grouping-content','entity-DoubleDownArrow':'named-character-references','dom-area-hostname':'the-map-element','entity-veeeq':'named-character-references','entity-boxtimes':'named-character-references','dom-media-ended':'the-iframe-element','entity-lbarr':'named-character-references','the-article-element':'sections','dom-audiotrack-id':'the-iframe-element','entity-coprod':'named-character-references','entity-lowast':'named-character-references','dom-command-ro-commandicon':'commands','entity-lambda':'named-character-references','entity-Iopf':'named-character-references','the-aside-element':'sections','entity-Yscr':'named-character-references','entity-vsubne':'named-character-references','dom-label-htmlfor':'forms','attr-contenteditable':'editing','xml':'infrastructure','entity-vsubnE':'named-character-references','xmp':'obsolete','dom-classname':'elements','attr-output-for':'the-button-element','htmllegendelement':'forms','algorithm-for-procesing-rows':'tabular-data','entity-edot':'named-character-references','dom-tdth-colspan':'tabular-data','dom-document-linkcolor':'obsolete','dom-table-createtfoot':'tabular-data','entity-drcrop':'named-character-references','ended-playback':'the-iframe-element','entity-nleftarrow':'named-character-references','entity-bbrktbrk':'named-character-references','entity-rbbrk':'named-character-references','rules-for-updating-the-text-track-rendering':'the-iframe-element','attr-source-src':'the-iframe-element','entity-daleth':'named-character-references','entity-Vert':'named-character-references','history-autocomplete':'history','foster-parent-element':'tree-construction','entity-bigodot':'named-character-references','an-overridden-reload':'dom','handler-window-onundo':'webappapis','parse-a-global-date-and-time-string':'common-microsyntaxes','dom-applet-width':'obsolete','delaying-the-load-event-flag':'the-iframe-element','entity-lap':'named-character-references','entity-lat':'named-character-references','attr-mediapreload':'the-iframe-element','entity-qint':'named-character-references','valid-non-empty-url':'urls','entity-IEcy':'named-character-references','the-external-interface':'timers','script-data-escaped-end-tag-name-state':'tokenization','url-scheme':'urls','the-p-element':'grouping-content','dom-embed-type':'the-iframe-element','creator-document':'browsers','cdatasection':'infrastructure','dom-ul-compact':'obsolete','entity-marker':'named-character-references','entity-quest':'named-character-references','event-mediacontroller-ratechange':'the-iframe-element','tabular-data':'tabular-data','entity-ldca':'named-character-references','ix-handler-onreadystatechange':'index','dom-confirm':'timers','entity-PlusMinus':'named-character-references','the-area-element':'the-map-element','attr-crossorigin-use-credentials-keyword':'fetching-resources','source-node':'dnd','attr-ol-type-state-upper-roman':'grouping-content','attr-dir-rtl':'elements','concept-media-load-resource':'the-iframe-element','text-track-cue-writing-drection':'the-iframe-element','dom-map-name':'the-map-element','entity-geqq':'named-character-references','intro-early-example':'introduction','dom-document-open':'content-models','boolean-attributes':'common-microsyntaxes','ix-handler-window-onpageshow':'index','printing-steps':'timers','dom-validitystate-customerror':'association-of-controls-and-forms','table-descriptions':'tabular-data','entity-Chi':'named-character-references','rules-for-parsing-dimension-values':'common-microsyntaxes','entity-NotCupCap':'named-character-references','editing-apis':'dnd','dom-validitystate-rangeoverflow':'association-of-controls-and-forms','the-object-element':'the-iframe-element','refsUTF7':'references','opener-browsing-context':'browsers','determining-the-character-encoding':'parsing','entity-xfr':'named-character-references','dom-th-scope':'tabular-data','refsBIDI':'references','refsSRGB':'references','concept-input-immutable':'the-input-element','attr-link-title':'semantics','the-marquee-element':'obsolete','refsNPAP':'references','attr-button-type-submit-state':'the-button-element','entity-hairsp':'named-character-references','dom-location-href':'history','entity-scsim':'named-character-references','publickeyandchallenge':'the-button-element','textcontent':'infrastructure','dom-textarea-value':'the-button-element','the-location-bar-barprop-object':'browsers','following-hyperlinks':'links','groupings-of-browsing-contexts':'browsers','entity-Rcy':'named-character-references','entity-scpolint':'named-character-references','event-loop':'webappapis','dom-document-nameditem-filter':'dom','dom-a-pathname':'text-level-semantics','entity-twixt':'named-character-references','color-state':'number-state','entity-theta':'named-character-references','entity-looparrowleft':'named-character-references','entity-bscr':'named-character-references','x-that':'introduction','dom-media-played':'the-iframe-element','entity-RightArrowLeftArrow':'named-character-references','selector-out-of-range':'links','dom-location':'history','entity-gtcir:'named-character-references','date-and-time-state':'states-of-the-type-attribute','entity-Colon':'named-character-references','dom-mediacontroller-duration':'the-iframe-element','entity-longrightarrow':'named-character-references','attr-fs-method-post':'association-of-controls-and-forms','event-media-ratechange':'the-iframe-element','dom-tdth-align':'obsolete','entity-HARDcy':'named-character-references','rel-alternate':'links','htmlappletelement':'obsolete','dom-navigator-online':'offline','timer-task-source':'timers','content-type':'fetching-resources','entity-hbar':'named-character-references','entity-nearr':'named-character-references','entity-Therefore':'named-character-references','dfn-read-only-array':'infrastructure','entity-chcy':'named-character-references','entity-Igrave':'named-character-references','invalid_access_err':'infrastructure','attr-input-type-month-keyword':'the-input-element','entity-lthree':'named-character-references','entity-succnsim':'named-character-references','entity-srarr':'amed-character-references','entity-middot':'named-character-references','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'tokenization','entity-NegativeThinSpace':'named-character-references','mathml':'the-map-element','htmloptgroupelement':'the-button-element','entity-lnapprox':'named-character-references','entity-thetasym':'named-character-references','dom-windowbase64-atob':'webappapis','entity-dd':'named-character-references','ix-handler-window-onundo':'index','entity-notnivb':'named-character-references','entity-notnivc':'named-character-references','entity-notniva':'named-character-references','checkbox-state':'number-state','the-fieldset-element-0':'rendering','entity-shortmid':'named-character-references','presentational-hints':'rendering','the-time-element':'text-level-semantics','entity-urcorner':'named-character-references','concept-command':'commands','entity-xhArr':'named-character-references','blocked-on-its-media-controller':'the-iframe-element','entity-gtdt':'named-character-references','entity-llcorner':'named-character-references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'association-of-controls-and-forms','concept-http-equiv-extensions':'semantics','bogus-doctype-state':'tokenization','dom-window-nameditem-filter':'browsers','entity-lrtri':'named-character-references','barred-from-constraint-validation':'association-of-controls-and-forms','event-mediacontcoller-ended':'the-iframe-element','dom-meter-optimum':'the-button-element','entity-varepsilon':'named-character-references','concept-appcache-newer':'offline','value-track-kind-main':'the-iframe-element','directly-reachable-browsing-contexts':'browsers','tt':'obsolete','the-after-after-body-insertion-mode':'tree-construction','entity-Wcirc':'named-character-references','entity-prcue':'named-character-references','entity-LowerRightArrow':'named-character-references','refsRFC3279':'references','entity-gne':'named-character-references','entity-jmath':'named-character-references','dom-naigator-yieldforstorageupdates':'timers','entity-hybull':'named-character-references','dom-history-state':'history','entity-OverBrace':'named-character-references','dom-mediacontroller-volume':'the-iframe-element','entity-nacute':'named-character-references','htmltextareaelement':'the-button-element','entity-gnE':'named-character-references','processing-model':'the-map-element','entity-Utilde':'named-character-references','entity-otimes':'named-character-references','entity-vartheta':'named-character-references','entity-divonx':'named-character-references','entity-Gbreve':'named-character-references','entity-xlArr':'named-character-references','dom-tr-valign':'obsolete','parsing-main-afterframeset':'tree-construction','security-2':'browsers','security-1':'browsers','security-0':'association-of-controls-and-forms','entity-Eacute':'named-character-references','entity-phmmat':'named-character-references','refsMQ':'references','entity-lcub':'named-character-references','selector-active':'links','parsing-main-intody':'tree-construction','entity-Aring':'named-character-references','entity-Lfr':'named-character-references','replaced-elements':'rendering','dom-window-item':'browsers','dom-validitystate-stepmismatch':'association-of-controls-and-forms','attr-meter-low':'the-button-element','refsWEBLINK':'references','handler-appcache-ondownloading':'offline','states-of-the-type-attribute':'states-of-the-type-attribute','url_mismatch_err':'infrastructure','ix-handler-onprogress':'index','entity-eqcirc':'named-character-references','entity-LeftCeiling':'named-character-references','entity-dash':'named-character-references','entity-hellip':'named-character-references','entity-smashp':'named-character-references','entity-uplus':'named-character-references','implied-strong-reference':'common-dom-interfaces','entity-plussim':'named-character-references','dom-output-value':'the-button-element','dom-a-search':'text-level-semantics','the-ol-element':'grouping-content','constructing-form-data-set':'association-of-controls-and-foms','attr-tdth-colspan':'tabular-data','dom-textarea-input-selectionstart':'association-of-controls-and-forms','dom-input-autocomplete':'the-input-element','dom-media-defaultplaybackrate':'the-iframe-element','entity-lgE':'named-character-references','entity-sigma':'named-character-references','text-track-failed-to-load':'the-iframe-element','entity-tosa':'named-character-references','has-an-element-in-select-scope':'parsing','invalid_node_type_err':'infrastructure','ascii-case-insensitive':'infrastructure','entity-nleq':'named-character-references','entity-ltlarr':'named-character-references','entity-nles':'named-character-references','dom-script-src':'scripting-1','entity-ocir':'named-character-references','entity-nvge':'named-character-references','entity-dagger':'named-character-references','attr-marquee-direction-right':'obsolete','dom-img-ismap':'embedded-content-1','after-doctype-system-identifier-state':'tokenization','entity-Upsi':'named-character-references','dom-linkstyle-disabled':'semantics','etity-precapprox':'named-character-references','dom-datatransferitemlist-item':'dnd','candidate-for-constraint-validation':'association-of-controls-and-forms','dom-parent':'browsers','entity-frac13':'named-character-references','meta-application-name':'semantics','dom-body-text':'obsolete','dom-mediaerror-media_err_network':'the-iframe-element','entity-Implies':'named-character-references','refsCORS':'references','dom-head-profile':'obsolete','create-a-script-from-a-node':'webappapis','refsCESU8':'references','entity-swarrow':'named-character-references','dom-table-createthead':'tabular-data','entity-Agrave':'named-character-references','text-track-cue-horizontal-writing-direction':'the-iframe-element','the-script-element':'scripting-1','entity-sbquo':'named-character-references','entity-UpperRightArrow':'named-character-references','entity-sigmaf':'named-character-references','limited-to-only-non-negative-numbers-greater-than-zero':'common-dom-interfaces','dom-media-addtexttrack':'the-iframe-element','attr-rea-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','entity-Cayleys':'named-character-references','attr-crossorigin-anonymous-keyword':'fetching-resources','entity-sigmav':'named-character-references','attr-input-type-password-keyword':'the-input-element','dom-window-close':'browsers','attr-input-required':'common-input-element-attributes','steps-to-expose-a-media-resource-specific-text-track':'the-iframe-element','offline':'offline','concept-get-attributes-when-sniffing':'parsing','entity-plus':'named-character-references','entity-downharpoonleft':'named-character-references','entity-commat':'named-character-references','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','entity-uopf':'named-character-references','rel-up':'links','entity-backprime':'named-character-references','the-after-after-frameset-insertion-mode':'tree-construction','the-button-element':'the-button-element','entity-lowbar':'named-character-refeences','entity-icy':'named-character-references','attr-object-classid':'obsolete','entity-Aacute':'named-character-references','the-script-block-s-source':'scripting-1','script-data-double-escaped-less-than-sign-state':'tokenization','script-data-escaped-dash-dash-state':'tokenization','entity-rpar':'named-character-references','entity-uharl':'named-character-references','introduction':'introduction','list-state':'interactive-elements','dom-base-target':'semantics','entity-dfisht':'named-character-references','entity-uharr':'named-character-references','entity-rarrlp':'named-character-references','dom-applet-align':'obsolete','attr-meta-name':'semantics','attr-li-type':'obsolete','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'tabular-data','entity-nabla':'named-character-references','htmloutputelement':'the-button-element','entity-latail':'named-character-references','entity-rfr':'named-character-references','entity-llarr':'named-character-references','dom-table-width':obsolete','entity-nharr':'named-character-references','skip-whitespace':'common-microsyntaxes','adjust-svg-attributes':'tree-construction','dom-uda-protocol':'urls','entity-ccedil':'named-character-references','session-history':'history','dom-document-referrer':'dom','xlink-namespace':'namespaces','entity-curlyeqprec':'named-character-references','attr-fs-method':'association-of-controls-and-forms','entity-shy':'named-character-references','entity-omacr':'named-character-references','entity-rharul':'named-character-references','content-type-sniffing':'fetching-resources','code-point-length':'common-microsyntaxes','entity-Cscr':'named-character-references','drag-and-drop-initialization-steps':'dnd','html-vs-xhtml':'introduction','entity-Phi':'named-character-references','entity-olt':'named-character-references','entity-raemptyv':'named-character-references','attr-a-shape':'obsolete','dom-document-dir':'elements','entity-DJcy':'named-character-references','user-interaction-task-source':'webappapis','entity-Xsr':'named-character-references','attr-br-clear':'obsolete','the-strong-element':'text-level-semantics','lists-of-dimensions':'common-microsyntaxes','img-load':'embedded-content-1','about-blank-origin':'browsers','entity-piv':'named-character-references','text-node':'infrastructure','locked-for-focus':'editing','dom-document-url':'dom','concept-table':'tabular-data','entity-gla':'named-character-references','handler-window-onresize':'webappapis','entity-glj':'named-character-references','entity-angzarr':'named-character-references','the-datalist-element':'the-button-element','dom-media-error':'the-iframe-element','entity-glE':'named-character-references','hyperlink':'links','text-track-disabled':'the-iframe-element','refsRFC2781':'references','entity-DoubleLeftRightArrow':'named-character-references','entity-rlarr':'named-character-references','entity-RightUpVector':'named-character-references','dom-link-sizes':'semantics','entity-nGg':'named-character-references','entity-triangledown':'named-character-refernces','attr-html-version':'obsolete','entity-UpTeeArrow':'named-character-references','entity-nGt':'named-character-references','dom-label-control':'forms','pseudo-cue':'rendering','platform-array-objects':'infrastructure','entity-Uogon':'named-character-references','entity-Rarrtl':'named-character-references','tag-cloud':'links','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-1','entity-Longleftarrow':'named-character-references','history-traversal-task-source':'webappapis','entity-Gg':'named-character-references','dom-appcache-downloading':'offline','entity-Gt':'named-character-references','htmlprogresselement':'the-button-element','handler-ondragend':'webappapis','dom-fs-formnovalidate':'association-of-controls-and-forms','entity-GT':'named-character-references','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','attr-input-type-datetime-local-keyword':'the-input-element','entity-cedil':'named-character-references','entity-dzcy''named-character-references','entity-angle':'named-character-references','attr-marquee-behavior':'obsolete','converting-a-character-width-to-pixels':'rendering','entity-leg':'named-character-references','concept-fs-enctype':'association-of-controls-and-forms','url-decomposition-idl-attributes':'urls','entity-les':'named-character-references','entity-leq':'named-character-references','entity-bigsqcup':'named-character-references','attr-dir-ltr-state':'elements','concept-appcache-fallback':'offline','dom-tbody-choff':'obsolete','attr-table-cellspacing':'obsolete','attr-area-coords':'the-map-element','dom-datatransferitem-type':'dnd','entity-hopf':'named-character-references','entity-iukcy':'named-character-references','validitystate':'association-of-controls-and-forms','constructing-the-form-data-set':'association-of-controls-and-forms','metadata-content-0':'content-models','location':'history','noembed':'obsolete','entity-mstpos':'named-character-references','dom-navigator-platform':'timers','attr-textarea-wap-hard-state':'the-button-element','entity-Auml':'named-character-references','entity-crarr':'named-character-references','attr-fs-formaction':'association-of-controls-and-forms','entity-equivDD':'named-character-references','create-an-element-for-the-token':'tree-construction','run-pre-click-activation-steps':'content-models','dom-external-addsearchprovider':'timers','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'commands','entity-slarr':'named-character-references','entity-DiacriticalGrave':'named-character-references','entity-NotGreaterTilde':'named-character-references','entity-apid':'named-character-references','entity-ocirc':'named-character-references','entity-SOFTcy':'named-character-references','the-title-element-0':'dom','attr-fs-formenctype':'association-of-controls-and-forms','entity-CirclePlus':'named-character-references','list-of-text-tracks':'the-iframe-element','dom-external-issearchproviderinstalled':'timers','attr-track-src':'the-iframe-element','script-rocessing-src-prepare':'scripting-1','entity-bsim':'named-character-references','entity-oror':'named-character-references','dom-tr-align':'obsolete','entity-cirmid':'named-character-references','attr-iframe-allowtransparency':'obsolete','entity-ddotseq':'named-character-references','entity-jopf':'named-character-references','dom-sharedworkerglobalscope-applicationcache':'offline','entity-lesdotor':'named-character-references','the-noscript-element':'scripting-1','interactive-content':'content-models','dom-tr-rowindex':'tabular-data','entity-DoubleLongLeftArrow':'named-character-references','refsRFC5322':'references','submit-mailto-headers':'association-of-controls-and-forms','refsRFC2313':'references','attr-link-sizes-any':'links','refsRFC2318':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','unfocusing-steps':'editing','quirks-mode-doctypes':'tree-construction','entity-bepsi':'name-character-references','refsCSSOMVIEW':'references','entity-NotSquareSubset':'named-character-references','entity-rbrace':'named-character-references','reconstruct-the-active-formatting-elements':'parsing','entity-rbrack':'named-character-references','redirect-steps':'infrastructure','attr-input-align':'obsolete','atob':'webappapis','dom-table-summary':'obsolete','entity-Scedil':'named-character-references','script-processing-prepare':'scripting-1','htmlparamelement':'the-iframe-element','ix-handler-ontimeupdate':'index','dom-datatransfer-items':'dnd','the-th-element':'tabular-data','entity-dopf':'named-character-references','entity-prE':'named-character-references','reset-button-state':'number-state','syntax-elements':'syntax','entity-Ncy':'named-character-references','character-encodings':'infrastructure','entity-tstrok':'named-character-references','entity-SubsetEqual':'named-character-references','entity-xotime':'named-character-references','fragment-case':'the-end','entity-Rarr':'named-character-refereces','runtime-script-errors-in-documents':'webappapis','entity-lfloor':'named-character-references','entity-pre':'named-character-references','dom-object-contentwindow':'the-iframe-element','parsing-urls':'urls','attr-input-list':'common-input-element-attributes','attr-object-archive':'obsolete','elements':'elements','entity-gammad':'named-character-references','text-state-and-search-state':'states-of-the-type-attribute','valid-month-string':'common-microsyntaxes','resetBCName':'history','dom-document-scripts':'dom','attr-button-type-reset':'the-button-element','entity-rho':'named-character-references','entity-dlcorn':'named-character-references','extensibility':'infrastructure','entity-ZeroWidthSpace':'named-character-references','entity-csube':'named-character-references','entity-nlE':'named-character-references','parse-a-month-string':'common-microsyntaxes','entity-nlt':'named-character-references','entity-frac34':'named-character-references','attr-hr-color':'obsolete','dom-videotrack-id':'the-iframe-eleent','entity-tint':'named-character-references','entity-nle':'named-character-references','entity-DoubleLeftTee':'named-character-references','entity-Ccedil':'named-character-references','resources':'infrastructure','entity-ltcc':'named-character-references','event-media-error':'the-iframe-element','determine-the-value-of-an-indexed-property':'infrastructure','the-dd-element':'grouping-content','entity-primes':'named-character-references','entity-backsimeq':'named-character-references','entity-aacute':'named-character-references','entity-supsim':'named-character-references','dom-link-rellist':'semantics','contenteditable':'editing','entity-female':'named-character-references','cue-events':'the-iframe-element','entity-dscy':'named-character-references','entity-fflig':'named-character-references','entity-dscr':'named-character-references','ix-handler-window-onfocus':'index','entity-capand':'named-character-references','entity-ape':'named-character-references','entity-UnderBracket':'named-character-references''entity-omicron':'named-character-references','dimension-attributes':'the-map-element','entity-nLeftarrow':'named-character-references','video':'the-iframe-element','attr-img-name':'obsolete','affected-by-a-base-url-change':'urls','index':'index','entity-apE':'named-character-references','entity-Vscr':'named-character-references','entity-lparlt':'named-character-references','entity-ratail':'named-character-references','attr-track-kind-descriptions':'the-iframe-element','input-img-available':'number-state','dom-mediacontroller-paused':'the-iframe-element','entity-frac78':'named-character-references','the-head-element':'semantics','webvtt-cue-background-box':'rendering','data_clone_err':'infrastructure','entity-origof':'named-character-references','child-browsing-context':'browsers','dom-media-src':'the-iframe-element','xmldocumentloader':'dom','entity-rbrke':'named-character-references','entity-succsim':'named-character-references','entity-breve':'named-character-references','dom-link-type':'semantics','an-irame-srcdoc-document':'the-iframe-element','the-step-attribute':'common-input-element-attributes','entity-iiint':'named-character-references','windowmodal':'timers','dom-img-align':'obsolete','entity-bopf':'named-character-references','read-xml':'history','entity-precsim':'named-character-references','browser-state':'offline','foster-parenting':'tree-construction','handler-onshow':'webappapis','attr-media-crossorigin':'the-iframe-element','before-doctype-system-identifier-state':'tokenization','videotracklist':'the-iframe-element','entity-lBarr':'named-character-references','entity-drcorn':'named-character-references','media-resource-end-position':'the-iframe-element','entity-sqcup':'named-character-references','the-style-element':'semantics','entity-nparsl':'named-character-references','entity-EmptyVerySmallSquare':'named-character-references','ix-handler-onmouseout':'index','entity-lagran':'named-character-references','origin-0':'origin-0','ix-handler-window-onpagehide':'index','entity-cong':'named-characer-references','dom-appcache-checking':'offline','refsXML':'references','entity-notin':'named-character-references','entity-cuvee':'named-character-references','using-the-command-element-to-define-a-command':'commands','element':'infrastructure','script-processing-src':'scripting-1','entity-DiacriticalDoubleAcute':'named-character-references','attr-iframe-marginwidth':'obsolete','sourcing-in-band-text-tracks':'the-iframe-element','entity-Afr':'named-character-references','entity-barwedge':'named-character-references','entity-nrarrc':'named-character-references','dom-a-type':'text-level-semantics','entity-gesdot':'named-character-references','attr-track-kind-keyword-metadata':'the-iframe-element','entity-nrarrw':'named-character-references','entity-popf':'named-character-references','ix-handler-oninput':'index','entity-RBarr':'named-character-references','entity-LeftRightVector':'named-character-references','submit-mutate-action':'association-of-controls-and-forms','scripting-flag':'parsing','dom-command-radogroup':'interactive-elements','entity-uArr':'named-character-references','handler-oncanplay':'webappapis','dropEffect-initialization':'dnd','transparent':'content-models','handler-onplay':'webappapis','event-handler-content-attributes':'webappapis','entity-DZcy':'named-character-references','entity-diams':'named-character-references','entity-IOcy':'named-character-references','the-html-element':'semantics','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','entity-vopf':'named-character-references','potentially-playing':'the-iframe-element','dom-img-naturalheight':'embedded-content-1','runtime-script-errors':'webappapis','entity-RightCeiling':'named-character-references','entity-leftrightharpoons':'named-character-references','entity-iacute':'named-character-references','meta':'semantics','dom-a-hreflang':'text-level-semantics','refsPNG':'references','entity-ropf':'named-character-references','entity-iexcl':'named-character-references','the-hidden-attribute':'eiting','entity-varpi':'named-character-references','the-col-element':'tabular-data','concept-role-none':'content-models','suffering-from-being-missing':'association-of-controls-and-forms','ix-handler-oncuechange':'index','refsHTTP':'references','entity-gtrarr':'named-character-references','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','transferable':'common-dom-interfaces','entity-copysr':'named-character-references','system-state-and-capabilities':'timers','htmltabledatacellelement':'tabular-data','the-meta-element':'semantics','read-ua-inline':'history','entity-utri':'named-character-references','entity-olcross':'named-character-references','dom-applicationcache':'offline','cache-host':'offline','entity-SquareSubset':'named-character-references','the-xml:base-attribute-xml-only':'elements','fire-a-synthetic-mouse-event':'webappapis','event-media-loadedmetadata':'the-iframe-element','htmlelement':'elements','the-page':'rendering','entity-nges':'named-character-rferences','entity-ngeq':'named-character-references','non-replaced-elements':'rendering','the-time-element-0':'rendering','html-integration-point':'tree-construction','has-no-style-sheet-that-is-blocking-scripts':'semantics','concept-textarea-dirty':'the-button-element','using-the-input-element-to-define-a-command':'commands','dom-select-multiple':'the-button-element','entity-squ':'named-character-references','entity-Ubreve':'named-character-references','dom-frame-frameborder':'obsolete','entity-rlhar':'named-character-references','security-and-privacy-considerations':'the-iframe-element','semantics-0':'elements','entity-Psi':'named-character-references','selectors':'links','conforming-html5-documents':'infrastructure','documents':'dom','htmlimageelement':'embedded-content-1','entity-veebar':'named-character-references','attr-hx-align':'obsolete','attr-marquee-behavior-slide':'obsolete','entity-nvdash':'named-character-references','presentational-markup':'introduction','dom-audiotrack-language':'the-iframe-lement','authority-based-url':'urls','dom-tdth-headers':'tabular-data','dom-dir':'elements','entity-TSHcy':'named-character-references','dom-datatransferitem-getasfile':'dnd','handler-mediacontroller-onplay':'the-iframe-element','dom-marquee-direction':'obsolete','url-fragment':'urls','entity-triangle':'named-character-references','ix-handler-ondragleave':'index','rules-for-parsing-floating-point-number-values':'common-microsyntaxes','javascript-protocol':'webappapis','entity-Dopf':'named-character-references','applicationcache':'offline','rcdata-elements':'syntax','entity-supseteq':'named-character-references','pause':'webappapis','entity-shcy':'named-character-references','entity-kappav':'named-character-references','attr-li-value':'grouping-content','refsCSSVALUES':'references','attr-body-bgcolor':'obsolete','refsPSL':'references','entity-Ycy':'named-character-references','entity-lopf':'named-character-references','attr-track-kind':'the-iframe-element','client-side-form-validation':'forms','dom-document-ctiveelement':'editing','entity-Jopf':'named-character-references','entity-gEl':'named-character-references','dom-textarea-readonly':'the-button-element','frame':'obsolete','seamless-browsing-context-flag':'the-iframe-element','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','entity-Euml':'named-character-references','script-data-escaped-dash-state':'tokenization','entity-it':'named-character-references','entity-yacy':'named-character-references','img-none':'embedded-content-1','link-type-prefetch':'links','entity-fallingdotseq':'named-character-references','entity-ni':'named-character-references','entity-ne':'named-character-references','entity-nu':'named-character-references','dom-node-parentnode':'infrastructure','current-node':'parsing','requirements-for-implementations':'obsolete','entity-olcir':'named-character-references','dom-a-hash':'text-level-semantics','entity-ordm':'named-character-references','refsBCP47':'references','entity-ordf':'named-characterreferences','entity-gvnE':'named-character-references','valid-date-string':'common-microsyntaxes','entity-ohm':'named-character-references','pending-table-character-tokens':'tree-construction','additional-allowed-character':'tokenization','entity-ratio':'named-character-references','entity-Dscr':'named-character-references','handler-onsubmit':'webappapis','attr-img-lowsrc':'obsolete','entity-itilde':'named-character-references','entity-ycy':'named-character-references','dom-history-replacestate':'history','seekUpdate':'the-iframe-element','entity-nwarrow':'named-character-references','form-owner':'association-of-controls-and-forms','dom-menu-type':'interactive-elements','dom-appcache-uncached':'offline','entity-trade':'named-character-references','the-menu-element':'interactive-elements','entity-frac56':'named-character-references','attr-input-src':'number-state','entity-varsubsetneq':'named-character-references','entity-frac58':'named-character-references','entity-ShortDownArrow':'named-character-reference','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','entity-smtes':'named-character-references','toolbars-0':'rendering','img-error':'embedded-content-1','earliest-possible-position':'the-iframe-element','valid-integer':'common-microsyntaxes','event-handlers':'webappapis','event-firing':'webappapis','text-track-readiness-state':'the-iframe-element','entity-leqslant':'named-character-references','consume-a-character-reference':'tokenization','dom-command-disabled':'interactive-elements','entity-DoubleUpDownArrow':'named-character-references','attr-progress-value':'the-button-element','entity-NotPrecedes':'named-character-references','sequential-focus-navigation-and-the-tabindex-attribute':'editing','entity-dtrif':'named-character-references','entity-udhar':'named-character-references','entity-Conint':'named-character-references','entity-khcy':'named-character-references','entity-ffllig':'named-character-references','dom-texttrack-mode':'the-iframe-element','unit-of-related-browsig-contexts':'browsers','entity-nless':'named-character-references','entity-NotGreaterFullEqual':'named-character-references','entity-boxuL':'named-character-references','textFieldSelection':'association-of-controls-and-forms','audio':'the-iframe-element','entity-Omacr':'named-character-references','htmlcollection':'infrastructure','dom-link-target':'obsolete','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','entity-notindot':'named-character-references','entity-Diamond':'named-character-references','raw-text-elements':'syntax','outlines':'sections','navigatorstorageutils':'timers','entity-doteq':'named-character-references','entity-Congruent':'named-character-references','entity-hookleftarrow':'named-character-references','percentages-and-dimensions':'common-microsyntaxes','dom-select-remove':'the-button-element','radio-button-group':'number-state','attr-a-coords':'obsolete','entity-langle':'named-character-references','dom-embed-align':'obsolete','media-controller-defaultplayback-rate':'the-iframe-element','htmlformelement':'forms','htmlanchorelement':'text-level-semantics','the-datatransfer-interface':'dnd','dom-time-valueasdate':'text-level-semantics','entity-tridot':'named-character-references','custom-data-attribute':'elements','session-history-entry':'history','event-media-durationchange':'the-iframe-element','dom-style':'elements','ix-handler-window-onmessage':'index','entity-iquest':'named-character-references','url-state':'states-of-the-type-attribute','attr-command-type-keyword-command':'interactive-elements','entity-Aogon':'named-character-references','command-facet-hint':'commands','dom-datatransfer-setdata':'dnd','entity-curren':'named-character-references','text-track-showing-by-default':'the-iframe-element','entity-NegativeVeryThinSpace':'named-character-references','ix-handler-oninvalid':'index','vaguer-moments-in-time':'common-microsyntaxes','the-css-user-agent-style-sheet-and-presentational-hints':'rendering','ix-handler-onkeydown':'index','handler-window-obeforeunload':'webappapis','entity-ngsim':'named-character-references','dom-select-add':'the-button-element','potentially-cors-enabled-fetch':'fetching-resources','entity-capcap':'named-character-references','function':'webappapis','entity-RuleDelayed':'named-character-references','handler-ondragenter':'webappapis','dom-texttrack-kind-descriptions':'the-iframe-element','fully-active':'browsers','suffering-from-an-underflow':'association-of-controls-and-forms','entity-RightTeeVector':'named-character-references','entity-shortparallel':'named-character-references','entity-escr':'named-character-references','entity-rnmid':'named-character-references','dom-media-duration':'the-iframe-element','tokenizing-character-references':'tokenization','dom-popstateevent-initpopstateevent':'history','sandboxed-forms-browsing-context-flag':'the-iframe-element','dom-table-align':'obsolete','refsRFC1034':'references','track-language':'the-iframe-element','entity-simplus':'named-character-references','dom-input-maxlength':'theinput-element','text-track-cue-vertical-growing-left-writing-direction':'the-iframe-element','url-manipulation-and-creation':'urls','entity-Ifr':'named-character-references','handler-window-onscroll':'webappapis','dom-progress-value':'the-button-element','base-dnd-feedback':'dnd','event-appcache-downloading':'offline','has-an-element-in-scope':'parsing','entity-Lcedil':'named-character-references','contenteditable-insertText':'editing','entity-uuarr':'named-character-references','dom-location-replace':'history','structured-clone':'common-dom-interfaces','attr-input-autocomplete-default-state':'common-input-element-attributes','attr-div-align':'obsolete','dom-focus':'editing','entity-bot':'named-character-references','entity-gtrsim':'named-character-references','attr-marquee-behavior-alternate':'obsolete','submit-button-state':'number-state','entity-vdash':'named-character-references','entity-nvap':'named-character-references','entity-UpArrowBar':'named-character-references','dom-opener':'browsers','entity-bvbar':'named-character-references','update-the-image-data':'embedded-content-1','conformance-requirements-for-authors':'introduction','attr-input-vspace':'obsolete','the-root-element':'semantics','concept-http-equivalent':'fetching-resources','about:blank':'fetching-resources','concept-appcache-matches-fallback':'offline','attr-p-align':'obsolete','navigating-across-documents':'history','dom-body-bgcolor':'obsolete','htmlmenuelement':'interactive-elements','entity-NotPrecedesEqual':'named-character-references','hierarchy_request_err':'infrastructure','critical-subresources':'infrastructure','sandboxed-top-level-navigation-browsing-context-flag':'the-iframe-element','math':'the-map-element','refsIANAPERMHEADERS':'references','ix-handler-ondrop':'index','handler-marquee-onfinish':'obsolete','entity-gtrdot':'named-character-references','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','entity-amalg':'named-character-references','entity-notinE':'named-character-references','dom-table-thead:'tabular-data','entity-pound':'named-character-references','entity-Ocirc':'named-character-references','alt':'embedded-content-1','attr-area-shape-circle':'the-map-element','entity-nwArr':'named-character-references','entity-Updownarrow':'named-character-references','htmldirectoryelement':'obsolete','attr-hr-align':'obsolete','entity-nedot':'named-character-references','concept-node-clone':'infrastructure','dom-select-options':'the-button-element','dom-img-crossorigin':'embedded-content-1','root-element':'infrastructure','spelling-and-grammar-checking':'editing','the-wbr-element':'text-level-semantics','entity-ncong':'named-character-references','entity-lharu':'named-character-references','entity-imagpart':'named-character-references','entity-rlm':'named-character-references','entity-RightAngleBracket':'named-character-references','videotrack':'the-iframe-element','entity-lhard':'named-character-references','text-track-api':'the-iframe-element','push-onto-the-list-of-active-formatting-elements':'parsing','haracter-references':'syntax','entity-napprox':'named-character-references','command-bold':'dnd','invalid_state_err':'infrastructure','entity-Tcaron':'named-character-references','concept-appcache-manifest-explicit':'offline','mutation-during-parsing':'tree-construction','dom-command-label':'interactive-elements','entity-copf':'named-character-references','entity-prurel':'named-character-references','entity-Barwed':'named-character-references','dom-img-width':'embedded-content-1','entity-lg':'named-character-references','entity-le':'named-character-references','entity-nVDash':'named-character-references','entity-ll':'named-character-references','entity-lt':'named-character-references','entity-subsetneq':'named-character-references','queue-a-post-load-task':'offline','entity-lE':'named-character-references','dom-iframe-src':'the-iframe-element','event-appcache-cached':'offline','entity-supset':'named-character-references','entity-bumpeq':'named-character-references','the-document-s-domain':'origin-0','scriptng':'webappapis','entity-Not':'named-character-references','entity-Edot':'named-character-references','valid-browsing-context-name-or-keyword':'browsers','dom-htmloptionscollection-selectedindex':'common-dom-interfaces','entity-nwarr':'named-character-references','entity-forkv':'named-character-references','entity-npar':'named-character-references','comment-end-bang-state':'tokenization','garbage-collection-and-browsing-contexts':'browsers','attr-hr-noshade':'obsolete','application-cache-api':'offline','entity-yen':'named-character-references','ordinary':'parsing','entity-Idot':'named-character-references','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'parsing','decoded-as-utf-8-with-error-handling':'infrastructure','entity-LeftAngleBracket':'named-character-references','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','the-h1-element':'sections','entity-frac35':'named-character-references','entity-frac38':'named-character-references','entity-Vbar':'named-character-eferences','execCommand':'dnd','dom-hx-align':'obsolete','entity-lesssim':'named-character-references','event-handler-attributes':'webappapis','other-link-types':'links','entity-because':'named-character-references','has-an-element-in-the-specific-scope':'parsing','entity-SmallCircle':'named-character-references','attr-abbr-title':'text-level-semantics','the-progress-element-0':'rendering','media-element-attributes':'the-iframe-element','element-level-focus-apis':'editing','entity-intprod':'named-character-references','text-track-cue':'the-iframe-element','dom-marquee-loop':'obsolete','entity-urcorn':'named-character-references','security-location':'history','list-of-active-intervals':'timers','concept-fe-value':'association-of-controls-and-forms','attr-keygen-keytype':'the-button-element','sourcing-out-of-band-text-tracks':'the-iframe-element','entity-gfr':'named-character-references','entity-simlE':'named-character-references','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','entit-boxhd':'named-character-references','entity-Vdashl':'named-character-references','in-the-future':'rendering','dom-input-multiple':'the-input-element','entity-boxhu':'named-character-references','attr-dropzone-copy':'dnd','dom-media-seek':'the-iframe-element','event-media-progress':'the-iframe-element','dom-basefont-size':'obsolete','concept-input-min-zero':'common-input-element-attributes','entity-nleqq':'named-character-references','url-host-specific':'urls','dom-media-muted':'the-iframe-element','entity-boxhU':'named-character-references','command-unlink':'dnd','entity-RightFloor':'named-character-references','attr-textarea-readonly':'the-button-element','entity-blacklozenge':'named-character-references','entity-DDotrahd':'named-character-references','dom-htmlallcollection-nameditem':'common-dom-interfaces','entity-RightDownVectorBar':'named-character-references','entity-Im':'named-character-references','sandboxCookies':'dom','entity-alpha':'named-character-references','dom-li-type':'obsolete','cross-oriin-request-status':'infrastructure','no_modification_allowed_err':'infrastructure','comment-0':'infrastructure','refsPPUTF8':'references','algorithm-for-extracting-an-encoding-from-a-meta-element':'fetching-resources','entity-bigtriangleup':'named-character-references','attr-tdth-char':'obsolete','parsing-main-incdata':'tree-construction','attr-img-border':'obsolete','refsRFC3490':'references','traverse-the-history-by-a-delta':'history','entity-ZHcy':'named-character-references','attr-dir-auto':'elements','entity-Upsilon':'named-character-references','entity-curvearrowleft':'named-character-references','writing-xhtml-documents':'the-xhtml-syntax','navigator':'timers','attr-track-kind-keyword-descriptions':'the-iframe-element','set-of-comma-separated-tokens':'common-microsyntaxes','dom-img-height':'embedded-content-1','dom-meta-scheme':'obsolete','entity-hercon':'named-character-references','handler-window-onpageshow':'webappapis','in-a-document':'infrastructure','audiotracklist':'the-iframe-element','dom-frmeelement':'browsers','handler-window-onstorage':'webappapis','dom-input-valueasdate':'common-input-element-attributes','navigate':'history','ascii-serialization-of-an-origin':'origin-0','entity-epar':'named-character-references','link-type-nofollow':'links','handler-onfocus':'webappapis','links-forms-and-navigation':'rendering','entity-Gcedil':'named-character-references','entity-nrightarrow':'named-character-references','entity-CircleTimes':'named-character-references','dom-caption-align':'obsolete','forget-the-media-element-s-media-resource-specific-text-tracks':'the-iframe-element','entity-vsupnE':'named-character-references','entity-xsqcup':'named-character-references','entity-rAtail':'named-character-references','htmlmapelement':'the-map-element','entity-RightTeeArrow':'named-character-references','entity-vsupne':'named-character-references','provide-a-stable-state':'webappapis','dom-pagetransitionevent-initpagetransitionevent':'history','not_found_err':'infrastructure','entity-ncaron':'named-characte-references','entity-Ecaron':'named-character-references','refsPROGRESS':'references','parsing-main-intable':'tree-construction','entity-complement':'named-character-references','radionodelist':'common-dom-interfaces','dom-img-usemap':'embedded-content-1','htmlframesetelement':'obsolete','parse-a-date-or-time-string':'common-microsyntaxes','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','dom-media-initialtime':'the-iframe-element','entity-ldrdhar':'named-character-references','entity-scnE':'named-character-references','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'webappapis','entity-ccupssm':'named-character-references','entity-CloseCurlyQuote':'named-character-references','entity-Kcedil':'named-character-references','entity-sup':'named-character-references','entity-lopar':'named-character-references','entity-egs':'named-character-references','entity-sum':'named-character-references','entity-ultri':'named-character-references','ntity-sub':'named-character-references','ix-handler-ondragover':'index','accessing-other-browsing-contexts':'browsers','event-dragstart':'dnd','event-media-waiting':'the-iframe-element','xml-fragment-serialization-algorithm':'the-xhtml-syntax','entity-dbkarow':'named-character-references','entity-Sigma':'named-character-references','entity-vDash':'named-character-references','attr-textarea-wrap-soft-state':'the-button-element','article-example':'sections','entity-squarf':'named-character-references','entity-square':'named-character-references','entity-njcy':'named-character-references','dom-htmloptionscollection-nameditem':'common-dom-interfaces','selecting-specific-audio-and-video-tracks-declaratively':'the-iframe-element','navigatoronline':'offline','concept-option-value':'the-button-element','entity-imof':'named-character-references','dom-keygen-keytype':'the-button-element','entity-cup':'named-character-references','entity-ohbar':'named-character-references','form-associated-element':'forms','writing-seure-applications-with-html':'introduction','entity-Acirc':'named-character-references','dom-appcache-update':'offline','entity-aleph':'named-character-references','submit-data-post':'association-of-controls-and-forms','attr-tr-align':'obsolete','tag-open-state':'tokenization','dom-frame-contentwindow':'obsolete','refsRFC3023':'references','dom-mediacontroller-defaultplaybackrate':'the-iframe-element','supported-property-names':'infrastructure','entity-orslope':'named-character-references','dom-option-value':'the-button-element','entity-longleftrightarrow':'named-character-references','value-track-kind-sign':'the-iframe-element','about:legacy-compat':'urls','dom-texttrack-kind-captions':'the-iframe-element','dom-htmloptionscollection-add':'common-dom-interfaces','datatransferitem':'dnd','entity-topbot':'named-character-references','entity-nbsp':'named-character-references','dom-frame-marginheight':'obsolete','element-definitions':'elements','formatting':'parsing','text-rendered-in-native-user-interfaces':'redering','selector-in-range':'links','entity-VDash':'named-character-references','entity-trianglerighteq':'named-character-references','attr-hyperlink-media':'links','entity-permil':'named-character-references','link-type-prev':'links','table-aria-strong':'content-models','attr-fae-form':'association-of-controls-and-forms','entity-lrhard':'named-character-references','dynamic-changes-to-base-urls':'urls','dom-area-media':'the-map-element','entity-AElig':'named-character-references','ix-handler-oncanplay':'index','absolute-url':'urls','concept-datetime-digit':'common-microsyntaxes','entity-biguplus':'named-character-references','common-parser-idioms':'common-microsyntaxes','concept-fv-valid':'association-of-controls-and-forms','interactive-media':'rendering','dom-iframe-marginheight':'obsolete','entity-rx':'named-character-references','entity-xvee':'named-character-references','security-with-canvas-elements':'the-canvas-element','the-body-element':'sections','heading-content':'content-models','dom-TrackList-gtKind-categories':'the-iframe-element','entity-SucceedsEqual':'named-character-references','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','the-output-element':'the-button-element','ix-handler-onemptied':'index','radio-button-state':'number-state','entity-NotRightTriangle':'named-character-references','entity-Jscr':'named-character-references','scriptTagXSLT':'scripting-1','entity-thinsp':'named-character-references','attr-iframe-sandbox-allow-forms':'the-iframe-element','validation_err':'infrastructure','the-title-attribute-0':'rendering','blocked-media-controller':'the-iframe-element','case-insensitive-selector-exception':'rendering','week-state':'states-of-the-type-attribute','entity-angst':'named-character-references','disk-space':'offline','media-resources-with-multiple-media-tracks':'the-iframe-element','entity-frac18':'named-character-references','concept-script':'webappapis','drag-data-store-mode':'dnd','entity-frac12':'named-character-references','read-plugin':'history','etity-frac14':'named-character-references','entity-frac15':'named-character-references','entity-frac16':'named-character-references','ix-handler-onshow':'index','audiotracklist-and-videotracklist-objects':'the-iframe-element','entity-Ucy':'named-character-references','entity-intlarhk':'named-character-references','entity-Hat':'named-character-references','entity-wscr':'named-character-references','attr-background':'obsolete','refsRFC4281':'references','security':'dom','inter-element-whitespace':'content-models','entity-NotLess':'named-character-references','entity-nparallel':'named-character-references','category-submit':'forms','simple-cross-origin-request':'infrastructure','comments':'syntax','dom-contextmenu':'interactive-elements','attr-command-type-state-checkbox':'interactive-elements','nested-browsing-context':'browsers','entity-cularrp':'named-character-references','entity-esdot':'named-character-references','same-origin':'origin-0','dom-document-head':'dom','text-html-sandboxed':'iana','entity-CirclMinus':'named-character-references','ix-handler-onratechange':'index','entity-approx':'named-character-references','months':'common-microsyntaxes','dom-document-lastmodified':'dom','dom-source-src':'the-iframe-element','attr-script-type':'scripting-1','refsMIMESNIFF':'references','htmltableelement':'tabular-data','entity-simne':'named-character-references','dom-fs-formmethod':'association-of-controls-and-forms','rendering':'rendering','handler-onwaiting':'webappapis','dom-track-src':'the-iframe-element','the-drag-data-item-type-string':'dnd','dom-history-length':'history','entity-varphi':'named-character-references','entity-Or':'named-character-references','entity-ucy':'named-character-references','entity-Dagger':'named-character-references','serializing-html-fragments':'the-end','concept-video-intrinsic-height':'the-iframe-element','entity-nmid':'named-character-references','dom-col-ch':'obsolete','command-facet-hiddenstate':'commands','markup-declaration-open-state':'tokenization','dom-classlist':'element','entity-nsube':'named-character-references','ix-handler-onseeking':'index','refsWEBSTORAGE':'references','attr-media-preload-metadata':'the-iframe-element','entity-hamilt':'named-character-references','assigning-keyboard-shortcuts':'editing','getcontext-return':'the-canvas-element','attr-script-event':'obsolete','dom-document-getelementsbyname':'dom','entity-ClockwiseContourIntegral':'named-character-references','entity-zcy':'named-character-references','dom-mediaerror-media_err_aborted':'the-iframe-element','meta-generator':'semantics','handler-onstalled':'webappapis','local-date-and-time-state':'states-of-the-type-attribute','entity-harr':'named-character-references','entity-nvltrie':'named-character-references','entity-eqslantless':'named-character-references','event-mediacontroller-pause':'the-iframe-element','dom-document-forms':'dom','entity-utrif':'named-character-references','effective-playback-rate':'the-iframe-element','attr-meta-content':'semantics','entity-Fouriertrf':'named-character-referencs','entity-Vopf':'named-character-references','appcache-history-2':'history','entity-lceil':'named-character-references','attr-time-pubdate':'text-level-semantics','attr-body-margintop':'obsolete','entity-nsimeq':'named-character-references','compiled-pattern-regular-expression':'common-input-element-attributes','ix-handler-window-onresize':'index','xml-parser':'the-xhtml-syntax','entity-Efr':'named-character-references','valid-media-query':'common-microsyntaxes','doctype-public-identifier-double-quoted-state':'tokenization','nestedParsing':'parsing','entity-rsh':'named-character-references','parse-a-time-component':'common-microsyntaxes','entity-drbkarow':'named-character-references','dom-dataset':'elements','documentfragment':'infrastructure','entity-LongLeftArrow':'named-character-references','timeranges':'the-iframe-element','remove-a-token-from-a-string':'common-microsyntaxes','a-form-control-s-value':'association-of-controls-and-forms','dom-media-have_current_data':'the-iframe-element','event-readystaechange':'dom','entity-bNot':'named-character-references','the-pre-element':'grouping-content','entity-twoheadleftarrow':'named-character-references','command-unselect':'dnd','attr-img-crossorigin':'embedded-content-1','dom-fs-enctype':'association-of-controls-and-forms','entity-Popf':'named-character-references','dom-window-nameditem':'browsers','attr-textarea-rows-value':'the-button-element','parse-a-time-zone-offset-component':'common-microsyntaxes','the-rt-element':'text-level-semantics','entity-rtriltri':'named-character-references','entity-inodot':'named-character-references','ltr-specific':'rendering','attr-command-type-keyword-radio':'interactive-elements','entity-Egrave':'named-character-references','attr-track-kind-subtitles':'the-iframe-element','browser-interface-elements':'browsers','entity-csub':'named-character-references','dom-tbody-align':'obsolete','attr-hr-size':'obsolete','dom-li-value':'grouping-content','not_supported_err':'infrastructure','entity-csup':'named-character-references','enity-amp':'named-character-references','entity-racute':'named-character-references','charset512':'semantics','dom-fieldset-type':'forms','entity-DownLeftTeeVector':'named-character-references','attr-input-type-range-keyword':'the-input-element','dom-document-querycommandvalue':'dnd','live':'infrastructure','entity-vprop':'named-character-references','scriptTagParserResumes':'tree-construction','entity-shchcy':'named-character-references','dom-applet-object':'obsolete','entity-Scaron':'named-character-references','entity-Ropf':'named-character-references','closing-elements-that-have-implied-end-tags':'tree-construction','entity-LessGreater':'named-character-references','entity-igrave':'named-character-references','entity-ecaron':'named-character-references','entity-Delta':'named-character-references','handler-onselect':'webappapis','htmlformcontrolscollection-0':'common-dom-interfaces','entity-ecolon':'named-character-references','entity-period':'named-character-references','img-inc':'embedded-content-1','htmbuttonelement':'the-button-element','dom-frame-marginwidth':'obsolete','entity-UpperLeftArrow':'named-character-references','ready-for-editing-host-commands':'dnd','entity-KJcy':'named-character-references','context-menus':'interactive-elements','parsing-main-inheadnoscript':'tree-construction','entity-RightArrow':'named-character-references','dom-texttrack-kind':'the-iframe-element','history-traversal':'history','entity-tilde':'named-character-references','entity-LessLess':'named-character-references','refsCOOKIES':'references','entity-lltri':'named-character-references','attr-tdth-rowspan':'tabular-data','entity-andslope':'named-character-references','the-form-element':'forms','effective-script-origin':'origin-0','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','entity-NotSubset':'named-character-references','the-keygen-element':'the-button-element','entity-kfr':'named-character-references','parse-a-local-date-and-time-string':'common-microsyntaxes','entity-ndash':'named-character-referencs','entity-RightVector':'named-character-references','entity-Vdash':'named-character-references','entity-Iukcy':'named-character-references','entity-hstrok':'named-character-references','entity-NotLessSlantEqual':'named-character-references','forms':'forms','window':'browsers','attr-object-data':'the-iframe-element','entity-subrarr':'named-character-references','entity-pr':'named-character-references','entity-pm':'named-character-references','form-controls':'rendering','entity-pi':'named-character-references','refsWCAG':'references','refsUTF8DET':'references','attr-media-muted':'the-iframe-element','entity-Tab':'named-character-references','dom-texttrack-off':'the-iframe-element','dom-font-color':'obsolete','entity-nvDash':'named-character-references','entity-Tau':'named-character-references','entity-dashv':'named-character-references','attr-track-default':'the-iframe-element','entity-nbumpe':'named-character-references','entity-empty':'named-character-references','entity-orv':'named-character-references','eady-to-be-parser-executed':'scripting-1','entity-ord':'named-character-references','attr-body-marginwidth':'obsolete','entity-Gcy':'named-character-references','attr-iframe-hspace':'obsolete','safe-passing-of-structured-data':'common-dom-interfaces','entity-demptyv':'named-character-references','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','target-element':'history','dependencies':'infrastructure','event-online':'offline','heading-content-0':'content-models','entity-ubreve':'named-character-references','entity-prsim':'named-character-references','dom-textarea-dirname':'the-button-element','reflect':'common-dom-interfaces','dom-progress-max':'the-button-element','entity-cirfnint':'named-character-references','dom-audiotrack-kind':'the-iframe-element','entity-UpDownArrow':'named-character-references','the-style-attribute':'elements','entity-Dcy':'named-character-references','blink':'obsolete','entity-leftharpoondown':'named-character-references','domimplementation':'infrastructure','entity-udar':'named-character-references','input-type-change':'the-input-element','script-data-escaped-less-than-sign-state':'tokenization','dropzone-processing-steps':'dnd','dom-tdth-height':'obsolete','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','event-mediacontroller-emptied':'the-iframe-element','event-handler-idl-attributes':'webappapis','limited-to-only-known-values':'common-dom-interfaces','entity-xlarr':'named-character-references','entity-boxdr':'named-character-references','entity-boxdl':'named-character-references','syntax-charref':'syntax','entity-smeparsl':'named-character-references','semantics':'semantics','img-all':'embedded-content-1','entity-lhblk':'named-character-references','document.title':'dom','entity-boxdR':'named-character-references','entity-ldsh':'named-character-references','syntax-cdata':'syntax','using-the-a-element-to-define-a-command':'commands','refsRFC2237':'references','optional-tags':'syntax','entity-xutri':'named-character-references','entity-Wfr':'name-character-references','entity-xmap':'named-character-references','entity-ExponentialE':'named-character-references','entity-Mu':'named-character-references','concept-video-intrinsic-width':'the-iframe-element','handler-texttrack-onload':'the-iframe-element','converted-to-ascii-uppercase':'infrastructure','the-script-block-s-character-encoding':'scripting-1','entity-andv':'named-character-references','entity-rtimes':'named-character-references','entity-uml':'named-character-references','entity-yuml':'named-character-references','entity-eDDot':'named-character-references','entity-ufisht':'named-character-references','the-bdo-element':'text-level-semantics','entity-succ':'named-character-references','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','entity-ddarr':'named-character-references','dom-command-type':'interactive-elements','handler-window-onblur':'webappapis','dom-videotrack-language':'the-iframe-element','dom-mediaerror-media_err_src_not_supported':'the-iframe-element','htmlheaingelement':'sections','entity-lsh':'named-character-references','dom-appcache-status':'offline','entity-gtrless':'named-character-references','attr-input-type':'the-input-element','parsing-main-intr':'tree-construction','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'text-level-semantics','entity-varr':'named-character-references','entity-half':'named-character-references','parsing-main-intd':'tree-construction','dom-datatransferitemlist-add':'dnd','command-insertlinebreak':'dnd','entity-xcirc':'named-character-references','attr-map-name':'the-map-element','attributes-common-to-td-and-th-elements':'tabular-data','entity-imagline':'named-character-references','command-subscript':'dnd','entity-lvnE':'named-character-references','text-track':'the-iframe-element','dom-datalist-options':'the-button-element','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'common-microsyntaxes','entity-ShortLeftArrow':'named-character-references','form-submission':'association-of-cotrols-and-forms','selector-valid':'links','content-type-sniffing:-image':'fetching-resources','replacement-enabled':'history','joint-session-history':'history','entity-dcy':'named-character-references','dom-texttrack-cues':'the-iframe-element','entity-capdot':'named-character-references','attr-menu-compact':'obsolete','entity-Udblac':'named-character-references','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':'urls','entity-bsime':'named-character-references','ix-handler-onblur':'index','aborting-a-document-load':'history','the-script-settings-determined-from-the-node':'webappapis','the-command':'interactive-elements','valid-date-or-time-string-in-content':'common-microsyntaxes','entity-NotRightTriangleEqual':'named-character-references','entity-downharpoonright':'named-character-references','entity-ecy':'named-character-references','external':'timers','entity-ecirc':'named-character-references','texttracklist':'the-iframe-element','entity-rightleftarrows':'named-character-refernces','script-s-document':'webappapis','image-button-state':'number-state','entity-tdot':'named-character-references','entity-xodot':'named-character-references','entity-lneq':'named-character-references','ix-handler-window-onload':'index','entity-leftarrowtail':'named-character-references','insertion-point':'parsing','the-application-cache-selection-algorithm':'offline','concept-input-value-string-date':'the-input-element','entity-NotLessEqual':'named-character-references','media-controller-volume-multiplier':'the-iframe-element','entity-Racute':'named-character-references','document':'infrastructure','entity-nwnear':'named-character-references','links-created-by-a-and-area-elements':'links','dom-canvas-getcontext':'the-canvas-element','rules-for-parsing-a-hash-name-reference':'common-microsyntaxes','handler-mediacontroller-oncanplaythrough':'the-iframe-element','data-mining':'infrastructure','entity-zeetrf':'named-character-references','run-post-click-activation-steps':'content-models','the-rp-element':'txt-level-semantics','handler-window-onhashchange':'webappapis','dom-mediacontroller-muted':'the-iframe-element','attr-command-checked':'interactive-elements','attr-track-kind-keyword-subtitles':'the-iframe-element','entity-looparrowright':'named-character-references','the-li-element':'grouping-content','dom-a-coords':'obsolete','attr-hyperlink-hreflang':'links','dom-legend-align':'obsolete','parsing-main-inselect':'tree-construction','entity-Escr':'named-character-references','past-names-map':'forms','entity-gsime':'named-character-references','entity-mid':'named-character-references','entity-gsiml':'named-character-references','the-input-element-as-domain-specific-widgets':'rendering','selector-ltr':'links','event-media-loadstart':'the-iframe-element','entity-luruhar':'named-character-references','htmltablecolelement':'tabular-data','dom-form-submit':'forms','entity-Ffr':'named-character-references','concept-date':'common-microsyntaxes','restrictions-on-content-models-and-on-attribute-values':'introduction,'networking-task-source':'webappapis','dom-history-pushstate':'history','the-dl-element':'grouping-content','exposed':'dom','rel-sidebar-hyperlink':'links','lists-of-integers':'common-microsyntaxes','entity-hkswarow':'named-character-references','text-track-cue-start-time':'the-iframe-element','entity-gnapprox':'named-character-references','entity-subsim':'named-character-references','entity-rharu':'named-character-references','entity-malt':'named-character-references','script-created-parser':'content-models','entity-GreaterTilde':'named-character-references','entity-rhard':'named-character-references','entity-male':'named-character-references','implicit-submission':'association-of-controls-and-forms','attr-textarea-required':'the-button-element','entity-DoubleRightArrow':'named-character-references','ready-for-post-load-tasks':'the-end','datatransferitemlist':'dnd','browsing-context-nested-through':'browsers','feed-the-parser':'the-xhtml-syntax','stack-of-open-elements':'parsing','entity-ulcrop':'named-chracter-references','entity-InvisibleComma':'named-character-references','entity-LeftRightArrow':'named-character-references','dom-input-stepup':'common-input-element-attributes','entity-Proportion':'named-character-references','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'commands','attr-optgroup-disabled':'the-button-element','entity-profline':'named-character-references','event-media-suspend':'the-iframe-element','attr-command-type-state-command':'interactive-elements','event-media-stalled':'the-iframe-element','handler-ondrag':'webappapis','attr-input-autocomplete-on-state':'common-input-element-attributes','supported-property-indices':'infrastructure','entity-sdot':'named-character-references','entity-ffr':'named-character-references','dom-video-videowidth':'the-iframe-element','attr-table-rules':'obsolete','attr-img-align':'obsolete','the-legend-element':'forms','dom-videotracklist-selectedindex':'the-iframe-element','entity-nsupset':'named-character-references','curent-input-character':'parsing','dom-appcache-swapcache':'offline','dom-object-archive':'obsolete','forming-a-table':'tabular-data','entity-NotNestedLessLess':'named-character-references','text-track-cue-size':'the-iframe-element','dom-meter-value':'the-button-element','prompt-to-unload-a-document':'history','dom-document-alinkcolor':'obsolete','dom-blur':'editing','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','entity-Intersection':'named-character-references','dom-track-default':'the-iframe-element','fire-waiting-when-waiting':'the-iframe-element','dom-media-playbackrate':'the-iframe-element','entity-varpropto':'named-character-references','entity-Ucirc':'named-character-references','entity-nVdash':'named-character-references','dom-datatransfer-effectallowed':'dnd','selector-default':'links','keywords-and-enumerated-attributes':'common-microsyntaxes','entity-LeftTriangleEqual':'named-character-references','attr-form-autocomplete-on-state':'forms','dom-tdth-axis':'obsolete','entit-Zfr':'named-character-references','non-fatal-media-error':'the-iframe-element','entity-doteqdot':'named-character-references','the-input-stream':'parsing','table-encoding-overrides':'parsing','dom-validitystate-valuemissing':'association-of-controls-and-forms','entity-copy':'named-character-references','pre-click-activation-steps':'content-models','entity-Sc':'named-character-references','command-inserthtml':'dnd','handler-window-onafterprint':'webappapis','entity-profalar':'named-character-references','sandboxed-navigation-browsing-context-flag':'the-iframe-element','ix-handler-onseeked':'index','dom-fieldset-disabled':'forms','dom-area-type':'the-map-element','entity-oslash':'named-character-references','dom-cva-validity':'association-of-controls-and-forms','entity-rdca':'named-character-references','ascii-compatible-character-encoding':'infrastructure','entity-Yuml':'named-character-references','entity-barwed':'named-character-references','dom-location-resolveurl':'history','entity-bigwedge':'named-charcter-references','entity-EqualTilde':'named-character-references','dom-textarea-wrap':'the-button-element','table-script-bom':'scripting-1','timeout_err':'infrastructure','attr-track-kind-captions':'the-iframe-element','dom-datatransfer-getdata':'dnd','attr-input-placeholder':'common-input-element-attributes','dom-based-xslt-1.0-processors':'content-models','concept-param-parameter':'the-iframe-element','entity-integers':'named-character-references','entity-dblac':'named-character-references','entity-xnis':'named-character-references','entity-ecir':'named-character-references','table-uda-examples':'urls','entity-cuesc':'named-character-references','entity-ncap':'named-character-references','entity-NotLessTilde':'named-character-references','comment-state':'tokenization','entity-circledS':'named-character-references','entity-circledR':'named-character-references','entity-qprime':'named-character-references','entity-triplus':'named-character-references','entity-spar':'named-character-references','attr-tdth-vaign':'obsolete','entity-Omega':'named-character-references','no-quirks-mode':'infrastructure','entity-nsubE':'named-character-references','suffering-from-a-custom-error':'association-of-controls-and-forms','dom-option-tvd':'the-button-element','event-media-timeupdate':'the-iframe-element','entity-wopf':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','introduction-9':'rendering','introduction-8':'rendering','introduction-5':'webappapis','sections-and-headings':'rendering','introduction-7':'dnd','introduction-6':'editing','introduction-1':'forms','introduction-0':'the-iframe-element','introduction-3':'links','introduction-2':'association-of-controls-and-forms','entity-Dcaron':'named-character-references','meta-charset-during-parse':'tree-construction','void-elements':'syntax','refsABNF':'references','drag-data-store-bitmap':'dnd','figcaption-as-alt-condition':'embedded-content-1','file-upload-state':'number-state','entity-grave':'named-character-references','history':'history','enity-sopf':'named-character-references','comment-start-dash-state':'tokenization','width-of-the-select-s-labels':'rendering','hyperlink-annotation':'links','menus':'interactive-elements','entity-Int':'named-character-references','misnested-tags:-b-p-b-p':'the-end','entity-uring':'named-character-references','stop-parsing':'the-end','entity-tprime':'named-character-references','sandboxed-seamless-iframes-flag':'the-iframe-element','allowed-to-navigate':'browsers','entity-ltri':'named-character-references','entity-thicksim':'named-character-references','entity-urtri':'named-character-references','the-input-element-as-a-range-control':'rendering','htmlaudioelement':'the-iframe-element','entity-upsilon':'named-character-references','entity-qopf':'named-character-references','attr-style-type':'semantics','entity-plusdo':'named-character-references','handler-tracklist-onchange':'the-iframe-element','dom-media-have_future_data':'the-iframe-element','entity-plusdu':'named-character-references','seek-the-media-controler':'the-iframe-element','associatedSection':'sections','entity-EmptySmallSquare':'named-character-references','refsWIN1254':'references','refsWIN1252':'references','refsBOCU1':'references','entity-topcir':'named-character-references','conformance-requirements':'infrastructure','entity-dotplus':'named-character-references','dom-form-acceptcharset':'forms','dom-select-size':'the-button-element','concept-option-label':'the-button-element','entity-larrbfs':'named-character-references','auxiliary-browsing-contexts':'browsers','entity-nlarr':'named-character-references','entity-And':'named-character-references','concept-fe-values':'association-of-controls-and-forms','entity-pfr':'named-character-references','concept-select-pick':'the-button-element','entity-equest':'named-character-references','entity-rsquor':'named-character-references','attr-param-name':'the-iframe-element','event':'infrastructure','handler-texttrackcue-onexit':'the-iframe-element','handler-onratechange':'webappapis','entity-natural':'named-caracter-references','initial-code-entry-point':'webappapis','task-queue':'webappapis','attr-img-src':'embedded-content-1','dom-fs-action':'association-of-controls-and-forms','fire-a-dnd-event':'dnd','windowtimers':'timers','expiring-application-caches':'offline','attr-table-frame':'obsolete','handler-onmouseover':'webappapis','entity-Ubrcy':'named-character-references','insert-a-foreign-element':'tree-construction','entity-npr':'named-character-references','ix-handler-window-onoffline':'index','dom-colgroup-span':'tabular-data','after-doctype-public-keyword-state':'tokenization','entity-mopf':'named-character-references','has-an-element-in-list-item-scope':'parsing','menus-intro':'interactive-elements','limiting-user-input-length':'association-of-controls-and-forms','dom-texttrack-error':'the-iframe-element','entity-TScy':'named-character-references','entity-NotSquareSuperset':'named-character-references','entity-Lcaron':'named-character-references','pragma-directives':'semantics','entity-otilde':'named-chaacter-references','entity-DotEqual':'named-character-references','entity-dsol':'named-character-references','concept-input-value-default-range':'number-state','maps-to-the-pixel-length-property':'rendering','media-controllers':'the-iframe-element','unload-a-document':'history','entity-Rscr':'named-character-references','entity-ApplyFunction':'named-character-references','entity-cdot':'named-character-references','phrasing-content-1':'rendering','phrasing-content-0':'content-models','dom-uda-search':'urls','htmlallcollection':'common-dom-interfaces','entity-LeftTeeVector':'named-character-references','dom-window-focus':'editing','entity-napos':'named-character-references','the-tr-element':'tabular-data','attributes-for-embedded-content-and-images':'rendering','entity-roarr':'named-character-references','entity-Kappa':'named-character-references','clear-the-stack-back-to-a-table-row-context':'tree-construction','htmlpreelement':'grouping-content','entity-oopf':'named-character-references','entity-scnsim':'namd-character-references','the-draggable-attribute':'dnd','attr-body-text':'obsolete','attr-dir-auto-state':'elements','entity-HilbertSpace':'named-character-references','attr-area-shape':'the-map-element','entity-nrarr':'named-character-references','concept-output-mode':'the-button-element','refsIANACHARSET':'references','entity-napE':'named-character-references','entity-AMP':'named-character-references','htmlvideoelement':'the-iframe-element','entity-nlArr':'named-character-references','entity-Oslash':'named-character-references','entity-Wscr':'named-character-references','the-xhtml-syntax':'the-xhtml-syntax','concept-n-script':'webappapis','entity-mho':'named-character-references','appropriate-form-encoding-algorithm':'association-of-controls-and-forms','entity-elinters':'named-character-references','global-attributes':'elements','windowbase64':'webappapis','dom-frame-noresize':'obsolete','parse-a-month-component':'common-microsyntaxes','dom-select-nameditem':'the-button-element','entity-delta':'named-charcter-references','entity-iopf':'named-character-references','entity-TildeEqual':'named-character-references','attr-col-valign':'obsolete','handler-texttrackcue-onenter':'the-iframe-element','entity-LeftTeeArrow':'named-character-references','concept-fe-checked':'association-of-controls-and-forms','entity-vee':'named-character-references','attr-ol-start':'grouping-content','entity-preccurlyeq':'named-character-references','entity-angrtvb':'named-character-references','dom-font-size':'obsolete','dom-input-placeholder':'the-input-element','run-synthetic-click-activation-steps':'content-models','dom-body-alink':'obsolete','entity-ruluhar':'named-character-references','entity-SucceedsSlantEqual':'named-character-references','appropriate-end-tag-token':'tokenization','entity-nrArr':'named-character-references','dom-embed-src':'the-iframe-element','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','value-sanitization-algorithm':'the-input-element','attr-input-hspace':'obsolete','htmlsoureelement':'the-iframe-element','entity-ominus':'named-character-references','entity-ccups':'named-character-references','collect-a-sequence-of-characters':'common-microsyntaxes','the-accesskey-attribute':'editing','value-track-kind-alternate':'the-iframe-element','text-level-semantics':'text-level-semantics','xmlns-namespace':'namespaces','entity-Colone':'named-character-references','data-state':'tokenization','refsSELECTORS':'references','entity-LongLeftRightArrow':'named-character-references','entity-zigrarr':'named-character-references','concept-appcache-completeness':'offline','dom-script-charset':'scripting-1','attr-input-type-datetime-keyword':'the-input-element','dom-htmlallcollection-tags':'common-dom-interfaces','attr-embed-name':'obsolete','dom-alert':'timers','entity-nsqsube':'named-character-references','user-editing-actions':'editing','the-table-element':'tabular-data','entity-Star':'named-character-references','dimRendering':'rendering','entity-lbrace':'named-character-references','attr-media-reload-none':'the-iframe-element','entity-lbrack':'named-character-references','concept-meter-optimum':'the-button-element','entity-Umacr':'named-character-references','entity-olarr':'named-character-references','entity-rarrap':'named-character-references','entity-Longleftrightarrow':'named-character-references','entity-prod':'named-character-references','entity-prop':'named-character-references','entity-Assign':'named-character-references','entity-NotLessGreater':'named-character-references','htmlframeelement':'obsolete','entity-subdot':'named-character-references','entity-GreaterFullEqual':'named-character-references','entity-trpezium':'named-character-references','drag-data-store-allowed-effects-state':'dnd','entity-complexes':'named-character-references','attr-track-kind-metadata':'the-iframe-element','entity-boxbox':'named-character-references','attr-ol-type-keyword-lower-alpha':'grouping-content','syntax-tags':'syntax','entity-oast':'named-character-references','entity-xoplus':'named-character-referenes','entity-Jfr':'named-character-references','entity-succeq':'named-character-references','the-id-attribute':'elements','media-controller-position':'the-iframe-element','introduction-4':'offline','entity-lEg':'named-character-references','entity-triminus':'named-character-references','entity-perp':'named-character-references','script-data-double-escaped-state':'tokenization','ix-handler-window-onerror':'index','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','dom-table-tfoot':'tabular-data','refsRFC1468':'references','entity-acy':'named-character-references','entity-acd':'named-character-references','form-control-dirname-attribute':'association-of-controls-and-forms','entity-suphsub':'named-character-references','dom-fs-formaction':'association-of-controls-and-forms','dom-navigator-registercontenthandler':'timers','script-processing-src-sync':'scripting-1','ix-event-handlers':'index','entity-rotimes':'named-character-references','dom-input-valueasnumber':'common-input-element-attributs','dom-legend-form':'forms','overlong-form':'infrastructure','entity-acE':'named-character-references','entity-Hstrok':'named-character-references','entity-icirc':'named-character-references','entity-ReverseElement':'named-character-references','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','handler-appcache-onnoupdate':'offline','handler-mediacontroller-onpause':'the-iframe-element','attr-iframe-src':'the-iframe-element','entity-RightDoubleBracket':'named-character-references','entity-beth':'named-character-references','command-facet-accesskey':'commands','entity-esim':'named-character-references','security-and-privacy':'timers','entity-beta':'named-character-references','attr-fs-method-get-keyword':'association-of-controls-and-forms','entity-plankv':'named-character-references','entity-hookrightarrow':'named-character-references','entity-jfr':'named-character-references','location-of-the-media-resource':'the-iframe-element','dom-link-charset':'obsolete','parser-pause-flag':'parsing',container-frame-element':'rendering','alphanumeric-ascii-characters':'common-microsyntaxes','dom-pre-width':'obsolete','dom-option':'the-button-element','entity-zeta':'named-character-references','the-h6-element':'sections','document-metadata':'semantics','refsCOMPUTABLE':'references','dom-audiotracklist-gettrackbyid':'the-iframe-element','entity-rppolint':'named-character-references','document.writeln':'content-models','entity-vBarv':'named-character-references','ix-handler-onsubmit':'index','entity-uwangle':'named-character-references','entity-GreaterSlantEqual':'named-character-references','dom-iframe-scrolling':'obsolete','rules-for-serializing-simple-color-values':'common-microsyntaxes','attr-command-type':'interactive-elements','event-appcache-noupdate':'offline','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'association-of-controls-and-forms','non-negative-integers':'common-microsyntaxes','text-track-mode':'the-iframe-element','syntax-attribute-name':'yntax','dom-validitystate-patternmismatch':'association-of-controls-and-forms','svg':'the-map-element','drag-data-store-hot-spot-coordinate':'dnd','entity-fjlig':'named-character-references','attr-embed-hspace':'obsolete','entity-NotGreater':'named-character-references','cors-settings-attributes':'fetching-resources','entity-napid':'named-character-references','the-meter-element':'the-button-element','concept-week':'common-microsyntaxes','dom-fe-disabled':'association-of-controls-and-forms','entity-lang':'named-character-references','valid-url':'urls','dom-texttrackcue-track':'the-iframe-element','entity-NotGreaterLess':'named-character-references','entity-NegativeThickSpace':'named-character-references','entity-boxminus':'named-character-references','before-attribute-value-state':'tokenization','event-appcache-updateready':'offline','the-sub-element':'text-level-semantics','entity-cirscir':'named-character-references','dom-textarea-required':'the-button-element','unloading-documents':'history','entity-Itile':'named-character-references','attr-embed-src':'the-iframe-element','script-execution-environment':'webappapis','entity-Vfr':'named-character-references','event-definition':'history','stall-timeout':'the-iframe-element','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','entity-wedgeq':'named-character-references','entity-sqcups':'named-character-references','script-data-escape-start-dash-state':'tokenization','entity-LeftUpVectorBar':'named-character-references','dom-node-childnodes':'infrastructure','entity-DoubleDot':'named-character-references','domsettabletokenlist':'infrastructure','entity-Yacute':'named-character-references','dom-input-value-value':'common-input-element-attributes','fatal-decode-error':'the-iframe-element','the-constraint-validation-api':'association-of-controls-and-forms','link-type-pingback':'links','table-http-equiv':'semantics','the-hr-element':'grouping-content','dom-self':'browsers','sandboxed-automatic-features-browsing-context-flag':'the-iframe-element,'entity-NotEqual':'named-character-references','dom-history-back':'history','entity-eplus':'named-character-references','handler-onloadedmetadata':'webappapis','entity-hoarr':'named-character-references','entity-there4':'named-character-references','htmlmeterelement':'the-button-element','noframes':'obsolete','dom-marquee-bgcolor':'obsolete','entity-SquareSubsetEqual':'named-character-references','entity-laquo':'named-character-references','entity-Lcy':'named-character-references','entity-natur':'named-character-references','refsX690':'references','extracting-encodings-from-meta-elements':'fetching-resources','entity-Cap':'named-character-references','delay-the-load-event':'the-end','dom-area-shape':'the-map-element','attr-img-vspace':'obsolete','entity-LeftArrowBar':'named-character-references','entity-nRightarrow':'named-character-references','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','entity-UpArrowDownArrow':'named-character-references','default-button':'association-of-controlsand-forms','concept-select-toggle':'the-button-element','links':'links','refsDOMEVENTS':'references','refsARIA':'references','a-style-sheet-that-is-blocking-scripts':'semantics','attr-meta-http-equiv':'semantics','htmldatalistelement':'the-button-element','dom-input-stepdown':'common-input-element-attributes','entity-subset':'named-character-references','dom-appcache-obsolete':'offline','refsISO8601':'references','entity-ouml':'named-character-references','concept-appcache-init':'offline','event-appcache-obsolete':'offline','focus-management':'editing','attr-img-alt':'embedded-content-1','cors-settings-attribute':'fetching-resources','dom-command-ro-commandlabel':'commands','entity-boxhD':'named-character-references','dom-object-declare':'obsolete','entity-ntrianglerighteq':'named-character-references','entity-Nacute':'named-character-references','entity-uHar':'named-character-references','dom-location-hostname':'history','pending-parsing-blocking-script':'scripting-1','send-a-signal':'offline','entity-DownightVectorBar':'named-character-references','entity-OpenCurlyQuote':'named-character-references','coercing-an-html-dom-into-an-infoset':'the-end','htmlinputelement':'the-input-element','dom-output-htmlfor':'the-button-element','handler-marquee-onstart':'obsolete','entity-dstrok':'named-character-references','media-controller-mute-override':'the-iframe-element','script-processing-inline':'scripting-1','entity-boxVR':'named-character-references','entity-deg':'named-character-references','abort-a-document':'history','attr-select-required':'the-button-element','dom-document-images':'dom','activation-behavior':'content-models','entity-boxVL':'named-character-references','dom-source-type':'the-iframe-element','entity-boxVH':'named-character-references','entity-kgreen':'named-character-references','entity-boxVr':'named-character-references','text-0':'syntax','concept-appcache-manifest':'offline','dom-tdth-choff':'obsolete','entity-boxVl':'named-character-references','entity-boxVh':'named-character-references','entty-LeftFloor':'named-character-references','contenteditable-delete':'editing','entity-asymp':'named-character-references','the-input-element-as-a-color-well':'rendering','htmlfontelement':'obsolete','dom-embed-name':'obsolete','conformance-classes':'infrastructure','special':'parsing','dom-media-network_no_source':'the-iframe-element','entity-NewLine':'named-character-references','most-recently-reported-playback-state':'the-iframe-element','concept-meter-low':'the-button-element','entity-smile':'named-character-references','handler-onerror':'webappapis','entity-scy':'named-character-references','secondary-browsing-context':'browsers','character-reference-in-data-state':'tokenization','entity-eqcolon':'named-character-references','link-type-external':'links','entity-sce':'named-character-references','attr-a-methods':'obsolete','entity-hksearow':'named-character-references','times':'common-microsyntaxes','paused-for-user-interaction':'the-iframe-element','dom-document-links':'dom','entity-Precedes':'named-chaacter-references','concept-input-max-default':'common-input-element-attributes','htmlbasefontelement':'obsolete','entity-scE':'named-character-references','attr-script-for':'obsolete','refsABOUT':'references','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','entity-Zdot':'named-character-references','concept-row-group':'tabular-data','entity-Ufr':'named-character-references','concept-spellcheck-default-true':'editing','dom-canvas-toblob':'the-canvas-element','sectioning-content-0':'content-models','dom-datatransferitem-getasstring':'dnd','selector-required':'links','entity-tshcy':'named-character-references','dom-ol-type':'grouping-content','resolve-a-url':'urls','dom-datatransfer-setdragimage':'dnd','lists':'rendering','dom-input-dirname':'the-input-element','contenteditable-br':'editing','htmlallcollection-0':'common-dom-interfaces','dom-input-src':'the-input-element','entity-ulcorn':'named-character-references','dom-canvas-height':'the-canvas-element','dom-audiotrack-enabled':'the-frame-element','htmlmediaelement':'the-iframe-element','entity-UpArrow':'named-character-references','entity-Beta':'named-character-references','attr-object-hspace':'obsolete','attr-input-type-search-keyword':'the-input-element','entity-isindot':'named-character-references','attr-fe-name-charset':'association-of-controls-and-forms','script-processing-empty':'scripting-1','definitions':'association-of-controls-and-forms','ix-handler-oncanplaythrough':'index','htmlcanvaselement':'the-canvas-element','handler-window-onunload':'webappapis','url':'urls','valid-date-or-time-string':'common-microsyntaxes','entity-lurdshar':'named-character-references','entity-ogt':'named-character-references','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'dom','entity-DownArrowBar':'named-character-references','entity-parsl':'named-character-references','entity-kcy':'named-character-references','attr-dfn-title':'text-level-semantics','entity-xi':'named-character-references','dom-documen-vlinkcolor':'obsolete','entity-eqsim':'named-character-references','entity-angrtvbd':'named-character-references','comma-separated-tokens':'common-microsyntaxes','entity-Coproduct':'named-character-references','entity-maltese':'named-character-references','entity-smallsetminus':'named-character-references','entity-rarrw':'named-character-references','entity-GreaterEqualLess':'named-character-references','the-kbd-element':'text-level-semantics','entity-rarrc':'named-character-references','entity-rarrb':'named-character-references','entity-succnapprox':'named-character-references','entity-lnE':'named-character-references','resource-sharing-check':'infrastructure','entity-rightrightarrows':'named-character-references','entity-reals':'named-character-references','dom-dim-height':'the-map-element','refsOPENSEARCH':'references','entity-lne':'named-character-references','dom-a-host':'text-level-semantics','entity-Laplacetrf':'named-character-references','ix-handler-window-onhashchange':'index','the-tfoot-element''tabular-data','entity-clubsuit':'named-character-references','basefont':'obsolete','entity-diamondsuit':'named-character-references','flow-content':'content-models','handler-window-onerror':'webappapis','entity-exponentiale':'named-character-references','dom-tbody-deleterow':'tabular-data','attr-body-marginright':'obsolete','handler-mediacontroller-onratechange':'the-iframe-element','process-the-iframe-attributes':'the-iframe-element','entity-flat':'named-character-references','bidirectional-algorithm-formatting-character-ranges':'content-models','entity-lesdoto':'named-character-references','entity-bdquo':'named-character-references','entity-easter':'named-character-references','entity-divideontimes':'named-character-references','past-pseudo-class':'rendering','entity-ntlg':'named-character-references','entity-NotHumpDownHump':'named-character-references','dom-draggable':'dnd','entity-DiacriticalTilde':'named-character-references','selector-visited':'links','attr-col-width':'obsolete','entity-iota':'namedcharacter-references','img-yes':'embedded-content-1','dom-style-type':'semantics','entity-NotNestedGreaterGreater':'named-character-references','the-hr-element-0':'rendering','dom-mediacontroller-playbackrate':'the-iframe-element','entity-diam':'named-character-references','entity-mnplus':'named-character-references','nested-browsing-contexts':'browsers','dom-hashchangeevent-newurl':'history','entity-NotLeftTriangleBar':'named-character-references','entity-Omicron':'named-character-references','adjust-foreign-attributes':'tree-construction','attr-media-autoplay':'the-iframe-element','entity-eth':'named-character-references','entity-eta':'named-character-references','named-character-references':'named-character-references','handler-window-ononline':'webappapis','other-pragma-directives':'semantics','htmlformcontrolscollection':'common-dom-interfaces','entity-Tilde':'named-character-references','entity-ReverseEquilibrium':'named-character-references','entity-iprod':'named-character-references','drag-data-stor':'dnd','attr-tdth-nowrap':'obsolete','the-section-element':'sections','the-drag-data-store':'dnd','attribute-s-serialized-name':'the-end','attr-input-autocomplete-off-state':'common-input-element-attributes','attr-fs-enctype-text':'association-of-controls-and-forms','entity-nsmid':'named-character-references','entity-xdtri':'named-character-references','handler-onmousedown':'webappapis','attr-link-hreflang':'semantics','concept-dnd-ro':'dnd','concept-dnd-rw':'dnd','getting-media-metadata':'the-iframe-element','dom-col-choff':'obsolete','dom-a-target':'text-level-semantics','entity-cfr':'named-character-references','concept-error-handled':'webappapis','entity-iiota':'named-character-references','empty-cell':'tabular-data','entity-weierp':'named-character-references','attr-input-pattern':'common-input-element-attributes','entity-plustwo':'named-character-references','concept-input-list':'common-input-element-attributes','dom-p-align':'obsolete','attr-link-rel':'semantics','synchronising-multiple-media-elemens':'the-iframe-element','dom-tdth-nowrap':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','drag-and-drop-processing-model':'dnd','attr-datafld':'obsolete','entity-simdot':'named-character-references','the-input-element-as-a-checkbox-and-radio-button-widgets':'rendering','dom-meta-httpequiv':'semantics','current-drag-operation':'dnd','the-small-element':'text-level-semantics','command-facet-icon':'commands','refsEUCJP':'references','entity-rbarr':'named-character-references','ix-handler-onselect':'index','attr-tdth-axis':'obsolete','navigatorid':'timers','authors-using-html':'iana','entity-yopf':'named-character-references','script-s-global-object':'webappapis','entity-percnt':'named-character-references','dom-iscontenteditable':'editing','dom-datatransfer-types':'dnd','pagetransitionevent':'history','home-subtree':'infrastructure','entity-cent':'named-character-references','entity-loplus':'named-character-references','dom-windowmodal-dialogarguments':'timers','barprop':'browsers''entity-dzigrarr':'named-character-references','already-started':'scripting-1','entity-PartialD':'named-character-references','jump-to-a-code-entry-point':'webappapis','entity-ascr':'named-character-references','entity-curlywedge':'named-character-references','handler-oncanplaythrough':'webappapis','attr-legend-align':'obsolete','source-browsing-context':'history','entity-Qopf':'named-character-references','dom-input-value-filename':'common-input-element-attributes','the-stack-of-open-elements':'parsing','entity-ccaps':'named-character-references','entity-lessdot':'named-character-references','event-mediacontroller-canplaythrough':'the-iframe-element','entity-upuparrows':'named-character-references','cdata-rcdata-restrictions':'syntax','entity-FilledVerySmallSquare':'named-character-references','attribute-name-state':'tokenization','dom-tdth-cellindex':'tabular-data','entity-Wopf':'named-character-references','security-nav':'browsers','entity-YIcy':'named-character-references','entity-Ofr':'named-character-eferences','navigate-fragid-step':'history','dom-keygen-type':'the-button-element','htmllabelelement':'forms','start-tags':'syntax','comment-end-dash-state':'tokenization','content-categories':'content-models','parsing-main-incolgroup':'tree-construction','the-optgroup-element':'the-button-element','concept-select-option-list':'the-button-element','refsRFC1557':'references','dom-cva-willvalidate':'association-of-controls-and-forms','handler-mediacontroller-ondurationchange':'the-iframe-element','the-history-interface':'history','htmlfieldsetelement':'forms','entity-angsph':'named-character-references','entity-circledcirc':'named-character-references','entity-Sopf':'named-character-references','scriptTag':'tree-construction','entity-spadesuit':'named-character-references','hierarchical-url':'urls','dom-area-rel':'the-map-element','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','paused-media-controller':'the-iframe-element','entity-DownLeftVectorBar':'named-character-references','strip-leadin-and-trailing-whitespace':'common-microsyntaxes','rcdata-end-tag-name-state':'tokenization','activation':'editing','header-and-data-cell-semantics':'tabular-data','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'namespaces','dom-form-item':'forms','entity-hslash':'named-character-references','entity-wedge':'named-character-references','dom-tr-sectionrowindex':'tabular-data','entity-backepsilon':'named-character-references','a-graphical-representation-of-some-of-the-surrounding-text':'embedded-content-1','entity-Pcy':'named-character-references','entity-Hscr':'named-character-references','entity-iecy':'named-character-references','attr-meta-http-equiv-content-language':'semantics','entity-models':'named-character-references','unicode-character':'infrastructure','dom-a-text':'text-level-semantics','attr-input-type-button-keyword':'the-input-element','dom-select-type':'the-button-element','valid-mime-type-with-no-parameters':'infrastructure','entity-nleqslant':'named-character-references,'parse-error':'parsing','dom-marquee-stop':'obsolete','entity-andand':'named-character-references','entity-ngeqslant':'named-character-references','quirks-mode':'infrastructure','character-encodings-0':'parsing','attr-link-href':'semantics','entity-laemptyv':'named-character-references','concept-encoding-confidence':'parsing','entity-tritime':'named-character-references','entity-lmoustache':'named-character-references','script-data-state':'tokenization','entity-ufr':'named-character-references','cors-same-origin':'fetching-resources','split-a-string-on-commas':'common-microsyntaxes','entity-isinE':'named-character-references','entity-Cdot':'named-character-references','dom-applet-code':'obsolete','attr-object-align':'obsolete','html-mime-type':'infrastructure','entity-isins':'named-character-references','dom-form-reset':'forms','entity-smid':'named-character-references','browsing-the-web':'history','text-track-showing':'the-iframe-element','entity-larr':'named-character-references','entity-bigoplus':'namedcharacter-references','entity-neArr':'named-character-references','ix-handler-onloadedmetadata':'index','dom-barprop-visible':'browsers','dom-media-paused':'the-iframe-element','handler-mediacontroller-onwaiting':'the-iframe-element','entity-Gammad':'named-character-references','the-img-element':'embedded-content-1','entity-csupe':'named-character-references','entity-Ecirc':'named-character-references','attr-meta-http-equiv-refresh':'semantics','text-plain-encoding-algorithm':'association-of-controls-and-forms','dom-input-min':'the-input-element','entity-mfr':'named-character-references','entity-LeftArrowRightArrow':'named-character-references','attr-form-autocomplete-off-state':'forms','found-a-media-resource-specific-timed-track':'the-iframe-element','syntax-attributes':'syntax','command-facet-checkedstate':'commands','entity-subseteq':'named-character-references','text-track-kind':'the-iframe-element','concept-dnd-p':'dnd','dom-document-writeln':'content-models','entity-epsilon':'named-character-referencs','the-details-element':'interactive-elements','plaintext-state':'tokenization','entity-varsupsetneq':'named-character-references','element-content-categories':'index','parsing-cache-manifests':'offline','poster-frame':'the-iframe-element','refsWHATWGWIKI':'references','entity-xcap':'named-character-references','hasfeature':'common-dom-interfaces','attributes-0':'syntax','attributes-1':'index','handler-onmouseout':'webappapis','concept-input-min':'common-input-element-attributes','entity-vcy':'named-character-references','most-recently-reported-readiness-state':'the-iframe-element','entity-LeftArrow':'named-character-references','attr-marquee-behavior-scroll':'obsolete','weeks':'common-microsyntaxes','handler-mediacontroller-onemptied':'the-iframe-element','dom-document-nameditem':'dom','entity-simg':'named-character-references','entity-sime':'named-character-references','entity-scnap':'named-character-references','entity-siml':'named-character-references','resulting-autocompletion-state':'common-input-eleent-attributes','attr-fieldset-disabled':'forms','dom-form-length':'forms','the-u-element':'text-level-semantics','handler-window-onmessage':'webappapis','entity-planckh':'named-character-references','command-insertorderedlist':'dnd','attr-object-type':'the-iframe-element','the-input-element-as-a-text-entry-widget':'rendering','entity-nsucceq':'named-character-references','attr-ol-type':'grouping-content','htmlhrelement':'grouping-content','command-insertparagraph':'dnd','generic-task-sources':'webappapis','dom-input-readonly':'the-input-element','entity-dotminus':'named-character-references','default-media':'semantics','dom-area-search':'the-map-element','attr-link-urn':'obsolete','html-elements':'infrastructure','refsRFC2388':'references','dom-frame-longdesc':'obsolete','the-insertion-mode':'parsing','entity-lotimes':'named-character-references','attr-media-preload-none-state':'the-iframe-element','submitting-element-directionality':'association-of-controls-and-forms','concept-meter-maximum':'the-button-eement','script-processing-defer':'scripting-1','entity-orarr':'named-character-references','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','the-initial-insertion-mode':'tree-construction','entity-acute':'named-character-references','dom-track-srclang':'the-iframe-element','entity-prime':'named-character-references','attr-media-controls':'the-iframe-element','htmlmetaelement':'semantics','dom-location-hash':'history','entity-omid':'named-character-references','entity-div':'named-character-references','attr-fe-autofocus':'association-of-controls-and-forms','entity-prec':'named-character-references','entity-dArr':'named-character-references','dom-marquee-scrollamount':'obsolete','entity-die':'named-character-references','entity-LowerLeftArrow':'named-character-references','parse-a-manifest':'offline','entity-plusacir':'named-character-references','dom-textarea-maxlength':'the-button-element','entity-nscr':'named-character-references','concept-dropzone-operatio':'dnd','entity-Yopf':'named-character-references','attr-button-value':'the-button-element','entity-nsce':'named-character-references','script-processing-noscript':'scripting-1','read-image':'history','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','video-object-fit':'rendering','attr-object-name':'the-iframe-element','event-definitions':'history','entity-THORN':'named-character-references','fetching-resources':'fetching-resources','entity-iscr':'named-character-references','entity-mapstodown':'named-character-references','dom-document-fgcolor':'obsolete','concept-time-timezone':'text-level-semantics','dom-domstringmap-setitem':'common-dom-interfaces','dom':'dom','consumed':'parsing','entity-epsi':'named-character-references','dom-optgroup-label':'the-button-element','entity-sqsupe':'named-character-references','frame-border-color':'rendering','handler-onabort':'webappapis','entity-nesim':'named-character-references','entity-varsupsetneqq':'named-character-references','syntax':'synta','handler-onreset':'webappapis','dom-fieldset-elements':'forms','entity-Iacute':'named-character-references','entity-llhard':'named-character-references','script-s-base-url':'webappapis','entity-Exists':'named-character-references','mathml-namespace':'namespaces','entity-LessEqualGreater':'named-character-references','print-when-loaded':'timers','entity-GJcy':'named-character-references','event-media-canplay':'the-iframe-element','entity-CapitalDifferentialD':'named-character-references','entity-bkarow':'named-character-references','event-mediacontroller-loadedmetadata':'the-iframe-element','selector-enabled':'links','dom-windowtimers-cleartimeout':'timers','entity-Esim':'named-character-references','form-submission-0':'association-of-controls-and-forms','entity-bcong':'named-character-references','texttrackcue':'the-iframe-element','refsRFC5724':'references','dom-texttrackcue-direction':'the-iframe-element','entity-boxur':'named-character-references','entity-quatint':'named-character-references','dom-baseont-color':'obsolete','handler-onloadeddata':'webappapis','entity-boxul':'named-character-references','dom-location-assign':'history','entity-boxuR':'named-character-references','overview-of-the-parsing-model':'parsing','dom-dragevent-datatransfer':'dnd','dom-option-defaultselected':'the-button-element','urls':'urls','the-select-element-0':'rendering','entity-mapstoleft':'named-character-references','entity-ocy':'named-character-references','dom-texttrackcue-getcueashtml':'the-iframe-element','attr-input-maxlength':'common-input-element-attributes','entity-ropar':'named-character-references','attr-input-min':'common-input-element-attributes','attr-input-type-url-keyword':'the-input-element','entity-longleftarrow':'named-character-references','htmlembedelement':'the-iframe-element','entity-Poincareplane':'named-character-references','handler-window-onredo':'webappapis','dom-map-areas':'the-map-element','attr-crossorigin-use-credentials':'fetching-resources','character-encoding-declaration':'semantics','entit-gnap':'named-character-references','concept-uda-setter':'urls','entity-Square':'named-character-references','entity-nvlArr':'named-character-references','date-state':'states-of-the-type-attribute','entity-lcedil':'named-character-references','best-practices-for-authors-using-media-elements':'the-iframe-element','dom-dir-compact':'obsolete','entity-odsold':'named-character-references','attr-input-type-text-keyword':'the-input-element','the-source-element':'the-iframe-element','browsing-context-name':'browsers','receives-a-set-cookie-string':'infrastructure','command-delete':'dnd','attr-form-accept-charset':'forms','entity-rAarr':'named-character-references','entity-NotSucceeds':'named-character-references','attr-link-charset':'obsolete','entity-Uopf':'named-character-references','dom-element-tagname':'infrastructure','entity-RightTriangleBar':'named-character-references','entity-downarrow':'named-character-references','table-descriptions-techniques':'tabular-data','entity-submult':'named-character-reference','value-track-kind-none':'the-iframe-element','entity-NotRightTriangleBar':'named-character-references','entity-late':'named-character-references','entity-Zeta':'named-character-references','ix-handler-onplay':'index','the-status-bar-barprop-object':'browsers','entity-xrarr':'named-character-references','entity-cwconint':'named-character-references','entity-rightharpoonup':'named-character-references','mutabletexttrack':'the-iframe-element','credential-flag':'infrastructure','attr-input-type-image-keyword':'the-input-element','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'commands','attr-ol-type-state-decimal':'grouping-content','htmltimeelement':'text-level-semantics','dom-appcache-idle':'offline','attribute-text':'elements','dom-radionodelist-value':'common-dom-interfaces','attr-fe-name-isindex':'association-of-controls-and-forms','dom-history':'history','entity-iogon':'named-character-references','entity-curarr':'named-character-references','canceled-activation-steps':'content-moels','event-dragover':'dnd','background':'introduction','htmlobjectelement':'the-iframe-element','security-document':'dom','dom-media-currenttime':'the-iframe-element','entity-gnsim':'named-character-references','entity-larrfs':'named-character-references','dom-table-createcaption':'tabular-data','entity-Map':'named-character-references','domstringmap-0':'common-dom-interfaces','css-extensions':'rendering','entity-cups':'named-character-references','application-x-www-form-urlencoded':'iana','paragraphs':'content-models','the-textarea-element-0':'rendering','entity-twoheadrightarrow':'named-character-references','phrasing-content':'content-models','entity-scap':'named-character-references','attr-meter-min':'the-button-element','attr-command-disabled':'interactive-elements','entity-quot':'named-character-references','entity-Lang':'named-character-references','handler-ondblclick':'webappapis','entity-Dot':'named-character-references','dom-option-disabled':'the-button-element','entity-vzigzag':'named-character-eferences','encoding-sniffing-algorithm':'parsing','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'common-dom-interfaces','parsing':'parsing','entity-Darr':'named-character-references','attr-param-type':'obsolete','dom-input-checked':'common-input-element-attributes','entity-Rcedil':'named-character-references','negative-tabindex':'editing','handler-mediacontroller-onended':'the-iframe-element','dom-document-createelementns':'infrastructure','strip-line-breaks':'common-microsyntaxes','entity-andd':'named-character-references','dom-cva-checkvalidatity':'association-of-controls-and-forms','entity-roplus':'named-character-references','entity-nsubseteq':'named-character-references','entity-gjcy':'named-character-references','concept-input-value-number-string':'the-input-element','entity-ETH':'named-character-references','entity-Sfr':'named-character-references','editing-host':'editing','script-data-double-escaped-dash-state':'tokenization','entity-dot':'named-character-reference','attr-spellcheck':'editing','attr-a-charset':'obsolete','dom-br-clear':'obsolete','concept-datetime':'common-microsyntaxes','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','command-italic':'dnd','text-track-hidden':'the-iframe-element','hardwareLimitations':'infrastructure','entity-nisd':'named-character-references','attr-textarea-placeholder':'the-button-element','event-input-change':'common-input-element-attributes','entity-ac':'named-character-references','entity-af':'named-character-references','dom-textarea-defaultvalue':'the-button-element','local-dates-and-times':'common-microsyntaxes','editors':'infrastructure','media-timeline':'the-iframe-element','entity-ap':'named-character-references','entity-yacute':'named-character-references','htmlselectelement':'the-button-element','entity-ovbar':'named-character-references','entity-Ouml':'named-character-references','concept-http-equivalent-get':'fetching-resources','xml-namespace':'namespaces','placeholder-label-optin':'the-button-element','dir':'obsolete','entity-DownLeftVector':'named-character-references','attr-dataformatas':'obsolete','the-keygen-element-0':'rendering','dom-document-hasfocus':'editing','entity-Vee':'named-character-references','entity-ngeqq':'named-character-references','rules-for-updating-the-display-of-webvtt-text-tracks':'rendering','entity-bump':'named-character-references','entity-rang':'named-character-references','attr-param-value':'the-iframe-element','syntax_err':'infrastructure','command-selectall':'dnd','character-reference-in-rcdata-state':'tokenization','entity-Kcy':'named-character-references','entity-Alpha':'named-character-references','handler-oninvalid':'webappapis','entity-planck':'named-character-references','align-descendants':'rendering','html-parser':'parsing','changing-the-encoding-while-parsing':'parsing','set-of-space-separated-tokens':'common-microsyntaxes','iana':'iana','entity-circlearrowright':'named-character-references','refsRFC2483':'references','dom-uda-hostname':'uls','entity-ssmile':'named-character-references','attr-meta-http-equiv-set-cookie':'semantics','entity-measuredangle':'named-character-references','attr-object-standby':'obsolete','mouseevent':'infrastructure','attr-mod-datetime':'edits','entity-pluscir':'named-character-references','parse-a-time-string':'common-microsyntaxes','after-doctype-system-keyword-state':'tokenization','the-pattern-attribute':'common-input-element-attributes','content-type-sniffing:-text-or-binary':'fetching-resources','report-the-error':'webappapis','parsing-main-incaption':'tree-construction','concept-input-step-default-base':'common-input-element-attributes','entity-cscr':'named-character-references','dom-area-target':'the-map-element','attr-link-media':'semantics','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','attr-fs-novalidate':'association-of-controls-and-forms','table-uda':'urls','media-playback':'the-iframe-element','entity-sup1':'named-character-references','entiy-VerticalBar':'named-character-references','entity-sup3':'named-character-references','entity-sup2':'named-character-references','entity-prnsim':'named-character-references','entity-hardcy':'named-character-references','charset':'semantics','auxiliary-browsing-context':'browsers','dom-media-startoffsettime':'the-iframe-element','entity-NotHumpEqual':'named-character-references','the-before-html-insertion-mode':'tree-construction','entity-supe':'named-character-references','attr-input-type-number-keyword':'the-input-element','attr-hyperlink-type':'links','entity-bowtie':'named-character-references','form-submission-algorithm':'association-of-controls-and-forms','sandboxPluginObject':'the-iframe-element','outline':'sections','entity-supE':'named-character-references','attr-iframe-sandbox':'the-iframe-element','script-processing-parser-inserted':'scripting-1','entity-circledast':'named-character-references','entity-Supset':'named-character-references','entity-rangle':'named-character-references','entity-capbrup':'named-character-references','htmlquoteelement':'grouping-content','user-prompts':'timers','dom-video-poster':'the-iframe-element','entity-eDot':'named-character-references','entity-Barv':'named-character-references','listing':'obsolete','dom-object-codetype':'obsolete','sandboxed-scripts-browsing-context-flag':'the-iframe-element','entity-rtri':'named-character-references','entity-Imacr':'named-character-references','category-listed':'forms','entity-blank':'named-character-references','entity-qfr':'named-character-references','entity-Bfr':'named-character-references','embedded-content-2':'rendering','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','entity-REG':'named-character-references','entity-NotVerticalBar':'named-character-references','the-required-attribute':'common-input-element-attributes','manifests':'offline','entity-propto':'named-character-references','syntax-tag-omission':'syntax','entity-cap':'named-character-references','dom-navigator-appversion':'timers',htmlhtmlelement':'semantics','sectioning-root':'sections','htmllinkelement':'semantics','suffering-from-a-pattern-mismatch':'association-of-controls-and-forms','ix-handler-window-onbeforeunload':'index','has-a-style-sheet-that-is-blocking-scripts':'semantics','language':'elements','dom-track-kind':'the-iframe-element','entity-quaternions':'named-character-references','valid-list-of-integers':'common-microsyntaxes','entity-lbbrk':'named-character-references','entity-Mcy':'named-character-references','entity-larrhk':'named-character-references','entity-DoubleLongRightArrow':'named-character-references','update-the-session-history-with-the-new-page':'history','refsFILESYSTEMAPI':'references','dom-fae-form':'association-of-controls-and-forms','entity-Iota':'named-character-references','building-menus-and-toolbars':'interactive-elements','entity-rArr':'named-character-references','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','limited-to-only-non-negative-numbers':'common-dom-interfaces''dom-img-longdesc':'obsolete','entity-LessTilde':'named-character-references','dom-select-length':'the-button-element','script-processing-for':'scripting-1','the-q-element':'text-level-semantics','refsRFC1345':'references','entity-bfr':'named-character-references','entity-nvHarr':'named-character-references','entity-yucy':'named-character-references','dom-tdth-bgcolor':'obsolete','entity-Cconint':'named-character-references','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'the-input-element','dom-input-value-default-on':'common-input-element-attributes','htmltablecaptionelement':'tabular-data','entity-rcedil':'named-character-references','script-data-end-tag-name-state':'tokenization','use-div-for-wrappers':'sections','entity-chi':'named-character-references','dom-a-charset':'obsolete','event-pagehide':'history','type_mismatch_err':'infrastructure','dom-area-coords':'the-map-element','entity-tbrk':'named-character-references','general-guidelines':'embedded-content-1','dom-fs-formtarget':'assocation-of-controls-and-forms','entry-script':'browsers','entity-block':'named-character-references','attr-input-dirname':'common-input-element-attributes','attr-input-checked':'the-input-element','dom-fs-target':'association-of-controls-and-forms','entity-ffilig':'named-character-references','entity-backsim':'named-character-references','entity-Mellintrf':'named-character-references','htmldocument':'dom','entity-intercal':'named-character-references','the-dirname-attribute':'common-input-element-attributes','attr-area-shape-default':'the-map-element','entity-prap':'named-character-references','media-controller-playback-rate':'the-iframe-element','attributes-common-to-form-controls':'association-of-controls-and-forms','image-map':'the-map-element','attr-optgroup-label':'the-button-element','entity-HorizontalLine':'named-character-references','entity-rcy':'named-character-references','attr-iframe-sandbox-allow-scripts':'the-iframe-element','execute-the-script-block':'scripting-1','entity-rarrsim':'named-characer-references','entity-downdownarrows':'named-character-references','dom-validitystate-rangeunderflow':'association-of-controls-and-forms','defineTimeline':'the-iframe-element','in-the-past':'rendering','entity-gE':'named-character-references','svg-namespace':'namespaces','entity-sccue':'named-character-references','misnested-tags:-b-i-b-i':'the-end','entity-PrecedesSlantEqual':'named-character-references','entity-djcy':'named-character-references','attr-link-methods':'obsolete','handler-mediacontroller-ontimeupdate':'the-iframe-element','entity-lozenge':'named-character-references','entity-gg':'named-character-references','entity-ge':'named-character-references','entity-LeftDownVectorBar':'named-character-references','entity-gl':'named-character-references','attr-script-language':'obsolete','entity-gt':'named-character-references','entity-Emacr':'named-character-references','dom-iframe-longdesc':'obsolete','ix-handler-window-ononline':'index','attr-option-selected':'the-button-element','dom-mod-datetime':'dits','parsing-main-afterbody':'tree-construction','svg-0':'the-map-element','scripting-1':'scripting-1','entity-kappa':'named-character-references','wai-aria':'content-models','entity-Nfr':'named-character-references','dates':'common-microsyntaxes','entity-kscr':'named-character-references','entity-Superset':'named-character-references','insert-an-element-into-a-document':'infrastructure','entity-capcup':'named-character-references','attr-marquee-direction-down':'obsolete','dom-appcache-abort':'offline','rcdata-less-than-sign-state':'tokenization','entity-varnothing':'named-character-references','htmlbaseelement':'semantics','entity-jukcy':'named-character-references','entity-gbreve':'named-character-references','entity-hearts':'named-character-references','entity-ngE':'named-character-references','text-track-list-of-cues':'the-iframe-element','entity-gesdotol':'named-character-references','dom-navigator-canplaytype':'the-iframe-element','link-type-bookmark':'links','concept-input-required':'common-input-eement-attributes','refsTIS620':'references','entity-nge':'named-character-references','time-ranges':'the-iframe-element','attr-area-shape-keyword-default':'the-map-element','entity-ngt':'named-character-references','the-link-element':'semantics','serializing-xhtml-fragments':'the-xhtml-syntax','text-track-cue-display-state':'the-iframe-element','dom-canvas-width':'the-canvas-element','entity-npreceq':'named-character-references','entity-NotSquareSupersetEqual':'named-character-references','entity-xharr':'named-character-references','htmlbodyelement':'sections','entity-CupCap':'named-character-references','entity-Lambda':'named-character-references','assigning-a-media-controller-declaratively':'the-iframe-element','dom-iframe-marginwidth':'obsolete','entity-pertenk':'named-character-references','the-map-element':'the-map-element','dom-document-body':'dom','the-progress-element':'the-button-element','entity-szlig':'named-character-references','entity-Pscr':'named-character-references','entity-succapprox':'namd-character-references','entity-ogon':'named-character-references','entity-iocy':'named-character-references','dom-table-deletethead':'tabular-data','dom-link-disabled':'semantics','entity-Ascr':'named-character-references','entity-dtdot':'named-character-references','design-notes':'introduction','entity-lrcorner':'named-character-references','entity-odiv':'named-character-references','entity-utdot':'named-character-references','entity-gneq':'named-character-references','dom-click':'editing','dom-videotrack-label':'the-iframe-element','the-thead-element':'tabular-data','event-hashchange':'history','entity-notni':'named-character-references','concept-appcache-manifest-fallback':'offline','concept-embed-active':'the-iframe-element','dom-top':'browsers','entity-nsupseteq':'named-character-references','audience':'introduction','entity-supplus':'named-character-references','dom-applet-alt':'obsolete','entity-nshortmid':'named-character-references','entity-precnapprox':'named-character-references','entity-supsetnq':'named-character-references','dom-hr-align':'obsolete','run-canceled-activation-steps':'content-models','attr-base-target':'semantics','images':'rendering','requirements-relating-to-bidirectional-algorithm-formatting-characters':'content-models','attributes-common-to-ins-and-del-elements':'edits','entity-lfr':'named-character-references','dom-textarea-cols':'the-button-element','the-video-element':'the-iframe-element','dom-media-network_empty':'the-iframe-element','dom-document-all':'obsolete','the-meter-element-0':'rendering','dom-iframe-contentwindow':'the-iframe-element','dom-applet-name':'obsolete','refsRFC4648':'references','title-on-style':'semantics','the-script-block-s-fallback-character-encoding':'scripting-1','entity-rhov':'named-character-references','parent-browsing-context':'browsers','references':'references','entity-triangleq':'named-character-references','entity-YUcy':'named-character-references','entity-starf':'named-character-references','htmltablesectionelement':'tabular-data','entity-psi':'named-character-references','entity-DoubleRightTee':'named-character-references','attr-source-type':'the-iframe-element','styling':'semantics','relevant-application-cache':'offline','entity-langd':'named-character-references','handler-oninput':'webappapis','the-code-element':'text-level-semantics','entity-bumpE':'named-character-references','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','using-the-rules-for':'parsing','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'scripting-1','attr-command-title':'interactive-elements','media-controller-duration':'the-iframe-element','entity-dharr':'named-character-references','entity-SHCHcy':'named-character-references','entity-dharl':'named-character-references','dom-event-target':'infrastructure','dom-col-width':'obsolete','file':'infrastructure','entity-MediumSpace':'named-character-references','handler-onloadstart':'webappapis','client-identification':'timers','utf-8':'infrastructure','dialog-arguents':'timers','an-image-not-intended-for-the-user':'embedded-content-1','entity-nldr':'named-character-references','command-facet-action':'commands','entity-aelig':'named-character-references','entity-Larr':'named-character-references','script-data-double-escape-start-state':'tokenization','disowned-its-opener':'browsers','the-:past-and-:future-pseudo-classes':'rendering','fallback-content':'content-models','dom-fs-encoding':'association-of-controls-and-forms','the-em-element':'text-level-semantics','entity-equals':'named-character-references','dom-media-texttracks':'the-iframe-element','definitions-0':'webappapis','definitions-1':'webappapis','browsers':'browsers','dom-canvas-todataurl':'the-canvas-element','entity-Xfr':'named-character-references','dom-tbody-ch':'obsolete','dom-mod-cite':'edits','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','dom-document-embeds':'dom','the-session-history-of-browsing-contexts':'history','entity-midcir':'named-character-references','dom-tble-rules':'obsolete','entity-fscr':'named-character-references','entity-trisb':'named-character-references','refsRFC3676':'references','dom-timeranges-length':'the-iframe-element','entity-lsim':'named-character-references','entity-nvrArr':'named-character-references','entity-ycirc':'named-character-references','headings-and-sections':'sections','entity-Sqrt':'named-character-references','plugins':'infrastructure','dom-audio':'the-iframe-element','entity-gtlPar':'named-character-references','ix-handler-onmousewheel':'index','concept-appcache-foreign':'offline','insertion-mode':'parsing','mathml-text-integration-point':'tree-construction','entity-nequiv':'named-character-references','entity-sqsupseteq':'named-character-references','flow-content-1':'rendering','flow-content-0':'content-models','script-data-double-escaped-dash-dash-state':'tokenization','entity-frasl':'named-character-references','entity-TildeTilde':'named-character-references','entity-reg':'named-character-references','entity-opar':'named-chaacter-references','dom-window-scrollbars':'browsers','entity-midast':'named-character-references','attr-iframe-frameborder':'obsolete','attr-col-charoff':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'rendering','concept-event-type':'infrastructure','dom-texttrack-hidden':'the-iframe-element','attr-a-urn':'obsolete','entity-sim':'named-character-references','entity-infintie':'named-character-references','set-the-document-s-address':'history','entity-el':'named-character-references','attr-ul-type':'obsolete','namespace_err':'infrastructure','entity-ee':'named-character-references','entity-eg':'named-character-references','entity-ijlig':'named-character-references','dom-domimplementation-createhtmldocument':'infrastructure','pending-application-cache-download-process-tasks':'offline','attr-col-span':'tabular-data','entity-amacr':'named-character-references','paragraph':'content-models','dom-innerhtml':'content-models','dom-html-version':'obsolete','entity-loang':'named-character-referencs','entity-SquareUnion':'named-character-references','numbers':'common-microsyntaxes','rules-for-parsing-a-legacy-color-value':'common-microsyntaxes','entity-cylcty':'named-character-references','dom-area-protocol':'the-map-element','enabling-and-disabling-form-controls':'association-of-controls-and-forms','entity-xuplus':'named-character-references','entity-PrecedesTilde':'named-character-references','entity-NotGreaterEqual':'named-character-references','adoptionAgency':'tree-construction','entity-nsim':'named-character-references','dom-history-go':'history','column-group-header':'tabular-data','dom-accesskeylabel':'editing','dom-option-selected':'the-button-element','refsXPATH10':'references','entity-nap':'named-character-references','entity-succcurlyeq':'named-character-references','entity-Hacek':'named-character-references','the-lang-and-xml:lang-attributes':'elements','refsARIAIMPL':'references','dom-manipulation-task-source':'webappapis','dom-datatransferitemlist-length':'dnd','after-doctype-public-idntifier-state':'tokenization','the-dragevent-interface':'dnd','entity-Nscr':'named-character-references','dom-hr-size':'obsolete','entity-FilledSmallSquare':'named-character-references','entity-zhcy':'named-character-references','entity-dollar':'named-character-references','interactive-content-0':'content-models','dom-time-datetime':'text-level-semantics','entity-Breve':'named-character-references','seeking':'the-iframe-element','concept-appcache-status':'offline','event-media-pause':'the-iframe-element','entity-oplus':'named-character-references','entity-OverBar':'named-character-references','entity-micro':'named-character-references','dom-datatransferitem-kind':'dnd','entity-Iscr':'named-character-references','entity-auml':'named-character-references','applying-css-properties-to-webvtt-node-objects':'rendering','entity-nwarhk':'named-character-references','ix-handler-onerror':'index','attr-table-datapagesize':'obsolete','generate-implied-end-tags':'tree-construction','refsRFC2119':'references','entity-ulcrner':'named-character-references','attr-tbody-char':'obsolete','the-personal-bar-barprop-object':'browsers','event-loops':'webappapis','entity-ograve':'named-character-references','entity-ssetmn':'named-character-references','dom-area-rellist':'the-map-element','entity-rHar':'named-character-references','entity-upsih':'named-character-references','attr-embed-align':'obsolete','attr-img-ismap':'embedded-content-1','entity-boxplus':'named-character-references','charset1024':'semantics','dom-script-event':'obsolete','dom-iframe-frameborder':'obsolete','entity-timesd':'named-character-references','dom-windowtimers-setinterval':'timers','entity-jsercy':'named-character-references','entity-Element':'named-character-references','completely-loaded':'the-end','entity-mapsto':'named-character-references','dom-tr-ch':'obsolete','entity-rightharpoondown':'named-character-references','attr-media-preload-metadata-state':'the-iframe-element','entity-phi':'named-character-references','dom-hidden':'editing','timed-text-traks':'the-iframe-element','entity-OverBracket':'named-character-references','entity-Jcirc':'named-character-references','parse-state':'parsing','entity-ntriangleright':'named-character-references','the-audio-element':'the-iframe-element','multipart-form-data-encoding-algorithm':'association-of-controls-and-forms','attr-object-border':'obsolete','handler-window-onbeforeprint':'webappapis','refsBECSS':'references','sandboxWindowOpen':'browsers','dom-title':'elements','simple-dialogs':'timers','text-content':'content-models','attr-input-step':'common-input-element-attributes','dom-area-pathname':'the-map-element','handler-window-onfocus':'webappapis','ix-handler-onload':'index','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','interactive':'infrastructure','attr-tr-char':'obsolete','entity-Wedge':'named-character-references','entity-rarrpl':'named-character-references','the-colgroup-element':'tabular-data','entity-coloneq':'named-character-references','cache-failure-steps':'offline','attr-bdy-alink':'obsolete','dom-select-item':'the-button-element','audiotrack':'the-iframe-element','embedding-custom-non-visible-data-with-the-data-attributes':'elements','dom-media-controls':'the-iframe-element','attr-table-border':'tabular-data','attr-track-kind-keyword-captions':'the-iframe-element','handler-appcache-onchecking':'offline','entity-acirc':'named-character-references','maximum-allowed-value-length':'association-of-controls-and-forms','entity-larrlp':'named-character-references','refsCHARMOD':'references','attr-dir-rtl-state':'elements','entity-DoubleContourIntegral':'named-character-references','before-doctype-public-identifier-state':'tokenization','datatransfer':'dnd','dom-navigator-useragent':'timers','attr-style-title':'semantics','entity-doublebarwedge':'named-character-references','entity-euml':'named-character-references','concept-input-max':'common-input-element-attributes','entity-gimel':'named-character-references','entity-urcrop':'named-character-references','entity-Icy':'named-characer-references','entity-atilde':'named-character-references','list-of-dragged-nodes':'dnd','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','the-autocomplete-attribute':'common-input-element-attributes','refsXMLNS':'references','entity-nopf':'named-character-references','entity-cuwed':'named-character-references','structure-of-this-specification':'introduction','dom-window-stop':'browsers','dom-input-max':'the-input-element','dom-applet-codebase':'obsolete','attr-param-valuetype':'obsolete','storage-mutex':'webappapis','entity-subseteqq':'named-character-references','parse-a-date-component':'common-microsyntaxes','other-applicable-specifications':'infrastructure','user-interface':'the-iframe-element','entity-Rfr':'named-character-references','entity-zwj':'named-character-references','media-resource':'the-iframe-element','entity-nsqsupe':'named-character-references','entity-NotExists':'named-character-references','establish-script-block-source':'scripting-1','embedded-content':'conten-models','interfaces':'index','collections-0':'common-dom-interfaces','dom-input-value-default':'common-input-element-attributes','element-restrictions':'syntax','entity-NotSucceedsSlantEqual':'named-character-references','dom-body-link':'obsolete','entity-radic':'named-character-references','entity-gacute':'named-character-references','document.write':'content-models','entity-Fscr':'named-character-references','handler-ondragover':'webappapis','compliance-with-other-specifications':'introduction','dom-texttrack-language':'the-iframe-element','entity-nlsim':'named-character-references','entity-NotSucceedsTilde':'named-character-references','dom-id':'elements','entity-parsim':'named-character-references','entity-lrarr':'named-character-references','entity-OverParenthesis':'named-character-references','dom-media-controller':'the-iframe-element','media-element':'the-iframe-element','downloading-or-updating-an-application-cache':'offline','entity-osol':'named-character-references','ix-handler-ondurationchange':index','entity-vBar':'named-character-references','entity-squf':'named-character-references','textarea-effective-width':'rendering','dom-input-list':'common-input-element-attributes','entity-DotDot':'named-character-references','event-popstate':'history','needs-a-date':'text-level-semantics','entity-lAtail':'named-character-references','dom-a-hostname':'text-level-semantics','multicol':'obsolete','entity-ofcir':'named-character-references','entity-nhArr':'named-character-references','dom-windowmodal-returnvalue':'timers','entity-sol':'named-character-references','entity-mapstoup':'named-character-references','entity-Equilibrium':'named-character-references','concept-dropzone-match':'dnd','ix-handler-onmouseover':'index','parsing-main-inbody':'tree-construction','concept-http-equivalent-headers':'fetching-resources','entity-fopf':'named-character-references','entity-Qscr':'named-character-references','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','domlink-href':'semantics','pragma-set-default-language':'semantics','entity-ThinSpace':'named-character-references','entity-RightArrowBar':'named-character-references','newlines':'syntax','event-mediacontroller-canplay':'the-iframe-element','dom-spellcheck':'editing','entity-NotTildeEqual':'named-character-references','entity-Hfr':'named-character-references','concept-rel-extensions':'links','drag-data-store-default-feedback':'dnd','limited-quirks-mode':'infrastructure','attr-form-name':'forms','event-offline':'offline','big':'obsolete','entity-incare':'named-character-references','bidirectional-text':'rendering','entity-LJcy':'named-character-references','entity-triangleleft':'named-character-references','parser-inserted':'scripting-1','entity-ncy':'named-character-references','entity-NotSquareSubsetEqual':'named-character-references','dom-media-network_idle':'the-iframe-element','root-element-of-a-document-object':'infrastructure','entity-rightleftharpoons':'named-character-references','entity-gtreqqless':'nmed-character-references','converted-to-ascii-lowercase':'infrastructure','valid-floating-point-number':'common-microsyntaxes','dom-option-text':'the-button-element','refsECMA357':'references','examples':'tabular-data','refsWIN874':'references','the-button-element-0':'rendering','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','dom-marquee-vspace':'obsolete','opening-the-input-stream':'content-models','entity-approxeq':'named-character-references','entity-caps':'named-character-references','dom-media-currentsrc':'the-iframe-element','refsCSSCOLOR':'references','entity-IJlig':'named-character-references','dom-document-write':'content-models','dom-details-open':'interactive-elements','escapingString':'the-end','entity-sqsubseteq':'named-character-references','dom-media-have_metadata':'the-iframe-element','content-type-sniffing-0':'fetching-resources','entity-rsquo':'named-character-references','valid-browsing-context-name':'browsers','self-closing-start-tag-state':'tokenization','entiy-thickapprox':'named-character-references','entity-comp':'named-character-references','refsRFC1842':'references','entity-hfr':'named-character-references','dom-select-selectedoptions':'the-button-element','frames':'obsolete','entity-subsetneqq':'named-character-references','entity-nvinfin':'named-character-references','acknowledgements':'acknowledgements','dom-col-span':'tabular-data','entity-DD':'named-character-references','common-event-behaviors':'common-input-element-attributes','entity-Prime':'named-character-references','transferable-objects':'common-dom-interfaces','entity-xopf':'named-character-references','the-iframe-element':'the-iframe-element','bring-the-media-element-up-to-speed-with-its-new-media-controller':'the-iframe-element','entity-Rang':'named-character-references','external-resource-link':'links','dom-marquee-width':'obsolete','entity-DifferentialD':'named-character-references','attr-ol-type-state-lower-roman':'grouping-content','attr-hyperlink-target':'links','entity-SucceedsTilde':'nmed-character-references','entity-topf':'named-character-references','signed-integers':'common-microsyntaxes','refsCSSOM':'references','entity-realpart':'named-character-references','entity-vltri':'named-character-references','linkui':'semantics','entity-cudarrr':'named-character-references','valid-e-mail-address':'states-of-the-type-attribute','entity-cudarrl':'named-character-references','being-rendered':'rendering','refsGBK':'references','entity-UnderBar':'named-character-references','dom-a-port':'text-level-semantics','entity-zopf':'named-character-references','documents-in-the-dom':'dom','ix-handler-onfocus':'index','attr-input-max':'common-input-element-attributes','refsMEDIAFRAG':'references','entity-DiacriticalDot':'named-character-references','script-s-browsing-context':'webappapis','entity-ltdot':'named-character-references','entity-NotLeftTriangleEqual':'named-character-references','entity-RoundImplies':'named-character-references','entity-bsol':'named-character-references','handler-onmousewheel''webappapis','event-dragend':'dnd','dom-media-readystate':'the-iframe-element','current-media-controller':'the-iframe-element','syntax-references':'common-microsyntaxes','ix-handler-ondragstart':'index','valid-week-string':'common-microsyntaxes','entity-Del':'named-character-references','concept-fetch-loaded':'fetching-resources','entity-nvrtrie':'named-character-references','primary-context':'the-canvas-element','entity-Eogon':'named-character-references','concept-column':'tabular-data','rawtext-end-tag-open-state':'tokenization','entity-lrhar':'named-character-references','texttrack':'the-iframe-element','handler-onmouseup':'webappapis','attr-body-marginbottom':'obsolete','entity-Hopf':'named-character-references','entity-dcaron':'named-character-references','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-textarea-cols-value':'the-button-element','attr-meta-http-equiv-content-type':'semantics','entity-LeftTriangle':'named-character-references','attr-fs-target':'assocation-of-controls-and-forms','entity-RightDownVector':'named-character-references','entity-blacktriangleleft':'named-character-references','floating-point-numbers':'common-microsyntaxes','entity-Atilde':'named-character-references','htmldivelement':'grouping-content','entity-DownBreve':'named-character-references','entity-DownRightVector':'named-character-references','stopped-due-to-errors':'the-iframe-element','dom-input-align':'obsolete','dom-tr-insertcell':'tabular-data','validity-states':'association-of-controls-and-forms','event-mediacontroller-ended':'the-iframe-element','entity-Rho':'named-character-references','selector-rtl':'links','handler-onmousemove':'webappapis','dom-textarea-type':'the-button-element','entity-nvsim':'named-character-references','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','unit-of-related-similar-origin-browsing-contexts':'browsers','entity-subedot':'named-character-references','entity-lmidot':'named-character-references','entity-Tstrok':'named-character-refeences','refsCSS':'references','entity-VerticalTilde':'named-character-references','creating-and-inserting-elements':'tree-construction','entity-risingdotseq':'named-character-references','htmloptionscollection-0':'common-dom-interfaces','entity-mldr':'named-character-references','entity-egsdot':'named-character-references','entity-cwint':'named-character-references','the-canvas-element':'the-canvas-element','parsing-xhtml-documents':'the-xhtml-syntax','fetch':'fetching-resources','entity-erDot':'named-character-references','entity-boxHD':'named-character-references','event-appcache-checking':'offline','entity-Dashv':'named-character-references','entity-boxHU':'named-character-references','after-doctype-name-state':'tokenization','parsing-html-fragments':'the-end','dom-texttrackcue-starttime':'the-iframe-element','refsUTR36':'references','specially-focusable':'editing','entity-boxHd':'named-character-references','entity-abreve':'named-character-references','algorithm-for-growing-downward-growing-cells':'tabuar-data','concept-marquee-off':'obsolete','entity-boxHu':'named-character-references','entity-numero':'named-character-references','entity-rtrie':'named-character-references','dom-media-pause':'the-iframe-element','entity-euro':'named-character-references','entity-rtrif':'named-character-references','after-attribute-name-state':'tokenization','entity-kjcy':'named-character-references','dom-marquee-truespeed':'obsolete','selector-indeterminate':'links','concept-js-deref':'webappapis','entity-ii':'named-character-references','entity-solbar':'named-character-references','frames-and-framesets':'rendering','entity-in':'named-character-references','entity-swnwar':'named-character-references','entity-ic':'named-character-references','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'the-input-element','documentEncoding':'parsing','dom-track-track':'the-iframe-element','entity-smt':'named-character-references','htmloptionelement':'the-button-element','the-command-element':'interactive-elements','entiy-leftrightsquigarrow':'named-character-references','entity-isin':'named-character-references','the-execution-of-scripts-that-are-moving-across-multiple-documents':'the-end','dom-uda-pathname':'urls','concept-textarea-raw-value':'the-button-element','entity-GreaterEqual':'named-character-references','skip-white_space-characters':'common-microsyntaxes','entity-gescc':'named-character-references','doctype-name-state':'tokenization','attr-input-type-checkbox-keyword':'the-input-element','entity-Iogon':'named-character-references','dom-history-forward':'history','entity-psi':'named-character-references','entity-fork':'named-character-references','offsets-into-the-media-resource':'the-iframe-element','a-type-that-the-user-agent-knows-it-cannot-render':'the-iframe-element','constraints':'association-of-controls-and-forms','history-notes':'history','attr-input-multiple':'common-input-element-attributes','entity-Fopf':'named-character-references','entity-Kscr':'named-character-references','dom-htmloptionscollectionsetter':'common-dom-interfaces','dom-audio-s':'the-iframe-element','dom-hr-noshade':'obsolete','text-track-cue-vertical-growing-right-writing-direction':'the-iframe-element','entity-bumpe':'named-character-references','script-processing-start':'scripting-1','concept-marquee-on':'obsolete','attr-input-accept':'number-state','entity-lharul':'named-character-references','dom-input-defaultvalue':'the-input-element','the-placeholder-attribute':'common-input-element-attributes','dom-table-bgcolor':'obsolete','dom-iframe-sandbox':'the-iframe-element','command-facet-disabledstate':'commands','entity-nsup':'named-character-references','entity-therefore':'named-character-references','attr-details-open':'interactive-elements','the-title-attribute':'elements','entity-nsub':'named-character-references','dom-object-typemustmatch':'the-iframe-element','entity-NotGreaterGreater':'named-character-references','entity-numsp':'named-character-references','dom-document-commands':'commands','a-group-of-images-that-form-a-single-arger-picture-with-no-links':'embedded-content-1','concept-input-type-image-coordinate':'number-state','entity-Because':'named-character-references','entity-frac45':'named-character-references','attr-area-alt':'the-map-element','represented-by-the-collection':'infrastructure','obsolete-permitted-doctype':'syntax','dom-xmldocumentloader-load':'dom','entity-awint':'named-character-references','entity-eogon':'named-character-references','entity-Rcaron':'named-character-references','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','locked-for-reset':'forms','entity-ast':'named-character-references','entity-sext':'named-character-references','entity-erarr':'named-character-references','entity-imath':'named-character-references','the-details-element-0':'rendering','entity-ncup':'named-character-references','entity-supsetneqq':'named-character-references','attr-menu-type':'interactive-elements','entity-frown':'named-character-references','dom-a-media':'text-level-semantics','atr-input-value':'the-input-element','e-mail-state':'states-of-the-type-attribute','dom-command-ro-commandhidden':'commands','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','entity-odot':'named-character-references','dom-command-ro-commandtype':'commands','expose-a-user-interface-to-the-user':'the-iframe-element','handler-oncontextmenu':'webappapis','entity-Proportional':'named-character-references','attr-object-vspace':'obsolete','unexpected-markup-in-tables':'the-end','ix-handler-onsuspend':'index','attr-datasrc':'obsolete','attr-meta-charset':'semantics','transparently-follow-the-redirect':'fetching-resources','dom-image-w':'embedded-content-1','ix-handler-onmouseup':'index','dom-texttrackcue-id':'the-iframe-element','scriptForeignEndTag':'tree-construction','entity-nrtri':'named-character-references','attr-tdth-width':'obsolete','reset-the-form-owner':'association-of-controls-and-forms','entity-QUOT':'named-character-references','entity-fpartint':'named-character-references',entity-phiv':'named-character-references','refsJSURL':'references','filelist':'infrastructure','concept-fetch-total':'fetching-resources','entity-gesdoto':'named-character-references','entity-Bopf':'named-character-references','text':'infrastructure','attr-col-align':'obsolete','entity-fllig':'named-character-references','entity-uogon':'named-character-references','dom-frame-contentdocument':'obsolete','entity-lbrke':'named-character-references','dom-media-seeking':'the-iframe-element','the-html-element-0':'dom','entity-DownTee':'named-character-references','domstringmap':'common-dom-interfaces','entity-sqsup':'named-character-references','entity-DownRightTeeVector':'named-character-references','entity-sqsub':'named-character-references','the-figcaption-element':'grouping-content','dom-datatransfer-addelement':'dnd','recommended-reading':'introduction','entity-uarr':'named-character-references','selector-link':'links','event-click':'infrastructure','password-state':'states-of-the-type-attribute','value-trac-kind-commentary':'the-iframe-element','attr-marquee-direction':'obsolete','the-head-element-0':'dom','attr-button-type-button':'the-button-element','entity-rarrtl':'named-character-references','attr-video-poster':'the-iframe-element','normal-elements':'syntax','dom-img-hspace':'obsolete','custom-request-headers':'infrastructure','entity-LeftUpDownVector':'named-character-references','entity-nspar':'named-character-references','dom-script-type':'scripting-1','entity-larrpl':'named-character-references','entity-SupersetEqual':'named-character-references','initial-playback-position':'the-iframe-element','plugin':'infrastructure','common-dom-interfaces':'common-dom-interfaces','attr-meta-scheme':'obsolete','attributes':'elements','entity-Epsilon':'named-character-references','ix-handler-onmousedown':'index','comment':'tokenization','entity-jcirc':'named-character-references','dom-div-align':'obsolete','entity-geqslant':'named-character-references','concept-appcache-onlinewhitelist-wildcard':'offline','browsingcontext':'browsers','dom-textarea-textlength':'the-button-element','entity-hyphen':'named-character-references','dom-media-audiotracks':'the-iframe-element','media-element-load-algorithm':'the-iframe-element','dom-audiotrack-label':'the-iframe-element','entity-bne':'named-character-references','dom-textarea-placeholder':'the-button-element','event-media-seeked':'the-iframe-element','entity-cupdot':'named-character-references','entity-ltcir':'named-character-references','dom-param-type':'obsolete','dom-videotracklist-length':'the-iframe-element','concept-input-value-dirty-flag':'the-input-element','entity-rcub':'named-character-references','dom-style-media':'semantics','entity-bigstar':'named-character-references','attr-tr-valign':'obsolete','playing-the-media-resource':'the-iframe-element','defining-term':'text-level-semantics','the-link-is-an-alternative-stylesheet':'links','dom-datatransfer-cleardata':'dnd','tokenization':'tokenization','entity-NotEqualTilde':'named-character-references','dom-param-valuetpe':'obsolete','attr-object-codetype':'obsolete','noopener':'browsers','dom-dragevent-initdragevent':'dnd','entity-references':'infrastructure','dom-optgroup-disabled':'the-button-element','entity-ifr':'named-character-references','the-h2-element':'sections','entity-iff':'named-character-references','command-createlink':'dnd','htmldlistelement':'grouping-content','entity-fltns':'named-character-references','concept-events-trusted':'infrastructure','entity-bigtriangledown':'named-character-references','center':'obsolete','entity-bprime':'named-character-references','entity-xcup':'named-character-references','dom-window-toolbar':'browsers','ix-handler-ondragenter':'index','concept-frag-parse-context':'the-end','entity-lscr':'named-character-references','dom-meter-low':'the-button-element','concept-select-size':'the-button-element','nextid':'obsolete','elements-in-the-dom':'elements','dom-media-loop':'the-iframe-element','attr-area-shape-poly':'the-map-element','dom-option-tv':'the-button-element','doctype-sysem-identifier-single-quoted-state':'tokenization','dom-document-querycommandsupported':'dnd','the-fieldset-element':'forms','entity-Abreve':'named-character-references','entity-minusdu':'named-character-references','attr-xml-lang':'elements','attr-link-target':'obsolete','entity-cupcup':'named-character-references','concept-input-value-date-string':'the-input-element','dom-texttrack-none':'the-iframe-element','dom-document-createelement':'infrastructure','dom-form-checkvalidity':'forms','table-layout-techniques':'tabular-data','entity-bigcirc':'named-character-references','sandboxed-origin-browsing-context-flag':'the-iframe-element','attr-button-type-button-state':'the-button-element','dom-htmlselectelement-setter':'the-button-element','htmlolistelement':'grouping-content','dom-iframe-contentdocument':'the-iframe-element','attr-command-label':'interactive-elements','playing-media-controller':'the-iframe-element','ix-handler-onkeyup':'index','attr-body-link':'obsolete','sample-handler-impl':'timers','handleronreadystatechange':'webappapis','handler-onkeypress':'webappapis','dom-frame-name':'obsolete','entity-or':'named-character-references','attr-textarea-wrap':'the-button-element','the-doctype':'syntax','refsHTMLDIFF':'references','create-an-impotent-script':'webappapis','entity-oS':'named-character-references','suffering-from-a-type-mismatch':'association-of-controls-and-forms','event-appcache-error':'offline','application-cache':'offline','dom-frame-src':'obsolete','refsWIN949':'references','dom-lang':'elements','entity-DownArrowUpArrow':'named-character-references','attr-ul-compact':'obsolete','mime-type':'infrastructure','create-a-drag-data-store':'dnd','sandboxed-plugins-browsing-context-flag':'the-iframe-element','attr-data':'elements','loading-the-media-resource':'the-iframe-element','entity-supnE':'named-character-references','application-xhtml-xml':'iana','entity-LeftVector':'named-character-references','entity-NotSuperset':'named-character-references','interactively-validate-the-constraints':'assocition-of-controls-and-forms','entity-LongRightArrow':'named-character-references','entity-supne':'named-character-references','entity-DScy':'named-character-references','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','attr-area-shape-keyword-circ':'the-map-element','entity-solb':'named-character-references','serializability-of-script-execution':'introduction','entity-asympeq':'named-character-references','entity-ccirc':'named-character-references','editing':'editing','entity-not':'named-character-references','internal-structured-cloning-algorithm':'common-dom-interfaces','entity-Longrightarrow':'named-character-references','entity-nsccue':'named-character-references','dom-object-contentdocument':'the-iframe-element','caret-position':'editing','entity-nltrie':'named-character-references','entity-frac23':'named-character-references','entity-frac25':'named-character-references','entity-ggg':'named-character-references','mime-types':'the-iframe-element','entity-rcaron':'named-character-refeences','entity-Theta':'named-character-references','space-character':'common-microsyntaxes','dom-ol-start':'grouping-content','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','refsCSSFONTS':'references','entity-CHcy':'named-character-references','comment-end-state':'tokenization','ix-handler-onclick':'index','refsUNICODE':'references','refsRFC2426':'references','refsRFC2425':'references','entity-CounterClockwiseContourIntegral':'named-character-references','attr-object-typemustmatch':'the-iframe-element','entity-leftleftarrows':'named-character-references','entity-nexists':'named-character-references','entity-blacktriangledown':'named-character-references','browsing-context-names':'browsers','entity-phone':'named-character-references','concept-appcache-pending-masters':'offline','attr-meter-high':'the-button-element','refsRFC1554':'references','attr-label-for':'forms','refsXHR':'references','entity-becaus':'named-character-references','row-group-heder':'tabular-data','concept-appcache-cache':'offline','obtain-a-physical-form':'rendering','entity-MinusPlus':'named-character-references','entity-oacute':'named-character-references','ix-handler-onchange':'index','the-end':'the-end','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'the-iframe-element','entity-ImaginaryI':'named-character-references','changesToNetworkingModel':'offline','the-s-element':'text-level-semantics','fire-loadedmetadata':'the-iframe-element','entity-tcaron':'named-character-references','attr-iframe-longdesc':'obsolete','fakepath-srsly':'number-state','attr-input-usemap':'obsolete','concept-uda-input':'urls','resetting-a-form':'association-of-controls-and-forms','attr-iframe-vspace':'obsolete','the-cite-element':'text-level-semantics','dom-area-port':'the-map-element','entity-UnderBrace':'named-character-references','non-conforming-features':'obsolete','entity-varrho':'named-character-references','creator-browsing-context':'browsers','entitynLt':'named-character-references','entity-thksim':'named-character-references','dom-windowbase64-btoa':'webappapis','cross-origin-request':'infrastructure','dom-texttrack-loaded':'the-iframe-element','dom-feature-strings':'common-dom-interfaces','entity-otimesas':'named-character-references','entity-nLl':'named-character-references','appcache':'offline','encrypted-http-and-related-security-concerns':'fetching-resources','entity-DownLeftRightVector':'named-character-references','original-insertion-mode':'parsing','entity-Uarr':'named-character-references','drag-data-store-elements-list':'dnd','dom-textarea-rows':'the-button-element','transfer-a-transferable-object':'common-dom-interfaces','attr-fs-action':'association-of-controls-and-forms','fire-a-simple-event':'webappapis','infrastructure':'infrastructure','dom-progress-position':'the-button-element','entity-vartriangleright':'named-character-references','dom-media-volume':'the-iframe-element','dom-timeranges-end':'the-iframe-element','entity-roang':'namedcharacter-references','entity-VeryThinSpace':'named-character-references','mq':'common-microsyntaxes','entity-isinsv':'named-character-references','entity-mumap':'named-character-references','entity-searrow':'named-character-references','entity-uhblk':'named-character-references','entity-rdquor':'named-character-references','edits-and-paragraphs':'edits','dom-form-elements':'forms','split-a-string-on-spaces':'common-microsyntaxes','unknown-images':'embedded-content-1','entity-divide':'named-character-references','dom-htmloptionscollection-remove':'common-dom-interfaces','entity-rect':'named-character-references','entity-lesseqgtr':'named-character-references','meta-description':'semantics','valid-simple-color':'common-microsyntaxes','dom-frameset-rows':'obsolete','handler-onload':'webappapis','entity-bemptyv':'named-character-references','entity-uuml':'named-character-references','reload-override-flag':'dom','style-sheet-ready':'semantics','scripting-0':'infrastructure','writing':'syntax','edits':'edits','rlaxing-the-same-origin-restriction':'origin-0','dom-input-required':'the-input-element','entity-DoubleLeftArrow':'named-character-references','entity-Aopf':'named-character-references','the-bdi-element':'text-level-semantics','dom-validitystate-valid':'association-of-controls-and-forms','handler-mediacontroller-onvolumechange':'the-iframe-element','using-the-option-element-to-define-a-command':'commands','attr-base-href':'semantics','sbu-not-copy':'webappapis','track-url':'the-iframe-element','text-tracks-describing-chapters':'the-iframe-element','the-blockquote-element':'grouping-content','dom-media-have_enough_data':'the-iframe-element','attr-input-type-email-keyword':'the-input-element','entity-boxDR':'named-character-references','entity-boxDL':'named-character-references','navigate-non-Document':'history','matching-html-elements-using-selectors':'links','attr-input-type-color-keyword':'the-input-element','dom-media-load':'the-iframe-element','entity-rsaquo':'named-character-references','entity-boxDr':'nmed-character-references','toolbars':'interactive-elements','entity-boxDl':'named-character-references','entity-lsquo':'named-character-references','entity-lvertneqq':'named-character-references','explicit-eof-character':'parsing','concept-input-step':'common-input-element-attributes','entity-kcedil':'named-character-references','entity-supedot':'named-character-references','mediacontroller':'the-iframe-element','entity-sect':'named-character-references','dom-window-status':'browsers','xpath-1.0-processors':'content-models','entity-CircleDot':'named-character-references','text-track-loaded':'the-iframe-element','suffering-from-being-too-long':'association-of-controls-and-forms','dom-name':'browsers','entity-NotPrecedesSlantEqual':'named-character-references','entity-Nopf':'named-character-references','timed-text-tracks-0':'rendering','rank':'sections','network-states':'the-iframe-element','entity-mu':'named-character-references','the-footer-element':'sections','entity-mp':'named-character-references','dom-dcument-bgcolor':'obsolete','link-type-help':'links','list-of-scripts-that-will-execute-in-order-as-soon-as-possible':'scripting-1','refsMFREL':'references','have-range-limitations':'common-input-element-attributes','security-3':'history','entity-ltquest':'named-character-references','documenttype':'infrastructure','entity-uscr':'named-character-references','attr-script-charset':'scripting-1','range-state':'number-state','dom-media-have_nothing':'the-iframe-element','fragment-escaped':'urls','entity-subplus':'named-character-references','dom-document-plugins':'dom','entity-jscr':'named-character-references','entity-tscy':'named-character-references','entity-tscr':'named-character-references','scriptTagXML':'the-xhtml-syntax','classes':'elements','the-multiple-attribute':'common-input-element-attributes','dom-mediaerror-code':'the-iframe-element','form-element-pointer':'parsing','concept-form-association':'association-of-controls-and-forms','syntax-ambiguous-ampersand':'syntax','entity-para':'named-character-eferences','entity-NotCongruent':'named-character-references','parse-a-url':'urls','entity-part':'named-character-references','attr-ol-type-keyword-upper-alpha':'grouping-content','dom-tdth-width':'obsolete','entity-PrecedesEqual':'named-character-references','event-drag':'dnd','refsWIN31J':'references','guidance-for-conformance-checkers':'embedded-content-1','the-title-element':'semantics','entity-swarhk':'named-character-references','entity-mcomma':'named-character-references','entity-tcy':'named-character-references','entity-niv':'named-character-references','entity-nis':'named-character-references','script-processing-style-delayed':'scripting-1','the-mark-element':'text-level-semantics','entity-ldquor':'named-character-references','terminology-0':'urls','entity-geq':'named-character-references','entity-ges':'named-character-references','concept-datetime-local':'common-microsyntaxes','pseudo-classes':'links','colors':'common-microsyntaxes','entity-gel':'named-character-references','handler-window-onload''webappapis','htmloptionscollection':'common-dom-interfaces','entity-nprcue':'named-character-references','dom-media-crossorigin':'the-iframe-element','htmlstyleelement':'semantics','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','parsing-main-inselectintable':'tree-construction','attr-dropzone-link':'dnd','ix-handler-onkeypress':'index','dom-option-form':'the-button-element','entity-Gfr':'named-character-references','refsFILEAPI':'references','attr-iframe-srcdoc':'the-iframe-element','entity-YAcy':'named-character-references','entity-angrt':'named-character-references','the-h4-element':'sections','entity-sqsube':'named-character-references','dom-media-mediagroup':'the-iframe-element','no_data_allowed_err':'infrastructure','dom-hr-width':'obsolete','entity-Amacr':'named-character-references','attr-tdth-headers':'tabular-data','entity-leftthreetimes':'named-character-references','active-document':'browsers','entity-centerdot':'named-character-references','entity-circeq':'named-haracter-references','entity-spades':'named-character-references','refsORIGIN':'references','wrong_document_err':'infrastructure','attr-head-profile':'obsolete','entity-Dstrok':'named-character-references','entity-ldrushar':'named-character-references','attr-tdth-charoff':'obsolete','refsCP51932':'references','dom-hashchangeevent-inithashchangeevent':'history','entity-bottom':'named-character-references','entity-diamond':'named-character-references','base64-table':'webappapis','mediaerror':'the-iframe-element','concept-section':'sections','cdata-section-state':'tokenization','concept-appcache-explicit':'offline','current-table':'parsing','attr-area-shape-rect':'the-map-element','entity-trianglelefteq':'named-character-references','entity-sqsupset':'named-character-references','syntax-errors':'introduction','entity-SquareSuperset':'named-character-references','attr-keygen-challenge':'the-button-element','category-reset':'forms','attr-th-scope-col':'tabular-data','n':'tabular-data','entity-Nu':'named-characte-references','attr-fs-method-get':'association-of-controls-and-forms','bogus-comment-state':'tokenization','list-of-active-timeouts':'timers','entity-Zopf':'named-character-references','document-base-url':'urls','entity-Sup':'named-character-references','dom-area-host':'the-map-element','rules-for-parsing-integers':'common-microsyntaxes','attr-fs-formmethod':'association-of-controls-and-forms','entity-Sum':'named-character-references','entity-Sub':'named-character-references','xml-mime-type':'infrastructure','attr-img-hspace':'obsolete','ix-handler-window-onpopstate':'index','handler-onended':'webappapis','entity-hArr':'named-character-references','entity-Ntilde':'named-character-references','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','object-type-detection':'the-iframe-element','dialog-arguments-origin':'timers','refsPDF':'references','entity-angmsd':'named-character-references','has-a-border':'rendering','htmlkeygenelement':'the-button-element','entity-larrtl':'named-characterreferences','dom-textarea-input-selectiondirection':'association-of-controls-and-forms','entity-Xopf':'named-character-references','statically-validate-the-constraints':'association-of-controls-and-forms','entity-succneqq':'named-character-references','dom-script-async':'scripting-1','entity-mscr':'named-character-references','attr-input-type-time-keyword':'the-input-element','entity-Ncedil':'named-character-references','entity-nvle':'named-character-references','entity-efr':'named-character-references','entity-Topf':'named-character-references','entity-nvlt':'named-character-references','category-label':'forms','scriptingLanguages':'scripting-1','entity-exist':'named-character-references','script-data-escaped-end-tag-open-state':'tokenization','foster-parent':'tree-construction','entity-VerticalSeparator':'named-character-references','network_err':'infrastructure','entity-rangd':'named-character-references','entity-range':'named-character-references','entity-ThickSpace':'named-character-references','entityreal':'named-character-references','entity-eparsl':'named-character-references','entity-InvisibleTimes':'named-character-references','the-ins-element':'edits','attr-embed-type':'the-iframe-element','insert-an-html-element':'tree-construction','best-representation-of-the-number-as-a-floating-point-number':'common-microsyntaxes','invalid_modification_err':'infrastructure','dom-windowtimers-clearinterval':'timers','event-dragenter':'dnd','configuring-a-form-to-communicate-with-a-server':'forms','support-the-scripting-language':'scripting-1','entity-leftrightarrows':'named-character-references','entity-Cup':'named-character-references','dom-iframe-align':'obsolete','acknowledge-self-closing-flag':'tokenization','refsATOM':'references','entity-Sscr':'named-character-references','dom-mediacontroller-seekable':'the-iframe-element','attr-button-type-submit':'the-button-element','isindex-0':'obsolete','index_size_err':'infrastructure','cdata-sections':'syntax','event-media-play':'the-iframe-element','attr':'infrastrcture','end-tag-open-state':'tokenization','rawtext-end-tag-name-state':'tokenization','entity-sqcaps':'named-character-references','refsSVG':'references','entity-infin':'named-character-references','entity-DoubleVerticalBar':'named-character-references','concept-spellcheck-default-false':'editing','method-context':'timers','entity-sc':'named-character-references','application-x-www-form-urlencoded-encoding-algorithm':'association-of-controls-and-forms','entity-scaron':'named-character-references','entity-longmapsto':'named-character-references','entity-Uuml':'named-character-references','current-document-readiness':'dom','entity-Uacute':'named-character-references','node':'infrastructure','entity-rscr':'named-character-references','foreign-elements':'syntax','webappapis':'webappapis','entity-swarr':'named-character-references','handler-appcache-onupdateready':'offline','meta-keywords':'semantics','scriptEndTag':'tree-construction','entity-Lopf':'named-character-references','track-label':'the-iframe-element,'entity-Yfr':'named-character-references','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'links','dom-time-pubdate':'text-level-semantics','timeline-offset':'the-iframe-element','slaved-media-elements':'the-iframe-element','entity-digamma':'named-character-references','entity-searhk':'named-character-references','dom-applet-height':'obsolete','handler-texttrack-oncuechange':'the-iframe-element','entity-iuml':'named-character-references','entity-tau':'named-character-references','dom-table-createtbody':'tabular-data','entity-ddagger':'named-character-references','normalized-timeranges-object':'the-iframe-element','entity-triangleright':'named-character-references','entity-Jsercy':'named-character-references','attr-hyperlink-href':'links','canvas-blob-serialization-task-source':'the-canvas-element','list-of-code-entry-points':'webappapis','obsolete':'obsolete','number-state':'number-state','entity-blacktriangle':'named-character-references','clear-the-stack-back-to-a-table-cotext':'tree-construction','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'the-iframe-element','entity-SHcy':'named-character-references','entity-RightUpTeeVector':'named-character-references','global-dates-and-times':'common-microsyntaxes','entity-agrave':'named-character-references','entity-rfloor':'named-character-references','entity-boxUr':'named-character-references','entity-setmn':'named-character-references','entity-angmsdah':'named-character-references','entity-forall':'named-character-references','entity-angmsdab':'named-character-references','entity-angmsdac':'named-character-references','resource-metadata-management':'dom','entity-angmsdaa':'named-character-references','entity-angmsdaf':'named-character-references','entity-angmsdag':'named-character-references','entity-angmsdad':'named-character-references','entity-angmsdae':'named-character-references','link-type-license':'links','autoplaying-flag':'the-iframe-element','the-rules-for-choosing-a-browsing-context-give-a-browsing-context-name':'browsers','handler-oncuechange':'webappapis','sectioning-content':'content-models','syntax-tag-name':'syntax','style-default-media':'semantics','an-entry-with-persisted-user-state':'history','entity-vellip':'named-character-references','concept-time-time':'text-level-semantics','entity-subE':'named-character-references','entity-gamma':'named-character-references','attr-area-shape-keyword-polygon':'the-map-element','image-maps-0':'rendering','dom-prompt':'timers','report-the-controller-state':'the-iframe-element','entity-sube':'named-character-references','dom-print':'timers','obtain-the-storage-mutex':'webappapis','entity-nvgt':'named-character-references','entity-Cedilla':'named-character-references','entity-lesseqqgtr':'named-character-references','attr-input-readonly':'common-input-element-attributes','character-reference-in-attribute-value-state':'tokenization','webvtt-cue-text-rendering-rules':'rendering','dom-a-rev':'obsolete','entity-TripleDot':'named-character-references',dom-a-rel':'text-level-semantics','entity-gcy':'named-character-references','the-datatransferitemlist-interface':'dnd','syntax-attribute-value':'syntax','entity-Rsh':'named-character-references','text-track-not-loaded':'the-iframe-element','entity-omega':'named-character-references','command-superscript':'dnd','table-model':'tabular-data','entity-lpar':'named-character-references','attr-marquee-direction-left':'obsolete','the-option-element':'the-button-element','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','entity-Leftrightarrow':'named-character-references','attr-a-rev':'obsolete','htmlareaelement':'the-map-element','entity-Zcy':'named-character-references','entity-profsurf':'named-character-references','dialogs-implemented-using-separate-documents':'timers','entity-LT':'named-character-references','parser-appcache':'tree-construction','url-query':'urls','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'the-end','entity-preceq':'named-character-eferences','attr-select-multiple':'the-button-element','htmlmarqueeelement':'obsolete','entity-Ll':'named-character-references','the-span-element':'text-level-semantics','entity-Lt':'named-character-references','entity-GreaterLess':'named-character-references','entity-scirc':'named-character-references','entity-lsime':'named-character-references','entity-lsimg':'named-character-references','text-track-cue-pause-on-exit-flag':'the-iframe-element','a-quick-introduction-to-html':'introduction','entity-ntilde':'named-character-references','rcdata-state':'tokenization','ix-handler-onabort':'index','attr-input-autocomplete':'common-input-element-attributes','closing-the-input-stream':'content-models','text-track-cue-order':'the-iframe-element','concept-appcache-master':'offline','conversations':'links','the-h5-element':'sections','entity-HumpEqual':'named-character-references','concept-http-equivalent-codes':'fetching-resources','uievent':'infrastructure','entity-lrm':'named-character-references','entity-wfr':'naed-character-references','entity-Integral':'named-character-references','other-metadata-names':'semantics','concept-progress-maximum':'the-button-element','entity-robrk':'named-character-references','entity-UpEquilibrium':'named-character-references','future-pseudo-class':'rendering','entity-vartriangleleft':'named-character-references','best-practices-for-implementors-of-media-elements':'the-iframe-element','attr-command-radiogroup':'interactive-elements','a-browsing-context-is-discarded':'browsers','entity-oint':'named-character-references','htmlunknownelement':'elements','entity-NotSubsetEqual':'named-character-references','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','the-size-attribute':'common-input-element-attributes','entity-Downarrow':'named-character-references','entity-bnot':'named-character-references','concept-error-nothandled':'webappapis','entity-sfrown':'named-character-references','attr-hr-width':'obsolete','image-maps':'the-map-element','origin':'origin-0''handler-marquee-onbounce':'obsolete','dom-input-files':'common-input-element-attributes','entity-Uarrocir':'named-character-references','entity-Uring':'named-character-references','entity-race':'named-character-references','determine-the-value-of-a-named-property':'infrastructure','concept-option-index':'the-button-element','entity-dtri':'named-character-references','attr-media-mediagroup':'the-iframe-element','entity-ncongdot':'named-character-references','doctype-legacy-string':'syntax','the-list-of-active-formatting-elements':'parsing','error-codes':'the-iframe-element','dom-option-tvds':'the-button-element','dom-document-applets':'obsolete','entity-zscr':'named-character-references','entity-thetav':'named-character-references','ix-handler-onvolumechange':'index','dom-document-close':'content-models','the-figure-element':'grouping-content','entity-lstrok':'named-character-references','attr-track-kind-chapters':'the-iframe-element','entity-Uparrow':'named-character-references','valid-non-empty-url-potentally-surrounded-by-spaces':'urls','entity-curvearrowright':'named-character-references','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','common-input-element-attributes':'common-input-element-attributes','dom-option-index':'the-button-element','entity-realine':'named-character-references','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'commands','entity-LeftDoubleBracket':'named-character-references','attr-link-sizes':'links','refsGRAPHICS':'references','dom-table-deleterow':'tabular-data','dom-object-code':'obsolete','entity-wreath':'named-character-references','dom-form-name':'forms','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','handler-ondrop':'webappapis','entity-gscr':'named-character-references','list-of-active-formatting-elements':'parsing','common-pitfalls-to-avoid-when-using-the-scripting-apis':'introduction','event-pageshow':'history','dom-mediacontroller-pause':'the-iframe-eement','entity-ltrif':'named-character-references','entity-ltrie':'named-character-references','read-html':'history','processinginstruction':'infrastructure','entity-NoBreak':'named-character-references','set-of-scripts-that-will-execute-as-soon-as-possible':'scripting-1','concept-option-selectedness':'the-button-element','misinterpreted-for-compatibility':'parsing','spacer':'obsolete','entity-congdot':'named-character-references','dom-area-hreflang':'the-map-element','entity-Kfr':'named-character-references','custom-validity-error-message':'association-of-controls-and-forms','dom-length':'browsers','entity-Tfr':'named-character-references','the-min-and-max-attributes':'common-input-element-attributes','next-input-character':'parsing','dom-mediacontroller':'the-iframe-element','navigatorcontentutils':'timers','entity-gtcc':'named-character-references','nobr':'obsolete','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'tokenization','sce-not-copy':'webappapis','entity-eqlantgtr':'named-character-references','dom-meta-content':'semantics','dom-node-localname':'infrastructure','concept-input-min-default':'common-input-element-attributes','dom-object-data':'the-iframe-element','entity-cupor':'named-character-references','concept-time':'common-microsyntaxes','entity-Lscr':'named-character-references','the-var-element':'text-level-semantics','entity-plusb':'named-character-references','entity-pluse':'named-character-references','rules-for-parsing-a-list-of-dimensions':'common-microsyntaxes','the-summary-element':'interactive-elements','refsGREGORIAN':'references','the-header-element':'sections','the-dropzone-attribute':'dnd','entity-vnsub':'named-character-references','entity-RightDownTeeVector':'named-character-references','dom-media-videotracks':'the-iframe-element','entity-larrb':'named-character-references','dom-domstringmap-removeitem':'common-dom-interfaces','entity-vnsup':'named-character-references','dom-appcache-updateready':'offline','entity-num':'named-character-refeences','dom-area-href':'the-map-element','entity-gopf':'named-character-references','concept-appcache-selection':'offline','entity-macr':'named-character-references','entity-bigcap':'named-character-references','entity-ensp':'named-character-references','authoring':'the-map-element','dom-output-type':'the-button-element','entity-nltri':'named-character-references','rendered-legend':'rendering','entity-nLtv':'named-character-references','attr-iframe-name':'the-iframe-element','entity-harrw':'named-character-references','dom-datatransferitemlist-clear':'dnd','sandboxLinks':'history','entity-lacute':'named-character-references','dom-fe-autofocus':'association-of-controls-and-forms','making-entire-documents-editable':'editing','dom-document-getelementbyid':'infrastructure','dom-input-accept':'the-input-element','attr-media-loop':'the-iframe-element','dom-fe-name':'association-of-controls-and-forms','entity-verbar':'named-character-references','anonymous-command':'commands','doctype-state':'tokenization','synchrnous-section':'webappapis','seamlessLinks':'history','entity-straightphi':'named-character-references','prefix-match':'infrastructure','entity-LessSlantEqual':'named-character-references','entity-aopf':'named-character-references','entity-bsemi':'named-character-references','text-track-cue-end-time':'the-iframe-element','entity-Backslash':'named-character-references','concept-input-value-string-number':'the-input-element','some-sample-manifests':'offline','entity-KHcy':'named-character-references','dnd':'dnd','tree-construction':'tree-construction','unclosed-formatting-elements':'the-end','domstring_size_err':'infrastructure','the-dt-element':'grouping-content','events':'webappapis','entity-thorn':'named-character-references','the-window-object':'browsers','entity-rmoustache':'named-character-references','attr-textarea-dirname':'the-button-element','concept-input-step-scale':'common-input-element-attributes','dom-link-hreflang':'semantics','dom-select-value':'the-button-element','entity-precneqq':'named-chaacter-references','drag-data-store-item-list':'dnd','entity-circlearrowleft':'named-character-references','html-namespace-0':'namespaces','entity-gap':'named-character-references','dom-form-autocomplete':'forms','entity-backcong':'named-character-references','dom-document-readystate':'dom','refsRFC2046':'references','nodelist':'infrastructure','entity-cuepr':'named-character-references','ready-states':'the-iframe-element','current-target-element':'dnd','entity-LeftUpVector':'named-character-references','dom-a-shape':'obsolete','dom-mutabletexttrack-removecue':'the-iframe-element','entity-leftarrow':'named-character-references','blob':'infrastructure','entity-nsubseteqq':'named-character-references','dom-textarea-input-selectionend':'association-of-controls-and-forms','create-a-document-object':'history','entity-Lsh':'named-character-references','dom-window-blur':'editing','the-del-element':'edits','refsWEBWORKERS':'references','entity-subsup':'named-character-references','concept-output-defaultvalue':'the-btton-element','isindex':'tree-construction','entity-vArr':'named-character-references','entity-Rrightarrow':'named-character-references','concept-task':'webappapis','entity-subsub':'named-character-references','entity-Re':'named-character-references','entity-Equal':'named-character-references','return-value':'timers','dom-input-indeterminate':'the-input-element','attr-table-summary':'obsolete','entity-gtreqless':'named-character-references','focusable':'editing','override-url':'history','concept-appcache-manifest-network':'offline','text-track-cue-identifier':'the-iframe-element','entity-SquareIntersection':'named-character-references','entity-DoubleLongLeftRightArrow':'named-character-references','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','concept-row':'tabular-data','doctype-public-identifier-single-quoted-state':'tokenization','non-interactive':'infrastructure','entity-zfr':'named-character-references','entity-Leftrightarrow':'named-character-references','dom-trees':'infrastructure','entity-blacksquare':'named-character-references','entity-Lstrok':'named-character-references','refsWEBIDL':'references','temporary-buffer':'tokenization','attr-link-type':'semantics','between-doctype-public-and-system-identifiers-state':'tokenization','enabling-and-disabling-scripting':'webappapis','clear-the-stack-back-to-a-table-body-context':'tree-construction','dom-texttrackcuelist-getcuebyid':'the-iframe-element','refsJPEG':'references','concept-bc-script':'webappapis','inline-documentation-for-external-scripts':'scripting-1','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','attr-crossorigin-anonymous':'fetching-resources','dom-texttrack-readystate':'the-iframe-element','attr-option-value':'the-button-element','command-inserttext':'dnd','entity-star':'named-character-references','dom-base-href':'semantics','dom-showmodaldialog':'timers','entity-Ecy':'named-character-references','handle-mediacontroller-onplaying':'the-iframe-element','the-windowproxy-object':'browsers','popstateevent':'history','entity-between':'named-character-references','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'links','entity-eacute':'named-character-references','entity-operp':'named-character-references','entity-nang':'named-character-references','entity-int':'named-character-references','rules-for-parsing-simple-color-values':'common-microsyntaxes','entity-times':'named-character-references','entity-lbrkslu':'named-character-references','script-data-double-escape-end-state':'tokenization','concept-id':'elements','dom-object-usemap':'the-iframe-element','entity-lbrksld':'named-character-references','entity-Bscr':'named-character-references','dom-node-ownerdocument':'infrastructure','attr-track-label':'the-iframe-element','entity-NegativeMediumSpace':'named-character-references','entity-Jcy':'named-character-references','dom-outerhtml':'content-models','the-element-pointers':'parsing','attr-body-margineight':'obsolete','browsing-context-container':'browsers','refsRFC1922':'references','dom-cva-validationmessage':'association-of-controls-and-forms','killing-scripts':'webappapis','entity-bullet':'named-character-references','entity-horbar':'named-character-references','guidance-for-markup-generators':'embedded-content-1','dom-document-location':'history','entity-oscr':'named-character-references','the-ruby-element':'text-level-semantics','concept-navigate-mature':'history','entity-SuchThat':'named-character-references','entity-toea':'named-character-references','focus':'editing','entity-image':'named-character-references','dom-pagetransitionevent-persisted':'history','entity-ang':'named-character-references','entity-and':'named-character-references','handler-window-onoffline':'webappapis','concept-fs-method':'association-of-controls-and-forms','entity-zdot':'named-character-references','entity-wr':'named-character-references','entity-barvee':'named-character-references','entity-wp':'named-character-referenes','handler-ondurationchange':'webappapis','entity-UnderParenthesis':'named-character-references','dom-iframe-srcdoc':'the-iframe-element','entity-duhar':'named-character-references','entity-gcirc':'named-character-references','concept-fs-target':'association-of-controls-and-forms','media-resource-specific-text-track':'the-iframe-element','entity-emptyset':'named-character-references','dom-a-name':'obsolete','entity-scedil':'named-character-references','entity-supmult':'named-character-references','entity-jcy':'named-character-references','entity-lescc':'named-character-references','sandboxPluginEmbed':'the-iframe-element','attr-script-defer':'scripting-1','entity-leqq':'named-character-references','dom-mediacontroller-played':'the-iframe-element','url-encoded-form-data':'association-of-controls-and-forms','attr-ol-compact':'obsolete','entity-lfisht':'named-character-references','attr-tbody-align':'obsolete','entity-Otimes':'named-character-references','entity-Tscr':'named-character-references','entity-varappa':'named-character-references','concept-option-disabled':'the-button-element','entity-ltimes':'named-character-references','entity-lessgtr':'named-character-references','the-track-element':'the-iframe-element','entity-NJcy':'named-character-references','entity-lsaquo':'named-character-references','entity-timesb':'named-character-references','entity-supdot':'named-character-references','suffering-from-a-step-mismatch':'association-of-controls-and-forms','dom-button-type':'the-button-element','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','telephone-state':'states-of-the-type-attribute','entity-nearrow':'named-character-references','entity-elsdot':'named-character-references','refsCSSUI':'references','entity-RightTriangleEqual':'named-character-references','dom-keygen-challenge':'the-button-element','handler-appcache-onprogress':'offline','dom-videotracklist-gettrackbyid':'the-iframe-element','entity-nshortparallel':'named-character-references','entity-simeq':'named-characer-references','entity-Lleftarrow':'named-character-references','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','abort-a-parser':'the-end','has-an-element-in-button-scope':'parsing','frameset-ok-flag':'parsing','dom-location-pathname':'history','dom-media-network_loading':'the-iframe-element','attr-mod-cite':'edits','entity-Lacute':'named-character-references','earliest-possible-position-when-the-script-started':'the-iframe-element','concept-form-reset':'association-of-controls-and-forms','dom-document-anchors':'obsolete','entity-cemptyv':'named-character-references','entity-caron':'named-character-references','color-spaces-and-color-correction':'the-canvas-element','dom-popstateevent-state':'history','entity-Verbar':'named-character-references','selector-checked':'links','entity-Zacute':'named-character-references','dom-marquee-hspace':'obsolete','entity-NestedLessLess':'named-character-references','dom-media-networkstate':'the-iframe-element','htmlmodelement':'edits','entity-rational':'named-character-references','entity-xwedge':'named-character-references','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','windowproxy':'browsers','handler-onclick':'webappapis','the-nav-element':'sections','entity-ugrave':'named-character-references','entity-Dfr':'named-character-references','selector-optional':'links','dom-media-autoplay':'the-iframe-element','entity-ntgl':'named-character-references','dom-link-rel':'semantics','event-mediacontroller-timeupdate':'the-iframe-element','script-s-url-character-encoding':'webappapis','dom-link-rev':'obsolete','entity-softcy':'named-character-references','handler-onkeyup':'webappapis','attr-body-vlink':'obsolete','editing-hosts':'rendering','dom-form-nameditem':'forms','the-select-element':'the-button-element','dom-input-value':'common-input-element-attributes','entity-Product':'named-character-references','attr-option-name':'obsolete','attr-blockquote-cite':'grouping-content','security-window':'browsers','handler-onsuspend':'webapapis','dom-media-buffered':'the-iframe-element','entity-blk12':'named-character-references','attr-lang':'elements','entity-blk14':'named-character-references','entity-Rightarrow':'named-character-references','entity-simrarr':'named-character-references','other-parsing-state-flags':'parsing','entity-Pr':'named-character-references','security-risks-in-the-drag-and-drop-model':'dnd','entity-apos':'named-character-references','month-state':'states-of-the-type-attribute','entity-Pi':'named-character-references','entity-notinva':'named-character-references','entity-notinvb':'named-character-references','entity-notinvc':'named-character-references','entity-hscr':'named-character-references','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'commands','entity-heartsuit':'named-character-references','implementing-the-server-side-processing-for-a-form':'forms','entity-sharp':'named-character-references','attr-a-name':'obsolete','entity-dfr':'named-character-references','events-and-the-window-obect':'webappapis','script':'scripting-1','entity-prnE':'named-character-references','entity-oelig':'named-character-references','button-state':'number-state','entity-Subset':'named-character-references','dragevent':'dnd','eventtarget':'infrastructure','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','entity-precnsim':'named-character-references','attribute-value-unquoted-state':'tokenization','dndevents':'dnd','url-host':'urls','before-attribute-name-state':'tokenization','entity-Ccirc':'named-character-references','command-api':'commands','entity-orderof':'named-character-references','entity-ell':'named-character-references','ordinal-value':'grouping-content','warnings-for-obsolete-but-conforming-features':'obsolete','entity-els':'named-character-references','dom-mediacontroller-currenttime':'the-iframe-element','attr-area-shape-keyword-rect':'the-map-element','valid-url-potentially-surrounded-by-spaces':'urls','dom-datatransferdropeffect':'dnd','entity-rfisht':'named-character-references','multipart-form-data-boundary-string':'association-of-controls-and-forms','the-before-head-insertion-mode':'tree-construction','windows':'browsers','command-facet-label':'commands','attributes-for-form-submission':'association-of-controls-and-forms','entity-nsucc':'named-character-references','entity-prnap':'named-character-references','change-the-encoding':'parsing','font':'obsolete','attr-option-disabled':'the-button-element','entity-parallel':'named-character-references','dom-frames':'browsers','entry-update':'history','entity-RightTriangle':'named-character-references','entity-puncsp':'named-character-references','entity-sdotb':'named-character-references','entity-sdote':'named-character-references','entity-conint':'named-character-references','interactive-elements':'interactive-elements','entity-Gamma':'named-character-references','ix-handler-onloadeddata':'index','attr-input-type-tel-keyword':'the-input-element','parsing-main-intabletext':tree-construction','association-of-controls-and-forms':'association-of-controls-and-forms','generic-rcdata-element-parsing-algorithm':'tree-construction','refsSHIFTJIS':'references','the-label-element':'forms','active-parser':'dom','autofocusing-a-form-control':'association-of-controls-and-forms','concept-time-date':'text-level-semantics','entity-oline':'named-character-references','concept-input-checked-dirty-flag':'the-input-element','entity-NotDoubleVerticalBar':'named-character-references','attr-hyperlink-rel':'links','entity-Pfr':'named-character-references','command-insertimage':'dnd','entity-Mscr':'named-character-references','state-object':'history','effectAllowed-initialization':'dnd','attr-input-type-submit-keyword':'the-input-element','entity-harrcir':'named-character-references','script-data-less-than-sign-state':'tokenization','event-media-ended':'the-iframe-element','close-the-cell':'tree-construction','entity-Otilde':'named-character-references','dom-navigator':'timers','handler-ondragleave':webappapis','table-aria-weak':'content-models','entity-vangrt':'named-character-references','ix-handler-window-onbeforeprint':'index','entity-Uscr':'named-character-references','entity-zcaron':'named-character-references','tag-name-state':'tokenization','entity-yfr':'named-character-references','entity-TildeFullEqual':'named-character-references','current-playback-position':'the-iframe-element','dom-media-play':'the-iframe-element','entity-upharpoonright':'named-character-references','attr-object-codebase':'obsolete','dom-uda-port':'urls','entity-rightthreetimes':'named-character-references','syntax-doctype':'syntax','entity-COPY':'named-character-references','entity-lesg':'named-character-references','entity-Hcirc':'named-character-references','handler-window-onpagehide':'webappapis','entity-npart':'named-character-references','entity-alefsym':'named-character-references','following-hyperlinks-0':'links','attr-table-width':'obsolete','entity-raquo':'named-character-references','concept-meter-actual':'the-btton-element','dom-option-label':'the-button-element','ancestor-browsing-context':'browsers','concept-meter-minimum':'the-button-element','dom-ul-type':'obsolete','attr-fs-formtarget':'association-of-controls-and-forms','entity-rightarrowtail':'named-character-references','entity-topfork':'named-character-references','attr-iframe-sandbox-allow-top-navigation':'the-iframe-element','entity-RightVectorBar':'named-character-references','entity-Bernoullis':'named-character-references','dom-command-ro-commanddisabled':'commands','attr-dropzone-move':'dnd','dom-location-protocol':'history','text-track-label':'the-iframe-element','compatibility-caseless':'infrastructure','entity-dotsquare':'named-character-references','tables':'rendering','entity-simgE':'named-character-references','entity-kopf':'named-character-references','cors-enabled-fetch':'fetching-resources','attr-meter-optimum':'the-button-element','the-ul-element':'grouping-content','entity-ngtr':'named-character-references','event-media-abort':'the-iframeelement','dom-input-type':'the-input-element','the-sup-element':'text-level-semantics','entity-minus':'named-character-references','entity-checkmark':'named-character-references','entity-cire':'named-character-references','entity-circ':'named-character-references','attr-command-icon':'interactive-elements','dom-param-name':'the-iframe-element','concept-appcache-upgrade':'offline','entity-smte':'named-character-references','entity-cirE':'named-character-references','ignore':'infrastructure','entity-iiiint':'named-character-references','attr-source-media':'the-iframe-element','has-an-element-in-table-scope':'parsing','entity-lsquor':'named-character-references','strictly-split-a-string':'common-microsyntaxes','entity-comma':'named-character-references','entity-RightTee':'named-character-references','attr-input-type-week-keyword':'the-input-element','selector-disabled':'links','maps-to-the-dimension-property':'rendering','entity-ucirc':'named-character-references','entity-nexist':'named-character-references','he-directionality':'elements','the-list-attribute':'common-input-element-attributes','entity-rceil':'named-character-references','dom-location-search':'history','event-dragleave':'dnd','refsPOLYGLOT':'references','queue-a-task':'webappapis','entity-Iuml':'named-character-references','entity-eopf':'named-character-references','entity-intcal':'named-character-references','parsing-main-inhead':'tree-construction','dom-window-personalbar':'browsers','entity-uacute':'named-character-references','ix-handler-oncontextmenu':'index','entity-ShortUpArrow':'named-character-references','dom-marquee-start':'obsolete','concept-link-type-sniffing':'semantics','entity-rightarrow':'named-character-references','sections':'sections','dom-navigator-registerprotocolhandler':'timers','entity-blk34':'named-character-references','dom-textarea-input-select':'association-of-controls-and-forms','naming-form-controls':'association-of-controls-and-forms','entity-zacute':'named-character-references','refsMAILTO':'references','constraintvalidation':'association-of-controls-and-forms','reload-override-buffer':'dom','dom-table-cellpadding':'obsolete','entity-vfr':'named-character-references','current-entry-of-the-joint-session-history':'history','entity-DoubleUpArrow':'named-character-references','force-async':'scripting-1','entity-UpTee':'named-character-references','attribute-value-single-quoted-state':'tokenization','dom-timeranges-start':'the-iframe-element','refsISO885911':'references','dom-fs-formenctype':'association-of-controls-and-forms','attr-col-char':'obsolete','attr-th-scope-auto':'tabular-data','cors-cross-origin':'fetching-resources','entity-UnionPlus':'named-character-references','attr-colgroup-span':'tabular-data','mediaevents':'the-iframe-element','dom-frameset-cols':'obsolete','plain-text-form-data':'association-of-controls-and-forms','entity-lnsim':'named-character-references','source-default-media':'the-iframe-element','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'the-end','entity-LessFullEqual':'nmed-character-references','event-media-volumechange':'the-iframe-element','entity-yicy':'named-character-references','submit-body':'association-of-controls-and-forms','dom-table-cellspacing':'obsolete','entity-eng':'named-character-references','handler-ondragstart':'webappapis','dom-map-images':'the-map-element','dom-texttrack-kind-chapters':'the-iframe-element','entity-LeftTee':'named-character-references','dom-mediacontroller-play':'the-iframe-element','dom-object-vspace':'obsolete','syntax-newlines':'syntax','attr-iframe-seamless':'the-iframe-element','entity-supseteqq':'named-character-references','multipart-form-data':'association-of-controls-and-forms','htmltableheadercellelement':'tabular-data','entity-cross':'named-character-references','fakepath-orly':'common-input-element-attributes','other-elements-attributes-and-apis':'obsolete','handler-onscroll':'webappapis','ix-handler-onloadstart':'index','entity-odash':'named-character-references','entity-bsolhsub':'named-character-references','entity-duarr:'named-character-references','entity-sacute':'named-character-references','dom-font-face':'obsolete','dom-script-text':'scripting-1','insert-a-character':'tree-construction','the-hgroup-element':'sections','events-0':'index','entity-Acy':'named-character-references','entity-OElig':'named-character-references','entity-gtrapprox':'named-character-references','dom-input-step':'the-input-element','entity-npre':'named-character-references','dom-uda-host':'urls','iframe-content-model':'the-iframe-element','img-good':'embedded-content-1','entity-ContourIntegral':'named-character-references','entity-ccaron':'named-character-references','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','refsSCSU':'references','link-type-next':'links','the-script-block-s-type':'scripting-1','entity-NotLeftTriangle':'named-character-references','entity-Bumpeq':'named-character-references','bindings':'rendering','entity-Fcy':'named-character-references','entity-NotSupersetEqual':'named-character-refernces','dom-texttrackcue-pauseonexit':'the-iframe-element','entity-gsim':'named-character-references','concept-meta-extensions':'semantics','concept-embed-type':'the-iframe-element','hyperlink-suffix':'text-level-semantics','entity-imacr':'named-character-references','read-text':'history','dom-audiotracklist-length':'the-iframe-element','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','htmllielement':'grouping-content','the-toolbar-barprop-object':'browsers','editable':'editing','entity-gneqq':'named-character-references','dom-cva-setcustomvalidity':'association-of-controls-and-forms','entity-upharpoonleft':'named-character-references','dom-windowtimers-settimeout':'timers','context-menu-state':'interactive-elements','attr-style-media':'semantics','attr-input-type-reset-keyword':'the-input-element','submit-get-action':'association-of-controls-and-forms','parsing-main-inframeset':'tree-construction','attr-textarea-rows':'the-button-element','entity-TRADE':'named-charactr-references','dom-img-src':'embedded-content-1','event-mediacontroller-play':'the-iframe-element','entity-Zcaron':'named-character-references','entity-SquareSupersetEqual':'named-character-references','entity-ubrcy':'named-character-references','attr-button-type-reset-state':'the-button-element','dom-media-seekable':'the-iframe-element','entity-Zscr':'named-character-references','entity-gvertneqq':'named-character-references','concept-fs-novalidate':'association-of-controls-and-forms','entity-emsp13':'named-character-references','entity-emsp14':'named-character-references','attr-input-type-file-keyword':'the-input-element','the-base-element':'semantics','entity-nsc':'named-character-references','concept-ltr':'elements','restrictions-for-contents-of-script-elements':'scripting-1','dom-img-complete':'embedded-content-1','dom-document-querycommandstate':'dnd','entity-ShortRightArrow':'named-character-references','entity-Gscr':'named-character-references','linkTypes':'links','cookie-string':'infrastructure','etity-udblac':'named-character-references','entity-rrarr':'named-character-references','processing-model-0':'tabular-data','processing-model-1':'webappapis','processing-model-2':'webappapis','processing-model-3':'editing','refsMATHML':'references','text-track-cue-active-flag':'the-iframe-element','attr-table-cellpadding':'obsolete','entity-excl':'named-character-references','submit-mailto-body':'association-of-controls-and-forms','attr-track-kind-keyword-chapters':'the-iframe-element','entity-nsubset':'named-character-references','dom-input-selectedoption':'common-input-element-attributes','entity-utilde':'named-character-references','dom-document-defaultview':'browsers','dom-domimplementation-createdocument':'infrastructure','concept-meter-high':'the-button-element','dom-input-size':'the-input-element','footnotes':'links','dom-window-menubar':'browsers','entity-fcy':'named-character-references','entity-setminus':'named-character-references','entity-filig':'named-character-references','suffering-from-an-overlow':'association-of-controls-and-forms','concept-form-reset-control':'association-of-controls-and-forms','entity-clubs':'named-character-references','dom-window':'browsers','sandboxOrigin':'origin-0','attr-fs-enctype-formdata':'association-of-controls-and-forms','dom-node-insertbefore':'infrastructure','calling-scripts':'webappapis','entity-lnap':'named-character-references','url-port':'urls','attr-img-longdesc':'obsolete','enumerated-attribute':'common-microsyntaxes','dom-input-defaultchecked':'the-input-element','dom-contenteditable':'editing','marquee-scroll-distance':'obsolete','space-separated-tokens':'common-microsyntaxes','entity-Leftarrow':'named-character-references','direction-of-playback':'the-iframe-element','dom-col-valign':'obsolete','entity-gtquest':'named-character-references','await-a-stable-state':'webappapis','xml-documents':'infrastructure','the-indicated-part-of-the-document':'history','entity-Gopf':'named-character-references','entity-ForAll':'named-character-references','concept-linkobtain':'semantics','metadata-content':'content-models','dom-iframe-seamless':'the-iframe-element','parse-a-date-string':'common-microsyntaxes','dom-body-background':'obsolete','entity-emacr':'named-character-references','entity-bigvee':'named-character-references','entity-order':'named-character-references','entity-nrtrie':'named-character-references','invalid_character_err':'infrastructure','script-data-end-tag-open-state':'tokenization','dom-document-querycommandenabled':'dnd','entity-HumpDownHump':'named-character-references','attr-command-type-state-radio':'interactive-elements','entity-Copf':'named-character-references','dom-navigator-appname':'timers','entity-ntriangleleft':'named-character-references','obsolete-permitted-doctype-string':'syntax','entity-gdot':'named-character-references','event-mediacontroller-volumechange':'the-iframe-element','entity-boxUR':'named-character-references','entity-rpargt':'named-character-references','entity-check':'named-character-references','html-documents':'infrasructure','entity-vrtri':'named-character-references','entity-boxUL':'named-character-references','entity-wcirc':'named-character-references','categories':'forms','entity-questeq':'named-character-references','formatblock-candidate':'dnd','dom-location-port':'history','valid-forced-utc-global-date-and-time-string':'common-microsyntaxes','entity-Ograve':'named-character-references','application-cache-download-process':'offline','entity-boxUl':'named-character-references','entity-nprec':'named-character-references','entity-Union':'named-character-references','entity-suphsol':'named-character-references','labeled-control':'forms','attr-ol-type-state-upper-alpha':'grouping-content','attr-media-preload-auto-state':'the-iframe-element','dom-document-clear':'obsolete','event-mediacontroller-durationchange':'the-iframe-element','refsEUCKR':'references','entity-NonBreakingSpace':'named-character-references','document-s-character-encoding':'infrastructure','entity-lates':'named-character-references','dom-object-codebae':'obsolete','entity-fnof':'named-character-references','the-main-part-of-the-content':'links','entity-tfr':'named-character-references','the-::cue-pseudo-element':'rendering','entity-varsubsetneqq':'named-character-references','entity-umacr':'named-character-references','dom-open':'browsers','x-this':'introduction','entity-aring':'named-character-references','entity-emptyv':'named-character-references','concept-month':'common-microsyntaxes','entity-supsup':'named-character-references','entity-rdldhar':'named-character-references','entity-supsub':'named-character-references','entity-Succeeds':'named-character-references','dom-object-name':'the-iframe-element','entity-cupbrcap':'named-character-references','attr-table-bgcolor':'obsolete','the-datatransferitem-interface':'dnd','dom-meter-high':'the-button-element','entity-rarrfs':'named-character-references','commands':'commands','entity-Scy':'named-character-references','command-forwarddelete':'dnd','dom-object-align':'obsolete','a-serialization-of-the-imag-as-a-file':'the-canvas-element','entity-GreaterGreater':'named-character-references','attr-canvas-width':'the-canvas-element','entity-rmoust':'named-character-references','abort_err':'infrastructure','entity-nearhk':'named-character-references','entity-lneqq':'named-character-references','entity-sstarf':'named-character-references','entity-Sacute':'named-character-references','resolving-urls':'urls','parsing-main-inhtml':'tree-construction','refsWEBSOCKET':'references','entity-telrec':'named-character-references','entity-nesear':'named-character-references','entity-ReverseUpEquilibrium':'named-character-references','rules-for-parsing-a-list-of-integers':'common-microsyntaxes','entity-Jukcy':'named-character-references','the-applet-element':'obsolete','pseudo-cue-selector':'rendering','entity-Ccaron':'named-character-references','outline-depth':'sections','entity-cularr':'named-character-references','entity-iinfin':'named-character-references','immediate-user-selection':'dnd','attr-tdth-bgcolor':'obsolete',entity-pitchfork':'named-character-references','entity-ofr':'named-character-references','the-tbody-element':'tabular-data','link-type-search':'links','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'the-button-element','text-track-model':'the-iframe-element','entity-rdquo':'named-character-references','dom-texttrack-loading':'the-iframe-element','entity-LeftDownVector':'named-character-references','attr-tdth-height':'obsolete','dom-meter-min':'the-button-element','dom-area-nohref':'obsolete','entity-npolint':'named-character-references','event-media-canplaythrough':'the-iframe-element','entity-NestedGreaterGreater':'named-character-references','dom-object-standby':'obsolete','entity-vert':'named-character-references','designMode':'editing','syntax-end-tag':'syntax','entity-Scirc':'named-character-references','entity-leftrightarrow':'named-character-references','the-text-tracks-are-ready':'the-iframe-element','refsDOMPARSER':'references','entity-curlyvee':'named-character-references,'dom-function-call':'webappapis','entity-pcy':'named-character-references','how-to-read-this-specification':'introduction','dom-location-reload':'history','entity-LeftVectorBar':'named-character-references','refsUAAG':'references','dom-hr-color':'obsolete','entity-Vvdash':'named-character-references','handler-onblur':'webappapis','the-dir-attribute':'elements','common-microsyntaxes':'common-microsyntaxes','entity-Mopf':'named-character-references','dom-option-t':'the-button-element','entity-top':'named-character-references','entity-homtht':'named-character-references','meta-author':'semantics','entity-Oscr':'named-character-references','entity-NotReverseElement':'named-character-references','acronym':'obsolete','common-input-element-apis':'common-input-element-attributes','entity-sqcap':'named-character-references','browsing-context-scope-origin':'browsers','hidden-elements':'rendering','dom-document-domain':'origin-0','entity-DownArrow':'named-character-references','valid-hash-name-reference':'common-micrsyntaxes','entity-Icirc':'named-character-references','entity-nbump':'named-character-references','event-input-input':'common-input-element-attributes','event-mediacontroller-waiting':'the-iframe-element','selector-read-write':'links','dom-lfe-labels':'forms','column-header':'tabular-data','time-state':'states-of-the-type-attribute','dom-hashchangeevent-oldurl':'history','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','content-models':'content-models','media-data':'the-iframe-element','dom-document-querycommandindeterm':'dnd','dom-insertadjacenthtml':'content-models','algorithm-for-processing-row-groups':'tabular-data','entity-caret':'named-character-references','insertadjacenthtml':'content-models','refsXSLT10':'references','handler-onseeked':'webappapis','entity-Tcy':'named-character-references','entity-loarr':'named-character-references','entity-hcirc':'named-character-references','entity-egrave':'named-character-references','rateUpdate':'the-iframe-element','attr-textarea-malength':'the-button-element','concept-rtl':'elements','entity-Oopf':'named-character-references','dom-location-host':'history','comment-start-state':'tokenization','entity-loz':'named-character-references','entity-rthree':'named-character-references','dom-marquee-height':'obsolete','valid-lowercase-simple-color':'common-microsyntaxes','rel-icon':'links','dom-menu-label':'interactive-elements','blocked-media-element':'the-iframe-element','initiate-the-drag-and-drop-operation':'dnd','concept-input-checked-dirty':'the-input-element','entity-circleddash':'named-character-references','grouping-content':'grouping-content','dom-fs-method':'association-of-controls-and-forms','attr-canvas-height':'the-canvas-element','current-entry':'history','text-track-language':'the-iframe-element','entity-Eta':'named-character-references' };
 
 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.1043
retrieving revision 1.1044
diff -u -d -r1.1043 -r1.1044
--- forms.html	14 Aug 2011 07:46:25 -0000	1.1043
+++ forms.html	15 Aug 2011 04:46:27 -0000	1.1044
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- interactive-elements.html	12 Aug 2011 19:46:21 -0000	1.1042
+++ interactive-elements.html	15 Aug 2011 04:46:33 -0000	1.1043
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -d -r1.1046 -r1.1047
--- editing.html	15 Aug 2011 03:46:25 -0000	1.1046
+++ editing.html	15 Aug 2011 04:46:27 -0000	1.1047
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -375,7 +376,7 @@
   presentations, including, for instance, screen readers.</p><p>Elements that are not <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>
   should not link to or refer to elements that are <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>.</p><div class="example">
 
-   <p>For example, it would be incorrect to use the <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute to link to a
+   <p>For example, it would be incorrect to use the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute to link to a
    section marked with the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>
    attribute. If the content is not applicable or relevant, then there
    is no reason to link to it.</p>
@@ -392,7 +393,7 @@
   changes.</p><div class="impl">
 
   <p>The <dfn id="dom-hidden" title="dom-hidden"><code>hidden</code></dfn> IDL
-  attribute must <a href="common-microsyntaxes.html#reflect">reflect</a> the content attribute of the
+  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the
   same name.</p>
 
   </div><h3 id="activation"><span class="secno">7.2 </span>Activation</h3><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a href="#dom-click">click</a></code>()</dt>
@@ -417,8 +418,8 @@
    <li><p>Set the <var title="">click in progress</var> flag on the
    element to true.</p></li>
 
-   <li><p>If the element has a defined <a href="common-microsyntaxes.html#activation-behavior">activation behavior</a>,
-   <a href="common-microsyntaxes.html#run-synthetic-click-activation-steps">run synthetic click activation steps</a> on the
+   <li><p>If the element has a defined <a href="content-models.html#activation-behavior">activation behavior</a>,
+   <a href="content-models.html#run-synthetic-click-activation-steps">run synthetic click activation steps</a> on the
    element. Otherwise, <a href="webappapis.html#fire-a-click-event">fire a <code>click</code> event</a> at
    the element.</p></li>
 
@@ -430,7 +431,7 @@
   <p>When an element is <i>focused</i>, key events received by the
   document must be targeted at that element. There may be no element
   focused; when no element is focused, key events received by the
-  document must be targeted at <a href="common-microsyntaxes.html#the-body-element-0">the body element</a>.</p>
+  document must be targeted at <a href="dom.html#the-body-element-0">the body element</a>.</p>
 
   <p>User agents may track focus for each <a href="browsers.html#browsing-context">browsing
   context</a> or <code><a href="infrastructure.html#document">Document</a></code> individually, or may support
@@ -533,8 +534,8 @@
   defines the element to be focusable.</p>
 
   <p>An element that is <a href="#specially-focusable">specially focusable</a> but does not
-  otherwise have an <a href="common-microsyntaxes.html#activation-behavior">activation behavior</a> defined has an
-  <a href="common-microsyntaxes.html#activation-behavior">activation behavior</a> that does nothing.</p>
+  otherwise have an <a href="content-models.html#activation-behavior">activation behavior</a> defined has an
+  <a href="content-models.html#activation-behavior">activation behavior</a> that does nothing.</p>
 
   <p class="note">This means that an element that is only focusable
   because of its <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute
@@ -543,7 +544,7 @@
   element is focused).</p>
 
   <p>The <dfn id="dom-tabindex" title="dom-tabIndex"><code>tabIndex</code></dfn> IDL
-  attribute must <a href="common-microsyntaxes.html#reflect">reflect</a> the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> content attribute. Its default
+  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> content attribute. Its default
   value is 0 for elements that are focusable and &#8722;1 for
   elements that are not focusable.</p>
 
@@ -555,28 +556,28 @@
   behavior allows it to be focusable or if the element is
   <a href="#specially-focusable">specially focusable</a>, but only if the element is either
   <a href="rendering.html#being-rendered">being rendered</a> or <!-- CANVAS-FOCUS-FALLBACK --> is a
-  descendant of a <code><a href="common-microsyntaxes.html#the-canvas-element">canvas</a></code> element that
-  <a href="rendering.html#represents">represents</a> <a href="common-microsyntaxes.html#embedded-content">embedded content</a>.</p>
+  descendant of a <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element that
+  <a href="rendering.html#represents">represents</a> <a href="content-models.html#embedded-content">embedded content</a>.</p>
 
   <p>User agents should make the following elements
   <a href="#focusable">focusable</a>, unless platform conventions dictate
   otherwise:</p>
 
-  <ul><li><code><a href="common-microsyntaxes.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute</li>
+  <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute</li>
 
-   <li><code><a href="common-microsyntaxes.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="common-microsyntaxes.html#attr-link-href">href</a></code> attribute</li>
+   <li><code><a href="semantics.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="semantics.html#attr-link-href">href</a></code> attribute</li>
 
-   <li><code><a href="common-microsyntaxes.html#the-button-element">button</a></code> elements that are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
+   <li><code><a href="the-button-element.html#the-button-element">button</a></code> elements that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-   <li><code><a href="common-microsyntaxes.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute are not in the
-   <a href="common-microsyntaxes.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state and that
-   are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
+   <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute are not in the
+   <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state and that
+   are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-   <li><code><a href="common-microsyntaxes.html#the-select-element">select</a></code> elements that are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
+   <li><code><a href="the-button-element.html#the-select-element">select</a></code> elements that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-   <li><code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> elements that are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
+   <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-   <li><code><a href="common-microsyntaxes.html#the-command-element">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="common-microsyntaxes.html#attr-command-disabled">disabled</a></code> attribute</li>
+   <li><code><a href="interactive-elements.html#the-command-element">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="interactive-elements.html#attr-command-disabled">disabled</a></code> attribute</li>
 
    <li>Elements with a <code title="attr-draggable"><a href="dnd.html#the-draggable-attribute">draggable</a></code>
    attribute set, if that would enable the user agent to allow the
@@ -586,15 +587,15 @@
    <li><a href="#editing-host" title="editing host">Editing hosts</a></li>
 
   </ul><p>In addition, each shape that is generated for an
-  <code><a href="common-microsyntaxes.html#the-area-element">area</a></code> element should be <a href="#focusable">focusable</a>, unless
-  platform conventions dictate otherwise. (A single <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>
+  <code><a href="the-map-element.html#the-area-element">area</a></code> element should be <a href="#focusable">focusable</a>, unless
+  platform conventions dictate otherwise. (A single <code><a href="the-map-element.html#the-area-element">area</a></code>
   element can correspond to multiple shapes, since image maps can be
   reused with multiple images on a page.)</p>
 
-  <p>The user agent may also make part of a <code><a href="common-microsyntaxes.html#the-details-element">details</a></code>
+  <p>The user agent may also make part of a <code><a href="interactive-elements.html#the-details-element">details</a></code>
   element's rendering focusable, to enable the element to be opened or
   closed using keyboard input. However, this is distinct from the
-  <code><a href="common-microsyntaxes.html#the-details-element">details</a></code> or <code><a href="common-microsyntaxes.html#the-summary-element">summary</a></code> element being
+  <code><a href="interactive-elements.html#the-details-element">details</a></code> or <code><a href="interactive-elements.html#the-summary-element">summary</a></code> element being
   focusable.</p>
 
   <hr><p>The <dfn id="focusing-steps">focusing steps</dfn> are as follows:</p>
@@ -615,7 +616,7 @@
     <p>Make the element the currently focused element in its
     <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>.</p>
 
-    <p>Some elements, most notably <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>, can correspond
+    <p>Some elements, most notably <code><a href="the-map-element.html#the-area-element">area</a></code>, can correspond
     to more than one distinct focusable area. If a particular area was
     indicated when the element was focused, then that is the area that
     must get focus; otherwise, e.g. when using the <code title="dom-focus"><a href="#dom-focus">focus()</a></code> method, the first such region in
@@ -642,10 +643,10 @@
 
   <p>The <dfn id="unfocusing-steps">unfocusing steps</dfn> are as follows:</p>
 
-  <ol><li><p>If the element is an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element, and the
-   <code title="event-input-change"><a href="common-microsyntaxes.html#event-input-change">change</a></code> event applies to the
-   element, and the element does not have a defined <a href="common-microsyntaxes.html#activation-behavior">activation
-   behavior</a>, and the user has changed the element's <a href="common-microsyntaxes.html#concept-fe-value" title="concept-fe-value">value</a> or its list of <a href="common-microsyntaxes.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>
+  <ol><li><p>If the element is an <code><a href="the-input-element.html#the-input-element">input</a></code> element, and the
+   <code title="event-input-change"><a href="common-input-element-attributes.html#event-input-change">change</a></code> event applies to the
+   element, and the element does not have a defined <a href="content-models.html#activation-behavior">activation
+   behavior</a>, and the user has changed the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> or its list of <a href="number-state.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>
    while the control was focused without committing that change, then
    <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element.</p>
 
@@ -658,13 +659,13 @@
   <a href="#focusable">focusable</a> element, or stops being focused without
   another element being explicitly focused in its stead, the user
   agent should synchronously run the <a href="#focusing-steps">focusing steps</a> for
-  <a href="common-microsyntaxes.html#the-body-element-0">the body element</a>, if there is one; if there is not,
+  <a href="dom.html#the-body-element-0">the body element</a>, if there is one; if there is not,
   then the user agent should synchronously run the <a href="#unfocusing-steps">unfocusing
   steps</a> for the affected element only.</p>
 
   <p class="example">For example, this might happen because the
   element is removed from its <code><a href="infrastructure.html#document">Document</a></code>, or has a <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute added. It would also
-  happen to an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element when the element gets <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</p>
+  happen to an <code><a href="the-input-element.html#the-input-element">input</a></code> element when the element gets <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</p>
 
   </div><h4 id="document-level-focus-apis"><span class="secno">7.3.3 </span>Document-level focus APIs</h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt>
 
@@ -701,13 +702,13 @@
   </dl><div class="impl">
 
   <p>The <dfn id="dom-document-activeelement" title="dom-document-activeElement"><code>activeElement</code></dfn>
-  attribute on <code><a href="common-microsyntaxes.html#htmldocument">HTMLDocument</a></code> objects must return the
+  attribute on <code><a href="dom.html#htmldocument">HTMLDocument</a></code> objects must return the
   element in the document that is focused. If no element in the
-  <code><a href="infrastructure.html#document">Document</a></code> is focused, this must return <a href="common-microsyntaxes.html#the-body-element-0">the body
+  <code><a href="infrastructure.html#document">Document</a></code> is focused, this must return <a href="dom.html#the-body-element-0">the body
   element</a>.</p>
 
   <p>The <dfn id="dom-document-hasfocus" title="dom-document-hasFocus"><code>hasFocus()</code></dfn> method
-  on <code><a href="common-microsyntaxes.html#htmldocument">HTMLDocument</a></code> objects must return true if the
+  on <code><a href="dom.html#htmldocument">HTMLDocument</a></code> objects must return true if the
   <code><a href="infrastructure.html#document">Document</a></code>'s <a href="browsers.html#browsing-context">browsing context</a> is focused,
   and all its <a href="browsers.html#ancestor-browsing-context" title="ancestor browsing context">ancestor
   browsing contexts</a> are also focused, and the <a href="browsers.html#top-level-browsing-context">top-level
@@ -787,7 +788,7 @@
    <li><p>Unmark the element as <i><a href="#locked-for-focus">locked for focus</a></i>.</p></li>
 
   </ol><p>The <dfn id="dom-blur" title="dom-blur"><code>blur()</code></dfn> method, when
-  invoked, should run the <a href="#focusing-steps">focusing steps</a> for <a href="common-microsyntaxes.html#the-body-element-0">the
+  invoked, should run the <a href="#focusing-steps">focusing steps</a> for <a href="dom.html#the-body-element-0">the
   body element</a>, if there is one; if there is not, then it
   should run the <a href="#unfocusing-steps">unfocusing steps</a> for the element on
   which the method was called instead. User agents may selectively or
@@ -927,17 +928,17 @@
 
   <p>When the user presses the key combination corresponding to the
   <a href="#assigned-access-key">assigned access key</a> for an element, if the element
-  <a href="common-microsyntaxes.html#concept-command" title="concept-command">defines a command</a>, and the
-  command's <a href="common-microsyntaxes.html#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden
-  State</a> facet is false (visible), and the command's <a href="common-microsyntaxes.html#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet is
-  also false (enabled), then the user agent must trigger the <a href="common-microsyntaxes.html#command-facet-action" title="command-facet-Action">Action</a> of the command.</p>
+  <a href="commands.html#concept-command" title="concept-command">defines a command</a>, and the
+  command's <a href="commands.html#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden
+  State</a> facet is false (visible), and the command's <a href="commands.html#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet is
+  also false (enabled), then the user agent must trigger the <a href="commands.html#command-facet-action" title="command-facet-Action">Action</a> of the command.</p>
 
   <p>User agents may expose elements that have an <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute in other ways as
   well, e.g. in a menu displayed in response to a specific key
   combination.</p>
 
   <p>The <dfn id="dom-accesskey" title="dom-accessKey"><code>accessKey</code></dfn> IDL
-  attribute must <a href="common-microsyntaxes.html#reflect">reflect</a> the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute.</p>
+  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute.</p>
 
   <p>The <dfn id="dom-accesskeylabel" title="dom-accessKeyLabel"><code>accessKeyLabel</code></dfn> IDL
   attribute must return a string that represents the element's
@@ -1071,8 +1072,8 @@
    triggered by other commands as well. It must cause the user agent
    to insert the specified text (given by the event object's <code title="">data</code> attribute in the case of the <code title="event-textInput">textInput</code> event) at the caret.</p>
 
-   <p>If the caret is positioned somewhere where <a href="common-microsyntaxes.html#phrasing-content">phrasing
-   content</a> is not allowed (e.g. inside an empty <code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code>
+   <p>If the caret is positioned somewhere where <a href="content-models.html#phrasing-content">phrasing
+   content</a> is not allowed (e.g. inside an empty <code><a href="grouping-content.html#the-ol-element">ol</a></code>
    element), then the user agent must not insert the text directly at
    the caret position. In such cases the behavior is UA-dependent,
    but user agents must not, in response to a request to insert text,
@@ -1091,8 +1092,8 @@
  &lt;/dl&gt;
 &lt;/section&gt;</pre>
     <p>...the user agent should allow the user to insert
-    <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> elements before and after the <code><a href="common-microsyntaxes.html#the-dl-element">dl</a></code>
-    element, as children of the <code><a href="common-microsyntaxes.html#the-section-element">section</a></code> element.</p>
+    <code><a href="grouping-content.html#the-p-element">p</a></code> elements before and after the <code><a href="grouping-content.html#the-dl-element">dl</a></code>
+    element, as children of the <code><a href="sections.html#the-section-element">section</a></code> element.</p>
    </div>
 
    </dd>
@@ -1117,11 +1118,11 @@
    e.g. as the default action of a <code title="event-keydown">keydown</code> event whose identifier is the
    "Enter" key and that has a shift modifier set. Line separators are
    typically found within a poem verse or an address. To insert a line
-   break, the user agent must insert a <code><a href="common-microsyntaxes.html#the-br-element">br</a></code> element.</p>
+   break, the user agent must insert a <code><a href="text-level-semantics.html#the-br-element">br</a></code> element.</p>
 
-   <p>If the caret is positioned somewhere where <a href="common-microsyntaxes.html#phrasing-content">phrasing
-   content</a> is not allowed (e.g. in an empty <code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code>
-   element), then the user agent must not insert the <code><a href="common-microsyntaxes.html#the-br-element">br</a></code>
+   <p>If the caret is positioned somewhere where <a href="content-models.html#phrasing-content">phrasing
+   content</a> is not allowed (e.g. in an empty <code><a href="grouping-content.html#the-ol-element">ol</a></code>
+   element), then the user agent must not insert the <code><a href="text-level-semantics.html#the-br-element">br</a></code>
    element directly at the caret position. In such cases the behavior
    is UA-dependent, but user agents must not, in response to a request
    to insert a line separator, generate a DOM that is less conformant
@@ -1164,14 +1165,14 @@
    inserted.</p>
 
    <p>In response to a request from a user to mark text up in italics,
-   user agents should use the <code><a href="common-microsyntaxes.html#the-i-element">i</a></code> element to represent the
-   semantic. The <code><a href="common-microsyntaxes.html#the-em-element">em</a></code> element should be used only if the
+   user agents should use the <code><a href="text-level-semantics.html#the-i-element">i</a></code> element to represent the
+   semantic. The <code><a href="text-level-semantics.html#the-em-element">em</a></code> element should be used only if the
    user agent is sure that the user means to indicate stress
    emphasis.</p>
 
    <p>In response to a request from a user to mark text up in bold,
-   user agents should use the <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element to represent the
-   semantic. The <code><a href="common-microsyntaxes.html#the-strong-element">strong</a></code> element should be used only if
+   user agents should use the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element to represent the
+   semantic. The <code><a href="text-level-semantics.html#the-strong-element">strong</a></code> element should be used only if
    the user agent is sure that the user means to indicate
    importance.</p>
 
@@ -1195,14 +1196,14 @@
 
    <dd><p>When an <a href="#editable">editable</a> form control is edited, the
    changes must be reflected in both its current value <em>and</em>
-   its default value. For <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> elements this means
-   updating the <code title="dom-input-defaultValue"><a href="common-microsyntaxes.html#dom-input-defaultvalue">defaultValue</a></code> IDL attribute as
-   well as the <code title="dom-input-value"><a href="common-microsyntaxes.html#dom-input-value">value</a></code> IDL
-   attribute; for <code><a href="common-microsyntaxes.html#the-select-element">select</a></code> elements it means updating the
-   <code><a href="common-microsyntaxes.html#the-option-element">option</a></code> elements' <code title="dom-option-defaultSelected"><a href="common-microsyntaxes.html#dom-option-defaultselected">defaultSelected</a></code> IDL
-   attribute as well as the <code title="dom-option-selected"><a href="common-microsyntaxes.html#dom-option-selected">selected</a></code> IDL attribute; for
-   <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> elements this means updating the <code title="dom-textarea-defaultValue"><a href="common-microsyntaxes.html#dom-textarea-defaultvalue">defaultValue</a></code> IDL attribute
-   as well as the <code title="dom-textarea-value"><a href="common-microsyntaxes.html#dom-textarea-value">value</a></code> IDL
+   its default value. For <code><a href="the-input-element.html#the-input-element">input</a></code> elements this means
+   updating the <code title="dom-input-defaultValue"><a href="the-input-element.html#dom-input-defaultvalue">defaultValue</a></code> IDL attribute as
+   well as the <code title="dom-input-value"><a href="common-input-element-attributes.html#dom-input-value">value</a></code> IDL
+   attribute; for <code><a href="the-button-element.html#the-select-element">select</a></code> elements it means updating the
+   <code><a href="the-button-element.html#the-option-element">option</a></code> elements' <code title="dom-option-defaultSelected"><a href="the-button-element.html#dom-option-defaultselected">defaultSelected</a></code> IDL
+   attribute as well as the <code title="dom-option-selected"><a href="the-button-element.html#dom-option-selected">selected</a></code> IDL attribute; for
+   <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements this means updating the <code title="dom-textarea-defaultValue"><a href="the-button-element.html#dom-textarea-defaultvalue">defaultValue</a></code> IDL attribute
+   as well as the <code title="dom-textarea-value"><a href="the-button-element.html#dom-textarea-value">value</a></code> IDL
    attribute. (Updating the <code title="">default*</code> IDL
    attributes causes content attributes to be updated as well.)</p></dd>
 
@@ -1259,7 +1260,7 @@
 
   <p>User agents can support the checking of spelling and grammar of
   editable text, either in form controls (such as the value of
-  <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> elements), or in elements in an <a href="#editing-host">editing
+  <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements), or in elements in an <a href="#editing-host">editing
   host</a> (e.g. using <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>).</p>
 
   <p>For each element, user agents must establish a <dfn id="concept-spellcheck-default" title="concept-spellcheck-default">default behavior</dfn>, either
@@ -1329,16 +1330,16 @@
   </p><hr><p>User agents must only consider the following pieces of text as
   checkable for the purposes of this feature:</p>
 
-  <ul><li>The value of <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> elements to which the <code title="attr-input-readonly"><a href="common-microsyntaxes.html#attr-input-readonly">readonly</a></code> attribute applies,
-   whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attributes are not
-   in the <a href="common-microsyntaxes.html#password-state" title="attr-input-type-password">Password</a>
-   state, and that are not <i title="concept-input-immutable"><a href="common-microsyntaxes.html#concept-input-immutable">immutable</a></i> (i.e. that do not
-   have the <code title="attr-input-readonly"><a href="common-microsyntaxes.html#attr-input-readonly">readonly</a></code>
-   attribute specified and that are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>).</li>
+  <ul><li>The value of <code><a href="the-input-element.html#the-input-element">input</a></code> elements to which the <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute applies,
+   whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attributes are not
+   in the <a href="states-of-the-type-attribute.html#password-state" title="attr-input-type-password">Password</a>
+   state, and that are not <i title="concept-input-immutable"><a href="the-input-element.html#concept-input-immutable">immutable</a></i> (i.e. that do not
+   have the <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>
+   attribute specified and that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>).</li>
 
-   <li>The value of <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> elements that do not have a
-   <code title="attr-textarea-readonly"><a href="common-microsyntaxes.html#attr-textarea-readonly">readonly</a></code> attribute and
-   that are not <a href="common-microsyntaxes.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</li>
+   <li>The value of <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements that do not have a
+   <code title="attr-textarea-readonly"><a href="the-button-element.html#attr-textarea-readonly">readonly</a></code> attribute and
+   that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</li>
 
    <li>Text in <a href="infrastructure.html#text-node" title="text node">text nodes</a> that are
    children of <a href="#editable">editable</a> elements.</li>
@@ -1349,8 +1350,8 @@
   with which the text is associated is the element that is the
   immediate parent of the first character of the word, sentence, or
   other piece of text. For text in attributes, it is the attribute's
-  element. For the values of <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> and
-  <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code> elements, it is the element itself.</p>
+  element. For the values of <code><a href="the-input-element.html#the-input-element">input</a></code> and
+  <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements, it is the element itself.</p>
 
   <p>To determine if a word, sentence, or other piece of text in an
   applicable element (as defined above) is to have spelling- and/or
@@ -1401,7 +1402,7 @@
   corrections. User agents may use the language of the element to
   determine what spelling and grammar rules to use, or may use the
   user's preferred language settings. UAs should use
-  <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element attributes such as <code title="attr-input-pattern"><a href="common-microsyntaxes.html#attr-input-pattern">pattern</a></code> to ensure that the
+  <code><a href="the-input-element.html#the-input-element">input</a></code> element attributes such as <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern">pattern</a></code> to ensure that the
   resulting value is valid, where possible.</p>
 
   <p>If checking is disabled, the user agent should not indicate
@@ -1419,7 +1420,7 @@
 
    <p>The element with ID "b" in the following example would have
    checking enabled (the leading space character in the attribute's
-   value on the <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element causes the attribute to be
+   value on the <code><a href="the-input-element.html#the-input-element">input</a></code> element causes the attribute to be
    ignored, so the ancestor's value is used instead, regardless of the
    default).</p>
 

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1063
retrieving revision 1.1064
diff -u -d -r1.1063 -r1.1064
--- browsers.html	15 Aug 2011 03:46:24 -0000	1.1063
+++ browsers.html	15 Aug 2011 04:46:25 -0000	1.1064
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -319,7 +320,7 @@
    }
   </script>
   <script src="link-fixup.js"></script>
-  <link href="style.css" rel="stylesheet"><link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="prev">
+  <link href="style.css" rel="stylesheet"><link href="links.html" title="4.12 Links" rel="prev">
   <link href="spec.html#contents" title="Table of contents" rel="index">
   <link href="origin-0.html" title="5.3 Origin" rel="next">
   </head><body><div class="head" id="head">
@@ -327,7 +328,7 @@
 
    <h1>HTML5</h1>
    </div><div>
-   <a href="common-microsyntaxes.html" class="prev">2.5 Common microsyntaxes</a> &#8211;
+   <a href="links.html" class="prev">4.12 Links</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="origin-0.html" class="next">5.3 Origin</a>
   <ol class="toc"><li><a href="browsers.html#browsers"><span class="secno">5 </span>Loading Web pages</a>
@@ -346,7 +347,7 @@
 
   </div><h3 id="windows"><span class="secno">5.1 </span>Browsing contexts</h3><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which
   <code><a href="infrastructure.html#document">Document</a></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="common-microsyntaxes.html#the-iframe-element">iframe</a></code><span class="impl"> or <code><a href="obsolete.html#frame">frame</a></code>s in a
+  a <a href="#browsing-context">browsing context</a>, as does an <code><a href="the-iframe-element.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>A <a href="#browsing-context">browsing context</a> has a <a href="history.html#session-history">session
   history</a>, which lists the <code><a href="infrastructure.html#document">Document</a></code> objects that
@@ -363,10 +364,10 @@
   for the presentation of a second <code><a href="infrastructure.html#document">Document</a></code> in the same
   <a href="#browsing-context">browsing context</a>, such that the mapping is then 2-to-1.
   This occurs when a <a href="#browsing-context">browsing context</a> is <a href="history.html#navigate" title="navigate">navigated</a> from the initial
-  <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> to another, with
+  <code><a href="fetching-resources.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> to another, with
   <a href="history.html#replacement-enabled">replacement enabled</a>. Second, a <code><a href="infrastructure.html#document">Document</a></code>
   can end up being reused for several <code><a href="#window">Window</a></code> objects when
-  the <code title="dom-document-open"><a href="common-microsyntaxes.html#dom-document-open">document.open()</a></code> method is
+  the <code title="dom-document-open"><a href="content-models.html#dom-document-open">document.open()</a></code> method is
   used, such that the mapping is then 1-to-many.</p><p class="note">A <code><a href="infrastructure.html#document">Document</a></code> does not necessarily have a
   <a href="#browsing-context">browsing context</a> associated with it. In particular,
   data mining tools are likely to never instantiate browsing
@@ -386,28 +387,28 @@
 
   <p>When a <a href="#browsing-context">browsing context</a> is first created, it must be
   created with a single <code><a href="infrastructure.html#document">Document</a></code> in its session history,
-  whose <a href="common-microsyntaxes.html#the-document-s-address" title="the document's address">address</a> is
-  <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>, which is marked as being an <a href="infrastructure.html#html-documents" title="HTML documents">HTML document</a>, and whose <a href="infrastructure.html#document-s-character-encoding" title="document's character encoding">character encoding</a> is
+  whose <a href="dom.html#the-document-s-address" title="the document's address">address</a> is
+  <code><a href="fetching-resources.html#about:blank">about:blank</a></code>, which is marked as being an <a href="infrastructure.html#html-documents" title="HTML documents">HTML document</a>, and whose <a href="infrastructure.html#document-s-character-encoding" title="document's character encoding">character encoding</a> is
   UTF-8. The <code><a href="infrastructure.html#document">Document</a></code> must have a single child
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> node, which itself has a single child
-  <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> node.</p>
+  <code><a href="semantics.html#the-html-element">html</a></code> node, which itself has a single child
+  <code><a href="sections.html#the-body-element">body</a></code> node.</p>
 
   <p class="note">If the <a href="#browsing-context">browsing context</a> is created
   specifically to be immediately navigated, then that initial
   navigation will have <a href="history.html#replacement-enabled">replacement enabled</a>.</p>
 
   <p id="about-blank-origin">The <a href="origin-0.html#origin">origin</a> of the
-  <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> is set when the
+  <code><a href="fetching-resources.html#about:blank">about:blank</a></code> <code><a href="infrastructure.html#document">Document</a></code> is set when the
   <code><a href="infrastructure.html#document">Document</a></code> is created. If the new <a href="#browsing-context">browsing
   context</a> has a <a href="#creator-browsing-context">creator browsing context</a>, then the
-  <a href="origin-0.html#origin">origin</a> of the <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>
+  <a href="origin-0.html#origin">origin</a> of the <code><a href="fetching-resources.html#about:blank">about:blank</a></code>
   <code><a href="infrastructure.html#document">Document</a></code> is the <a href="origin-0.html#origin">origin</a> of the
   <a href="#creator-document">creator <code>Document</code></a>. Otherwise, the
-  <a href="origin-0.html#origin">origin</a> of the <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>
+  <a href="origin-0.html#origin">origin</a> of the <code><a href="fetching-resources.html#about:blank">about:blank</a></code>
   <code><a href="infrastructure.html#document">Document</a></code> is a globally unique identifier assigned when
   the new <a href="#browsing-context">browsing context</a> is created.</p>
 
-  </div><h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p>Certain elements (for example, <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> elements) can
+  </div><h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements) can
   instantiate further <a href="#browsing-context" title="browsing context">browsing
   contexts</a>. These are called <dfn id="nested-browsing-context" title="nested browsing
   context">nested browsing contexts</dfn>. If a browsing context <var title="">P</var> has a <code><a href="infrastructure.html#document">Document</a></code>s <var title="">D</var>
@@ -471,11 +472,11 @@
   context</a>. User agents must not allow the user to interact with
   <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a>
   of elements that are in <code><a href="infrastructure.html#document">Document</a></code>s that are not
-  themselves <a href="#fully-active">fully active</a>.</p><p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a href="common-microsyntaxes.html#seamless-browsing-context-flag">seamless
+  themselves <a href="#fully-active">fully active</a>.</p><p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a href="the-iframe-element.html#seamless-browsing-context-flag">seamless
   browsing context flag</a> set, if it is embedded through an
-  <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="common-microsyntaxes.html#attr-iframe-seamless">seamless</a></code> attribute.</p><p class="note">A <a href="#nested-browsing-context">nested browsing context</a> can in some
+  <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p><p class="note">A <a href="#nested-browsing-context">nested browsing context</a> can in some
   cases be taken out of its <a href="#parent-browsing-context">parent browsing context</a> (e.g.
-  if an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> element is removed from its
+  if an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element is removed from its
   <code><a href="infrastructure.html#document">Document</a></code>). In such a situation, the <a href="#nested-browsing-context">nested
   browsing context</a> has no <a href="#parent-browsing-context">parent browsing context</a>,
   but it still has the same <a href="#browsing-context-container">browsing context container</a>
@@ -485,7 +486,7 @@
   <a href="#top-level-browsing-context">top-level browsing context</a>, and cannot contain
   <code><a href="infrastructure.html#document">Document</a></code>s that are <a href="#fully-active">fully active</a>.
   Furthermore, if a <a href="#browsing-context-container">browsing context container</a> (such as
-  an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>) is moved to another <code><a href="infrastructure.html#document">Document</a></code>,
+  an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>) is moved to another <code><a href="infrastructure.html#document">Document</a></code>,
   then the <a href="#parent-browsing-context">parent browsing context</a> of its <a href="#nested-browsing-context">nested
   browsing context</a> will change.</p><h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="#dom-top">top</a></code></dt>
 
@@ -655,7 +656,7 @@
   <p>Each <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing
   contexts</a> can have a <dfn id="entry-script">entry script</dfn> which is used to
   obtain, amongst other things, the <a href="webappapis.html#script-s-base-url">script's base URL</a> to
-  <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolve</a> relative <a href="common-microsyntaxes.html#url" title="URL">URLs</a> used in scripts running in that <a href="#unit-of-related-similar-origin-browsing-contexts">unit
+  <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> relative <a href="urls.html#url" title="URL">URLs</a> used in scripts running in that <a href="#unit-of-related-similar-origin-browsing-contexts">unit
   of related similar-origin browsing contexts</a>. Initially, there
   is no <a href="#entry-script">entry script</a>. It is changed by the <a href="webappapis.html#jump-to-a-code-entry-point">jump to
   a code entry-point</a> algorithm.</p>
@@ -676,7 +677,7 @@
   <a href="#parent-browsing-context">parent browsing context</a> of the one the link or script
   is in, "master" means the nearest <a href="#ancestor-browsing-context">ancestor browsing
   context</a> of the one the link or script is in that is not
-  itself in a <a href="common-microsyntaxes.html#attr-iframe-seamless" title="attr-iframe-seamless">seamless
+  itself in a <a href="the-iframe-element.html#attr-iframe-seamless" title="attr-iframe-seamless">seamless
   iframe</a>, "top" means the <a href="#top-level-browsing-context">top-level browsing
   context</a> of the one the link or script is in, "new" means a
   new <a href="#top-level-browsing-context">top-level browsing context</a> or <a href="#auxiliary-browsing-context">auxiliary
@@ -686,7 +687,7 @@
   treat it more like "none", and "none" means that by default nothing
   will happen.</p><table><thead><tr><th rowspan="2">Keyword
      </th><th rowspan="2">Ordinary effect
-     </th><th colspan="5">Effect in an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> with...
+     </th><th colspan="5">Effect in an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> with...
     </th></tr><tr><th><code title="">seamless=""</code>
      </th><th><code title="">sandbox=""</code>
      </th><th><code title="">sandbox="" seamless=""</code>
@@ -813,7 +814,7 @@
      </td><td>none
      </td><td>none
 
-  </td></tr></tbody></table><p><small>&#8224; This case is only possible if the <code title="attr-iframe-sandbox"><a href="common-microsyntaxes.html#attr-iframe-sandbox">sandbox</a></code> attribute also allows
+  </td></tr></tbody></table><p><small>&#8224; This case is only possible if the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code> attribute also allows
   scripts.</small></p><div class="impl">
 
   <p><dfn id="the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">The rules for choosing a browsing context given a browsing
@@ -827,8 +828,8 @@
 
     <p>If the given browsing context name is <code title="">_self</code>, then this is an <dfn id="explicit-self-navigation-override">explicit
     self-navigation override</dfn>, which overrides the behavior of
-    the <a href="common-microsyntaxes.html#seamless-browsing-context-flag">seamless browsing context flag</a> set by the <code title="attr-iframe-seamless"><a href="common-microsyntaxes.html#attr-iframe-seamless">seamless</a></code> attribute on
-    <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> elements.</p>
+    the <a href="the-iframe-element.html#seamless-browsing-context-flag">seamless browsing context flag</a> set by the <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute on
+    <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements.</p>
 
    </li>
 
@@ -868,7 +869,7 @@
     applicable option from the following list:</p>
 
     <dl class="switch"><dt id="sandboxWindowOpen">If the current browsing context had
-     the <a href="common-microsyntaxes.html#sandboxed-navigation-browsing-context-flag">sandboxed navigation browsing context flag</a> set
+     the <a href="the-iframe-element.html#sandboxed-navigation-browsing-context-flag">sandboxed navigation browsing context flag</a> set
      when its <a href="#active-document">active document</a> was created.</dt>
 
      <dd><p>The user agent may offer to create a new <a href="#top-level-browsing-context">top-level
@@ -884,8 +885,8 @@
 
      <dt id="noopener">If the user agent has been configured such that
      in this instance it will create a new browsing context, and the
-     browsing context is being requested as part of <a href="common-microsyntaxes.html#following-hyperlinks" title="following hyperlinks">following a hyperlink</a> whose
-     <a href="common-microsyntaxes.html#linkTypes">link types</a> include the <code title="rel-noreferrer"><a href="common-microsyntaxes.html#link-type-noreferrer">noreferrer</a></code> keyword</dt>
+     browsing context is being requested as part of <a href="links.html#following-hyperlinks" title="following hyperlinks">following a hyperlink</a> whose
+     <a href="links.html#linkTypes">link types</a> include the <code title="rel-noreferrer"><a href="links.html#link-type-noreferrer">noreferrer</a></code> keyword</dt>
 
      <dd><p>A new <a href="#top-level-browsing-context">top-level browsing context</a> must be
      created. If the given browsing context name is not <code title="">_blank</code>, then the new top-level browsing context's
@@ -898,7 +899,7 @@
 
 
      <dt>If the user agent has been configured such that in this
-     instance it will create a new browsing context, and the <code title="rel-noreferrer"><a href="common-microsyntaxes.html#link-type-noreferrer">noreferrer</a></code> keyword doesn't
+     instance it will create a new browsing context, and the <code title="rel-noreferrer"><a href="links.html#link-type-noreferrer">noreferrer</a></code> keyword doesn't
      apply</dt>
 
      <dd><p>A new <a href="#auxiliary-browsing-context">auxiliary browsing context</a> must be
@@ -1083,7 +1084,7 @@
   context</a>'s <a href="#active-document">active document</a>.</p>
 
   <p>The <dfn id="dom-document-defaultview" title="dom-document-defaultView"><code>defaultView</code></dfn> IDL
-  attribute of the <code><a href="common-microsyntaxes.html#htmldocument">HTMLDocument</a></code> interface must return the
+  attribute of the <code><a href="dom.html#htmldocument">HTMLDocument</a></code> interface must return the
   <code><a href="infrastructure.html#document">Document</a></code>'s <a href="#browsing-context">browsing context</a>'s
   <code><a href="#windowproxy">WindowProxy</a></code> object, if there is one, or null
   otherwise.</p>
@@ -1138,7 +1139,7 @@
    <dd>
 
     <p>Opens a window to show <var title="">url</var> (defaults to
-    <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
+    <code><a href="fetching-resources.html#about:blank">about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
     window. If a window exists with that name already, it is
     reused. The <var title="">replace</var> attribute, if true, means
     that whatever page is currently open in that window will be
@@ -1182,10 +1183,10 @@
   <p>The method has four arguments, though they are all optional.</p>
 
   <p>The first argument, <var title="">url</var>, must be a
-  <a href="common-microsyntaxes.html#valid-non-empty-url">valid non-empty URL</a> for a page to load in the browsing
+  <a href="urls.html#valid-non-empty-url">valid non-empty URL</a> for a page to load in the browsing
   context. If no arguments are provided, or if the first argument is
   the empty string, then the <var title="">url</var> argument defaults
-  to "<code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>". The argument must be <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolved</a> to an <a href="common-microsyntaxes.html#absolute-url">absolute
+  to "<code><a href="fetching-resources.html#about:blank">about:blank</a></code>". The argument must be <a href="urls.html#resolve-a-url" title="resolve a url">resolved</a> to an <a href="urls.html#absolute-url">absolute
   URL</a> (or an error), relative to the <a href="#entry-script">entry
   script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>,
   when the method is invoked.</p>
@@ -1229,10 +1230,10 @@
   instead target a new tab.</p>
 
   <p>Then, if <var title="">url</var> is not
-  "<code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>", the user agent must
+  "<code><a href="fetching-resources.html#about:blank">about:blank</a></code>", the user agent must
   <a href="history.html#navigate">navigate</a> the selected
-  <a href="#browsing-context">browsing context</a> to the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> (or
-  error) obtained from <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a>
+  <a href="#browsing-context">browsing context</a> to the <a href="urls.html#absolute-url">absolute URL</a> (or
+  error) obtained from <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a>
   <var title="">url</var> earlier. If the <var title="">replace</var>
   is true or if the <a href="#browsing-context">browsing context</a> was just created as
   part of <a href="#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a
@@ -1243,7 +1244,7 @@
   browsing context</a>.</p>
 
   <p>If <var title="">url</var> <em>is</em>
-  "<code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>", the user agent must instead <a href="webappapis.html#queue-a-task">queue
+  "<code><a href="fetching-resources.html#about:blank">about:blank</a></code>", the user agent must instead <a href="webappapis.html#queue-a-task">queue
   a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the the selected <a href="#browsing-context">browsing
   context</a>'s <code><a href="#window">Window</a></code> object, but with its <code title="dom-event-target"><a href="infrastructure.html#dom-event-target">target</a></code> set to the the selected
   <a href="#browsing-context">browsing context</a>'s <code><a href="#window">Window</a></code> object's
@@ -1278,7 +1279,7 @@
   attempt to <a href="history.html#navigate">navigate</a> the <a href="#browsing-context">browsing context</a>
   and that attempt is not currently running the <a href="history.html#unload-a-document">unload a
   document</a> algorithm, cancel that <a href="history.html#navigate" title="navigate">navigation</a> and any associated instances of
-  the <a href="common-microsyntaxes.html#fetch" title="fetch">fetch algorithm</a>. Otherwise, it must
+  the <a href="fetching-resources.html#fetch" title="fetch">fetch algorithm</a>. Otherwise, it must
   do nothing.</p>
 
   </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt>
@@ -1347,15 +1348,15 @@
   property names</a> at any moment consist of:</p>
 
   <ul><li>the value of the <code title="">name</code> content attribute
-   for all <code><a href="common-microsyntaxes.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>,
-   <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>, <code><a href="common-microsyntaxes.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="common-microsyntaxes.html#the-iframe-element">iframe</a></code>, <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>, and
-   <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> elements in the <a href="#active-document">active document</a>
+   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-map-element.html#the-area-element">area</a></code>,
+   <code><a href="the-iframe-element.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="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and
+   <code><a href="the-iframe-element.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>
 
-   <li>the value of the <code title="attr-id"><a href="common-microsyntaxes.html#the-id-attribute">id</a></code> content
+   <li>the value of the <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> content
    attribute of any <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> in
-   the <a href="#active-document">active document</a> with an <code title="attr-id"><a href="common-microsyntaxes.html#the-id-attribute">id</a></code> content attribute.</li>
+   the <a href="#active-document">active document</a> with an <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> content attribute.</li>
 
   </ul><p class="critical">It is possible that this will change. Browser
   vendors are considering limiting this behaviour to <a href="infrastructure.html#quirks-mode">quirks
@@ -1379,10 +1380,10 @@
 
    <li>
 
-    <p>If <var title="">elements</var> contains an <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>
+    <p>If <var title="">elements</var> contains an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>
     element, then return the <code><a href="#windowproxy">WindowProxy</a></code> object of the
     <a href="#nested-browsing-context">nested browsing context</a> represented by the first such
-    <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> element in <a href="infrastructure.html#tree-order">tree order</a>, and abort
+    <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element in <a href="infrastructure.html#tree-order">tree order</a>, and abort
     these steps.</p>
 
    </li>
@@ -1405,12 +1406,12 @@
   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="common-microsyntaxes.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>, <code><a href="common-microsyntaxes.html#the-area-element">area</a></code>,
-   <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>, <code><a href="common-microsyntaxes.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="common-microsyntaxes.html#the-iframe-element">iframe</a></code>, <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>, or
-   <code><a href="common-microsyntaxes.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>
+  <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-map-element.html#the-area-element">area</a></code>,
+   <code><a href="the-iframe-element.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="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, or
+   <code><a href="the-iframe-element.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> that have an <code title="attr-id"><a href="common-microsyntaxes.html#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>.</li>
+   <li><a href="infrastructure.html#html-elements">HTML elements</a> that have an <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>.</li>
 
   </ul></div><div class="impl">
 
@@ -1424,12 +1425,12 @@
   <p>A <code><a href="infrastructure.html#document">Document</a></code> has a strong reference to its
   <code><a href="#window">Window</a></code> object.</p>
 
-  <p class="note">A <code><a href="#window">Window</a></code> object <a href="common-microsyntaxes.html#implied-strong-reference" title="implied
+  <p class="note">A <code><a href="#window">Window</a></code> object <a href="common-dom-interfaces.html#implied-strong-reference" title="implied
   strong reference">has a strong reference</a> to its
   <code><a href="infrastructure.html#document">Document</a></code> object through its <code title="dom-document"><a href="#dom-document">document</a></code> attribute.  Thus, references
   from other scripts to either of those objects will keep both
   alive. Similarly, both <code><a href="infrastructure.html#document">Document</a></code> and <code><a href="#window">Window</a></code>
-  objects have <a href="common-microsyntaxes.html#implied-strong-reference" title="implied strong reference">implied strong
+  objects have <a href="common-dom-interfaces.html#implied-strong-reference" title="implied strong reference">implied strong
   references</a> to the <code><a href="#windowproxy">WindowProxy</a></code> object.</p>
 
   <p>Each <a href="webappapis.html#concept-script" title="concept-script">script</a> has a strong
@@ -1534,7 +1535,7 @@
   <dl><dt><dfn id="the-location-bar-barprop-object">The location bar <code>BarProp</code> object</dfn></dt>
 
    <dd>Represents the user interface element that contains a control
-   that displays the <a href="common-microsyntaxes.html#url">URL</a> of the <a href="#active-document">active
+   that displays the <a href="urls.html#url">URL</a> of the <a href="#active-document">active
    document</a>, or some similar interface concept.</dd>
 
    <dt><dfn id="the-menu-bar-barprop-object">The menu bar <code>BarProp</code> object</dfn></dt>

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- edits.html	28 Jul 2011 01:46:26 -0000	1.36
+++ edits.html	15 Aug 2011 04:46:27 -0000	1.37
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.1040
retrieving revision 1.1041
diff -u -d -r1.1040 -r1.1041
--- the-xhtml-syntax.html	15 Aug 2011 03:46:28 -0000	1.1040
+++ the-xhtml-syntax.html	15 Aug 2011 04:47:05 -0000	1.1041
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -382,8 +383,8 @@
   well-formedness error, the user agent must act as if the element was
   in a <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p>
 
-  <p class="note">This is used by the <code><a href="common-microsyntaxes.html#the-object-element">object</a></code> element to
-  avoid instantiating plugins before the <code><a href="common-microsyntaxes.html#the-param-element">param</a></code> element
+  <p class="note">This is used by the <code><a href="the-iframe-element.html#the-object-element">object</a></code> element to
+  avoid instantiating plugins before the <code><a href="the-iframe-element.html#the-param-element">param</a></code> element
   children have been parsed.</p>
 
   <p>This specification provides the following additional information
@@ -413,37 +414,37 @@
   handling external subsets. <a href="references.html#refsXML">[XML]</a></p>
 
   <p id="scriptTagXML">When an <a href="#xml-parser">XML parser</a> creates a
-  <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element, it must be marked as being
-  <a href="common-microsyntaxes.html#parser-inserted">"parser-inserted"</a> and its <a href="common-microsyntaxes.html#force-async">"force-async"</a>
+  <code><a href="scripting-1.html#the-script-element">script</a></code> element, it must be marked as being
+  <a href="scripting-1.html#parser-inserted">"parser-inserted"</a> and its <a href="scripting-1.html#force-async">"force-async"</a>
   flag must be unset. If the parser was originally created for the
   <a href="#xml-fragment-parsing-algorithm">XML fragment parsing algorithm</a>, then the element must
-  be marked as <a href="common-microsyntaxes.html#already-started">"already started"</a> also. When the element's
+  be marked as <a href="scripting-1.html#already-started">"already started"</a> also. When the element's
   end tag is parsed, the user agent must <a href="webappapis.html#provide-a-stable-state">provide a stable
-  state</a>, and then <a href="common-microsyntaxes.html#prepare-a-script" title="prepare a script">prepare</a>
-  the <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element. If this causes there to be a
-  <a href="common-microsyntaxes.html#pending-parsing-blocking-script">pending parsing-blocking script</a>, then the user agent
+  state</a>, and then <a href="scripting-1.html#prepare-a-script" title="prepare a script">prepare</a>
+  the <code><a href="scripting-1.html#the-script-element">script</a></code> element. If this causes there to be a
+  <a href="scripting-1.html#pending-parsing-blocking-script">pending parsing-blocking script</a>, then the user agent
   must run the following steps:</p>
 
   <ol><li><p>Block this instance of the <a href="#xml-parser">XML parser</a>, such
    that the <a href="webappapis.html#event-loop">event loop</a> will not run <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke it.</p></li>
 
    <li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the parser's
-   <code><a href="infrastructure.html#document">Document</a></code> <a href="common-microsyntaxes.html#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that is blocking
-   scripts</a> and the <a href="common-microsyntaxes.html#pending-parsing-blocking-script">pending parsing-blocking
-   script</a>'s <a href="common-microsyntaxes.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is
+   <code><a href="infrastructure.html#document">Document</a></code> <a href="semantics.html#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that is blocking
+   scripts</a> and the <a href="scripting-1.html#pending-parsing-blocking-script">pending parsing-blocking
+   script</a>'s <a href="scripting-1.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is
    set.</p></li>
 
    <li><p>Unblock this instance of the <a href="#xml-parser">XML parser</a>, such
    that <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that invoke it can
    again be run.</p></li>
 
-   <li><p><a href="common-microsyntaxes.html#execute-the-script-block" title="execute the script block">Execute</a> the
-   <a href="common-microsyntaxes.html#pending-parsing-blocking-script">pending parsing-blocking script</a>.</p></li>
+   <li><p><a href="scripting-1.html#execute-the-script-block" title="execute the script block">Execute</a> the
+   <a href="scripting-1.html#pending-parsing-blocking-script">pending parsing-blocking script</a>.</p></li>
 
-   <li><p>There is no longer a <a href="common-microsyntaxes.html#pending-parsing-blocking-script">pending parsing-blocking
+   <li><p>There is no longer a <a href="scripting-1.html#pending-parsing-blocking-script">pending parsing-blocking
    script</a>.</p></li>
 
-  </ol><p class="note">Since the <code title="dom-document-write"><a href="common-microsyntaxes.html#dom-document-write">document.write()</a></code> API is not
+  </ol><p class="note">Since the <code title="dom-document-write"><a href="content-models.html#dom-document-write">document.write()</a></code> API is not
   available for <a href="infrastructure.html#xml-documents">XML documents</a>, much of the complexity in
   the <a href="parsing.html#html-parser">HTML parser</a> is not needed in the <a href="#xml-parser">XML
   parser</a>.</p>

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- iana.html	15 Aug 2011 03:46:27 -0000	1.361
+++ iana.html	15 Aug 2011 04:46:32 -0000	1.362
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -346,7 +347,7 @@
      <dd>
       <p>The <code title="">charset</code> parameter may be provided
       to definitively specify the <a href="infrastructure.html#document-s-character-encoding">document's character
-      encoding</a>, overriding any <a href="common-microsyntaxes.html#character-encoding-declaration" title="character encoding
+      encoding</a>, overriding any <a href="semantics.html#character-encoding-declaration" title="character encoding
       declaration">character encoding declarations</a> in the
       document. The parameter's value must be the name of the
       character encoding used to serialize the file, must be a valid
@@ -356,7 +357,7 @@
      </dd>
     </dl></dd>
    <dt>Encoding considerations:</dt>
-   <dd>See the section on <a href="common-microsyntaxes.html#character-encoding-declaration" title="character encoding
+   <dd>See the section on <a href="semantics.html#character-encoding-declaration" title="character encoding
    declaration">character encoding declarations</a>.</dd>
    <dt>Security considerations:</dt>
    <dd>
@@ -378,7 +379,7 @@
     <p>Even without scripting, there are specific features in HTML
     which, for historical reasons, are required for broad
     compatibility with legacy content but that expose the user to
-    unfortunate security problems. In particular, the <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+    unfortunate security problems. In particular, the <code><a href="embedded-content-1.html#the-img-element">img</a></code>
     element can be used in conjunction with some other features as a
     way to effect a port scan from the user's location on the
     Internet. This can expose local network topologies that the
@@ -530,7 +531,7 @@
    <dd>
     Labeling a resource with the <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code>
     type asserts that the resource is an XML document that likely has
-    a root element from the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a>. As such, the
+    a root element from the <a href="namespaces.html#html-namespace-0">HTML namespace</a>. As such, the
     relevant specifications are the XML specification, the Namespaces
     in XML specification, and this specification. <a href="references.html#refsXML">[XML]</a> <a href="references.html#refsXMLNS">[XMLNS]</a>
    </dd>
@@ -543,7 +544,7 @@
      <dt>File extension(s):</dt>
      <dd>"<code title="">xhtml</code>" and "<code title="">xht</code>"
      are sometimes used as extensions for XML resources that have a
-     root element from the <a href="common-microsyntaxes.html#html-namespace-0">HTML namespace</a>.</dd>
+     root element from the <a href="namespaces.html#html-namespace-0">HTML namespace</a>.</dd>
      <dt>Macintosh file type code(s):</dt>
      <dd><code title="">TEXT</code></dd>
     </dl></dd>
@@ -613,7 +614,7 @@
    <dd>W3C</dd>
   </dl><p>Fragment identifiers have no meaning with the
   <code><a href="#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code> type as this type is
-  only used for uploaded payloads that do not have <a href="common-microsyntaxes.html#url">URL</a>
+  only used for uploaded payloads that do not have <a href="urls.html#url">URL</a>
   identifiers.</p><h3 id="text-cache-manifest"><span class="secno">12.5 </span><dfn><code>text/cache-manifest</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><dl><dt>Type name:</dt>
    <dd>text</dd>

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -d -r1.1046 -r1.1047
--- offline.html	15 Aug 2011 03:46:27 -0000	1.1046
+++ offline.html	15 Aug 2011 04:46:34 -0000	1.1047
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -450,14 +451,14 @@
 
      </dt><dd><p class="note">These are documents that were added to the
      cache because a <a href="browsers.html#browsing-context">browsing context</a> was <a href="history.html#navigate" title="navigate">navigated</a> to that document and the
-     document indicated that this was its cache, using the <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> attribute.</p>
+     document indicated that this was its cache, using the <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> attribute.</p>
 
 
      </dd><dt><dfn id="concept-appcache-manifest" title="concept-appcache-manifest">The manifest</dfn>
 
      </dt><dd><p class="note">This is the resource corresponding to the URL
-     that was given in a master entry's <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element's
-     <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> attribute. The
+     that was given in a master entry's <code><a href="semantics.html#the-html-element">html</a></code> element's
+     <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> attribute. The
      manifest is fetched and processed during the <a href="#application-cache-download-process">application
      cache download process</a>. All the <a href="#concept-appcache-master" title="concept-appcache-master">master entries</a> have the
      <a href="origin-0.html#same-origin" title="same origin">same origin</a> as the manifest.</p>
@@ -480,7 +481,7 @@
     </dd></dl><p><a href="#concept-appcache-explicit" title="concept-appcache-explicit">Explicit entries</a>
     and <a href="#concept-appcache-fallback" title="concept-appcache-fallback">Fallback
     entries</a> can be marked as <dfn id="concept-appcache-foreign" title="concept-appcache-foreign">foreign</dfn>, which means that
-    they have a <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code>
+    they have a <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code>
     attribute but that it doesn't point at this cache's <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>.</p>
 
     <p class="note">A URL in the list can be flagged with multiple
@@ -532,7 +533,7 @@
   either <i>complete</i> or <i>incomplete</i>.</p>
 
   <hr><p>An <dfn id="application-cache-group">application cache group</dfn> is a group of <a href="#application-cache" title="application cache">application caches</a>, identified by
-  the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of a resource <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a> which is used to
+  the <a href="urls.html#absolute-url">absolute URL</a> of a resource <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a> which is used to
   populate the caches in the group.</p>
 
   <p>An <a href="#application-cache">application cache</a> is <dfn id="concept-appcache-newer" title="concept-appcache-newer">newer</dfn> than another if it was
@@ -778,16 +779,16 @@
     <p>When the current section is the <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit
     section</a>, data lines must consist of zero or more U+0020
     SPACE and U+0009 CHARACTER TABULATION (tab) characters, a
-    <a href="common-microsyntaxes.html#valid-url">valid URL</a> identifying a resource other than the
+    <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the
     manifest itself, and then zero or more U+0020 SPACE and U+0009
     CHARACTER TABULATION (tab) characters.</p>
 
     <p>When the current section is the <a href="#concept-appcache-manifest-fallback" title="concept-appcache-manifest-fallback">fallback
     section</a>, data lines must consist of zero or more U+0020
     SPACE and U+0009 CHARACTER TABULATION (tab) characters, a
-    <a href="common-microsyntaxes.html#valid-url">valid URL</a> identifying a resource other than the
+    <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the
     manifest itself, one or more U+0020 SPACE and U+0009 CHARACTER
-    TABULATION (tab) characters, another <a href="common-microsyntaxes.html#valid-url">valid URL</a>
+    TABULATION (tab) characters, another <a href="urls.html#valid-url">valid URL</a>
     identifying a resource other than the manifest itself, and then
     zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab)
     characters.</p>
@@ -795,7 +796,7 @@
     <p>When the current section is the <a href="#concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist
     section</a>, data lines must consist of zero or more U+0020
     SPACE and U+0009 CHARACTER TABULATION (tab) characters, either a
-    single U+002A ASTERISK character (*)  or a <a href="common-microsyntaxes.html#valid-url">valid
+    single U+002A ASTERISK character (*)  or a <a href="urls.html#valid-url">valid
     URL</a> identifying a resource other than the manifest itself,
     and then zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION
     (tab) characters.</p>
@@ -818,7 +819,7 @@
   ASTERISK character (*) may be specified as one of the URLs. </p><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
   which another namespace in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> is
   a <a href="infrastructure.html#prefix-match">prefix match</a>.</p><p>Relative URLs must be given relative to the manifest's own
-  URL. All URLs in the manifest must have the same <a href="common-microsyntaxes.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> as the manifest itself
+  URL. All URLs in the manifest must have the same <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> as the manifest itself
   (either explicitly or implicitly, through the use of relative
   URLs).</p><p>URLs in manifests must not have fragment identifiers (i.e. the
   U+0023 NUMBER SIGN character isn't allowed in URLs in
@@ -835,20 +836,20 @@
    with the manifest to be parsed <a href="infrastructure.html#decoded-as-utf-8-with-error-handling" title="decoded as UTF-8, with
    error handling">as UTF-8, with error handling</a>. </p></li>
 
-   <li><p>Let <var title="">base URL</var> be the <a href="common-microsyntaxes.html#absolute-url">absolute
+   <li><p>Let <var title="">base URL</var> be the <a href="urls.html#absolute-url">absolute
    URL</a> representing the manifest.</p></li>
 
    <li><p>Let <var title="">explicit URLs</var> be an initially empty
-   list of <a href="common-microsyntaxes.html#absolute-url" title="absolute URL">absolute URLs</a> for <a href="#concept-appcache-explicit" title="concept-appcache-explicit">explicit entries</a>.</p></li>
+   list of <a href="urls.html#absolute-url" title="absolute URL">absolute URLs</a> for <a href="#concept-appcache-explicit" title="concept-appcache-explicit">explicit entries</a>.</p></li>
 
    <li><p>Let <var title="">fallback URLs</var> be an initially empty
    mapping of <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback
-   namespaces</a> to <a href="common-microsyntaxes.html#absolute-url" title="absolute URL">absolute
+   namespaces</a> to <a href="urls.html#absolute-url" title="absolute URL">absolute
    URLs</a> for <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback
    entries</a>.</p></li>
 
    <li><p>Let <var title="">online whitelist namespaces</var> be an
-   initially empty list of <a href="common-microsyntaxes.html#absolute-url" title="absolute URL">absolute
+   initially empty list of <a href="urls.html#absolute-url" title="absolute URL">absolute
    URLs</a> for an <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online
    whitelist</a>.</p></li>
 
@@ -963,24 +964,24 @@
 
      <dd>
 
-      <p><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> the first item in
+      <p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the first item in
       <var title="">tokens</var>, relative to <var title="">base
       URL</var>; ignore the rest.</p>
 
       <p>If this fails, then jump back to the step labeled "start of
       line".</p>
 
-      <p>If the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> has a different
-      <a href="common-microsyntaxes.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than
+      <p>If the resulting <a href="urls.html#absolute-url">absolute URL</a> has a different
+      <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than
       the manifest's URL (compared in an <a href="infrastructure.html#ascii-case-insensitive">ASCII
       case-insensitive</a> manner), then jump back to the step
       labeled "start of line".</p>
 
-      <p>Drop the <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
-      component of the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>, if it has
+      <p>Drop the <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
+      component of the resulting <a href="urls.html#absolute-url">absolute URL</a>, if it has
       one.</p>
 
-      <p>Add the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> to the <var title="">explicit URLs</var>.</p>
+      <p>Add the resulting <a href="urls.html#absolute-url">absolute URL</a> to the <var title="">explicit URLs</var>.</p>
 
      </dd>
 
@@ -991,27 +992,27 @@
       <p>Let <var title="">part one</var> be the first token in <var title="">tokens</var>, and let <var title="">part two</var> be
       the second token in <var title="">tokens</var>.</p>
 
-      <p><a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">Resolve</a> <var title="">part
+      <p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> <var title="">part
       one</var> and <var title="">part two</var>, relative to <var title="">base URL</var>.</p>
 
       <p>If either fails, then jump back to the step labeled "start of
       line".</p>
 
-      <p>If the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> corresponding to either <var title="">part one</var> or <var title="">part two</var> does not
+      <p>If the <a href="urls.html#absolute-url">absolute URL</a> corresponding to either <var title="">part one</var> or <var title="">part two</var> does not
       have the <a href="origin-0.html#same-origin">same origin</a> as the manifest's URL, then
       jump back to the step labeled "start of line".</p> 
-      <p>Drop any <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
-      components of the resulting <a href="common-microsyntaxes.html#absolute-url" title="absolute URL">absolute
+      <p>Drop any <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
+      components of the resulting <a href="urls.html#absolute-url" title="absolute URL">absolute
       URLs</a>.</p>
 
-      <p>If the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> corresponding to <var title="">part one</var> is already in the <var title="">fallback
+      <p>If the <a href="urls.html#absolute-url">absolute URL</a> corresponding to <var title="">part one</var> is already in the <var title="">fallback
       URLs</var> mapping as a <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a>,
       then jump back to the step labeled "start of line".</p>
 
-      <p>Otherwise, add the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> corresponding to
+      <p>Otherwise, add the <a href="urls.html#absolute-url">absolute URL</a> corresponding to
       <var title="">part one</var> to the <var title="">fallback
       URLs</var> mapping as a <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a>,
-      mapped to the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> corresponding to <var title="">part two</var> as the <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entry</a>.</p>
+      mapped to the <a href="urls.html#absolute-url">absolute URL</a> corresponding to <var title="">part two</var> as the <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entry</a>.</p>
 
      </dd>
 
@@ -1024,23 +1025,23 @@
       wildcard flag</var> to <i title="">open</i> and jump back to the
       step labeled "start of line".</p>
 
-      <p>Otherwise, <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolve</a> the
+      <p>Otherwise, <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> the
       first item in <var title="">tokens</var>, relative to <var title="">base URL</var>; ignore the rest.</p>
 
       <p>If this fails, then jump back to the step labeled "start of
       line".</p>
 
-      <p>If the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> has a different
-      <a href="common-microsyntaxes.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than
+      <p>If the resulting <a href="urls.html#absolute-url">absolute URL</a> has a different
+      <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than
       the manifest's URL (compared in an <a href="infrastructure.html#ascii-case-insensitive">ASCII
       case-insensitive</a> manner), then jump back to the step
       labeled "start of line".</p>
 
-      <p>Drop the <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
-      component of the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a>, if it has
+      <p>Drop the <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
+      component of the resulting <a href="urls.html#absolute-url">absolute URL</a>, if it has
       one.</p>
 
-      <p>Add the resulting <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> to the <var title="">online whitelist namespaces</var>.</p>
+      <p>Add the resulting <a href="urls.html#absolute-url">absolute URL</a> to the <var title="">online whitelist namespaces</var>.</p>
 
      </dd>
 
@@ -1064,7 +1065,7 @@
 
   </ol><div class="note">
 
-   <p>The resource that declares the manifest (with the <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> attribute) will always
+   <p>The resource that declares the manifest (with the <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> attribute) will always
    get taken from the cache, whether it is listed in the cache or not,
    even if it is listed in an <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist
    namespace</a>.</p>
@@ -1096,7 +1097,7 @@
 
   <p>When the user agent is required (by other parts of this
   specification) to start the <dfn id="application-cache-download-process">application cache download
-  process</dfn> for an <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> purported to identify
+  process</dfn> for an <a href="urls.html#absolute-url">absolute URL</a> purported to identify
   a <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>, or for an
   <a href="#application-cache-group">application cache group</a>, potentially given a particular
   <a href="#cache-host">cache host</a>, and potentially given a <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource, the user
@@ -1140,12 +1141,12 @@
 
       <p>Pick the appropriate substeps:</p>
 
-      <dl class="switch"><dt>If these steps were invoked with an <a href="common-microsyntaxes.html#absolute-url">absolute
+      <dl class="switch"><dt>If these steps were invoked with an <a href="urls.html#absolute-url">absolute
        URL</a> purported to identify a <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a></dt>
 
        <dd>
 
-        <p>Let <var title="">manifest URL</var> be that <a href="common-microsyntaxes.html#absolute-url">absolute
+        <p>Let <var title="">manifest URL</var> be that <a href="urls.html#absolute-url">absolute
         URL</a>.</p>
 
         <p>If there is no <a href="#application-cache-group">application cache group</a>
@@ -1161,7 +1162,7 @@
 
        <dd>
 
-        <p>Let <var title="">manifest URL</var> be the <a href="common-microsyntaxes.html#absolute-url">absolute
+        <p>Let <var title="">manifest URL</var> be the <a href="urls.html#absolute-url">absolute
         URL</a> of the <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a> used to
         identify the <a href="#application-cache-group">application cache group</a> to be
         updated.</p>
@@ -1244,7 +1245,7 @@
 
    <li>
 
-    <p><i>Fetching the manifest</i>: <a href="common-microsyntaxes.html#fetch">Fetch</a> the resource
+    <p><i>Fetching the manifest</i>: <a href="fetching-resources.html#fetch">Fetch</a> the resource
     from <var title="">manifest URL</var> with the <i>synchronous
     flag</i> set, and let <var title="">manifest</var> be that
     resource.</p> 
@@ -1264,7 +1265,7 @@
    <li>
 
     <p>If <i>fetching the manifest</i> fails due to a 404 or 410
-    response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
+    response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
     equivalent</a>, then run these substeps:</p>
 
     <ol><li><p>Mark <var title="">cache group</var> as <a href="#concept-appcache-obsolete" title="concept-appcache-obsolete">obsolete</a>. This <var title="">cache group</var> no longer exists for any purpose other
@@ -1318,7 +1319,7 @@
    <li>
 
     <p>Otherwise, if <i>fetching the manifest</i> fails in some other
-    way (e.g. the server returns another 4xx or 5xx response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
+    way (e.g. the server returns another 4xx or 5xx response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
     there is a DNS error, or the connection times out, or the user
     cancels the download, or the parser for manifests fails when
     checking the magic signature), or if the server returned a
@@ -1335,7 +1336,7 @@
     attempt</a> and the newly downloaded <var title="">manifest</var> is byte-for-byte identical to the manifest
     found in the <a href="#concept-appcache-newer" title="concept-appcache-newer">newest</a>
     <a href="#application-cache">application cache</a> in <var title="">cache group</var>,
-    or the server reported it as "304 Not Modified" <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, then
+    or the server reported it as "304 Not Modified" <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, then
     run these substeps:</p>
 
     <ol><li><p>Let <var title="">cache</var> be the <a href="#concept-appcache-newer" title="concept-appcache-newer">newest</a> <a href="#application-cache">application
@@ -1351,7 +1352,7 @@
       either completely downloaded or failed.</p>
 
       <p>If the download failed (e.g. the server returns a 4xx or 5xx
-      response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
+      response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
       equivalent</a>, or there is a DNS error, the connection times
       out, or the user cancels the download), or if the resource is
       labeled with the "no-store" cache directive, then create a <a href="webappapis.html#concept-task" title="concept-task">task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
@@ -1368,7 +1369,7 @@
       with <var title="">cache</var>; store the resource for this
       entry in <var title="">cache</var>, if it isn't already there,
       and categorize its entry as a <a href="#concept-appcache-master" title="concept-appcache-master">master entry</a>. If the
-      resource's <a href="common-microsyntaxes.html#url">URL</a> has a <a href="common-microsyntaxes.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component, it must
+      resource's <a href="urls.html#url">URL</a> has a <a href="urls.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component, it must
       be removed from the entry in <var title="">cache</var>
       (application caches never include fragment identifiers).</p>
 
@@ -1487,8 +1488,8 @@
 
      <li>
 
-      <p><a href="common-microsyntaxes.html#fetch">Fetch</a> the resource, from the <a href="origin-0.html#origin">origin</a>
-      of the <a href="common-microsyntaxes.html#url">URL</a> <var title="">manifest URL</var>, with
+      <p><a href="fetching-resources.html#fetch">Fetch</a> the resource, from the <a href="origin-0.html#origin">origin</a>
+      of the <a href="urls.html#url">URL</a> <var title="">manifest URL</var>, with
       the <i>synchronous flag</i> set and the <i>manual redirect
       flag</i> set. If this is an <a href="#concept-appcache-upgrade" title="concept-appcache-upgrade">upgrade attempt</a>, then
       use the <a href="#concept-appcache-newer" title="concept-appcache-newer">newest</a>
@@ -1501,14 +1502,14 @@
       <p class="note">If the resource in question is already being
       downloaded for other reasons then the existing download process
       can sometimes be used for the purposes of this step, as defined
-      by the <a href="common-microsyntaxes.html#fetch" title="fetch">fetching</a> algorithm.</p>
+      by the <a href="fetching-resources.html#fetch" title="fetch">fetching</a> algorithm.</p>
 
       <p class="example">An example of a resource that might already
       be being downloaded is a large image on a Web page that is being
       seen for the first time. The image would get downloaded to
-      satisfy the <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element on the page, as well as
+      satisfy the <code><a href="embedded-content-1.html#the-img-element">img</a></code> element on the page, as well as
       being listed in the cache manifest. According to the rules for
-      <a href="common-microsyntaxes.html#fetch" title="fetch">fetching</a> that image only need be
+      <a href="fetching-resources.html#fetch" title="fetch">fetching</a> that image only need be
       downloaded once, and it can be used both for the cache and for
       the rendered Web page.</p>
 
@@ -1517,7 +1518,7 @@
      <li>
 
       <p>If the previous step fails (e.g. the server returns a 4xx or
-      5xx response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
+      5xx response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
       equivalent</a>, or there is a DNS error, or the connection
       times out, or the user cancels the download), or if the server
       returned a redirect, or if the resource is labeled with the
@@ -1544,7 +1545,7 @@
 
        </dd>
 
-       <dt>If the error was a 404 or 410 HTTP response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a></dt>
+       <dt>If the error was a 404 or 410 HTTP response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a></dt>
 
        <dt>If the resource was labeled with the "no-store" cache
        directive</dt>
@@ -1611,7 +1612,7 @@
      entry</a>.</p></li>
 
      <li><p>As an optimization, if the resource is an HTML or XML file
-     whose root element is an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element with a <code title="attr-html-manifest"><a href="common-microsyntaxes.html#attr-html-manifest">manifest</a></code> attribute whose value
+     whose root element is an <code><a href="semantics.html#the-html-element">html</a></code> element with a <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">manifest</a></code> attribute whose value
      doesn't match the manifest URL of the application cache being
      processed, then the user agent should mark the entry as being
      <a href="#concept-appcache-foreign" title="concept-appcache-foreign">foreign</a>.</p>
@@ -1650,7 +1651,7 @@
     either completely downloaded or failed.</p>
 
     <p>If the download failed (e.g. the server returns a 4xx or 5xx
-    response <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
+    response <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or
     equivalent</a>, or there is a DNS error, the connection times
     out, or the user cancels the download), or if the resource is
     labeled with the "no-store" cache directive, then run these
@@ -1697,7 +1698,7 @@
 
    <li>
 
-    <p><a href="common-microsyntaxes.html#fetch">Fetch</a> the resource from <var title="">manifest
+    <p><a href="fetching-resources.html#fetch">Fetch</a> the resource from <var title="">manifest
     URL</var> again, with the <i>synchronous flag</i> set, and let
     <var title="">second manifest</var> be that resource.</p> 
    </li>
@@ -1825,7 +1826,7 @@
    <li><p>Abort the <a href="#application-cache-download-process">application cache download
    process</a>.</p></li>
 
-  </ol><p>Attempts to <a href="common-microsyntaxes.html#fetch">fetch</a> resources as part of the
+  </ol><p>Attempts to <a href="fetching-resources.html#fetch">fetch</a> resources as part of the
   <a href="#application-cache-download-process">application cache download process</a> may be done with
   cache-defeating semantics, to avoid problems with stale or
   inconsistent intermediary caches.</p>
@@ -1868,7 +1869,7 @@
   <p>When the <dfn id="concept-appcache-init" title="concept-appcache-init">application cache
   selection algorithm</dfn> algorithm is invoked with a
   <code><a href="infrastructure.html#document">Document</a></code> <var title="">document</var> and optionally a
-  manifest <a href="common-microsyntaxes.html#url">URL</a> <var title="">manifest URL</var>, the user
+  manifest <a href="urls.html#url">URL</a> <var title="">manifest URL</var>, the user
   agent must run the first applicable set of steps from the following
   list:</p>
 
@@ -1916,7 +1917,7 @@
 
 
    <dt>If <var title="">document</var>  was loaded using
-   HTTP GET <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
+   HTTP GET <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
    equivalent</a>, and, there is a <var title="">manifest
    URL</var>, and <var title="">manifest URL</var> has the <a href="origin-0.html#same-origin">same
    origin</a> as <var title="">document</var></dt>
@@ -1955,10 +1956,10 @@
   appropriate to that resource's scheme:</p>
 
   <ol><li><p>If the resource is not to be fetched using the HTTP GET
-   mechanism <a href="common-microsyntaxes.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
-   equivalent</a>, or if its <a href="common-microsyntaxes.html#url">URL</a> has a different <a href="common-microsyntaxes.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than the
+   mechanism <a href="fetching-resources.html#concept-http-equivalent-get" title="concept-http-equivalent-get">or
+   equivalent</a>, or if its <a href="urls.html#url">URL</a> has a different <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component than the
    <a href="#application-cache">application cache</a>'s <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>, then
-   <a href="common-microsyntaxes.html#fetch">fetch</a> the resource normally and abort these
+   <a href="fetching-resources.html#fetch">fetch</a> the resource normally and abort these
    steps.</p></li>
 
    <li><p>If the resource's URL is <a href="#concept-appcache-master" title="concept-appcache-master">a master entry</a>, <a href="#concept-appcache-manifest" title="concept-appcache-manifest">the manifest</a>, <a href="#concept-appcache-explicit" title="concept-appcache-explicit">an explicit entry</a>, or
@@ -1970,7 +1971,7 @@
    <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online
    whitelist</a> that has the <a href="origin-0.html#same-origin">same origin</a> as the
    resource's URL and that is a <a href="infrastructure.html#prefix-match">prefix match</a> for the
-   resource's URL, then <a href="common-microsyntaxes.html#fetch">fetch</a> the resource normally and
+   resource's URL, then <a href="fetching-resources.html#fetch">fetch</a> the resource normally and
    abort these steps.</p></li>
 
    <li>
@@ -1980,10 +1981,10 @@
     <var title="">f</var> in the <a href="#application-cache">application cache</a> that
     is a <a href="infrastructure.html#prefix-match">prefix match</a> for the resource's URL, then:</p>
 
-    <p><a href="common-microsyntaxes.html#fetch">Fetch</a> the resource normally. If this results in a
+    <p><a href="fetching-resources.html#fetch">Fetch</a> the resource normally. If this results in a
     redirect to a resource with another <a href="origin-0.html#origin">origin</a>
     (indicative of a captive portal), or a 4xx or 5xx status code
-    <a href="common-microsyntaxes.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>,
+    <a href="fetching-resources.html#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>,
     or if there were network errors (but not if the user canceled the
     download), then instead get, from the cache, the resource of the
     <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entry</a>
@@ -1994,7 +1995,7 @@
 
    <li><p>If the <a href="#application-cache">application cache</a>'s <a href="#concept-appcache-onlinewhitelist-wildcard" title="concept-appcache-onlinewhitelist-wildcard">online whitelist
    wildcard flag</a> is <i title="">open</i>, then
-   <a href="common-microsyntaxes.html#fetch">fetch</a> the resource normally and abort these
+   <a href="fetching-resources.html#fetch">fetch</a> the resource normally and abort these
    steps.</p></li>
 
    <li><p>Fail the resource load as if there had been a generic

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- content-models.html	12 Aug 2011 20:46:45 -0000	1.82
+++ content-models.html	15 Aug 2011 04:46:26 -0000	1.83
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -1624,8 +1625,8 @@
     SEMICOLON character (;), remove the first such character and all
     characters from it up to the end of the string.</p>
 
-    <p>Strip all leading and trailing <a href="common-microsyntaxes.html#space-character" title="space
-    character">space characters</a> from <var title="">type</var>.</p>
+    </li><li><p><a href="common-microsyntaxes.html#strip-leading-and-trailing-whitespace">Strip leading and trailing whitespace</a> from
+    <var title="">type</var>.</p>
 
     <p>If <var title="">type</var> is <em>not</em> now an <a href="infrastructure.html#ascii-case-insensitive">ASCII
     case-insensitive</a> match for the string

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- states-of-the-type-attribute.html	12 Aug 2011 23:46:23 -0000	1.51
+++ states-of-the-type-attribute.html	15 Aug 2011 04:46:58 -0000	1.52
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- obsolete.html	15 Aug 2011 03:46:27 -0000	1.1042
+++ obsolete.html	15 Aug 2011 04:46:34 -0000	1.1043
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -337,31 +338,31 @@
[...1445 lines suppressed...]
   the empty string on getting and do nothing on setting.</p>
 
@@ -1750,7 +1751,7 @@
      </td><td><code title="attr-body-alink"><a href="#attr-body-alink">alink</a></code>
   </td></tr></tbody></table><hr><p>The <dfn id="dom-document-anchors" title="dom-document-anchors"><code>anchors</code></dfn>
   attribute must return an <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> rooted at the
-  <code><a href="infrastructure.html#document">Document</a></code> node, whose filter matches only <code><a href="common-microsyntaxes.html#the-a-element">a</a></code>
+  <code><a href="infrastructure.html#document">Document</a></code> node, whose filter matches only <code><a href="text-level-semantics.html#the-a-element">a</a></code>
   elements with <code title="attr-a-name"><a href="#attr-a-name">name</a></code>
   attributes.</p>
 
@@ -1763,7 +1764,7 @@
   method must do nothing.</p>
 
   <hr><p>The <dfn id="dom-document-all" title="dom-document-all"><code>all</code></dfn>
-  attribute must return an <code><a href="common-microsyntaxes.html#htmlallcollection">HTMLAllCollection</a></code> rooted at the
+  attribute must return an <code><a href="common-dom-interfaces.html#htmlallcollection">HTMLAllCollection</a></code> rooted at the
   <code><a href="infrastructure.html#document">Document</a></code> node, whose filter matches all elements.</p>
 
   <p>The object returned for <code title="dom-document-all"><a href="#dom-document-all">all</a></code>

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- named-character-references.html	28 Jul 2011 01:46:28 -0000	1.1015
+++ named-character-references.html	15 Aug 2011 04:46:33 -0000	1.1016
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -u -d -r1.1055 -r1.1056
--- references.html	10 Aug 2011 00:47:03 -0000	1.1055
+++ references.html	15 Aug 2011 04:46:35 -0000	1.1056
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -u -d -r1.1067 -r1.1068
--- semantics.html	5 Aug 2011 15:46:28 -0000	1.1067
+++ semantics.html	15 Aug 2011 04:46:50 -0000	1.1068
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -940,14 +941,14 @@
   values depend on the exact context, as described in subsequent
   sections of this specification.</p><p>If a <code><a href="#the-meta-element">meta</a></code> element has a <dfn id="attr-meta-name" title="attr-meta-name"><code>name</code></dfn> attribute, it sets
   document metadata. Document metadata is expressed in terms of
-  name/value pairs, the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>
+  name-value pairs, the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>
   attribute on the <code><a href="#the-meta-element">meta</a></code> element giving the name, and the
   <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute on the same
   element giving the value. The name specifies what aspect of metadata
   is being set; valid names and the meaning of their values are
   described in the following sections. If a <code><a href="#the-meta-element">meta</a></code> element
   has no <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute,
-  then the value part of the metadata name/value pair is the empty
+  then the value part of the metadata name-value pair is the empty
   string.</p><div class="impl">
 
   <p>The <dfn id="dom-meta-name" title="dom-meta-name"><code>name</code></dfn> and <dfn id="dom-meta-content" title="dom-meta-content"><code>content</code></dfn> IDL attributes

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -d -r1.1066 -r1.1067
--- index.html	15 Aug 2011 03:46:27 -0000	1.1066
+++ index.html	15 Aug 2011 04:46:32 -0000	1.1067
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -345,140 +346,140 @@
[...4424 lines suppressed...]
     </td></tr><tr><td> <code title="event-show">show</code>
      </td><td> <code><a href="infrastructure.html#event">Event</a></code>
-     </td><td> Fired at a <code><a href="common-microsyntaxes.html#the-menu-element">menu</a></code> element when it is shown as a context menu
+     </td><td> Fired at a <code><a href="interactive-elements.html#the-menu-element">menu</a></code> element when it is shown as a context menu
 
     </td></tr><tr><td> <code title="event-submit">submit</code>
      </td><td> <code><a href="infrastructure.html#event">Event</a></code>
-     </td><td> Fired at a <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element when it is <a href="common-microsyntaxes.html#concept-form-submit" title="concept-form-submit">submitted</a>
+     </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="association-of-controls-and-forms.html#concept-form-submit" title="concept-form-submit">submitted</a>
 
 
     </td></tr><tr><td> <code title="event-unload">unload</code>
      </td><td> <code><a href="infrastructure.html#event">Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the page is going away
 
-  </td></tr></tbody></table><p class="note">See also <a href="common-microsyntaxes.html#mediaevents">media element
+  </td></tr></tbody></table><p class="note">See also <a href="the-iframe-element.html#mediaevents">media element
   events</a>, <a href="offline.html#appcacheevents">application cache events</a>,
   and <a href="dnd.html#dndevents">drag-and-drop events</a>.</p></body></html>
\ No newline at end of file

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- the-button-element.html	12 Aug 2011 23:46:23 -0000	1.81
+++ the-button-element.html	15 Aug 2011 04:47:00 -0000	1.82
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -505,8 +506,8 @@
 
   readonly attribute <a href="common-dom-interfaces.html#htmloptionscollection">HTMLOptionsCollection</a> <a href="#dom-select-options" title="dom-select-options">options</a>;
            attribute unsigned long <a href="#dom-select-length" title="dom-select-length">length</a>;
-  getter any <a href="#dom-select-item" title="dom-select-item">item</a>(in unsigned long index);
-  any <a href="#dom-select-nameditem" title="dom-select-namedItem">namedItem</a>(in DOMString name);
+  getter <a href="infrastructure.html#element">Element</a> <a href="#dom-select-item" title="dom-select-item">item</a>(in unsigned long index);
+  object <a href="#dom-select-nameditem" title="dom-select-namedItem">namedItem</a>(in DOMString name);
   void <a href="#dom-select-add" title="dom-select-add">add</a>(in <a href="#htmloptionelement">HTMLOptionElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a>? before);
   void <a href="#dom-select-add" title="dom-select-add">add</a>(in <a href="#htmloptgroupelement">HTMLOptGroupElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a>? before);
   void <a href="#dom-select-add" title="dom-select-add">add</a>(in <a href="#htmloptionelement">HTMLOptionElement</a> element, in long before);
@@ -837,9 +838,8 @@
   <dfn id="dom-select-size" title="dom-select-size"><code>size</code></dfn> IDL attributes
   must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the
   same name. The <code title="dom-select-size"><a href="#dom-select-size">size</a></code> IDL
-  attribute is <a href="common-dom-interfaces.html#limited-to-only-non-negative-numbers">limited to only non-negative numbers</a>, with
-  the default value zero (which for historical reasons is different
-  from the default value of the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> content attribute that it
+  attribute has a default value of zero (which for historical reasons
+  is different from the default value of the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> content attribute that it
   reflects).</p> 
   <p>The <code title="dom-cva-willValidate"><a href="association-of-controls-and-forms.html#dom-cva-willvalidate">willValidate</a></code>, <code title="dom-cva-validity"><a href="association-of-controls-and-forms.html#dom-cva-validity">validity</a></code>, and <code title="dom-cva-validationMessage"><a href="association-of-controls-and-forms.html#dom-cva-validationmessage">validationMessage</a></code>
   attributes, and the <code title="dom-cva-checkValidatity"><a href="association-of-controls-and-forms.html#dom-cva-checkvalidatity">checkValidity()</a></code> and <code title="dom-cva-setCustomValidity"><a href="association-of-controls-and-forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code>

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- dnd.html	15 Aug 2011 03:46:24 -0000	1.71
+++ dnd.html	15 Aug 2011 04:46:26 -0000	1.72
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -713,7 +714,7 @@
    Nothing happens.</p></li>
 
    <li><p>If the <var title="">element</var> argument is an
-   <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element, then set the <a href="#drag-data-store-bitmap">drag data store
+   <code><a href="embedded-content-1.html#the-img-element">img</a></code> element, then set the <a href="#drag-data-store-bitmap">drag data store
    bitmap</a> to the element's image (at its intrinsic size);
    otherwise, set the <a href="#drag-data-store-bitmap">drag data store bitmap</a> to an image
    generated from the given element (the exact mechanism for doing so
@@ -1261,7 +1262,7 @@
       <td>"<code title="">move</code>"</td>
      </tr><tr><td>"<code title="">uninitialized</code>" when what is being dragged is a selection</td>
       <td>"<code title="">copy</code>"</td>
-     </tr><tr><td>"<code title="">uninitialized</code>" when what is being dragged is an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element with an <code>href</code> attribute</td>
+     </tr><tr><td>"<code title="">uninitialized</code>" when what is being dragged is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code>href</code> attribute</td>
       <td>"<code title="">link</code>"</td>
      </tr><tr><td>Any other case</td>
       <td>"<code title="">copy</code>"</td>
@@ -1330,8 +1331,8 @@
     agent's purview. What is being dragged is defined by the document
     or application where the drag was started.</p>
 
-    <p class="note"><code><a href="common-microsyntaxes.html#the-img-element">img</a></code> elements and <code><a href="common-microsyntaxes.html#the-a-element">a</a></code>
-    elements with an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code>
+    <p class="note"><code><a href="embedded-content-1.html#the-img-element">img</a></code> elements and <code><a href="text-level-semantics.html#the-a-element">a</a></code>
+    elements with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code>
     attribute have their <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code>
     attribute set to true by default.</p>
 
@@ -1438,21 +1439,21 @@
 
     <p>Run the following substeps:</p>
 
-    <ol><li><p>Let <var title="">urls</var> be an empty list of <a href="common-microsyntaxes.html#absolute-url" title="absolute URL">absolute URLs</a>.</p></li>
+    <ol><li><p>Let <var title="">urls</var> be an empty list of <a href="urls.html#absolute-url" title="absolute URL">absolute URLs</a>.</p></li>
 
      <li>
 
       <p>For each <var title="">node</var> in the <a href="#list-of-dragged-nodes">list of
       dragged nodes</a>:</p>
 
-      <dl><dt>If the node is an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute</dt>
+      <dl><dt>If the node is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute</dt>
 
-       <dd>Add to <var title="">urls</var> the result of <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> content attribute
+       <dd>Add to <var title="">urls</var> the result of <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> content attribute
        relative to the element.</dd>
 
-       <dt>If the node is an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element with an <code title="attr-img-src"><a href="common-microsyntaxes.html#attr-img-src">src</a></code> attribute</dt>
+       <dt>If the node is an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element with an <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute</dt>
 
-       <dd>Add to <var title="">urls</var> the result of <a href="common-microsyntaxes.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-img-src"><a href="common-microsyntaxes.html#attr-img-src">src</a></code> content attribute relative to
+       <dd>Add to <var title="">urls</var> the result of <a href="urls.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> content attribute relative to
        the element.</dd>
 
        
@@ -1636,9 +1637,9 @@
         list:</p>
 
         <dl class="switch"><dt>If the <a href="#current-target-element">current target element</a> is a text
-         field (e.g. <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code>
-         element whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code>
-         attribute is in the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
+         field (e.g. <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or an <code><a href="the-input-element.html#the-input-element">input</a></code>
+         element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code>
+         attribute is in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
          <a href="editing.html#editable">editable</a> element, and the <a href="#drag-data-store-item-list">drag data store
          item list</a> has an item with <a href="#the-drag-data-item-type-string">the drag data item
          type string</a> "<code>text/plain</code>" and <a href="#the-drag-data-item-kind">the
@@ -1658,7 +1659,7 @@
 
 
          <dt>If the <a href="#current-target-element">current target element</a> is
-         <a href="common-microsyntaxes.html#the-body-element-0">the body element</a></dt>
+         <a href="dom.html#the-body-element-0">the body element</a></dt>
 
          <dd><p>Leave the <a href="#current-target-element">current target element</a>
          unchanged.</p></dd>
@@ -1668,14 +1669,14 @@
 
          <dd>
 
-          <p><a href="#fire-a-dnd-event">Fire a DND event</a> named <code title="event-dragenter"><a href="#event-dragenter">dragenter</a></code> at <a href="common-microsyntaxes.html#the-body-element-0">the body
+          <p><a href="#fire-a-dnd-event">Fire a DND event</a> named <code title="event-dragenter"><a href="#event-dragenter">dragenter</a></code> at <a href="dom.html#the-body-element-0">the body
           element</a>, and set the <a href="#current-target-element">current target
-          element</a> to <a href="common-microsyntaxes.html#the-body-element-0">the body element</a>, regardless
+          element</a> to <a href="dom.html#the-body-element-0">the body element</a>, regardless
           of whether that event was canceled or not.</p>
 
-          <p class="note">If <a href="common-microsyntaxes.html#the-body-element-0">the body element</a> is null,
+          <p class="note">If <a href="dom.html#the-body-element-0">the body element</a> is null,
           then the event will be fired at the <code><a href="infrastructure.html#document">Document</a></code>
-          object (as required by the definition of <a href="common-microsyntaxes.html#the-body-element-0">the body
+          object (as required by the definition of <a href="dom.html#the-body-element-0">the body
           element</a>), but the <a href="#current-target-element">current target element</a>
           would be set to null, not the <code><a href="infrastructure.html#document">Document</a></code>
           object.</p></dd>
@@ -1705,9 +1706,9 @@
       list:</p>
 
       <dl class="switch"><dt>If the <a href="#current-target-element">current target element</a> is a text field
-       (e.g. <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element
-       whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute is in
-       the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
+       (e.g. <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or an <code><a href="the-input-element.html#the-input-element">input</a></code> element
+       whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in
+       the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
        <a href="editing.html#editable">editable</a> element, and the <a href="#drag-data-store-item-list">drag data store
        item list</a> has an item with <a href="#the-drag-data-item-type-string">the drag data item type
        string</a> "<code>text/plain</code>" and <a href="#the-drag-data-item-kind">the drag data
@@ -1839,9 +1840,9 @@
         follows:</p>
 
         <dl class="switch"><dt>If the <a href="#current-target-element">current target element</a> is a text
-         field (e.g. <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code>
-         element whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code>
-         attribute is in the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
+         field (e.g. <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or an <code><a href="the-input-element.html#the-input-element">input</a></code>
+         element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code>
+         attribute is in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state) or an
          <a href="editing.html#editable">editable</a> element, and the <a href="#drag-data-store-item-list">drag data store
          item list</a> has an item with <a href="#the-drag-data-item-type-string">the drag data item
          type string</a> "<code>text/plain</code>" and <a href="#the-drag-data-item-kind">the
@@ -1879,9 +1880,9 @@
       event:</p>
 
       <dl class="switch"><dt>If the <a href="#current-target-element">current target element</a> is a text field
-       (e.g. <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element
-       whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute is in
-       the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state), and
+       (e.g. <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or an <code><a href="the-input-element.html#the-input-element">input</a></code> element
+       whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in
+       the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state), and
        <var title="">dropped</var> is true, and the <a href="#current-drag-operation">current drag
        operation</a> is "<code title="">move</code>", and the
        source of the drag-and-drop operation is a selection in the
@@ -1891,9 +1892,9 @@
        dragged selection from the DOM.</dd>
 
        <dt>If the <a href="#current-target-element">current target element</a> is a text field
-       (e.g. <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, or an <code><a href="common-microsyntaxes.html#the-input-element">input</a></code> element
-       whose <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute is in
-       the <a href="common-microsyntaxes.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state), and
+       (e.g. <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or an <code><a href="the-input-element.html#the-input-element">input</a></code> element
+       whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in
+       the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state), and
        <var title="">dropped</var> is true, and the <a href="#current-drag-operation">current drag
        operation</a> is "<code title="">move</code>", and the
        source of the drag-and-drop operation is a selection in a text
@@ -1948,7 +1949,7 @@
      </td><td>"<code title="">none</code>"</td>
      <td>Continue the drag-and-drop operation</td>
     </tr><tr><td><dfn id="event-dragenter" title="event-dragenter"><code>dragenter</code></dfn></td>
-     <td><a href="#immediate-user-selection">Immediate user selection</a> or <a href="common-microsyntaxes.html#the-body-element-0">the body element</a></td>
+     <td><a href="#immediate-user-selection">Immediate user selection</a> or <a href="dom.html#the-body-element-0">the body element</a></td>
      
      <td>&#10003; Cancelable</td>
      <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a>
@@ -2028,8 +2029,8 @@
   false.</p>
 
   <p>Otherwise, the element's <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute has the
-  state <i>auto</i>. If the element is an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element,
-  or, if the element is an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> content attribute, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> IDL attribute must return
+  state <i>auto</i>. If the element is an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element,
+  or, if the element is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> content attribute, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> IDL attribute must return
   true.</p>
 
   <p>Otherwise, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> DOM
@@ -2206,12 +2207,12 @@
    </li>
 
   </ol><p>The <dfn id="dom-dropzone" title="dom-dropzone"><code>dropzone</code></dfn> IDL
-  attribute must <a href="common-microsyntaxes.html#reflect">reflect</a> the content attribute of the
+  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the
   same name.</p>
 
   </div><div class="example">
 
-   <p>In this example, a <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element is made into a drop
+   <p>In this example, a <code><a href="grouping-content.html#the-div-element">div</a></code> element is made into a drop
    target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute. Images dropped
    into the target are then displayed.</p>
 
@@ -2309,7 +2310,7 @@
   </dl><div class="impl">
 
   <p>The <dfn id="execCommand" title="dom-document-execCommand"><code>execCommand(<var title="">commandId</var>, <var title="">showUI</var>, <var title="">value</var>)</code></dfn> method on the
-  <code><a href="common-microsyntaxes.html#htmldocument">HTMLDocument</a></code> interface allows scripts to perform
+  <code><a href="dom.html#htmldocument">HTMLDocument</a></code> interface allows scripts to perform
   actions on the current selection or at the current caret position.
   Generally, these commands would be used to implement editor UI, for
   example having a "delete" button on a toolbar.</p>
@@ -2359,7 +2360,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is bold.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <em><code><a href="common-microsyntaxes.html#the-b-element">b</a></code></em> element (or, again,
+   semantics</a> of the <em><code><a href="text-level-semantics.html#the-b-element">b</a></code></em> element (or, again,
    unwrapped, or have that semantic inserted or removed, as defined by
    the UA).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2367,7 +2368,7 @@
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: True if the selection, or the caret, if
    there is no selection, is, or is contained within, a
-   <code><a href="common-microsyntaxes.html#the-b-element">b</a></code> element. False otherwise.</dd>
+   <code><a href="text-level-semantics.html#the-b-element">b</a></code> element. False otherwise.</dd>
    <dd><strong>Value</strong>: The string "<code title="">true</code>"
    if the expression given for the "State" above is true, the string
    "<code title="">false</code>" otherwise.</dd>
@@ -2379,12 +2380,12 @@
    the third argument will be used as the address.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <em><code><a href="common-microsyntaxes.html#the-a-element">a</a></code></em> element (or, again,
+   semantics</a> of the <em><code><a href="text-level-semantics.html#the-a-element">a</a></code></em> element (or, again,
    unwrapped, or have that semantic inserted or removed, as defined by
-   the UA). If the user agent creates an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element or
-   modifies an existing <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element, then if the <var title="">showUI</var> argument is present and has the value false,
+   the UA). If the user agent creates an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element or
+   modifies an existing <code><a href="text-level-semantics.html#the-a-element">a</a></code> element, then if the <var title="">showUI</var> argument is present and has the value false,
    then the value of the <var title="">value</var> argument must be
-   used as the <a href="common-microsyntaxes.html#url">URL</a> of the link. Otherwise, the user agent
+   used as the <a href="urls.html#url">URL</a> of the link. Otherwise, the user agent
    should prompt the user for the URL of the link.</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
    editing host commands</a>.</dd>
@@ -2426,10 +2427,10 @@
       for every position in the selection, take the nearest
       <a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>
       ancestor element of that position that contains only
-      <a href="common-microsyntaxes.html#phrasing-content">phrasing content</a>, and, if that element is
+      <a href="content-models.html#phrasing-content">phrasing content</a>, and, if that element is
       <a href="editing.html#editable">editable</a>, is not an <a href="editing.html#editing-host">editing host</a>, and
       has a parent element whose content model allows that parent to
-      contain any <a href="common-microsyntaxes.html#flow-content">flow content</a>, replace it with an
+      contain any <a href="content-models.html#flow-content">flow content</a>, replace it with an
       element in the HTML namespace whose name is <var title="">value</var>, and move all the children that were in it
       to the new element, and copy all the attributes that were on it
       to the new element.</p>
@@ -2464,12 +2465,12 @@
    the third argument will be used as the address.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act
    as if the user had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <em><code><a href="common-microsyntaxes.html#the-img-element">img</a></code></em> element (or, again,
+   semantics</a> of the <em><code><a href="embedded-content-1.html#the-img-element">img</a></code></em> element (or, again,
    unwrapped, or have that semantic inserted or removed, as defined by
-   the UA). If the user agent creates an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element or
-   modifies an existing <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element, then if the <var title="">showUI</var> argument is present and has the value false,
+   the UA). If the user agent creates an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element or
+   modifies an existing <code><a href="embedded-content-1.html#the-img-element">img</a></code> element, then if the <var title="">showUI</var> argument is present and has the value false,
    then the value of the <var title="">value</var> argument must be
-   used as the <a href="common-microsyntaxes.html#url">URL</a> of the image. Otherwise, the user
+   used as the <a href="urls.html#url">URL</a> of the image. Otherwise, the user
    agent should prompt the user for the URL of the image.</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
    editing host commands</a>.</dd>
@@ -2492,7 +2493,7 @@
      that <a href="editing.html#contenteditable-delete">the selection be
      deleted</a>.</p></li>
      <li><p>Invoke the <a href="the-end.html#html-fragment-parsing-algorithm">HTML fragment parsing algorithm</a>
-     with an arbitrary orphan <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element owned by the
+     with an arbitrary orphan <code><a href="sections.html#the-body-element">body</a></code> element owned by the
      same <code><a href="infrastructure.html#document">Document</a></code> as the <i title="">context</i> element
      and with the <var title="">value</var> argument as <i title="">input</i>.</p></li>
      <li><p>Insert the nodes returned by the previous step into the
@@ -2520,7 +2521,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is an ordered list.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code> element (or unwrapped, or, if
+   semantics</a> of the <code><a href="grouping-content.html#the-ol-element">ol</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
    &#8212; the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2533,7 +2534,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is an unordered list.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code> element (or unwrapped, or, if
+   semantics</a> of the <code><a href="grouping-content.html#the-ul-element">ul</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
    &#8212; the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2568,7 +2569,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is italic.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <em><code><a href="common-microsyntaxes.html#the-i-element">i</a></code></em> element (or, again,
+   semantics</a> of the <em><code><a href="text-level-semantics.html#the-i-element">i</a></code></em> element (or, again,
    unwrapped, or have that semantic inserted or removed, as defined by
    the UA).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2576,7 +2577,7 @@
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: True if the selection, or the caret, if
    there is no selection, is, or is contained within, a
-   <code><a href="common-microsyntaxes.html#the-i-element">i</a></code> element. False otherwise.</dd>
+   <code><a href="text-level-semantics.html#the-i-element">i</a></code> element. False otherwise.</dd>
    <dd><strong>Value</strong>: The string "<code title="">true</code>"
    if the expression given for the "State" above is true, the string
    "<code title="">false</code>" otherwise.</dd>
@@ -2611,7 +2612,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is subscripted.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <em><code><a href="common-microsyntaxes.html#the-sub-and-sup-elements">sub</a></code></em> element (or, again,
+   semantics</a> of the <em><code><a href="text-level-semantics.html#the-sub-and-sup-elements">sub</a></code></em> element (or, again,
    unwrapped, or have that semantic inserted or removed, as defined by
    the UA).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2619,7 +2620,7 @@
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: True if the selection, or the caret, if
    there is no selection, is, or is contained within, a
-   <code><a href="common-microsyntaxes.html#the-sub-and-sup-elements">sub</a></code> element. False otherwise.</dd>
+   <code><a href="text-level-semantics.html#the-sub-and-sup-elements">sub</a></code> element. False otherwise.</dd>
    <dd><strong>Value</strong>: The string "<code title="">true</code>"
    if the expression given for the "State" above is true, the string
    "<code title="">false</code>" otherwise.</dd>
@@ -2628,7 +2629,7 @@
    <dd><strong>Summary</strong>: Toggles whether the selection is superscripted.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must act as if the user
    had requested that the selection <a href="editing.html#contenteditable-wrapSemantic">be wrapped in the
-   semantics</a> of the <code><a href="common-microsyntaxes.html#the-sub-and-sup-elements">sup</a></code> element (or unwrapped, or, if
+   semantics</a> of the <code><a href="text-level-semantics.html#the-sub-and-sup-elements">sup</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
    &#8212; the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for
@@ -2636,7 +2637,7 @@
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: True if the selection, or the caret, if
    there is no selection, is, or is contained within, a
-   <code><a href="common-microsyntaxes.html#the-sub-and-sup-elements">sup</a></code> element. False otherwise.</dd>
+   <code><a href="text-level-semantics.html#the-sub-and-sup-elements">sup</a></code> element. False otherwise.</dd>
    <dd><strong>Value</strong>: The string "<code title="">true</code>"
    if the expression given for the "State" above is true, the string
    "<code title="">false</code>" otherwise.</dd>
@@ -2658,12 +2659,12 @@
    <dt><dfn id="command-unlink" title="command-unlink"><code>unlink</code></dfn></dt>
    <dd><strong>Summary</strong>: Removes all links from the selection.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must remove all
-   <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> elements that have <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attributes and that are partially
+   <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attributes and that are partially
    or completely included in the current selection.</dd>
    <dd><strong>Enabled When</strong>: The document has a selection
    that is entirely within an <a href="editing.html#editing-host">editing host</a> and that
    contains (either partially or completely) at least one
-   <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute.</dd>
+   <code><a href="text-level-semantics.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
    <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd>

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- links.html	12 Aug 2011 22:46:27 -0000	1.80
+++ links.html	15 Aug 2011 04:46:33 -0000	1.81
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1622
retrieving revision 1.1623
diff -u -d -r1.1622 -r1.1623
--- spec.html	15 Aug 2011 03:46:28 -0000	1.1622
+++ spec.html	15 Aug 2011 04:46:50 -0000	1.1623
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -349,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5151.
+This is revision 1.5157.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -538,381 +539,381 @@
      <li><a href="common-microsyntaxes.html#comma-separated-tokens"><span class="secno">2.5.8 </span>Comma-separated tokens</a></li>
      <li><a href="common-microsyntaxes.html#syntax-references"><span class="secno">2.5.9 </span>References</a></li>
      <li><a href="common-microsyntaxes.html#mq"><span class="secno">2.5.10 </span>Media queries</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#urls"><span class="secno">2.6 </span>URLs</a>
-    <ol><li><a href="common-microsyntaxes.html#terminology-0"><span class="secno">2.6.1 </span>Terminology</a></li>
-     <li><a href="common-microsyntaxes.html#parsing-urls"><span class="secno">2.6.2 </span>Parsing URLs</a></li>
-     <li><a href="common-microsyntaxes.html#resolving-urls"><span class="secno">2.6.3 </span>Resolving URLs</a></li>
-     <li><a href="common-microsyntaxes.html#url-manipulation-and-creation"><span class="secno">2.6.4 </span>URL manipulation and creation</a></li>
-     <li><a href="common-microsyntaxes.html#dynamic-changes-to-base-urls"><span class="secno">2.6.5 </span>Dynamic changes to base URLs</a></li>
-     <li><a href="common-microsyntaxes.html#interfaces-for-url-manipulation"><span class="secno">2.6.6 </span>Interfaces for URL manipulation</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#fetching-resources"><span class="secno">2.7 </span>Fetching resources</a>
-    <ol><li><a href="common-microsyntaxes.html#concept-http-equivalent"><span class="secno">2.7.1 </span>Protocol concepts</a></li>
-     <li><a href="common-microsyntaxes.html#encrypted-http-and-related-security-concerns"><span class="secno">2.7.2 </span>Encrypted HTTP and related security concerns</a></li>
-     <li><a href="common-microsyntaxes.html#content-type-sniffing"><span class="secno">2.7.3 </span>Determining the type of a resource</a></li>
-     <li><a href="common-microsyntaxes.html#extracting-encodings-from-meta-elements"><span class="secno">2.7.4 </span>Extracting encodings from <code>meta</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#cors-settings-attributes"><span class="secno">2.7.5 </span>CORS settings attributes</a></li>
-     <li><a href="common-microsyntaxes.html#cors-enabled-fetch"><span class="secno">2.7.6 </span>CORS-enabled fetch</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</a>
-    <ol><li><a href="common-microsyntaxes.html#reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</a></li>
-     <li><a href="common-microsyntaxes.html#collections-0"><span class="secno">2.8.2 </span>Collections</a>
-      <ol><li><a href="common-microsyntaxes.html#htmlallcollection-0"><span class="secno">2.8.2.1 </span>HTMLAllCollection</a></li>
-       <li><a href="common-microsyntaxes.html#htmlformcontrolscollection-0"><span class="secno">2.8.2.2 </span>HTMLFormControlsCollection</a></li>
-       <li><a href="common-microsyntaxes.html#htmloptionscollection-0"><span class="secno">2.8.2.3 </span>HTMLOptionsCollection</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#domstringmap-0"><span class="secno">2.8.3 </span>DOMStringMap</a></li>
-     <li><a href="common-microsyntaxes.html#transferable-objects"><span class="secno">2.8.4 </span>Transferable objects</a></li>
-     <li><a href="common-microsyntaxes.html#safe-passing-of-structured-data"><span class="secno">2.8.5 </span>Safe passing of structured data</a></li>
-     <li><a href="common-microsyntaxes.html#dom-feature-strings"><span class="secno">2.8.6 </span>DOM feature strings</a></li>
-     <li><a href="common-microsyntaxes.html#garbage-collection"><span class="secno">2.8.7 </span>Garbage collection</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#namespaces"><span class="secno">2.9 </span>Namespaces</a></li></ol></li>
- <li><a href="common-microsyntaxes.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
-  <ol><li><a href="common-microsyntaxes.html#documents"><span class="secno">3.1 </span>Documents</a>
-    <ol><li><a href="common-microsyntaxes.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li>
-     <li><a href="common-microsyntaxes.html#security-document"><span class="secno">3.1.2 </span>Security</a></li>
-     <li><a href="common-microsyntaxes.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li>
-     <li><a href="common-microsyntaxes.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li>
-     <li><a href="common-microsyntaxes.html#loading-xml-documents"><span class="secno">3.1.5 </span>Loading XML documents</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#elements"><span class="secno">3.2 </span>Elements</a>
-    <ol><li><a href="common-microsyntaxes.html#semantics-0"><span class="secno">3.2.1 </span>Semantics</a></li>
-     <li><a href="common-microsyntaxes.html#elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</a></li>
-     <li><a href="common-microsyntaxes.html#global-attributes"><span class="secno">3.2.3 </span>Global attributes</a>
-      <ol><li><a href="common-microsyntaxes.html#the-id-attribute"><span class="secno">3.2.3.1 </span>The <code>id</code> attribute</a></li>
-       <li><a href="common-microsyntaxes.html#the-title-attribute"><span class="secno">3.2.3.2 </span>The <code>title</code> attribute</a></li>
-       <li><a href="common-microsyntaxes.html#the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang">lang</code> and <code title="attr-xml-lang">xml:lang</code> attributes</a></li>
-       <li><a href="common-microsyntaxes.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <code>xml:base</code>
+   <li><a href="urls.html#urls"><span class="secno">2.6 </span>URLs</a>
+    <ol><li><a href="urls.html#terminology-0"><span class="secno">2.6.1 </span>Terminology</a></li>
+     <li><a href="urls.html#parsing-urls"><span class="secno">2.6.2 </span>Parsing URLs</a></li>
+     <li><a href="urls.html#resolving-urls"><span class="secno">2.6.3 </span>Resolving URLs</a></li>
+     <li><a href="urls.html#url-manipulation-and-creation"><span class="secno">2.6.4 </span>URL manipulation and creation</a></li>
+     <li><a href="urls.html#dynamic-changes-to-base-urls"><span class="secno">2.6.5 </span>Dynamic changes to base URLs</a></li>
+     <li><a href="urls.html#interfaces-for-url-manipulation"><span class="secno">2.6.6 </span>Interfaces for URL manipulation</a></li></ol></li>
+   <li><a href="fetching-resources.html#fetching-resources"><span class="secno">2.7 </span>Fetching resources</a>
+    <ol><li><a href="fetching-resources.html#concept-http-equivalent"><span class="secno">2.7.1 </span>Protocol concepts</a></li>
+     <li><a href="fetching-resources.html#encrypted-http-and-related-security-concerns"><span class="secno">2.7.2 </span>Encrypted HTTP and related security concerns</a></li>
+     <li><a href="fetching-resources.html#content-type-sniffing"><span class="secno">2.7.3 </span>Determining the type of a resource</a></li>
+     <li><a href="fetching-resources.html#extracting-encodings-from-meta-elements"><span class="secno">2.7.4 </span>Extracting encodings from <code>meta</code> elements</a></li>
+     <li><a href="fetching-resources.html#cors-settings-attributes"><span class="secno">2.7.5 </span>CORS settings attributes</a></li>
+     <li><a href="fetching-resources.html#cors-enabled-fetch"><span class="secno">2.7.6 </span>CORS-enabled fetch</a></li></ol></li>
+   <li><a href="common-dom-interfaces.html#common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</a>
+    <ol><li><a href="common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</a></li>
+     <li><a href="common-dom-interfaces.html#collections-0"><span class="secno">2.8.2 </span>Collections</a>
+      <ol><li><a href="common-dom-interfaces.html#htmlallcollection-0"><span class="secno">2.8.2.1 </span>HTMLAllCollection</a></li>
+       <li><a href="common-dom-interfaces.html#htmlformcontrolscollection-0"><span class="secno">2.8.2.2 </span>HTMLFormControlsCollection</a></li>
+       <li><a href="common-dom-interfaces.html#htmloptionscollection-0"><span class="secno">2.8.2.3 </span>HTMLOptionsCollection</a></li></ol></li>
+     <li><a href="common-dom-interfaces.html#domstringmap-0"><span class="secno">2.8.3 </span>DOMStringMap</a></li>
+     <li><a href="common-dom-interfaces.html#transferable-objects"><span class="secno">2.8.4 </span>Transferable objects</a></li>
+     <li><a href="common-dom-interfaces.html#safe-passing-of-structured-data"><span class="secno">2.8.5 </span>Safe passing of structured data</a></li>
+     <li><a href="common-dom-interfaces.html#dom-feature-strings"><span class="secno">2.8.6 </span>DOM feature strings</a></li>
+     <li><a href="common-dom-interfaces.html#garbage-collection"><span class="secno">2.8.7 </span>Garbage collection</a></li></ol></li>
+   <li><a href="namespaces.html#namespaces"><span class="secno">2.9 </span>Namespaces</a></li></ol></li>
+ <li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
+  <ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a>
+    <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li>
+     <li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li>
+     <li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li>
+     <li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li>
+     <li><a href="dom.html#loading-xml-documents"><span class="secno">3.1.5 </span>Loading XML documents</a></li></ol></li>
+   <li><a href="elements.html#elements"><span class="secno">3.2 </span>Elements</a>
+    <ol><li><a href="elements.html#semantics-0"><span class="secno">3.2.1 </span>Semantics</a></li>
+     <li><a href="elements.html#elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</a></li>
+     <li><a href="elements.html#global-attributes"><span class="secno">3.2.3 </span>Global attributes</a>
+      <ol><li><a href="elements.html#the-id-attribute"><span class="secno">3.2.3.1 </span>The <code>id</code> attribute</a></li>
+       <li><a href="elements.html#the-title-attribute"><span class="secno">3.2.3.2 </span>The <code>title</code> attribute</a></li>
+       <li><a href="elements.html#the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang">lang</code> and <code title="attr-xml-lang">xml:lang</code> attributes</a></li>
+       <li><a href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <code>xml:base</code>
   attribute (XML only)</a></li>
-       <li><a href="common-microsyntaxes.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a></li>
-       <li><a href="common-microsyntaxes.html#classes"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a></li>
-       <li><a href="common-microsyntaxes.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a></li>
-       <li><a href="common-microsyntaxes.html#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data with the <code title="attr-data-*">data-*</code> attributes</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#element-definitions"><span class="secno">3.2.4 </span>Element definitions</a>
-      <ol><li><a href="common-microsyntaxes.html#attributes"><span class="secno">3.2.4.1 </span>Attributes</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#content-models"><span class="secno">3.2.5 </span>Content models</a>
-      <ol><li><a href="common-microsyntaxes.html#kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</a>
-        <ol><li><a href="common-microsyntaxes.html#metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</a></li>
-         <li><a href="common-microsyntaxes.html#flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</a></li>
-         <li><a href="common-microsyntaxes.html#sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</a></li>
-         <li><a href="common-microsyntaxes.html#heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</a></li>
-         <li><a href="common-microsyntaxes.html#phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</a></li>
-         <li><a href="common-microsyntaxes.html#embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</a></li>
-         <li><a href="common-microsyntaxes.html#interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</a></li>
-       <li><a href="common-microsyntaxes.html#paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#requirements-relating-to-bidirectional-algorithm-formatting-characters"><span class="secno">3.2.6 </span>Requirements relating to bidirectional-algorithm formatting
+       <li><a href="elements.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a></li>
+       <li><a href="elements.html#classes"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a></li>
+       <li><a href="elements.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a></li>
+       <li><a href="elements.html#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data with the <code title="attr-data-*">data-*</code> attributes</a></li></ol></li>
+     <li><a href="elements.html#element-definitions"><span class="secno">3.2.4 </span>Element definitions</a>
+      <ol><li><a href="elements.html#attributes"><span class="secno">3.2.4.1 </span>Attributes</a></li></ol></li>
+     <li><a href="content-models.html#content-models"><span class="secno">3.2.5 </span>Content models</a>
+      <ol><li><a href="content-models.html#kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</a>
+        <ol><li><a href="content-models.html#metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</a></li>
+         <li><a href="content-models.html#flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</a></li>
+         <li><a href="content-models.html#sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</a></li>
+         <li><a href="content-models.html#heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</a></li>
+         <li><a href="content-models.html#phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</a></li>
+         <li><a href="content-models.html#embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</a></li>
+         <li><a href="content-models.html#interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</a></li></ol></li>
+       <li><a href="content-models.html#transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</a></li>
+       <li><a href="content-models.html#paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</a></li></ol></li>
+     <li><a href="content-models.html#requirements-relating-to-bidirectional-algorithm-formatting-characters"><span class="secno">3.2.6 </span>Requirements relating to bidirectional-algorithm formatting
   characters</a></li>
-     <li><a href="common-microsyntaxes.html#wai-aria"><span class="secno">3.2.7 </span>WAI-ARIA</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#interactions-with-xpath-and-xslt"><span class="secno">3.3 </span>Interactions with XPath and XSLT</a></li>
-   <li><a href="common-microsyntaxes.html#dynamic-markup-insertion"><span class="secno">3.4 </span>Dynamic markup insertion</a>
-    <ol><li><a href="common-microsyntaxes.html#opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</a></li>
-     <li><a href="common-microsyntaxes.html#closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</a></li>
-     <li><a href="common-microsyntaxes.html#document.write"><span class="secno">3.4.3 </span><code title="dom-document-write">document.write()</code></a></li>
-     <li><a href="common-microsyntaxes.html#document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln">document.writeln()</code></a></li>
-     <li><a href="common-microsyntaxes.html#innerhtml"><span class="secno">3.4.5 </span><code title="dom-innerHTML">innerHTML</code></a></li>
-     <li><a href="common-microsyntaxes.html#outerhtml"><span class="secno">3.4.6 </span><code title="dom-outerHTML">outerHTML</code></a></li>
-     <li><a href="common-microsyntaxes.html#insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML">insertAdjacentHTML()</code></a></li></ol></li></ol></li>
- <li><a href="common-microsyntaxes.html#semantics"><span class="secno">4 </span>The elements of HTML</a>
-  <ol><li><a href="common-microsyntaxes.html#the-root-element"><span class="secno">4.1 </span>The root element</a>
-    <ol><li><a href="common-microsyntaxes.html#the-html-element"><span class="secno">4.1.1 </span>The <code>html</code> element</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#document-metadata"><span class="secno">4.2 </span>Document metadata</a>
-    <ol><li><a href="common-microsyntaxes.html#the-head-element"><span class="secno">4.2.1 </span>The <code>head</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-title-element"><span class="secno">4.2.2 </span>The <code>title</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-base-element"><span class="secno">4.2.3 </span>The <code>base</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-link-element"><span class="secno">4.2.4 </span>The <code>link</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-meta-element"><span class="secno">4.2.5 </span>The <code>meta</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</a></li>
-       <li><a href="common-microsyntaxes.html#other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</a></li>
-       <li><a href="common-microsyntaxes.html#pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</a></li>
-       <li><a href="common-microsyntaxes.html#other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</a></li>
-       <li><a href="common-microsyntaxes.html#charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-style-element"><span class="secno">4.2.6 </span>The <code>style</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#styling"><span class="secno">4.2.7 </span>Styling</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#scripting-1"><span class="secno">4.3 </span>Scripting</a>
-    <ol><li><a href="common-microsyntaxes.html#the-script-element"><span class="secno">4.3.1 </span>The <code>script</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</a></li>
-       <li><a href="common-microsyntaxes.html#restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span>Restrictions for contents of <code>script</code> elements</a></li>
-       <li><a href="common-microsyntaxes.html#inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span>Inline documentation for external scripts</a></li>
-       <li><a href="common-microsyntaxes.html#scriptTagXSLT"><span class="secno">4.3.1.4 </span>Interaction of <code>script</code> elements and XSLT</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#sections"><span class="secno">4.4 </span>Sections</a>
-    <ol><li><a href="common-microsyntaxes.html#the-body-element"><span class="secno">4.4.1 </span>The <code>body</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-section-element"><span class="secno">4.4.2 </span>The <code>section</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-nav-element"><span class="secno">4.4.3 </span>The <code>nav</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-article-element"><span class="secno">4.4.4 </span>The <code>article</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-aside-element"><span class="secno">4.4.5 </span>The <code>aside</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, and <code>h6</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#the-hgroup-element"><span class="secno">4.4.7 </span>The <code>hgroup</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-header-element"><span class="secno">4.4.8 </span>The <code>header</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-footer-element"><span class="secno">4.4.9 </span>The <code>footer</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-address-element"><span class="secno">4.4.10 </span>The <code>address</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#headings-and-sections"><span class="secno">4.4.11 </span>Headings and sections</a>
-      <ol><li><a href="common-microsyntaxes.html#outlines"><span class="secno">4.4.11.1 </span>Creating an outline</a></li></ol></li></ol></li>
-   <li><a href="common-microsyntaxes.html#grouping-content"><span class="secno">4.5 </span>Grouping content</a>
-    <ol><li><a href="common-microsyntaxes.html#the-p-element"><span class="secno">4.5.1 </span>The <code>p</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-pre-element"><span class="secno">4.5.3 </span>The <code>pre</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-blockquote-element"><span class="secno">4.5.4 </span>The <code>blockquote</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-ol-element"><span class="secno">4.5.5 </span>The <code>ol</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-ul-element"><span class="secno">4.5.6 </span>The <code>ul</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-li-element"><span class="secno">4.5.7 </span>The <code>li</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-dl-element"><span class="secno">4.5.8 </span>The <code>dl</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-dt-element"><span class="secno">4.5.9 </span>The <code>dt</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-dd-element"><span class="secno">4.5.10 </span>The <code>dd</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-figure-element"><span class="secno">4.5.11 </span>The <code>figure</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-figcaption-element"><span class="secno">4.5.12 </span>The <code>figcaption</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-div-element"><span class="secno">4.5.13 </span>The <code>div</code> element</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a>
-    <ol><li><a href="common-microsyntaxes.html#the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-em-element"><span class="secno">4.6.2 </span>The <code>em</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-strong-element"><span class="secno">4.6.3 </span>The <code>strong</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-small-element"><span class="secno">4.6.4 </span>The <code>small</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-s-element"><span class="secno">4.6.5 </span>The <code>s</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-cite-element"><span class="secno">4.6.6 </span>The <code>cite</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-q-element"><span class="secno">4.6.7 </span>The <code>q</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-dfn-element"><span class="secno">4.6.8 </span>The <code>dfn</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-abbr-element"><span class="secno">4.6.9 </span>The <code>abbr</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-time-element"><span class="secno">4.6.10 </span>The <code>time</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-code-element"><span class="secno">4.6.11 </span>The <code>code</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-var-element"><span class="secno">4.6.12 </span>The <code>var</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-samp-element"><span class="secno">4.6.13 </span>The <code>samp</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-kbd-element"><span class="secno">4.6.14 </span>The <code>kbd</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-sub-and-sup-elements"><span class="secno">4.6.15 </span>The <code>sub</code> and <code>sup</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#the-i-element"><span class="secno">4.6.16 </span>The <code>i</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-b-element"><span class="secno">4.6.17 </span>The <code>b</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-u-element"><span class="secno">4.6.18 </span>The <code>u</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-mark-element"><span class="secno">4.6.19 </span>The <code>mark</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-ruby-element"><span class="secno">4.6.20 </span>The <code>ruby</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-rt-element"><span class="secno">4.6.21 </span>The <code>rt</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-rp-element"><span class="secno">4.6.22 </span>The <code>rp</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-bdi-element"><span class="secno">4.6.23 </span>The <code>bdi</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-bdo-element"><span class="secno">4.6.24 </span>The <code>bdo</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-span-element"><span class="secno">4.6.25 </span>The <code>span</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-br-element"><span class="secno">4.6.26 </span>The <code>br</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-wbr-element"><span class="secno">4.6.27 </span>The <code>wbr</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#usage-summary"><span class="secno">4.6.28 </span>Usage summary</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#edits"><span class="secno">4.7 </span>Edits</a>
-    <ol><li><a href="common-microsyntaxes.html#the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#attributes-common-to-ins-and-del-elements"><span class="secno">4.7.3 </span>Attributes common to <code>ins</code> and <code>del</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</a></li>
-     <li><a href="common-microsyntaxes.html#edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#embedded-content-1"><span class="secno">4.8 </span>Embedded content</a>
-    <ol><li><a href="common-microsyntaxes.html#the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</a>
-        <ol><li><a href="common-microsyntaxes.html#general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</a></li>
-         <li><a href="common-microsyntaxes.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2 </span>A link or button containing nothing but the image</a></li>
-         <li><a href="common-microsyntaxes.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.3 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li>
-         <li><a href="common-microsyntaxes.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.4 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li>
-         <li><a href="common-microsyntaxes.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.5 </span>Text that has been rendered to a graphic for typographical effect</a></li>
-         <li><a href="common-microsyntaxes.html#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.6 </span>A graphical representation of some of the surrounding text</a></li>
-         <li><a href="common-microsyntaxes.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.7 </span>A purely decorative image that doesn't add any information</a></li>
-         <li><a href="common-microsyntaxes.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with no links</a></li>
-         <li><a href="common-microsyntaxes.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.9 </span>A group of images that form a single larger picture with links</a></li>
-         <li><a href="common-microsyntaxes.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.10 </span>A key part of the content</a></li>
-         <li><a href="common-microsyntaxes.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</a></li>
-         <li><a href="common-microsyntaxes.html#guidance-for-markup-generators"><span class="secno">4.8.1.1.12 </span>Guidance for markup generators</a></li>
-         <li><a href="common-microsyntaxes.html#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.13 </span>Guidance for conformance checkers</a></li></ol></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-iframe-element"><span class="secno">4.8.2 </span>The <code>iframe</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-embed-element"><span class="secno">4.8.3 </span>The <code>embed</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-object-element"><span class="secno">4.8.4 </span>The <code>object</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-param-element"><span class="secno">4.8.5 </span>The <code>param</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-video-element"><span class="secno">4.8.6 </span>The <code>video</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-audio-element"><span class="secno">4.8.7 </span>The <code>audio</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-source-element"><span class="secno">4.8.8 </span>The <code>source</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-track-element"><span class="secno">4.8.9 </span>The <code>track</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#media-elements"><span class="secno">4.8.10 </span>Media elements</a>
-      <ol><li><a href="common-microsyntaxes.html#error-codes"><span class="secno">4.8.10.1 </span>Error codes</a></li>
-       <li><a href="common-microsyntaxes.html#location-of-the-media-resource"><span class="secno">4.8.10.2 </span>Location of the media resource</a></li>
-       <li><a href="common-microsyntaxes.html#mime-types"><span class="secno">4.8.10.3 </span>MIME types</a></li>
-       <li><a href="common-microsyntaxes.html#network-states"><span class="secno">4.8.10.4 </span>Network states</a></li>
-       <li><a href="common-microsyntaxes.html#loading-the-media-resource"><span class="secno">4.8.10.5 </span>Loading the media resource</a></li>
-       <li><a href="common-microsyntaxes.html#offsets-into-the-media-resource"><span class="secno">4.8.10.6 </span>Offsets into the media resource</a></li>
-       <li><a href="common-microsyntaxes.html#ready-states"><span class="secno">4.8.10.7 </span>Ready states</a></li>
-       <li><a href="common-microsyntaxes.html#playing-the-media-resource"><span class="secno">4.8.10.8 </span>Playing the media resource</a></li>
-       <li><a href="common-microsyntaxes.html#seeking"><span class="secno">4.8.10.9 </span>Seeking</a></li>
-       <li><a href="common-microsyntaxes.html#media-resources-with-multiple-media-tracks"><span class="secno">4.8.10.10 </span>Media resources with multiple media tracks</a>
-        <ol><li><a href="common-microsyntaxes.html#audiotracklist-and-videotracklist-objects"><span class="secno">4.8.10.10.1 </span><code>AudioTrackList</code> and <code>VideoTrackList</code> objects</a></li>
-         <li><a href="common-microsyntaxes.html#selecting-specific-audio-and-video-tracks-declaratively"><span class="secno">4.8.10.10.2 </span>Selecting specific audio and video tracks declaratively</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#synchronising-multiple-media-elements"><span class="secno">4.8.10.11 </span>Synchronising multiple media elements</a>
-        <ol><li><a href="common-microsyntaxes.html#introduction-0"><span class="secno">4.8.10.11.1 </span>Introduction</a></li>
-         <li><a href="common-microsyntaxes.html#media-controllers"><span class="secno">4.8.10.11.2 </span>Media controllers</a></li>
-         <li><a href="common-microsyntaxes.html#assigning-a-media-controller-declaratively"><span class="secno">4.8.10.11.3 </span>Assigning a media controller declaratively</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#timed-text-tracks"><span class="secno">4.8.10.12 </span>Timed text tracks</a>
-        <ol><li><a href="common-microsyntaxes.html#text-track-model"><span class="secno">4.8.10.12.1 </span>Text track model</a></li>
-         <li><a href="common-microsyntaxes.html#sourcing-in-band-text-tracks"><span class="secno">4.8.10.12.2 </span>Sourcing in-band text tracks</a></li>
-         <li><a href="common-microsyntaxes.html#sourcing-out-of-band-text-tracks"><span class="secno">4.8.10.12.3 </span>Sourcing out-of-band text tracks</a></li>
-         <li><a href="common-microsyntaxes.html#text-track-api"><span class="secno">4.8.10.12.4 </span>Text track API</a></li>
-         <li><a href="common-microsyntaxes.html#text-tracks-describing-chapters"><span class="secno">4.8.10.12.5 </span>Text tracks describing chapters</a></li>
-         <li><a href="common-microsyntaxes.html#cue-events"><span class="secno">4.8.10.12.6 </span>Event definitions</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#user-interface"><span class="secno">4.8.10.13 </span>User interface</a></li>
-       <li><a href="common-microsyntaxes.html#time-ranges"><span class="secno">4.8.10.14 </span>Time ranges</a></li>
-       <li><a href="common-microsyntaxes.html#mediaevents"><span class="secno">4.8.10.15 </span>Event summary</a></li>
-       <li><a href="common-microsyntaxes.html#security-and-privacy-considerations"><span class="secno">4.8.10.16 </span>Security and privacy considerations</a></li>
-       <li><a href="common-microsyntaxes.html#best-practices-for-authors-using-media-elements"><span class="secno">4.8.10.17 </span>Best practices for authors using media elements</a></li>
-       <li><a href="common-microsyntaxes.html#best-practices-for-implementors-of-media-elements"><span class="secno">4.8.10.18 </span>Best practices for implementors of media elements</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-canvas-element"><span class="secno">4.8.11 </span>The <code>canvas</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#color-spaces-and-color-correction"><span class="secno">4.8.11.1 </span>Color spaces and color correction</a></li>
-       <li><a href="common-microsyntaxes.html#security-with-canvas-elements"><span class="secno">4.8.11.2 </span>Security with <code>canvas</code> elements</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-map-element"><span class="secno">4.8.12 </span>The <code>map</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-area-element"><span class="secno">4.8.13 </span>The <code>area</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#image-maps"><span class="secno">4.8.14 </span>Image maps</a>
-      <ol><li><a href="common-microsyntaxes.html#authoring"><span class="secno">4.8.14.1 </span>Authoring</a></li>
-       <li><a href="common-microsyntaxes.html#processing-model"><span class="secno">4.8.14.2 </span>Processing model</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#mathml"><span class="secno">4.8.15 </span>MathML</a></li>
-     <li><a href="common-microsyntaxes.html#svg-0"><span class="secno">4.8.16 </span>SVG</a></li>
-     <li><a href="common-microsyntaxes.html#dimension-attributes"><span class="secno">4.8.17 </span>Dimension attributes</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#tabular-data"><span class="secno">4.9 </span>Tabular data</a>
-    <ol><li><a href="common-microsyntaxes.html#the-table-element"><span class="secno">4.9.1 </span>The <code>table</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#table-descriptions-techniques"><span class="secno">4.9.1.1 </span>Techniques for describing tables</a></li>
-       <li><a href="common-microsyntaxes.html#table-layout-techniques"><span class="secno">4.9.1.2 </span>Techniques for table layout</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-caption-element"><span class="secno">4.9.2 </span>The <code>caption</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-colgroup-element"><span class="secno">4.9.3 </span>The <code>colgroup</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-col-element"><span class="secno">4.9.4 </span>The <code>col</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-tbody-element"><span class="secno">4.9.5 </span>The <code>tbody</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-thead-element"><span class="secno">4.9.6 </span>The <code>thead</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-tfoot-element"><span class="secno">4.9.7 </span>The <code>tfoot</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-tr-element"><span class="secno">4.9.8 </span>The <code>tr</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-td-element"><span class="secno">4.9.9 </span>The <code>td</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-th-element"><span class="secno">4.9.10 </span>The <code>th</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#attributes-common-to-td-and-th-elements"><span class="secno">4.9.11 </span>Attributes common to <code>td</code> and <code>th</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#processing-model-0"><span class="secno">4.9.12 </span>Processing model</a>
-      <ol><li><a href="common-microsyntaxes.html#forming-a-table"><span class="secno">4.9.12.1 </span>Forming a table</a></li>
-       <li><a href="common-microsyntaxes.html#header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#examples"><span class="secno">4.9.13 </span>Examples</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#forms"><span class="secno">4.10 </span>Forms</a>
-    <ol><li><a href="common-microsyntaxes.html#introduction-1"><span class="secno">4.10.1 </span>Introduction</a>
-      <ol><li><a href="common-microsyntaxes.html#writing-a-form-s-user-interface"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a></li>
-       <li><a href="common-microsyntaxes.html#implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</a></li>
-       <li><a href="common-microsyntaxes.html#configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</a></li>
-       <li><a href="common-microsyntaxes.html#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#categories"><span class="secno">4.10.2 </span>Categories</a></li>
-     <li><a href="common-microsyntaxes.html#the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-fieldset-element"><span class="secno">4.10.4 </span>The <code>fieldset</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-legend-element"><span class="secno">4.10.5 </span>The <code>legend</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-label-element"><span class="secno">4.10.6 </span>The <code>label</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-input-element"><span class="secno">4.10.7 </span>The <code>input</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a>
-        <ol><li><a href="common-microsyntaxes.html#hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a></li>
-         <li><a href="common-microsyntaxes.html#text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a></li>
-         <li><a href="common-microsyntaxes.html#telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a></li>
-         <li><a href="common-microsyntaxes.html#url-state"><span class="secno">4.10.7.1.4 </span>URL state</a></li>
-         <li><a href="common-microsyntaxes.html#e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a></li>
-         <li><a href="common-microsyntaxes.html#password-state"><span class="secno">4.10.7.1.6 </span>Password state</a></li>
-         <li><a href="common-microsyntaxes.html#date-and-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a></li>
-         <li><a href="common-microsyntaxes.html#date-state"><span class="secno">4.10.7.1.8 </span>Date state</a></li>
-         <li><a href="common-microsyntaxes.html#month-state"><span class="secno">4.10.7.1.9 </span>Month state</a></li>
-         <li><a href="common-microsyntaxes.html#week-state"><span class="secno">4.10.7.1.10 </span>Week state</a></li>
-         <li><a href="common-microsyntaxes.html#time-state"><span class="secno">4.10.7.1.11 </span>Time state</a></li>
-         <li><a href="common-microsyntaxes.html#local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></li>
-         <li><a href="common-microsyntaxes.html#number-state"><span class="secno">4.10.7.1.13 </span>Number state</a></li>
-         <li><a href="common-microsyntaxes.html#range-state"><span class="secno">4.10.7.1.14 </span>Range state</a></li>
-         <li><a href="common-microsyntaxes.html#color-state"><span class="secno">4.10.7.1.15 </span>Color state</a></li>
-         <li><a href="common-microsyntaxes.html#checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a></li>
-         <li><a href="common-microsyntaxes.html#radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a></li>
-         <li><a href="common-microsyntaxes.html#file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a></li>
-         <li><a href="common-microsyntaxes.html#submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a></li>
-         <li><a href="common-microsyntaxes.html#image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a></li>
-         <li><a href="common-microsyntaxes.html#reset-button-state"><span class="secno">4.10.7.1.21 </span>Reset Button state</a></li>
-         <li><a href="common-microsyntaxes.html#button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code>input</code> element attributes</a>
-        <ol><li><a href="common-microsyntaxes.html#the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete">autocomplete</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-dirname-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname">dirname</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-list-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list">list</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-readonly-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-readonly">readonly</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-size-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-size">size</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-required-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-required">required</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-multiple-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-multiple">multiple</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-maxlength-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength">maxlength</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-pattern-attribute"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-pattern">pattern</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-min-and-max-attributes"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min">min</code> and <code title="attr-input-max">max</code> attributes</a></li>
-         <li><a href="common-microsyntaxes.html#the-step-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step">step</code> attribute</a></li>
-         <li><a href="common-microsyntaxes.html#the-placeholder-attribute"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder">placeholder</code> attribute</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code>input</code> element APIs</a></li>
-       <li><a href="common-microsyntaxes.html#common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#the-button-element"><span class="secno">4.10.8 </span>The <code>button</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-select-element"><span class="secno">4.10.9 </span>The <code>select</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-datalist-element"><span class="secno">4.10.10 </span>The <code>datalist</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-optgroup-element"><span class="secno">4.10.11 </span>The <code>optgroup</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-option-element"><span class="secno">4.10.12 </span>The <code>option</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-textarea-element"><span class="secno">4.10.13 </span>The <code>textarea</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-keygen-element"><span class="secno">4.10.14 </span>The <code>keygen</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-output-element"><span class="secno">4.10.15 </span>The <code>output</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-progress-element"><span class="secno">4.10.16 </span>The <code>progress</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-meter-element"><span class="secno">4.10.17 </span>The <code>meter</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</a></li>
-     <li><a href="common-microsyntaxes.html#attributes-common-to-form-controls"><span class="secno">4.10.19 </span>Attributes common to form controls</a>
-      <ol><li><a href="common-microsyntaxes.html#naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</a></li>
-       <li><a href="common-microsyntaxes.html#enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</a></li>
-       <li><a href="common-microsyntaxes.html#a-form-control-s-value"><span class="secno">4.10.19.3 </span>A form control's value</a></li>
-       <li><a href="common-microsyntaxes.html#autofocusing-a-form-control"><span class="secno">4.10.19.4 </span>Autofocusing a form control</a></li>
-       <li><a href="common-microsyntaxes.html#limiting-user-input-length"><span class="secno">4.10.19.5 </span>Limiting user input length</a></li>
-       <li><a href="common-microsyntaxes.html#form-submission-0"><span class="secno">4.10.19.6 </span>Form submission</a></li>
-       <li><a href="common-microsyntaxes.html#submitting-element-directionality"><span class="secno">4.10.19.7 </span>Submitting element directionality</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#textFieldSelection"><span class="secno">4.10.20 </span>APIs for the text field selections</a></li>
-     <li><a href="common-microsyntaxes.html#constraints"><span class="secno">4.10.21 </span>Constraints</a>
-      <ol><li><a href="common-microsyntaxes.html#definitions"><span class="secno">4.10.21.1 </span>Definitions</a></li>
-       <li><a href="common-microsyntaxes.html#constraint-validation"><span class="secno">4.10.21.2 </span>Constraint validation</a></li>
-       <li><a href="common-microsyntaxes.html#the-constraint-validation-api"><span class="secno">4.10.21.3 </span>The constraint validation API</a></li>
-       <li><a href="common-microsyntaxes.html#security-forms"><span class="secno">4.10.21.4 </span>Security</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#form-submission"><span class="secno">4.10.22 </span>Form submission</a>
-      <ol><li><a href="common-microsyntaxes.html#introduction-2"><span class="secno">4.10.22.1 </span>Introduction</a></li>
-       <li><a href="common-microsyntaxes.html#implicit-submission"><span class="secno">4.10.22.2 </span>Implicit submission</a></li>
-       <li><a href="common-microsyntaxes.html#form-submission-algorithm"><span class="secno">4.10.22.3 </span>Form submission algorithm</a></li>
-       <li><a href="common-microsyntaxes.html#constructing-form-data-set"><span class="secno">4.10.22.4 </span>Constructing the form data set</a></li>
-       <li><a href="common-microsyntaxes.html#url-encoded-form-data"><span class="secno">4.10.22.5 </span>URL-encoded form data</a></li>
-       <li><a href="common-microsyntaxes.html#multipart-form-data"><span class="secno">4.10.22.6 </span>Multipart form data</a></li>
-       <li><a href="common-microsyntaxes.html#plain-text-form-data"><span class="secno">4.10.22.7 </span>Plain text form data</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#resetting-a-form"><span class="secno">4.10.23 </span>Resetting a form</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#interactive-elements"><span class="secno">4.11 </span>Interactive elements</a>
-    <ol><li><a href="common-microsyntaxes.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-command-element"><span class="secno">4.11.3 </span>The <code>command</code> element</a></li>
-     <li><a href="common-microsyntaxes.html#the-menu-element"><span class="secno">4.11.4 </span>The <code>menu</code> element</a>
-      <ol><li><a href="common-microsyntaxes.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a></li>
-       <li><a href="common-microsyntaxes.html#building-menus-and-toolbars"><span class="secno">4.11.4.2 </span>Building menus and toolbars</a></li>
-       <li><a href="common-microsyntaxes.html#context-menus"><span class="secno">4.11.4.3 </span>Context menus</a></li>
-       <li><a href="common-microsyntaxes.html#toolbars"><span class="secno">4.11.4.4 </span>Toolbars</a></li></ol></li>
-     <li><a href="common-microsyntaxes.html#commands"><span class="secno">4.11.5 </span>Commands</a>
-      <ol><li><a href="common-microsyntaxes.html#using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span>Using the <code>a</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span>Using the <code>button</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-input-element-to-define-a-command"><span class="secno">4.11.5.3 </span>Using the <code>input</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-option-element-to-define-a-command"><span class="secno">4.11.5.4 </span>Using the <code>option</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-command-element-to-define-a-command"><span class="secno">4.11.5.5 </span>Using the <code>command</code> element to define
+     <li><a href="content-models.html#wai-aria"><span class="secno">3.2.7 </span>WAI-ARIA</a></li></ol></li>
+   <li><a href="content-models.html#interactions-with-xpath-and-xslt"><span class="secno">3.3 </span>Interactions with XPath and XSLT</a></li>
+   <li><a href="content-models.html#dynamic-markup-insertion"><span class="secno">3.4 </span>Dynamic markup insertion</a>
+    <ol><li><a href="content-models.html#opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</a></li>
+     <li><a href="content-models.html#closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</a></li>
+     <li><a href="content-models.html#document.write"><span class="secno">3.4.3 </span><code title="dom-document-write">document.write()</code></a></li>
+     <li><a href="content-models.html#document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln">document.writeln()</code></a></li>
+     <li><a href="content-models.html#innerhtml"><span class="secno">3.4.5 </span><code title="dom-innerHTML">innerHTML</code></a></li>
+     <li><a href="content-models.html#outerhtml"><span class="secno">3.4.6 </span><code title="dom-outerHTML">outerHTML</code></a></li>
+     <li><a href="content-models.html#insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML">insertAdjacentHTML()</code></a></li></ol></li></ol></li>
+ <li><a href="semantics.html#semantics"><span class="secno">4 </span>The elements of HTML</a>
+  <ol><li><a href="semantics.html#the-root-element"><span class="secno">4.1 </span>The root element</a>
+    <ol><li><a href="semantics.html#the-html-element"><span class="secno">4.1.1 </span>The <code>html</code> element</a></li></ol></li>
+   <li><a href="semantics.html#document-metadata"><span class="secno">4.2 </span>Document metadata</a>
+    <ol><li><a href="semantics.html#the-head-element"><span class="secno">4.2.1 </span>The <code>head</code> element</a></li>
+     <li><a href="semantics.html#the-title-element"><span class="secno">4.2.2 </span>The <code>title</code> element</a></li>
+     <li><a href="semantics.html#the-base-element"><span class="secno">4.2.3 </span>The <code>base</code> element</a></li>
+     <li><a href="semantics.html#the-link-element"><span class="secno">4.2.4 </span>The <code>link</code> element</a></li>
+     <li><a href="semantics.html#the-meta-element"><span class="secno">4.2.5 </span>The <code>meta</code> element</a>
+      <ol><li><a href="semantics.html#standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</a></li>
+       <li><a href="semantics.html#other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</a></li>
+       <li><a href="semantics.html#pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</a></li>
+       <li><a href="semantics.html#other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</a></li>
+       <li><a href="semantics.html#charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</a></li></ol></li>
+     <li><a href="semantics.html#the-style-element"><span class="secno">4.2.6 </span>The <code>style</code> element</a></li>
+     <li><a href="semantics.html#styling"><span class="secno">4.2.7 </span>Styling</a></li></ol></li>
+   <li><a href="scripting-1.html#scripting-1"><span class="secno">4.3 </span>Scripting</a>
+    <ol><li><a href="scripting-1.html#the-script-element"><span class="secno">4.3.1 </span>The <code>script</code> element</a>
+      <ol><li><a href="scripting-1.html#scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</a></li>
+       <li><a href="scripting-1.html#restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span>Restrictions for contents of <code>script</code> elements</a></li>
+       <li><a href="scripting-1.html#inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span>Inline documentation for external scripts</a></li>
+       <li><a href="scripting-1.html#scriptTagXSLT"><span class="secno">4.3.1.4 </span>Interaction of <code>script</code> elements and XSLT</a></li></ol></li>
+     <li><a href="scripting-1.html#the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></li></ol></li>
+   <li><a href="sections.html#sections"><span class="secno">4.4 </span>Sections</a>
+    <ol><li><a href="sections.html#the-body-element"><span class="secno">4.4.1 </span>The <code>body</code> element</a></li>
+     <li><a href="sections.html#the-section-element"><span class="secno">4.4.2 </span>The <code>section</code> element</a></li>
+     <li><a href="sections.html#the-nav-element"><span class="secno">4.4.3 </span>The <code>nav</code> element</a></li>
+     <li><a href="sections.html#the-article-element"><span class="secno">4.4.4 </span>The <code>article</code> element</a></li>
+     <li><a href="sections.html#the-aside-element"><span class="secno">4.4.5 </span>The <code>aside</code> element</a></li>
+     <li><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, and <code>h6</code> elements</a></li>
+     <li><a href="sections.html#the-hgroup-element"><span class="secno">4.4.7 </span>The <code>hgroup</code> element</a></li>
+     <li><a href="sections.html#the-header-element"><span class="secno">4.4.8 </span>The <code>header</code> element</a></li>
+     <li><a href="sections.html#the-footer-element"><span class="secno">4.4.9 </span>The <code>footer</code> element</a></li>
+     <li><a href="sections.html#the-address-element"><span class="secno">4.4.10 </span>The <code>address</code> element</a></li>
+     <li><a href="sections.html#headings-and-sections"><span class="secno">4.4.11 </span>Headings and sections</a>
+      <ol><li><a href="sections.html#outlines"><span class="secno">4.4.11.1 </span>Creating an outline</a></li></ol></li></ol></li>
+   <li><a href="grouping-content.html#grouping-content"><span class="secno">4.5 </span>Grouping content</a>
+    <ol><li><a href="grouping-content.html#the-p-element"><span class="secno">4.5.1 </span>The <code>p</code> element</a></li>
+     <li><a href="grouping-content.html#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a></li>
+     <li><a href="grouping-content.html#the-pre-element"><span class="secno">4.5.3 </span>The <code>pre</code> element</a></li>
+     <li><a href="grouping-content.html#the-blockquote-element"><span class="secno">4.5.4 </span>The <code>blockquote</code> element</a></li>
+     <li><a href="grouping-content.html#the-ol-element"><span class="secno">4.5.5 </span>The <code>ol</code> element</a></li>
+     <li><a href="grouping-content.html#the-ul-element"><span class="secno">4.5.6 </span>The <code>ul</code> element</a></li>
+     <li><a href="grouping-content.html#the-li-element"><span class="secno">4.5.7 </span>The <code>li</code> element</a></li>
+     <li><a href="grouping-content.html#the-dl-element"><span class="secno">4.5.8 </span>The <code>dl</code> element</a></li>
+     <li><a href="grouping-content.html#the-dt-element"><span class="secno">4.5.9 </span>The <code>dt</code> element</a></li>
+     <li><a href="grouping-content.html#the-dd-element"><span class="secno">4.5.10 </span>The <code>dd</code> element</a></li>
+     <li><a href="grouping-content.html#the-figure-element"><span class="secno">4.5.11 </span>The <code>figure</code> element</a></li>
+     <li><a href="grouping-content.html#the-figcaption-element"><span class="secno">4.5.12 </span>The <code>figcaption</code> element</a></li>
+     <li><a href="grouping-content.html#the-div-element"><span class="secno">4.5.13 </span>The <code>div</code> element</a></li></ol></li>
+   <li><a href="text-level-semantics.html#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a>
+    <ol><li><a href="text-level-semantics.html#the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-em-element"><span class="secno">4.6.2 </span>The <code>em</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-strong-element"><span class="secno">4.6.3 </span>The <code>strong</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-small-element"><span class="secno">4.6.4 </span>The <code>small</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-s-element"><span class="secno">4.6.5 </span>The <code>s</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-cite-element"><span class="secno">4.6.6 </span>The <code>cite</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-q-element"><span class="secno">4.6.7 </span>The <code>q</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-dfn-element"><span class="secno">4.6.8 </span>The <code>dfn</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-abbr-element"><span class="secno">4.6.9 </span>The <code>abbr</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-time-element"><span class="secno">4.6.10 </span>The <code>time</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-code-element"><span class="secno">4.6.11 </span>The <code>code</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-var-element"><span class="secno">4.6.12 </span>The <code>var</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-samp-element"><span class="secno">4.6.13 </span>The <code>samp</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-kbd-element"><span class="secno">4.6.14 </span>The <code>kbd</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-sub-and-sup-elements"><span class="secno">4.6.15 </span>The <code>sub</code> and <code>sup</code> elements</a></li>
+     <li><a href="text-level-semantics.html#the-i-element"><span class="secno">4.6.16 </span>The <code>i</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-b-element"><span class="secno">4.6.17 </span>The <code>b</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-u-element"><span class="secno">4.6.18 </span>The <code>u</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-mark-element"><span class="secno">4.6.19 </span>The <code>mark</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-ruby-element"><span class="secno">4.6.20 </span>The <code>ruby</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-rt-element"><span class="secno">4.6.21 </span>The <code>rt</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-rp-element"><span class="secno">4.6.22 </span>The <code>rp</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-bdi-element"><span class="secno">4.6.23 </span>The <code>bdi</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-bdo-element"><span class="secno">4.6.24 </span>The <code>bdo</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-span-element"><span class="secno">4.6.25 </span>The <code>span</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-br-element"><span class="secno">4.6.26 </span>The <code>br</code> element</a></li>
+     <li><a href="text-level-semantics.html#the-wbr-element"><span class="secno">4.6.27 </span>The <code>wbr</code> element</a></li>
+     <li><a href="text-level-semantics.html#usage-summary"><span class="secno">4.6.28 </span>Usage summary</a></li></ol></li>
+   <li><a href="edits.html#edits"><span class="secno">4.7 </span>Edits</a>
+    <ol><li><a href="edits.html#the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a></li>
+     <li><a href="edits.html#the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a></li>
+     <li><a href="edits.html#attributes-common-to-ins-and-del-elements"><span class="secno">4.7.3 </span>Attributes common to <code>ins</code> and <code>del</code> elements</a></li>
+     <li><a href="edits.html#edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</a></li>
+     <li><a href="edits.html#edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</a></li></ol></li>
+   <li><a href="embedded-content-1.html#embedded-content-1"><span class="secno">4.8 </span>Embedded content</a>
+    <ol><li><a href="embedded-content-1.html#the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a>
+      <ol><li><a href="embedded-content-1.html#alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</a>
+        <ol><li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</a></li>
+         <li><a href="embedded-content-1.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2 </span>A link or button containing nothing but the image</a></li>
+         <li><a href="embedded-content-1.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.3 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li>
+         <li><a href="embedded-content-1.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.4 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li>
+         <li><a href="embedded-content-1.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.5 </span>Text that has been rendered to a graphic for typographical effect</a></li>
+         <li><a href="embedded-content-1.html#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.6 </span>A graphical representation of some of the surrounding text</a></li>
+         <li><a href="embedded-content-1.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.7 </span>A purely decorative image that doesn't add any information</a></li>
+         <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with no links</a></li>
+         <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.9 </span>A group of images that form a single larger picture with links</a></li>
+         <li><a href="embedded-content-1.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.10 </span>A key part of the content</a></li>
+         <li><a href="embedded-content-1.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</a></li>
+         <li><a href="embedded-content-1.html#guidance-for-markup-generators"><span class="secno">4.8.1.1.12 </span>Guidance for markup generators</a></li>
+         <li><a href="embedded-content-1.html#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.13 </span>Guidance for conformance checkers</a></li></ol></li></ol></li>
+     <li><a href="the-iframe-element.html#the-iframe-element"><span class="secno">4.8.2 </span>The <code>iframe</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-embed-element"><span class="secno">4.8.3 </span>The <code>embed</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-object-element"><span class="secno">4.8.4 </span>The <code>object</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-param-element"><span class="secno">4.8.5 </span>The <code>param</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-video-element"><span class="secno">4.8.6 </span>The <code>video</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-audio-element"><span class="secno">4.8.7 </span>The <code>audio</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-source-element"><span class="secno">4.8.8 </span>The <code>source</code> element</a></li>
+     <li><a href="the-iframe-element.html#the-track-element"><span class="secno">4.8.9 </span>The <code>track</code> element</a></li>
+     <li><a href="the-iframe-element.html#media-elements"><span class="secno">4.8.10 </span>Media elements</a>
+      <ol><li><a href="the-iframe-element.html#error-codes"><span class="secno">4.8.10.1 </span>Error codes</a></li>
+       <li><a href="the-iframe-element.html#location-of-the-media-resource"><span class="secno">4.8.10.2 </span>Location of the media resource</a></li>
+       <li><a href="the-iframe-element.html#mime-types"><span class="secno">4.8.10.3 </span>MIME types</a></li>
+       <li><a href="the-iframe-element.html#network-states"><span class="secno">4.8.10.4 </span>Network states</a></li>
+       <li><a href="the-iframe-element.html#loading-the-media-resource"><span class="secno">4.8.10.5 </span>Loading the media resource</a></li>
+       <li><a href="the-iframe-element.html#offsets-into-the-media-resource"><span class="secno">4.8.10.6 </span>Offsets into the media resource</a></li>
+       <li><a href="the-iframe-element.html#ready-states"><span class="secno">4.8.10.7 </span>Ready states</a></li>
+       <li><a href="the-iframe-element.html#playing-the-media-resource"><span class="secno">4.8.10.8 </span>Playing the media resource</a></li>
+       <li><a href="the-iframe-element.html#seeking"><span class="secno">4.8.10.9 </span>Seeking</a></li>
+       <li><a href="the-iframe-element.html#media-resources-with-multiple-media-tracks"><span class="secno">4.8.10.10 </span>Media resources with multiple media tracks</a>
+        <ol><li><a href="the-iframe-element.html#audiotracklist-and-videotracklist-objects"><span class="secno">4.8.10.10.1 </span><code>AudioTrackList</code> and <code>VideoTrackList</code> objects</a></li>
+         <li><a href="the-iframe-element.html#selecting-specific-audio-and-video-tracks-declaratively"><span class="secno">4.8.10.10.2 </span>Selecting specific audio and video tracks declaratively</a></li></ol></li>
+       <li><a href="the-iframe-element.html#synchronising-multiple-media-elements"><span class="secno">4.8.10.11 </span>Synchronising multiple media elements</a>
+        <ol><li><a href="the-iframe-element.html#introduction-0"><span class="secno">4.8.10.11.1 </span>Introduction</a></li>
+         <li><a href="the-iframe-element.html#media-controllers"><span class="secno">4.8.10.11.2 </span>Media controllers</a></li>
+         <li><a href="the-iframe-element.html#assigning-a-media-controller-declaratively"><span class="secno">4.8.10.11.3 </span>Assigning a media controller declaratively</a></li></ol></li>
+       <li><a href="the-iframe-element.html#timed-text-tracks"><span class="secno">4.8.10.12 </span>Timed text tracks</a>
+        <ol><li><a href="the-iframe-element.html#text-track-model"><span class="secno">4.8.10.12.1 </span>Text track model</a></li>
+         <li><a href="the-iframe-element.html#sourcing-in-band-text-tracks"><span class="secno">4.8.10.12.2 </span>Sourcing in-band text tracks</a></li>
+         <li><a href="the-iframe-element.html#sourcing-out-of-band-text-tracks"><span class="secno">4.8.10.12.3 </span>Sourcing out-of-band text tracks</a></li>
+         <li><a href="the-iframe-element.html#text-track-api"><span class="secno">4.8.10.12.4 </span>Text track API</a></li>
+         <li><a href="the-iframe-element.html#text-tracks-describing-chapters"><span class="secno">4.8.10.12.5 </span>Text tracks describing chapters</a></li>
+         <li><a href="the-iframe-element.html#cue-events"><span class="secno">4.8.10.12.6 </span>Event definitions</a></li></ol></li>
+       <li><a href="the-iframe-element.html#user-interface"><span class="secno">4.8.10.13 </span>User interface</a></li>
+       <li><a href="the-iframe-element.html#time-ranges"><span class="secno">4.8.10.14 </span>Time ranges</a></li>
+       <li><a href="the-iframe-element.html#mediaevents"><span class="secno">4.8.10.15 </span>Event summary</a></li>
+       <li><a href="the-iframe-element.html#security-and-privacy-considerations"><span class="secno">4.8.10.16 </span>Security and privacy considerations</a></li>
+       <li><a href="the-iframe-element.html#best-practices-for-authors-using-media-elements"><span class="secno">4.8.10.17 </span>Best practices for authors using media elements</a></li>
+       <li><a href="the-iframe-element.html#best-practices-for-implementors-of-media-elements"><span class="secno">4.8.10.18 </span>Best practices for implementors of media elements</a></li></ol></li>
+     <li><a href="the-canvas-element.html#the-canvas-element"><span class="secno">4.8.11 </span>The <code>canvas</code> element</a>
+      <ol><li><a href="the-canvas-element.html#color-spaces-and-color-correction"><span class="secno">4.8.11.1 </span>Color spaces and color correction</a></li>
+       <li><a href="the-canvas-element.html#security-with-canvas-elements"><span class="secno">4.8.11.2 </span>Security with <code>canvas</code> elements</a></li></ol></li>
+     <li><a href="the-map-element.html#the-map-element"><span class="secno">4.8.12 </span>The <code>map</code> element</a></li>
+     <li><a href="the-map-element.html#the-area-element"><span class="secno">4.8.13 </span>The <code>area</code> element</a></li>
+     <li><a href="the-map-element.html#image-maps"><span class="secno">4.8.14 </span>Image maps</a>
+      <ol><li><a href="the-map-element.html#authoring"><span class="secno">4.8.14.1 </span>Authoring</a></li>
+       <li><a href="the-map-element.html#processing-model"><span class="secno">4.8.14.2 </span>Processing model</a></li></ol></li>
+     <li><a href="the-map-element.html#mathml"><span class="secno">4.8.15 </span>MathML</a></li>
+     <li><a href="the-map-element.html#svg-0"><span class="secno">4.8.16 </span>SVG</a></li>
+     <li><a href="the-map-element.html#dimension-attributes"><span class="secno">4.8.17 </span>Dimension attributes</a></li></ol></li>
+   <li><a href="tabular-data.html#tabular-data"><span class="secno">4.9 </span>Tabular data</a>
+    <ol><li><a href="tabular-data.html#the-table-element"><span class="secno">4.9.1 </span>The <code>table</code> element</a>
+      <ol><li><a href="tabular-data.html#table-descriptions-techniques"><span class="secno">4.9.1.1 </span>Techniques for describing tables</a></li>
+       <li><a href="tabular-data.html#table-layout-techniques"><span class="secno">4.9.1.2 </span>Techniques for table layout</a></li></ol></li>
+     <li><a href="tabular-data.html#the-caption-element"><span class="secno">4.9.2 </span>The <code>caption</code> element</a></li>
+     <li><a href="tabular-data.html#the-colgroup-element"><span class="secno">4.9.3 </span>The <code>colgroup</code> element</a></li>
+     <li><a href="tabular-data.html#the-col-element"><span class="secno">4.9.4 </span>The <code>col</code> element</a></li>
+     <li><a href="tabular-data.html#the-tbody-element"><span class="secno">4.9.5 </span>The <code>tbody</code> element</a></li>
+     <li><a href="tabular-data.html#the-thead-element"><span class="secno">4.9.6 </span>The <code>thead</code> element</a></li>
+     <li><a href="tabular-data.html#the-tfoot-element"><span class="secno">4.9.7 </span>The <code>tfoot</code> element</a></li>
+     <li><a href="tabular-data.html#the-tr-element"><span class="secno">4.9.8 </span>The <code>tr</code> element</a></li>
+     <li><a href="tabular-data.html#the-td-element"><span class="secno">4.9.9 </span>The <code>td</code> element</a></li>
+     <li><a href="tabular-data.html#the-th-element"><span class="secno">4.9.10 </span>The <code>th</code> element</a></li>
+     <li><a href="tabular-data.html#attributes-common-to-td-and-th-elements"><span class="secno">4.9.11 </span>Attributes common to <code>td</code> and <code>th</code> elements</a></li>
+     <li><a href="tabular-data.html#processing-model-0"><span class="secno">4.9.12 </span>Processing model</a>
+      <ol><li><a href="tabular-data.html#forming-a-table"><span class="secno">4.9.12.1 </span>Forming a table</a></li>
+       <li><a href="tabular-data.html#header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</a></li></ol></li>
+     <li><a href="tabular-data.html#examples"><span class="secno">4.9.13 </span>Examples</a></li></ol></li>
+   <li><a href="forms.html#forms"><span class="secno">4.10 </span>Forms</a>
+    <ol><li><a href="forms.html#introduction-1"><span class="secno">4.10.1 </span>Introduction</a>
+      <ol><li><a href="forms.html#writing-a-form-s-user-interface"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a></li>
+       <li><a href="forms.html#implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</a></li>
+       <li><a href="forms.html#configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</a></li>
+       <li><a href="forms.html#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></li></ol></li>
+     <li><a href="forms.html#categories"><span class="secno">4.10.2 </span>Categories</a></li>
+     <li><a href="forms.html#the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a></li>
+     <li><a href="forms.html#the-fieldset-element"><span class="secno">4.10.4 </span>The <code>fieldset</code> element</a></li>
+     <li><a href="forms.html#the-legend-element"><span class="secno">4.10.5 </span>The <code>legend</code> element</a></li>
+     <li><a href="forms.html#the-label-element"><span class="secno">4.10.6 </span>The <code>label</code> element</a></li>
+     <li><a href="the-input-element.html#the-input-element"><span class="secno">4.10.7 </span>The <code>input</code> element</a>
+      <ol><li><a href="states-of-the-type-attribute.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a>
+        <ol><li><a href="states-of-the-type-attribute.html#hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a></li>
+         <li><a href="states-of-the-type-attribute.html#text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a></li>
+         <li><a href="states-of-the-type-attribute.html#telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a></li>
+         <li><a href="states-of-the-type-attribute.html#url-state"><span class="secno">4.10.7.1.4 </span>URL state</a></li>
+         <li><a href="states-of-the-type-attribute.html#e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a></li>
+         <li><a href="states-of-the-type-attribute.html#password-state"><span class="secno">4.10.7.1.6 </span>Password state</a></li>
+         <li><a href="states-of-the-type-attribute.html#date-and-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a></li>
+         <li><a href="states-of-the-type-attribute.html#date-state"><span class="secno">4.10.7.1.8 </span>Date state</a></li>
+         <li><a href="states-of-the-type-attribute.html#month-state"><span class="secno">4.10.7.1.9 </span>Month state</a></li>
+         <li><a href="states-of-the-type-attribute.html#week-state"><span class="secno">4.10.7.1.10 </span>Week state</a></li>
+         <li><a href="states-of-the-type-attribute.html#time-state"><span class="secno">4.10.7.1.11 </span>Time state</a></li>
+         <li><a href="states-of-the-type-attribute.html#local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></li>
+         <li><a href="number-state.html#number-state"><span class="secno">4.10.7.1.13 </span>Number state</a></li>
+         <li><a href="number-state.html#range-state"><span class="secno">4.10.7.1.14 </span>Range state</a></li>
+         <li><a href="number-state.html#color-state"><span class="secno">4.10.7.1.15 </span>Color state</a></li>
+         <li><a href="number-state.html#checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a></li>
+         <li><a href="number-state.html#radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a></li>
+         <li><a href="number-state.html#file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a></li>
+         <li><a href="number-state.html#submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a></li>
+         <li><a href="number-state.html#image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a></li>
+         <li><a href="number-state.html#reset-button-state"><span class="secno">4.10.7.1.21 </span>Reset Button state</a></li>
+         <li><a href="number-state.html#button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></li></ol></li>
+       <li><a href="common-input-element-attributes.html#common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code>input</code> element attributes</a>
+        <ol><li><a href="common-input-element-attributes.html#the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete">autocomplete</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-dirname-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname">dirname</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-list-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list">list</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-readonly-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-readonly">readonly</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-size-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-size">size</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-required-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-required">required</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-multiple-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-multiple">multiple</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-maxlength-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength">maxlength</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-pattern-attribute"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-pattern">pattern</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-min-and-max-attributes"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min">min</code> and <code title="attr-input-max">max</code> attributes</a></li>
+         <li><a href="common-input-element-attributes.html#the-step-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step">step</code> attribute</a></li>
+         <li><a href="common-input-element-attributes.html#the-placeholder-attribute"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder">placeholder</code> attribute</a></li></ol></li>
+       <li><a href="common-input-element-attributes.html#common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code>input</code> element APIs</a></li>
+       <li><a href="common-input-element-attributes.html#common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</a></li></ol></li>
+     <li><a href="the-button-element.html#the-button-element"><span class="secno">4.10.8 </span>The <code>button</code> element</a></li>
+     <li><a href="the-button-element.html#the-select-element"><span class="secno">4.10.9 </span>The <code>select</code> element</a></li>
+     <li><a href="the-button-element.html#the-datalist-element"><span class="secno">4.10.10 </span>The <code>datalist</code> element</a></li>
+     <li><a href="the-button-element.html#the-optgroup-element"><span class="secno">4.10.11 </span>The <code>optgroup</code> element</a></li>
+     <li><a href="the-button-element.html#the-option-element"><span class="secno">4.10.12 </span>The <code>option</code> element</a></li>
+     <li><a href="the-button-element.html#the-textarea-element"><span class="secno">4.10.13 </span>The <code>textarea</code> element</a></li>
+     <li><a href="the-button-element.html#the-keygen-element"><span class="secno">4.10.14 </span>The <code>keygen</code> element</a></li>
+     <li><a href="the-button-element.html#the-output-element"><span class="secno">4.10.15 </span>The <code>output</code> element</a></li>
+     <li><a href="the-button-element.html#the-progress-element"><span class="secno">4.10.16 </span>The <code>progress</code> element</a></li>
+     <li><a href="the-button-element.html#the-meter-element"><span class="secno">4.10.17 </span>The <code>meter</code> element</a></li>
+     <li><a href="association-of-controls-and-forms.html#association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</a></li>
+     <li><a href="association-of-controls-and-forms.html#attributes-common-to-form-controls"><span class="secno">4.10.19 </span>Attributes common to form controls</a>
+      <ol><li><a href="association-of-controls-and-forms.html#naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</a></li>
+       <li><a href="association-of-controls-and-forms.html#enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</a></li>
+       <li><a href="association-of-controls-and-forms.html#a-form-control-s-value"><span class="secno">4.10.19.3 </span>A form control's value</a></li>
+       <li><a href="association-of-controls-and-forms.html#autofocusing-a-form-control"><span class="secno">4.10.19.4 </span>Autofocusing a form control</a></li>
+       <li><a href="association-of-controls-and-forms.html#limiting-user-input-length"><span class="secno">4.10.19.5 </span>Limiting user input length</a></li>
+       <li><a href="association-of-controls-and-forms.html#form-submission-0"><span class="secno">4.10.19.6 </span>Form submission</a></li>
+       <li><a href="association-of-controls-and-forms.html#submitting-element-directionality"><span class="secno">4.10.19.7 </span>Submitting element directionality</a></li></ol></li>
+     <li><a href="association-of-controls-and-forms.html#textFieldSelection"><span class="secno">4.10.20 </span>APIs for the text field selections</a></li>
+     <li><a href="association-of-controls-and-forms.html#constraints"><span class="secno">4.10.21 </span>Constraints</a>
+      <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.21.1 </span>Definitions</a></li>
+       <li><a href="association-of-controls-and-forms.html#constraint-validation"><span class="secno">4.10.21.2 </span>Constraint validation</a></li>
+       <li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.21.3 </span>The constraint validation API</a></li>
+       <li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.21.4 </span>Security</a></li></ol></li>
+     <li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.22 </span>Form submission</a>
+      <ol><li><a href="association-of-controls-and-forms.html#introduction-2"><span class="secno">4.10.22.1 </span>Introduction</a></li>
+       <li><a href="association-of-controls-and-forms.html#implicit-submission"><span class="secno">4.10.22.2 </span>Implicit submission</a></li>
+       <li><a href="association-of-controls-and-forms.html#form-submission-algorithm"><span class="secno">4.10.22.3 </span>Form submission algorithm</a></li>
+       <li><a href="association-of-controls-and-forms.html#constructing-form-data-set"><span class="secno">4.10.22.4 </span>Constructing the form data set</a></li>
+       <li><a href="association-of-controls-and-forms.html#url-encoded-form-data"><span class="secno">4.10.22.5 </span>URL-encoded form data</a></li>
+       <li><a href="association-of-controls-and-forms.html#multipart-form-data"><span class="secno">4.10.22.6 </span>Multipart form data</a></li>
+       <li><a href="association-of-controls-and-forms.html#plain-text-form-data"><span class="secno">4.10.22.7 </span>Plain text form data</a></li></ol></li>
+     <li><a href="association-of-controls-and-forms.html#resetting-a-form"><span class="secno">4.10.23 </span>Resetting a form</a></li></ol></li>
+   <li><a href="interactive-elements.html#interactive-elements"><span class="secno">4.11 </span>Interactive elements</a>
+    <ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li>
+     <li><a href="interactive-elements.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a></li>
+     <li><a href="interactive-elements.html#the-command-element"><span class="secno">4.11.3 </span>The <code>command</code> element</a></li>
+     <li><a href="interactive-elements.html#the-menu-element"><span class="secno">4.11.4 </span>The <code>menu</code> element</a>
+      <ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a></li>
+       <li><a href="interactive-elements.html#building-menus-and-toolbars"><span class="secno">4.11.4.2 </span>Building menus and toolbars</a></li>
+       <li><a href="interactive-elements.html#context-menus"><span class="secno">4.11.4.3 </span>Context menus</a></li>
+       <li><a href="interactive-elements.html#toolbars"><span class="secno">4.11.4.4 </span>Toolbars</a></li></ol></li>
+     <li><a href="commands.html#commands"><span class="secno">4.11.5 </span>Commands</a>
+      <ol><li><a href="commands.html#using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span>Using the <code>a</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span>Using the <code>button</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-input-element-to-define-a-command"><span class="secno">4.11.5.3 </span>Using the <code>input</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-option-element-to-define-a-command"><span class="secno">4.11.5.4 </span>Using the <code>option</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-command-element-to-define-a-command"><span class="secno">4.11.5.5 </span>Using the <code>command</code> element to define
   a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li>
-       <li><a href="common-microsyntaxes.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></li></ol></li></ol></li>
-   <li><a href="common-microsyntaxes.html#links"><span class="secno">4.12 </span>Links</a>
-    <ol><li><a href="common-microsyntaxes.html#introduction-3"><span class="secno">4.12.1 </span>Introduction</a></li>
-     <li><a href="common-microsyntaxes.html#links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a></li>
-     <li><a href="common-microsyntaxes.html#following-hyperlinks-0"><span class="secno">4.12.3 </span>Following hyperlinks</a></li>
-     <li><a href="common-microsyntaxes.html#linkTypes"><span class="secno">4.12.4 </span>Link types</a>
-      <ol><li><a href="common-microsyntaxes.html#rel-alternate"><span class="secno">4.12.4.1 </span>Link type "<code>alternate</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-author"><span class="secno">4.12.4.2 </span>Link type "<code>author</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-bookmark"><span class="secno">4.12.4.3 </span>Link type "<code>bookmark</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-external"><span class="secno">4.12.4.4 </span>Link type "<code>external</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-help"><span class="secno">4.12.4.5 </span>Link type "<code>help</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#rel-icon"><span class="secno">4.12.4.6 </span>Link type "<code>icon</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-license"><span class="secno">4.12.4.7 </span>Link type "<code>license</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-nofollow"><span class="secno">4.12.4.8 </span>Link type "<code>nofollow</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-noreferrer"><span class="secno">4.12.4.9 </span>Link type "<code>noreferrer</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-pingback"><span class="secno">4.12.4.10 </span>Link type "<code>pingback</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-prefetch"><span class="secno">4.12.4.11 </span>Link type "<code>prefetch</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-search"><span class="secno">4.12.4.12 </span>Link type "<code>search</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-sidebar"><span class="secno">4.12.4.13 </span>Link type "<code>sidebar</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-stylesheet"><span class="secno">4.12.4.14 </span>Link type "<code>stylesheet</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#link-type-tag"><span class="secno">4.12.4.15 </span>Link type "<code>tag</code>"</a></li>
-       <li><a href="common-microsyntaxes.html#sequential-link-types"><span class="secno">4.12.4.16 </span>Sequential link types</a>
-        <ol><li><a href="common-microsyntaxes.html#link-type-next"><span class="secno">4.12.4.16.1 </span>Link type "<code>next</code>"</a></li>
-         <li><a href="common-microsyntaxes.html#link-type-prev"><span class="secno">4.12.4.16.2 </span>Link type "<code>prev</code>"</a></li></ol></li>
-       <li><a href="common-microsyntaxes.html#other-link-types"><span class="secno">4.12.4.17 </span>Other link types</a></li></ol></li></ol></li>
-   <li><a href="common-microsyntaxes.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a>
-    <ol><li><a href="common-microsyntaxes.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a></li>
-     <li><a href="common-microsyntaxes.html#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a></li>
-     <li><a href="common-microsyntaxes.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a></li>
-     <li><a href="common-microsyntaxes.html#conversations"><span class="secno">4.13.4 </span>Conversations</a></li>
-     <li><a href="common-microsyntaxes.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></li></ol></li>
-   <li><a href="common-microsyntaxes.html#matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a>
-    <ol><li><a href="common-microsyntaxes.html#selectors"><span class="secno">4.14.1 </span>Case-sensitivity</a></li>
-     <li><a href="common-microsyntaxes.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></li></ol></li></ol></li>
+       <li><a href="commands.html#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li>
+       <li><a href="commands.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></li></ol></li></ol></li>
+   <li><a href="links.html#links"><span class="secno">4.12 </span>Links</a>
+    <ol><li><a href="links.html#introduction-3"><span class="secno">4.12.1 </span>Introduction</a></li>
+     <li><a href="links.html#links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a></li>
+     <li><a href="links.html#following-hyperlinks-0"><span class="secno">4.12.3 </span>Following hyperlinks</a></li>
+     <li><a href="links.html#linkTypes"><span class="secno">4.12.4 </span>Link types</a>
+      <ol><li><a href="links.html#rel-alternate"><span class="secno">4.12.4.1 </span>Link type "<code>alternate</code>"</a></li>
+       <li><a href="links.html#link-type-author"><span class="secno">4.12.4.2 </span>Link type "<code>author</code>"</a></li>
+       <li><a href="links.html#link-type-bookmark"><span class="secno">4.12.4.3 </span>Link type "<code>bookmark</code>"</a></li>
+       <li><a href="links.html#link-type-external"><span class="secno">4.12.4.4 </span>Link type "<code>external</code>"</a></li>
+       <li><a href="links.html#link-type-help"><span class="secno">4.12.4.5 </span>Link type "<code>help</code>"</a></li>
+       <li><a href="links.html#rel-icon"><span class="secno">4.12.4.6 </span>Link type "<code>icon</code>"</a></li>
+       <li><a href="links.html#link-type-license"><span class="secno">4.12.4.7 </span>Link type "<code>license</code>"</a></li>
+       <li><a href="links.html#link-type-nofollow"><span class="secno">4.12.4.8 </span>Link type "<code>nofollow</code>"</a></li>
+       <li><a href="links.html#link-type-noreferrer"><span class="secno">4.12.4.9 </span>Link type "<code>noreferrer</code>"</a></li>
+       <li><a href="links.html#link-type-pingback"><span class="secno">4.12.4.10 </span>Link type "<code>pingback</code>"</a></li>
+       <li><a href="links.html#link-type-prefetch"><span class="secno">4.12.4.11 </span>Link type "<code>prefetch</code>"</a></li>
+       <li><a href="links.html#link-type-search"><span class="secno">4.12.4.12 </span>Link type "<code>search</code>"</a></li>
+       <li><a href="links.html#link-type-sidebar"><span class="secno">4.12.4.13 </span>Link type "<code>sidebar</code>"</a></li>
+       <li><a href="links.html#link-type-stylesheet"><span class="secno">4.12.4.14 </span>Link type "<code>stylesheet</code>"</a></li>
+       <li><a href="links.html#link-type-tag"><span class="secno">4.12.4.15 </span>Link type "<code>tag</code>"</a></li>
+       <li><a href="links.html#sequential-link-types"><span class="secno">4.12.4.16 </span>Sequential link types</a>
+        <ol><li><a href="links.html#link-type-next"><span class="secno">4.12.4.16.1 </span>Link type "<code>next</code>"</a></li>
+         <li><a href="links.html#link-type-prev"><span class="secno">4.12.4.16.2 </span>Link type "<code>prev</code>"</a></li></ol></li>
+       <li><a href="links.html#other-link-types"><span class="secno">4.12.4.17 </span>Other link types</a></li></ol></li></ol></li>
+   <li><a href="links.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a>
+    <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a></li>
+     <li><a href="links.html#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a></li>
+     <li><a href="links.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a></li>
+     <li><a href="links.html#conversations"><span class="secno">4.13.4 </span>Conversations</a></li>
+     <li><a href="links.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></li></ol></li>
+   <li><a href="links.html#matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a>
+    <ol><li><a href="links.html#selectors"><span class="secno">4.14.1 </span>Case-sensitivity</a></li>
+     <li><a href="links.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></li></ol></li></ol></li>
  <li><a href="browsers.html#browsers"><span class="secno">5 </span>Loading Web pages</a>
   <ol><li><a href="browsers.html#windows"><span class="secno">5.1 </span>Browsing contexts</a>
     <ol><li><a href="browsers.html#nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</a>

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- number-state.html	12 Aug 2011 21:46:26 -0000	1.56
+++ number-state.html	15 Aug 2011 04:46:34 -0000	1.57
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -355,7 +356,12 @@
   user's selection as a floating point number</a>. User agents
   should allow the user to set the <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p>
 
-  </div><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
+  </div><p class="note">This specification does not define what user
+  interface user agents are to use; user agent vendors are encouraged
+  to consider what would best serve their users' needs. For example, a
+  user agent in Persian or Arabic markets might support Persian and
+  Arabic numeric input (converting it to the format required for
+  submission as described above). </p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified and not empty, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
   floating point number</a>.</p><div class="impl">
 

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- sections.html	3 Aug 2011 07:46:23 -0000	1.50
+++ sections.html	15 Aug 2011 04:46:42 -0000	1.51
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: namespaces.html
===================================================================
RCS file: /sources/public/html5/spec/namespaces.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- namespaces.html	28 Jul 2011 01:46:28 -0000	1.36
+++ namespaces.html	15 Aug 2011 04:46:34 -0000	1.37
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.1047
retrieving revision 1.1048
diff -u -d -r1.1047 -r1.1048
--- introduction.html	15 Aug 2011 03:46:27 -0000	1.1047
+++ introduction.html	15 Aug 2011 04:46:33 -0000	1.1048
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -498,7 +499,7 @@
   </p><p>The DOM, the HTML syntax, and XML cannot all represent the same
   content. For example, namespaces cannot be represented using the
   HTML syntax, but they are supported in the DOM and in XML.
-  Similarly, documents that use the <code><a href="common-microsyntaxes.html#the-noscript-element">noscript</a></code> feature can
+  Similarly, documents that use the <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> feature can
   be represented using the HTML syntax, but cannot be represented with
   the DOM or in XML. Comments that contain the string "<code title="">--&gt;</code>" can only be represented in the DOM, not in
   the HTML and XML syntaxes.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><p><i>This section is non-normative.</i></p><p>This specification is divided into the following major
@@ -508,7 +509,7 @@
    common underpinnings of the rest of the specification.</dd>
 
 
-   <dt><a href="common-microsyntaxes.html#dom">Semantics, structure, and APIs of HTML documents</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
@@ -516,7 +517,7 @@
    concepts used in defining elements.</dd>
 
 
-   <dt><a href="common-microsyntaxes.html#semantics">The elements of HTML</a></dt>
+   <dt><a href="semantics.html#semantics">The elements of HTML</a></dt>
 
    <dd>Each element has a predefined meaning, which is explained in
    this section. Rules for authors on how to use the element<span class="impl">, along with user agent requirements for how to handle
@@ -623,8 +624,8 @@
   within each other, without overlapping:</p><pre class="bad">&lt;p&gt;This is &lt;em&gt;very &lt;strong&gt;wrong&lt;/em&gt;!&lt;/strong&gt;&lt;/p&gt;</pre><pre>&lt;p&gt;This &lt;em&gt;is &lt;strong&gt;correct&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;</pre><p>This specification defines a set of elements that can be used in
   HTML, along with rules about the ways in which the elements can be
   nested.</p><p>Elements can have attributes, which control how the elements
-  work. In the example below, there is a <a href="common-microsyntaxes.html#hyperlink">hyperlink</a>,
-  formed using the <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute:</p><pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre><p><a href="syntax.html#syntax-attributes" title="syntax-attributes">Attributes</a> are placed
+  work. In the example below, there is a <a href="links.html#hyperlink">hyperlink</a>,
+  formed using the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute:</p><pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre><p><a href="syntax.html#syntax-attributes" title="syntax-attributes">Attributes</a> are placed
   inside the start tag, and consist of a <a href="syntax.html#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="syntax.html#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can remain <a href="syntax.html#unquoted">unquoted</a> if it doesn't contain spaces or any of
   <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title="">&lt;</code>
   or <code title="">&gt;</code>. Otherwise, it has to be quoted using
@@ -640,38 +641,38 @@
   markup, turning it into a DOM (Document Object Model) tree. A DOM
   tree is an in-memory representation of a document.</p><p>DOM trees contain several kinds of nodes, in particular a DOCTYPE
   node, elements, text nodes, and comment nodes.</p><p>The <a href="#intro-early-example">markup snippet at the top of
-  this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code title="">html</code></li><li class="t1"><code><a href="common-microsyntaxes.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-head-element">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-title-element">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-body-element">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="common-microsyntaxes.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9166;</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#roo-element">root element</a> of this tree is the
-  <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element, which is the element always found at the
-  root of HTML documents. It contains two elements, <code><a href="common-microsyntaxes.html#the-head-element">head</a></code>
-  and <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, as well as a text node between them.</p><p>There are many more text nodes in the DOM tree than one would
+  this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code title="">html</code></li><li class="t1"><code><a href="semantics.html#the-html-element">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="semantics.html#the-title-element">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li><li class="t1"><code><a href="sections.html#the-body-element">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code><ul><li class="t3"><code>#text</code>: <span itle="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="text-level-semantics.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9166;</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#root-element">root element</a> of this tree is the
+  <code><a href="semantics.html#the-html-element">html</a></code> element, which is the element always found at the
+  root of HTML documents. It contains two elements, <code><a href="semantics.html#the-head-element">head</a></code>
+  and <code><a href="sections.html#the-body-element">body</a></code>, as well as a text node between them.</p><p>There are many more text nodes in the DOM tree than one would
   initially expect, because the source contains a number of spaces
   (represented here by "&#9251;") and line breaks ("&#9166;") that
   all end up as text nodes in the DOM. However, for historical reasons
   not all of the spaces and line breaks in the original markup appear
   in the DOM. In particular, all the whitespace before
-  <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> start tag ends up being dropped silently, and all
-  the whitespace after the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> end tag ends up placed at
-  the end of the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>.</p><p>The <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element contains a <code><a href="common-microsyntaxes.html#the-title-element">title</a></code>
+  <code><a href="semantics.html#the-head-element">head</a></code> start tag ends up being dropped silently, and all
+  the whitespace after the <code><a href="sections.html#the-body-element">body</a></code> end tag ends up placed at
+  the end of the <code><a href="sections.html#the-body-element">body</a></code>.</p><p>The <code><a href="semantics.html#the-head-element">head</a></code> element contains a <code><a href="semantics.html#the-title-element">title</a></code>
   element, which itself contains a text node with the text "Sample
-  page". Similarly, the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element contains an
-  <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element, a <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element, and a
+  page". Similarly, the <code><a href="sections.html#the-body-element">body</a></code> element contains an
+  <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element, a <code><a href="grouping-content.html#the-p-element">p</a></code> element, and a
   comment.</p><hr><p>This DOM tree can be manipulated from scripts in the
   page. Scripts (typically in JavaScript) are small programs that can
-  be embedded using the <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element or using
+  be embedded using the <code><a href="scripting-1.html#the-script-element">script</a></code> element or using
   <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is
   a form with a script that sets the value of the form's
-  <code><a href="common-microsyntaxes.html#the-output-element">output</a></code> element to say "Hello World":</p><pre>&lt;<a href="common-microsyntaxes.html#the-form-element">form</a> <a href="common-microsyntaxes.html#attr-form-name" title="attr-form-name">name</a>="main"&gt;
- Result: &lt;<a href="common-microsyntaxes.html#the-output-element">output</a> <a href="common-microsyntaxes.html#attr-fe-name" title="attr-fe-name">name</a>="result"&gt;&lt;/output&gt;
- &lt;<a href="common-microsyntaxes.html#the-script-element">script</a>&gt;
-  <a href="common-microsyntaxes.html#htmldocument" title="HTMLDocument">document</a>.<a href="common-microsyntaxes.html#dom-document-forms" title="dom-document-forms">forms</a>.main.<a href="common-microsyntaxes.html#dom-form-elements" title="dom-form-elements">elements</a>.result.<a href="common-microsyntaxes.html#dom-output-value" title="dom-output-value">value</a> = 'Hello World';
+  <code><a href="the-button-element.html#the-output-element">output</a></code> element to say "Hello World":</p><pre>&lt;<a href="forms.html#the-form-element">form</a> <a href="forms.html#attr-form-name" title="attr-form-name">name</a>="main"&gt;
+ Result: &lt;<a href="the-button-element.html#the-output-element">output</a> <a href="association-of-controls-and-forms.html#attr-fe-name" title="attr-fe-name">name</a>="result"&gt;&lt;/output&gt;
+ &lt;<a href="scripting-1.html#the-script-element">script</a>&gt;
+  <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="dom.html#dom-document-forms" title="dom-document-forms">forms</a>.main.<a href="forms.html#dom-form-elements" title="dom-form-elements">elements</a>.result.<a href="the-button-element.html#dom-output-value" title="dom-output-value">value</a> = 'Hello World';
  &lt;/script&gt;
 &lt;/form&gt;</pre><p>Each element in the DOM tree is represented by an object, and
   these objects have APIs so that they can be manipulated. For
-  instance, a link (e.g. the <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element in the tree above)
-  can have its "<code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code>"
-  attribute changed in several ways:</p><pre>var a = <a href="common-microsyntaxes.html#htmldocument" title="HTMLDocument">document</a>.<a href="common-microsyntaxes.html#dom-document-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
-a.<a href="common-microsyntaxes.html#dom-a-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
-a.<a href="common-microsyntaxes.html#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL
+  instance, a link (e.g. the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element in the tree above)
+  can have its "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code>"
+  attribute changed in several ways:</p><pre>var a = <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="dom.html#dom-document-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
+a.<a href="text-level-semantics.html#dom-a-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
+a.<a href="urls.html#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL
 a.setAttribute('href', 'http://example.com/'); // change the content attribute directly</pre><p>Since DOM trees are used as the way to represent HTML documents
   when they are processed and presented by implementations (especially
   interactive implementations like Web browsers), this specification
@@ -795,7 +796,7 @@
     the interface.</p>
 
     <p>One way that a user could be so tricked is if a hostile site
-    places the victim site in a small <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> and then
+    places the victim site in a small <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> and then
     convinces the user to click, for instance by having the user play
     a reaction game. Once the user is playing the game, the hostile
     site can quickly position the iframe under the mouse cursor just
@@ -821,12 +822,12 @@
   mentioned earlier, scripts are run to completion before further
   events can fire.</p><div class="example">
 
-   <p>One way this could manifest itself is with <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+   <p>One way this could manifest itself is with <code><a href="embedded-content-1.html#the-img-element">img</a></code>
    elements and the <code title="event-load">load</code> event. The
    event could fire as soon as the element has been parsed, especially
    if the image has already been cached (which is common).</p>
 
-   <p>Here, the author uses the <code title="handler-onload"><a href="webappapis.html#handler-onload">onload</a></code> handler on an <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+   <p>Here, the author uses the <code title="handler-onload"><a href="webappapis.html#handler-onload">onload</a></code> handler on an <code><a href="embedded-content-1.html#the-img-element">img</a></code>
    element to catch the <code title="event-load">load</code> event:</p>
 
    <pre>&lt;img src="games.png" alt="Games" onload="gamesLogoHasLoaded(event)"&gt;</pre>
@@ -843,7 +844,7 @@
  // img.addEventListener('load', gamesLogoHasLoaded, false); // would work also
 &lt;/script&gt;</pre>
 
-   <p>However, if the author first created the <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+   <p>However, if the author first created the <code><a href="embedded-content-1.html#the-img-element">img</a></code>
    element and then in a separate script added the event listeners,
    there's a chance that the <code title="event-load">load</code>
    event would be fired in between, leading it to be missed:</p>
@@ -916,19 +917,19 @@
   mode (HTML4 Transitional) to help authors move away from
   presentational markup; later, XHTML 1.1 went further and obsoleted
   those features altogether.</p><p>The only remaining presentational markup features in HTML are the
-  <code title="attr-style"><a href="common-microsyntaxes.html#the-style-attribute">style</a></code> attribute and the
-  <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> element. Use of the <code title="attr-style"><a href="common-microsyntaxes.html#the-style-attribute">style</a></code> attribute is somewhat discouraged in
+  <code title="attr-style"><a href="elements.html#the-style-attribute">style</a></code> attribute and the
+  <code><a href="semantics.html#the-style-element">style</a></code> element. Use of the <code title="attr-style"><a href="elements.html#the-style-attribute">style</a></code> attribute is somewhat discouraged in
   production environments, but it can be useful for rapid prototyping
   (where its rules can be directly moved into a separate style sheet
   later) and for providing specific styles in unusual cases where a
   separate style sheet would be inconvenient. Similarly, the
-  <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> element can be useful in syndication or for
+  <code><a href="semantics.html#the-style-element">style</a></code> element can be useful in syndication or for
   page-specific styles, but in general an external style sheet is
   likely to be more convenient when the styles apply to multiple
   pages.</p><p>It is also worth noting that some elements that were previously
   presentational have been redefined in this specification to be
-  media-independent: <code><a href="common-microsyntaxes.html#the-b-element">b</a></code>, <code><a href="common-microsyntaxes.html#the-i-element">i</a></code>, <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code>,
-  <code><a href="common-microsyntaxes.html#the-s-element">s</a></code>, <code><a href="common-microsyntaxes.html#the-small-element">small</a></code>, and <code><a href="common-microsyntaxes.html#the-u-element">u</a></code>.</p><h4 id="syntax-errors"><span class="secno">1.9.2 </span>Syntax errors</h4><p><i>This section is non-normative.</i></p><p>The syntax of HTML is constrained to avoid a wide variety of
+  media-independent: <code><a href="text-level-semantics.html#the-b-element">b</a></code>, <code><a href="text-level-semantics.html#the-i-element">i</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>,
+  <code><a href="text-level-semantics.html#the-s-element">s</a></code>, <code><a href="text-level-semantics.html#the-small-element">small</a></code>, and <code><a href="text-level-semantics.html#the-u-element">u</a></code>.</p><h4 id="syntax-errors"><span class="secno">1.9.2 </span>Syntax errors</h4><p><i>This section is non-normative.</i></p><p>The syntax of HTML is constrained to avoid a wide variety of
   problems.</p><dl><dt>Unintuitive error-handling behavior</dt>
 
    <dd>
@@ -939,8 +940,8 @@
     <div class="example">
 
      <p>For example, the following markup fragment results in a DOM
-     with an <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code> element that is an <em>earlier</em>
-     sibling of the corresponding <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element:</p>
+     with an <code><a href="grouping-content.html#the-hr-element">hr</a></code> element that is an <em>earlier</em>
+     sibling of the corresponding <code><a href="tabular-data.html#the-table-element">table</a></code> element:</p>
 
      <pre class="bad">&lt;table&gt;&lt;hr&gt;...</pre>
 
@@ -1001,7 +1002,7 @@
     <div class="example">
 
      <p>For example, the following markup results in poor performance,
-     since all the unclosed <code><a href="common-microsyntaxes.html#the-i-element">i</a></code> elements have to be
+     since all the unclosed <code><a href="text-level-semantics.html#the-i-element">i</a></code> elements have to be
      reconstructed in each paragraph, resulting in progressively more
      elements in each paragraph:</p>
 
@@ -1012,7 +1013,7 @@
 
      <p>The resulting DOM for this fragment would be:</p>
 
-     <ul class="domTree"><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt.</span></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt that he ate breakfast.</span></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><l><li class="t3"><code>#text</code>: <span title="">Then lunch.</span></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="common-microsyntaxes.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="common-microsyntaxes.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">And finally dinner.</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></div>
+     <ul class="domTree"><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt.</span></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt that he ate breakfast.</span></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class"t3"><code>#text</code>: <span title="">Then lunch.</span></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">And finally dinner.</span></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></div>
 
    </dd>
 
@@ -1121,7 +1122,7 @@
     <div class="example">
 
      <p>For example, it is unclear whether the author intended the
-     following to be an <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> heading or an <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>
+     following to be an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> heading or an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>
      heading:</p>
 
      <pre class="bad">&lt;h1&gt;Contact details&lt;/h2&gt;</pre>
@@ -1188,7 +1189,7 @@
     such nestings would be of dubious value.</p>
 
     <p class="example">For example, this specification disallows
-    nesting a <code><a href="common-microsyntaxes.html#the-section-element">section</a></code> element inside a <code><a href="common-microsyntaxes.html#the-kbd-element">kbd</a></code>
+    nesting a <code><a href="sections.html#the-section-element">section</a></code> element inside a <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code>
     element, since it is highly unlikely for an author to indicate
     that an entire section should be keyed in.</p>
 
@@ -1215,10 +1216,10 @@
     </div>
 
     <p class="example">Another example is the restrictions on the
-    content models of the <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code> element, which only allows
-    <code><a href="common-microsyntaxes.html#the-li-element">li</a></code> element children. Lists by definition consist just
-    of zero or more list items, so if a <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code> element
-    contains something other than an <code><a href="common-microsyntaxes.html#the-li-element">li</a></code> element, it's not
+    content models of the <code><a href="grouping-content.html#the-ul-element">ul</a></code> element, which only allows
+    <code><a href="grouping-content.html#the-li-element">li</a></code> element children. Lists by definition consist just
+    of zero or more list items, so if a <code><a href="grouping-content.html#the-ul-element">ul</a></code> element
+    contains something other than an <code><a href="grouping-content.html#the-li-element">li</a></code> element, it's not
     clear what was meant.</p>
 
    </dd>
@@ -1233,19 +1234,19 @@
     equivalent alternatives without this problem, the confusing
     combinations are disallowed.</p>
 
-    <p class="example">For example, <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> elements are
-    rendered as block boxes, and <code><a href="common-microsyntaxes.html#the-span-element">span</a></code> elements as inline
+    <p class="example">For example, <code><a href="grouping-content.html#the-div-element">div</a></code> elements are
+    rendered as block boxes, and <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements as inline
     boxes. Putting a block box in an inline box is unnecessarily
-    confusing; since either nesting just <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> elements, or
-    nesting just <code><a href="common-microsyntaxes.html#the-span-element">span</a></code> elements, or nesting
-    <code><a href="common-microsyntaxes.html#the-span-element">span</a></code> elements inside <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> elements all
-    serve the same purpose as nesting a <code><a href="common-microsyntaxes.html#the-div-element">div</a></code> element in a
-    <code><a href="common-microsyntaxes.html#the-span-element">span</a></code> element, but only the latter involves a block
+    confusing; since either nesting just <code><a href="grouping-content.html#the-div-element">div</a></code> elements, or
+    nesting just <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements, or nesting
+    <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements inside <code><a href="grouping-content.html#the-div-element">div</a></code> elements all
+    serve the same purpose as nesting a <code><a href="grouping-content.html#the-div-element">div</a></code> element in a
+    <code><a href="text-level-semantics.html#the-span-element">span</a></code> element, but only the latter involves a block
     box in an inline box, the latter combination is disallowed.</p>
 
     <p class="example">Another example would be the way
-    <a href="common-microsyntaxes.html#interactive-content">interactive content</a> cannot be nested. For example, a
-    <code><a href="common-microsyntaxes.html#the-button-element">button</a></code> element cannot contain a <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>
+    <a href="content-models.html#interactive-content">interactive content</a> cannot be nested. For example, a
+    <code><a href="the-button-element.html#the-button-element">button</a></code> element cannot contain a <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
     element. This is because the default behavior of such nesting
     interactive elements would be highly confusing to users. Instead
     of nesting these elements, they can be placed side by side.</p>
@@ -1260,7 +1261,7 @@
     <p>Sometimes, something is disallowed because allowing it would
     likely cause author confusion.</p>
 
-    <p class="example">For example, setting the <code title="attr-fe-disabled"><a href="common-microsyntaxes.html#attr-fe-disabled">disabled</a></code> attribute to the value
+    <p class="example">For example, setting the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute to the value
     "<code title="">false</code>" is disallowed, because despite the
     appearance of meaning that the element is enabled, it in fact
     means that the element is <em>disabled</em> (what matters for
@@ -1277,10 +1278,10 @@
     <p>Some conformance errors simplify the language that authors need
     to learn.</p>
 
-    <p class="example">For example, the <code><a href="common-microsyntaxes.html#the-area-element">area</a></code> element's
-    <code title="attr-area-shape"><a href="common-microsyntaxes.html#attr-area-shape">shape</a></code> attribute, despite
-    accepting both <code title="attr-area-shape-keyword-circ"><a href="common-microsyntaxes.html#attr-area-shape-keyword-circ">circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="common-microsyntaxes.html#attr-area-shape-keyword-circle">circle</a></code> values in
-    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a href="common-microsyntaxes.html#attr-area-shape-keyword-circ">circ</a></code> value, so as to
+    <p class="example">For example, the <code><a href="the-map-element.html#the-area-element">area</a></code> element's
+    <code title="attr-area-shape"><a href="the-map-element.html#attr-area-shape">shape</a></code> attribute, despite
+    accepting both <code title="attr-area-shape-keyword-circ"><a href="the-map-element.html#attr-area-shape-keyword-circ">circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle">circle</a></code> values in
+    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a href="the-map-element.html#attr-area-shape-keyword-circ">circ</a></code> value, so as to
     simplify tutorials and other learning aids. There would be no
     benefit to allowing both, but it would cause extra confusion when
     teaching the language.</p>
@@ -1299,11 +1300,11 @@
 
     <div class="example">
 
-     <p>For example, a <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element isn't allowed inside
-     <a href="common-microsyntaxes.html#phrasing-content">phrasing content</a>, because when parsed as HTML, a
-     <code><a href="common-microsyntaxes.html#the-form-element">form</a></code> element's start tag will imply a <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>
+     <p>For example, a <code><a href="forms.html#the-form-element">form</a></code> element isn't allowed inside
+     <a href="content-models.html#phrasing-content">phrasing content</a>, because when parsed as HTML, a
+     <code><a href="forms.html#the-form-element">form</a></code> element's start tag will imply a <code><a href="grouping-content.html#the-p-element">p</a></code>
      element's end tag. Thus, the following markup results in two
-     <a href="common-microsyntaxes.html#paragraph" title="paragraph">paragraphs</a>, not one:</p>
+     <a href="content-models.html#paragraph" title="paragraph">paragraphs</a>, not one:</p>
 
      <pre>&lt;p&gt;Welcome. &lt;form&gt;&lt;label&gt;Name:&lt;/label&gt; &lt;input&gt;&lt;/form&gt;</pre>
 
@@ -1324,7 +1325,7 @@
     would be hard to debug.</p>
 
     <p class="example">This is why, for instance, it is non-conforming
-    to have two <code title="attr-id"><a href="common-microsyntaxes.html#the-id-attribute">id</a></code> attributes with the
+    to have two <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attributes with the
     same value. Duplicate IDs lead to the wrong element being
     selected, with sometimes disastrous effects whose cause is hard to
     determine.</p>
@@ -1341,15 +1342,15 @@
     encouraging authors to avoid making them, authors can save time in
     future efforts.</p>
 
-    <p class="example">For example, a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> element's
-    <code title="attr-script-src"><a href="common-microsyntaxes.html#attr-script-src">src</a></code> attribute causes the
+    <p class="example">For example, a <code><a href="scripting-1.html#the-script-element">script</a></code> element's
+    <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code> attribute causes the
     element's contents to be ignored. However, this isn't obvious,
     especially if the element's contents appear to be executable
     script &#8212; which can lead to authors spending a lot of time
     trying to debug the inline script without realizing that it is not
     executing. To reduce this problem, this specification makes it
-    non-conforming to have executable script in a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code>
-    element when the <code title="attr-script-src"><a href="common-microsyntaxes.html#attr-script-src">src</a></code>
+    non-conforming to have executable script in a <code><a href="scripting-1.html#the-script-element">script</a></code>
+    element when the <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code>
     attribute is present. This means that authors who are validating
     their documents are less likely to waste time with this kind of
     mistake.</p>
@@ -1371,8 +1372,8 @@
     transitionary step when migrating between HTML and XHTML.</p>
 
     <p class="example">For example, there are somewhat complicated
-    rules surrounding the <code title="attr-lang"><a href="common-microsyntaxes.html#attr-lang">lang</a></code> and
-    <code title="attr-xml-lang"><a href="common-microsyntaxes.html#attr-xml-lang">xml:lang</a></code> attributes intended
+    rules surrounding the <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code> and
+    <code title="attr-xml-lang"><a href="elements.html#attr-xml-lang">xml:lang</a></code> attributes intended
     to keep the two synchronized.</p>
 
     <p class="example">Another example would be the restrictions on
@@ -1393,7 +1394,7 @@
     on the content models of elements and values of attributes are
     intended to allow for future expansion of the HTML vocabulary.</p>
 
-    <p class="example">For example, limiting the values of the <code title="attr-hyperlink-target"><a href="common-microsyntaxes.html#attr-hyperlink-target">target</a></code> attribute that start
+    <p class="example">For example, limiting the values of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute that start
     with an U+005F LOW LINE character (_) to only specific predefined
     values allows new predefined values to be introduced at a future
     time without conflicting with author-defined values.</p>

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- commands.html	28 Jul 2011 01:46:25 -0000	1.40
+++ commands.html	15 Aug 2011 04:46:25 -0000	1.41
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -d -r1.1046 -r1.1047
--- syntax.html	15 Aug 2011 03:46:28 -0000	1.1046
+++ syntax.html	15 Aug 2011 04:46:58 -0000	1.1047
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -357,29 +358,29 @@
    </li><li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and
    <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>.</li>
 
-   <li>The root element, in the form of an <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> <a href="#syntax-elements" title="syntax-elements">element</a>.</li>
+   <li>The root element, in the form of an <code><a href="semantics.html#the-html-element">html</a></code> <a href="#syntax-elements" title="syntax-elements">element</a>.</li>
 
    <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and
    <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>.</li>
 
   </ol><p>The various types of content mentioned above are described in the
-  next few sections.</p><p>In addition, there are some restrictions on how <a href="common-microsyntaxes.html#character-encoding-declaration" title="character encoding declaration">character encoding
+  next few sections.</p><p>In addition, there are some restrictions on how <a href="semantics.html#character-encoding-declaration" title="character encoding declaration">character encoding
   declarations</a> are to be serialized, as discussed in the
   section on that topic.</p><div class="note">
 
-   <p>Space characters before the root <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element, and
-   space characters at the start of the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element and
-   before the <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element, will be dropped when the
+   <p>Space characters before the root <code><a href="semantics.html#the-html-element">html</a></code> element, and
+   space characters at the start of the <code><a href="semantics.html#the-html-element">html</a></code> element and
+   before the <code><a href="semantics.html#the-head-element">head</a></code> element, will be dropped when the
    document is parsed; space characters <em>after</em> the root
-   <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element will be parsed as if they were at the end
-   of the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element. Thus, space characters around the
+   <code><a href="semantics.html#the-html-element">html</a></code> element will be parsed as if they were at the end
+   of the <code><a href="sections.html#the-body-element">body</a></code> element. Thus, space characters around the
    root element do not round-trip.</p>
 
    <p>It is suggested that newlines be inserted after the DOCTYPE,
    after any comments that are before the root element, after the
-   <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element's start tag (if it is not <a href="#syntax-tag-omission" title="syntax-tag-omission">omitted</a>), and after any comments
-   that are inside the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element but before the
-   <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element.</p>
+   <code><a href="semantics.html#the-html-element">html</a></code> element's start tag (if it is not <a href="#syntax-tag-omission" title="syntax-tag-omission">omitted</a>), and after any comments
+   that are inside the <code><a href="semantics.html#the-html-element">html</a></code> element but before the
+   <code><a href="semantics.html#the-head-element">head</a></code> element.</p>
 
   </div><p>Many strings in the HTML syntax (e.g. the names of elements and
   their attributes) are case-insensitive, but only for characters in
@@ -406,7 +407,7 @@
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
    <li>One or more <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
-   <li>The literal string "<code><a href="common-microsyntaxes.html#about:legacy-compat">about:legacy-compat</a></code>".</li>
+   <li>The literal string "<code><a href="urls.html#about:legacy-compat">about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
   </ol><p class="note">In other words, <code>&lt;!DOCTYPE html SYSTEM
   "about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE html SYSTEM
@@ -450,25 +451,25 @@
   <a href="#raw-text-elements">raw text elements</a>, <a href="#rcdata-elements">RCDATA elements</a>,
   <a href="#foreign-elements">foreign elements</a>, and <a href="#normal-elements">normal elements</a>.</p><dl><dt><dfn id="void-elements">Void elements</dfn></dt>
 
-   <dd><code><a href="common-microsyntaxes.html#the-area-element">area</a></code>, <code><a href="common-microsyntaxes.html#the-base-element">base</a></code>, <code><a href="common-microsyntaxes.html#the-br-element">br</a></code>,
-   <code><a href="common-microsyntaxes.html#the-col-element">col</a></code>, <code><a href="common-microsyntaxes.html#the-command-element">command</a></code>, <code><a href="common-microsyntaxes.html#the-embed-element">embed</a></code>,
-   <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code>, <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>, <code><a href="common-microsyntaxes.html#the-input-element">input</a></code>,
-   <code><a href="common-microsyntaxes.html#the-keygen-element">keygen</a></code>, <code><a href="common-microsyntaxes.html#the-link-element">link</a></code>, <code><a href="common-microsyntaxes.html#the-meta-element">meta</a></code>,
-   <code><a href="common-microsyntaxes.html#the-param-element">param</a></code>, <code><a href="common-microsyntaxes.html#the-source-element">source</a></code>, <code><a href="common-microsyntaxes.html#the-track-element">track</a></code>,
-   <code><a href="common-microsyntaxes.html#the-wbr-element">wbr</a></code></dd>
+   <dd><code><a href="the-map-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="text-level-semantics.html#the-br-element">br</a></code>,
+   <code><a href="tabular-data.html#the-col-element">col</a></code>, <code><a href="interactive-elements.html#the-command-element">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>,
+   <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>,
+   <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-meta-element">meta</a></code>,
+   <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="the-iframe-element.html#the-source-element">source</a></code>, <code><a href="the-iframe-element.html#the-track-element">track</a></code>,
+   <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code></dd>
    
 
    <dt><dfn id="raw-text-elements">Raw text elements</dfn></dt>
 
-   <dd><code><a href="common-microsyntaxes.html#the-script-element">script</a></code>, <code><a href="common-microsyntaxes.html#the-style-element">style</a></code></dd> 
+   <dd><code><a href="scripting-1.html#the-script-element">script</a></code>, <code><a href="semantics.html#the-style-element">style</a></code></dd> 
    <dt><dfn id="rcdata-elements">RCDATA elements</dfn></dt>
 
-   <dd><code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>, <code><a href="common-microsyntaxes.html#the-title-element">title</a></code></dd>
+   <dd><code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, <code><a href="semantics.html#the-title-element">title</a></code></dd>
 
    <dt><dfn id="foreign-elements">Foreign elements</dfn></dt>
 
-   <dd>Elements from the <a href="common-microsyntaxes.html#mathml-namespace">MathML namespace</a>
-   and the <a href="common-microsyntaxes.html#svg-namespace">SVG namespace</a>.</dd>
+   <dd>Elements from the <a href="namespaces.html#mathml-namespace">MathML namespace</a>
+   and the <a href="namespaces.html#svg-namespace">SVG namespace</a>.</dd>
 
    <dt><dfn id="normal-elements">Normal elements</dfn></dt>
 
@@ -611,7 +612,7 @@
 
     <div class="example">
 
-     <p>In the following example, the <code title="attr-fe-disabled"><a href="common-microsyntaxes.html#attr-fe-disabled">disabled</a></code> attribute is given with
+     <p>In the following example, the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute is given with
      the empty attribute syntax:</p>
 
      <pre>&lt;input <em>disabled</em>&gt;</pre>
@@ -645,7 +646,7 @@
 
     <div class="example">
 
-     <p>In the following example, the <code title="attr-input-value"><a href="common-microsyntaxes.html#attr-input-value">value</a></code> attribute is given
+     <p>In the following example, the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute is given
      with the unquoted attribute value syntax:</p>
 
      <pre>&lt;input <em>value=yes</em>&gt;</pre>
@@ -676,7 +677,7 @@
 
     <div class="example">
 
-     <p>In the following example, the <code title="attr-input-type"><a href="common-microsyntaxes.html#attr-input-type">type</a></code> attribute is given with the
+     <p>In the following example, the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is given with the
      single-quoted attribute value syntax:</p>
 
      <pre>&lt;input <em>type='checkbox'</em>&gt;</pre>
@@ -706,7 +707,7 @@
 
     <div class="example">
 
-     <p>In the following example, the <code title="attr-fe-name"><a href="common-microsyntaxes.html#attr-fe-name">name</a></code> attribute is given with the
+     <p>In the following example, the <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute is given with the
      double-quoted attribute value syntax:</p>
 
      <pre>&lt;input <em>name="be evil"</em>&gt;</pre>
@@ -726,117 +727,117 @@
   namespace of the first and second cells of a row from the following
   table, it must be written using the name given by the third cell
   from the same row.</p><table><thead><tr><th> Local name </th><th> Namespace </th><th> Attribute name
-   </th></tr></thead><tbody><tr><td> <code title="">actuate</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:actuate</code>
-    </td></tr><tr><td> <code title="">arcrole</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:arcrole</code>
-    </td></tr><tr><td> <code title="">href</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:href</code>
-    </td></tr><tr><td> <code title="">role</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:role</code>
-    </td></tr><tr><td> <code title="">show</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:show</code>
-    </td></tr><tr><td> <code title="">title</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:title</code>
-    </td></tr><tr><td> <code title="">type</code> </td><td> <a href="common-microsyntaxes.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:type</code>
-    </td></tr><tr><td> <code title="">base</code> </td><td> <a href="common-microsyntaxes.html#xml-namespace">XML namespace</a>  </td><td> <code title="">xml:base</code>
-    </td></tr><tr><td> <code title="">lang</code> </td><td> <a href="common-microsyntaxes.html#xml-namespace">XML namespace</a> </td><td> <code title="">xml:lang</code>
-    </td></tr><tr><td> <code title="">space</code> </td><td> <a href="common-microsyntaxes.html#xml-namespace">XML namespace</a> </td><td> <code title="">xml:space</code>
-    </td></tr><tr><td> <code title="">xmlns</code> </td><td> <a href="common-microsyntaxes.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns</code>
-    </td></tr><tr><td> <code title="">xlink</code> </td><td> <a href="common-microsyntaxes.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns:xlink</code>
+   </th></tr></thead><tbody><tr><td> <code title="">actuate</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:actuate</code>
+    </td></tr><tr><td> <code title="">arcrole</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:arcrole</code>
+    </td></tr><tr><td> <code title="">href</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:href</code>
+    </td></tr><tr><td> <code title="">role</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:role</code>
+    </td></tr><tr><td> <code title="">show</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:show</code>
+    </td></tr><tr><td> <code title="">title</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:title</code>
+    </td></tr><tr><td> <code title="">type</code> </td><td> <a href="namespaces.html#xlink-namespace">XLink namespace</a> </td><td> <code title="">xlink:type</code>
+    </td></tr><tr><td> <code title="">base</code> </td><td> <a href="namespaces.html#xml-namespace">XML namespace</a>  </td><td> <code title="">xml:base</code>
+    </td></tr><tr><td> <code title="">lang</code> </td><td> <a href="namespaces.html#xml-namespace">XML namespace</a> </td><td> <code title="">xml:lang</code>
+    </td></tr><tr><td> <code title="">space</code> </td><td> <a href="namespaces.html#xml-namespace">XML namespace</a> </td><td> <code title="">xml:space</code>
+    </td></tr><tr><td> <code title="">xmlns</code> </td><td> <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns</code>
+    </td></tr><tr><td> <code title="">xlink</code> </td><td> <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns:xlink</code>
   </td></tr></tbody></table><p>No other namespaced attribute can be expressed in <a href="#syntax">the
   HTML syntax</a>.</p><h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p>Certain tags can be <dfn id="syntax-tag-omission" title="syntax-tag-omission">omitted</dfn>.</p><p class="note">Omitting an element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> in the situations
   described below does not mean the element is not present; it is
   implied, but it is still there. For example, an HTML document always
-  has a root <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element, even if the string <code title="">&lt;html&gt;</code> doesn't appear anywhere in the markup.</p><p>An <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
-  first thing inside the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element is not a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>An <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-html-element">html</a></code> element is not
-  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  has a root <code><a href="semantics.html#the-html-element">html</a></code> element, even if the string <code title="">&lt;html&gt;</code> doesn't appear anywhere in the markup.</p><p>An <code><a href="semantics.html#the-html-element">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  first thing inside the <code><a href="semantics.html#the-html-element">html</a></code> element is not a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>An <code><a href="semantics.html#the-html-element">html</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="semantics.html#the-html-element">html</a></code> element is not
+  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="semantics.html#the-head-element">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
   element is empty, or if the first thing inside the
-  <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element is an element.</p><p>A <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-head-element">head</a></code> element is not
-  immediately followed by a <a href="common-microsyntaxes.html#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
-  element is empty, or if the first thing inside the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>
+  <code><a href="semantics.html#the-head-element">head</a></code> element is an element.</p><p>A <code><a href="semantics.html#the-head-element">head</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="semantics.html#the-head-element">head</a></code> element is not
+  immediately followed by a <a href="common-microsyntaxes.html#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="sections.html#the-body-element">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  element is empty, or if the first thing inside the <code><a href="sections.html#the-body-element">body</a></code>
   element is not a <a href="common-microsyntaxes.html#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>, except if the first thing
-  inside the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element is a <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> or
-  <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> element. </p><p>A <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> element is not
-  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="common-microsyntaxes.html#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-li-element">li</a></code> element is
-  immediately followed by another <code><a href="common-microsyntaxes.html#the-li-element">li</a></code> element or if there
-  is no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-dt-element">dt</a></code> element is
-  immediately followed by another <code><a href="common-microsyntaxes.html#the-dt-element">dt</a></code> element or a
-  <code><a href="common-microsyntaxes.html#the-dd-element">dd</a></code> element.</p><p>A <code><a href="common-microsyntaxes.html#the-dd-element">dd</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-dd-element">dd</a></code> element is
-  immediately followed by another <code><a href="common-microsyntaxes.html#the-dd-element">dd</a></code> element or a
-  <code><a href="common-microsyntaxes.html#the-dt-element">dt</a></code> element, or if there is no more content in the
-  parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-p-element">p</a></code> element is
-  immediately followed by an <code><a href="common-microsyntaxes.html#the-address-element">address</a></code>,
-  <code><a href="common-microsyntaxes.html#the-article-element">article</a></code>, <code><a href="common-microsyntaxes.html#the-aside-element">aside</a></code>, <code><a href="common-microsyntaxes.html#the-blockquote-element">blockquote</a></code>,
-  <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="common-microsyntaxes.html#the-div-element">div</a></code>, <code><a href="common-microsyntaxes.html#the-dl-element">dl</a></code>,
-  <code><a href="common-microsyntaxes.html#the-fieldset-element">fieldset</a></code>, <code><a href="common-microsyntaxes.html#the-footer-element">footer</a></code>, <code><a href="common-microsyntaxes.html#the-form-element">form</a></code>,
-  <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>,
-  <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, <code><a href="common-microsyntaxes.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="common-microsyntaxes.html#the-header-element">header</a></code>,
-  <code><a href="common-microsyntaxes.html#the-hgroup-element">hgroup</a></code>, <code><a href="common-microsyntaxes.html#the-hr-element">hr</a></code>, <code><a href="common-microsyntaxes.html#the-menu-element">menu</a></code>,
-  <code><a href="common-microsyntaxes.html#the-nav-element">nav</a></code>, <code><a href="common-microsyntaxes.html#the-ol-element">ol</a></code>, <code><a href="common-microsyntaxes.html#the-p-element">p</a></code>, <code><a href="common-microsyntaxes.html#the-pre-element">pre</a></code>,
-  <code><a href="common-microsyntaxes.html#the-section-element">section</a></code>, <code><a href="common-microsyntaxes.html#the-table-element">table</a></code>, or <code><a href="common-microsyntaxes.html#the-ul-element">ul</a></code>,
+  inside the <code><a href="sections.html#the-body-element">body</a></code> element is a <code><a href="scripting-1.html#the-script-element">script</a></code> or
+  <code><a href="semantics.html#the-style-element">style</a></code> element. </p><p>A <code><a href="sections.html#the-body-element">body</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="sections.html#the-body-element">body</a></code> element is not
+  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="grouping-content.html#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="grouping-content.html#the-li-element">li</a></code> element is
+  immediately followed by another <code><a href="grouping-content.html#the-li-element">li</a></code> element or if there
+  is no more content in the parent element.</p><p>A <code><a href="grouping-content.html#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="grouping-content.html#the-dt-element">dt</a></code> element is
+  immediately followed by another <code><a href="grouping-content.html#the-dt-element">dt</a></code> element or a
+  <code><a href="grouping-content.html#the-dd-element">dd</a></code> element.</p><p>A <code><a href="grouping-content.html#the-dd-element">dd</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="grouping-content.html#the-dd-element">dd</a></code> element is
+  immediately followed by another <code><a href="grouping-content.html#the-dd-element">dd</a></code> element or a
+  <code><a href="grouping-content.html#the-dt-element">dt</a></code> element, or if there is no more content in the
+  parent element.</p><p>A <code><a href="grouping-content.html#the-p-element">p</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="grouping-content.html#the-p-element">p</a></code> element is
+  immediately followed by an <code><a href="sections.html#the-address-element">address</a></code>,
+  <code><a href="sections.html#the-article-element">article</a></code>, <code><a href="sections.html#the-aside-element">aside</a></code>, <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code>,
+  <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="grouping-content.html#the-dl-element">dl</a></code>,
+  <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="sections.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>,
+  <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>,
+  <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="sections.html#the-header-element">header</a></code>,
+  <code><a href="sections.html#the-hgroup-element">hgroup</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="interactive-elements.html#the-menu-element">menu</a></code>,
+  <code><a href="sections.html#the-nav-element">nav</a></code>, <code><a href="grouping-content.html#the-ol-element">ol</a></code>, <code><a href="grouping-content.html#the-p-element">p</a></code>, <code><a href="grouping-content.html#the-pre-element">pre</a></code>,
+  <code><a href="sections.html#the-section-element">section</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, or <code><a href="grouping-content.html#the-ul-element">ul</a></code>,
   element, or if there is no more content in the parent element and
-  the parent element is not an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code> element.</p><p>An <code><a href="common-microsyntaxes.html#the-rt-element">rt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-rt-element">rt</a></code> element is
-  immediately followed by an <code><a href="common-microsyntaxes.html#the-rt-element">rt</a></code> or <code><a href="common-microsyntaxes.html#the-rp-element">rp</a></code>
-  element, or if there is no more content in the parent element.</p><p>An <code><a href="common-microsyntaxes.html#the-rp-element">rp</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-rp-element">rp</a></code> element is
-  immediately followed by an <code><a href="common-microsyntaxes.html#the-rt-element">rt</a></code> or <code><a href="common-microsyntaxes.html#the-rp-element">rp</a></code>
-  element, or if there is no more content in the parent element.</p><p>An <code><a href="common-microsyntaxes.html#the-optgroup-element">optgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the
-  <code><a href="common-microsyntaxes.html#the-optgroup-element">optgroup</a></code> element  is immediately followed by
-  another <code><a href="common-microsyntaxes.html#the-optgroup-element">optgroup</a></code> element, or if  there is no
-  more content in the parent element.</p><p>An <code><a href="common-microsyntaxes.html#the-option-element">option</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-option-element">option</a></code> element is
-  immediately followed by another <code><a href="common-microsyntaxes.html#the-option-element">option</a></code> element, or if
-  it is immediately followed by an <code><a href="common-microsyntaxes.html#the-optgroup-element">optgroup</a></code> element, or
-  if there is no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
-  first thing inside the <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element is a
-  <code><a href="common-microsyntaxes.html#the-col-element">col</a></code> element, and if the element is not immediately
-  preceded by another <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> has been omitted. (It can't be
-  omitted if the element is empty.)</p><p>A <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the
-  <code><a href="common-microsyntaxes.html#the-colgroup-element">colgroup</a></code> element is not immediately followed by a
-  <a href="common-microsyntaxes.html#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="common-microsyntaxes.html#the-thead-element">thead</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-thead-element">thead</a></code> element is
-  immediately followed by a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> or <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code>
-  element.</p><p>A <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
-  first thing inside the <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element is a
-  <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element, and if the element is not immediately
-  preceded by a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code>, <code><a href="common-microsyntaxes.html#the-thead-element">thead</a></code>, or
-  <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end
+  the parent element is not an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element.</p><p>An <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> element is
+  immediately followed by an <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element">rp</a></code>
+  element, or if there is no more content in the parent element.</p><p>An <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> element is
+  immediately followed by an <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element">rp</a></code>
+  element, or if there is no more content in the parent element.</p><p>An <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the
+  <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element  is immediately followed by
+  another <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element, or if  there is no
+  more content in the parent element.</p><p>An <code><a href="the-button-element.html#the-option-element">option</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="the-button-element.html#the-option-element">option</a></code> element is
+  immediately followed by another <code><a href="the-button-element.html#the-option-element">option</a></code> element, or if
+  it is immediately followed by an <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element, or
+  if there is no more content in the parent element.</p><p>A <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  first thing inside the <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element is a
+  <code><a href="tabular-data.html#the-col-element">col</a></code> element, and if the element is not immediately
+  preceded by another <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> has been omitted. (It can't be
+  omitted if the element is empty.)</p><p>A <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the
+  <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element is not immediately followed by a
+  <a href="common-microsyntaxes.html#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="tabular-data.html#the-thead-element">thead</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-thead-element">thead</a></code> element is
+  immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>
+  element.</p><p>A <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  first thing inside the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element is a
+  <code><a href="tabular-data.html#the-tr-element">tr</a></code> element, and if the element is not immediately
+  preceded by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, or
+  <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> has been omitted. (It can't be omitted if the element is
-  empty.)</p><p>A <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element is
-  immediately followed by a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> or <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code>
-  element, or if there is no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-tfoot-element">tfoot</a></code> element is
-  immediately followed by a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> element, or if there is
-  no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element is
-  immediately followed by another <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element, or if there
-  is no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> element is
-  immediately followed by a <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> or <code><a href="common-microsyntaxes.html#the-th-element">th</a></code>
-  element, or if there is no more content in the parent element.</p><p>A <code><a href="common-microsyntaxes.html#the-th-element">th</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
-  tag</a> may be omitted if the <code><a href="common-microsyntaxes.html#the-th-element">th</a></code> element is
-  immediately followed by a <code><a href="common-microsyntaxes.html#the-td-element">td</a></code> or <code><a href="common-microsyntaxes.html#the-th-element">th</a></code>
+  empty.)</p><p>A <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element is
+  immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>
+  element, or if there is no more content in the parent element.</p><p>A <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element is
+  immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element, or if there is
+  no more content in the parent element.</p><p>A <code><a href="tabular-data.html#the-tr-element">tr</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-tr-element">tr</a></code> element is
+  immediately followed by another <code><a href="tabular-data.html#the-tr-element">tr</a></code> element, or if there
+  is no more content in the parent element.</p><p>A <code><a href="tabular-data.html#the-td-element">td</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-td-element">td</a></code> element is
+  immediately followed by a <code><a href="tabular-data.html#the-td-element">td</a></code> or <code><a href="tabular-data.html#the-th-element">th</a></code>
+  element, or if there is no more content in the parent element.</p><p>A <code><a href="tabular-data.html#the-th-element">th</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  tag</a> may be omitted if the <code><a href="tabular-data.html#the-th-element">th</a></code> element is
+  immediately followed by a <code><a href="tabular-data.html#the-td-element">td</a></code> or <code><a href="tabular-data.html#the-th-element">th</a></code>
   element, or if there is no more content in the parent element.</p><p><strong>However</strong>, a <a href="#syntax-start-tag" title="syntax-start-tag">start
   tag</a> must never be omitted if it has any attributes.</p><h5 id="element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</h5><p>For historical reasons, certain elements have extra restrictions
-  beyond even the restrictions given by their content model.</p><p>A <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> element must not contain <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code>
+  beyond even the restrictions given by their content model.</p><p>A <code><a href="tabular-data.html#the-table-element">table</a></code> element must not contain <code><a href="tabular-data.html#the-tr-element">tr</a></code>
   elements, even though these elements are technically allowed inside
-  <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> elements according to the content models
-  described in this specification. (If a <code><a href="common-microsyntaxes.html#the-tr-element">tr</a></code> element is
-  put inside a <code><a href="common-microsyntaxes.html#the-table-element">table</a></code> in the markup, it will in fact imply
-  a <code><a href="common-microsyntaxes.html#the-tbody-element">tbody</a></code> start tag before it.)</p><p>A single <a href="#syntax-newlines" title="syntax-newlines">newline</a> may be
+  <code><a href="tabular-data.html#the-table-element">table</a></code> elements according to the content models
+  described in this specification. (If a <code><a href="tabular-data.html#the-tr-element">tr</a></code> element is
+  put inside a <code><a href="tabular-data.html#the-table-element">table</a></code> in the markup, it will in fact imply
+  a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> start tag before it.)</p><p>A single <a href="#syntax-newlines" title="syntax-newlines">newline</a> may be
   placed immediately after the <a href="#syntax-start-tag" title="syntax-start-tag">start
-  tag</a> of <code><a href="common-microsyntaxes.html#the-pre-element">pre</a></code> and <code><a href="common-microsyntaxes.html#the-textarea-element">textarea</a></code>
+  tag</a> of <code><a href="grouping-content.html#the-pre-element">pre</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
   elements. This does not affect the processing of the element. The
   otherwise optional <a href="#syntax-newlines" title="syntax-newlines">newline</a>
   <em>must</em> be included if the element's contents themselves start
   with a <a href="#syntax-newlines" title="syntax-newlines">newline</a> (because
   otherwise the leading newline in the contents would be treated like
   the optional newline, and ignored).</p><div class="example">
-   <p>The following two <code><a href="common-microsyntaxes.html#the-pre-element">pre</a></code> blocks are equivalent:</p>
+   <p>The following two <code><a href="grouping-content.html#the-pre-element">pre</a></code> blocks are equivalent:</p>
    <pre>&lt;pre&gt;Hello&lt;/pre&gt;</pre>
    <pre>&lt;pre&gt;<br>Hello&lt;/pre&gt;</pre>
   </div><h5 id="cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5><p>The text in <a href="#raw-text-elements" title="raw text elements">raw text</a> and

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- webappapis.html	15 Aug 2011 03:46:29 -0000	1.187
+++ webappapis.html	15 Aug 2011 04:47:06 -0000	1.188
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -340,12 +341,12 @@
 
   <h2 id="webappapis"><span class="secno">6 </span>Web application APIs</h2><h3 id="scripting"><span class="secno">6.1 </span>Scripting</h3><h4 id="introduction-5"><span class="secno">6.1.1 </span>Introduction</h4><p>Various mechanisms can cause author-provided executable code to
   run in the context of a document. These mechanisms include, but are
-  probably not limited to:</p><ul><li>Processing of <code><a href="common-microsyntaxes.html#the-script-element">script</a></code> elements.</li>
+  probably not limited to:</p><ul><li>Processing of <code><a href="scripting-1.html#the-script-element">script</a></code> elements.</li>
 
    <li>Processing of inline <code title="javascript
-   protocol"><a href="#javascript-protocol">javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="common-microsyntaxes.html#attr-img-src">src</a></code> attribute of <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
+   protocol"><a href="#javascript-protocol">javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element">img</a></code>
    elements, or an <code title="">@import</code> rule in a CSS
-   <code><a href="common-microsyntaxes.html#the-style-element">style</a></code> element block).</li>
+   <code><a href="semantics.html#the-style-element">style</a></code> element block).</li>
 
    <li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href="#event-handler-content-attributes">event handler
    content attributes</a>, by <a href="#event-handler-idl-attributes">event handler IDL
@@ -370,7 +371,7 @@
    manner, e.g. on a per-origin basis.)</li>
 
    <li id="sandboxScriptBlocked">The <a href="browsers.html#browsing-context">browsing context</a> did
-   not have the <a href="common-microsyntaxes.html#sandboxed-scripts-browsing-context-flag">sandboxed scripts browsing context flag</a>
+   not have the <a href="the-iframe-element.html#sandboxed-scripts-browsing-context-flag">sandboxed scripts browsing context flag</a>
    set when the <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active
    document</a> was created.</li>
 
@@ -486,7 +487,7 @@
     <p>A <code><a href="infrastructure.html#document">Document</a></code> that is assigned responsibility for
     actions taken by the script.</p>
 
-    <p class="example">When a script <a href="common-microsyntaxes.html#fetch" title="fetch">fetches</a> a resource, the <a href="common-microsyntaxes.html#the-document-s-current-address" title="the
+    <p class="example">When a script <a href="fetching-resources.html#fetch" title="fetch">fetches</a> a resource, the <a href="dom.html#the-document-s-current-address" title="the
     document's current address">current address</a> of the
     <a href="#script-s-document">script's document</a> will be used to set the <code title="http-referer">Referer</code> (sic) header.</p>
 
@@ -509,9 +510,9 @@
 
    <dd>
 
-    <p>A <a href="common-microsyntaxes.html#url">URL</a>, set when the script is created, used to
+    <p>A <a href="urls.html#url">URL</a>, set when the script is created, used to
     resolve relative URLs. <span id="sbu-not-copy" title="">If the
-    base URL is set from another source, e.g. a <a href="common-microsyntaxes.html#document-base-url">document base
+    base URL is set from another source, e.g. a <a href="urls.html#document-base-url">document base
     URL</a>, then the <a href="#script-s-base-url">script's base URL</a> must follow
     the source, so that if the source's changes, so does the
     script's.</span></p>
@@ -620,7 +621,7 @@
    character encoding">character encoding</a> of <var title="">document</var>. (<a href="#sce-not-copy">This is a
    reference, not a copy</a>.)</p></li>
 
-   <li><p>The base URL is the <a href="common-microsyntaxes.html#document-base-url" title="document base URL">base
+   <li><p>The base URL is the <a href="urls.html#document-base-url" title="document base URL">base
    URL</a> of <var title="">document</var>. (<a href="#sbu-not-copy">This is a reference, not a copy</a>.)</p></li>
 
   </ol></div><div class="impl">
@@ -671,7 +672,7 @@
     <p>The function must be invoked with three arguments. The three
     arguments passed to the function are all <code>DOMString</code>s;
     the first must give the message that the UA is considering
-    reporting, the second must give the <a href="common-microsyntaxes.html#absolute-url">absolute URL</a> of
+    reporting, the second must give the <a href="urls.html#absolute-url">absolute URL</a> of
     the resource in which the error occurred, and the third must give
     the line number in that resource on which the error occurred.</p>
 
@@ -768,7 +769,7 @@
 
    <dt>Using a resource</dt>
 
-   <dd><p>When an algorithm <a href="common-microsyntaxes.html#fetch" title="fetch">fetches</a> a
+   <dd><p>When an algorithm <a href="fetching-resources.html#fetch" title="fetch">fetches</a> a
    resource, if the fetching occurs asynchronously then the processing
    of the resource once some or all of the resource is available is a
    task.</p></dd>
@@ -811,7 +812,7 @@
   <p>A user agent may have one <dfn id="storage-mutex">storage mutex</dfn>. This mutex is
   used to control access to shared state like cookies. At any one
   point, the <a href="#storage-mutex">storage mutex</a> is either free, or owned by a
-  particular <a href="#event-loop">event loop</a> or instance of the <a href="common-microsyntaxes.html#fetch" title="fetch">fetching</a> algorithm.</p>
+  particular <a href="#event-loop">event loop</a> or instance of the <a href="fetching-resources.html#fetch" title="fetch">fetching</a> algorithm.</p>
 
   <p>If a user agent does not implement a <a href="#storage-mutex">storage mutex</a>,
   it is exempt from implementing the requirements that require it to
@@ -997,7 +998,7 @@
   <!-- SCRIPT EXEC -->
   <h4 id="javascript-protocol"><span class="secno">6.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> URL scheme</dfn></h4>
 
-  <p>When a <a href="common-microsyntaxes.html#url">URL</a> using the <code title="">javascript:</code> scheme is <dfn id="concept-js-deref" title="concept-js-deref">dereferenced</dfn>, the user agent must run
+  <p>When a <a href="urls.html#url">URL</a> using the <code title="">javascript:</code> scheme is <dfn id="concept-js-deref" title="concept-js-deref">dereferenced</dfn>, the user agent must run
   the following steps:</p>
 
   <ol><li><p>Let the script source be the string obtained using the
@@ -1026,14 +1027,14 @@
 
       
 
-      <p>Let <var title="">address</var> be the <a href="common-microsyntaxes.html#the-document-s-address" title="the
+      <p>Let <var title="">address</var> be the <a href="dom.html#the-document-s-address" title="the
       document's address">address</a> of the <a href="browsers.html#active-document">active
       document</a> of the <a href="browsers.html#browsing-context">browsing context</a> being
       navigated.</p>
 
-      <p>If <var title="">address</var> is <code><a href="common-microsyntaxes.html#about:blank">about:blank</a></code>,
+      <p>If <var title="">address</var> is <code><a href="fetching-resources.html#about:blank">about:blank</a></code>,
       and the <a href="browsers.html#browsing-context">browsing context</a> being navigated has a
-      <a href="browsers.html#creator-browsing-context">creator browsing context</a>, then let <var title="">address</var> be the <a href="common-microsyntaxes.html#the-document-s-address" title="the document's
+      <a href="browsers.html#creator-browsing-context">creator browsing context</a>, then let <var title="">address</var> be the <a href="dom.html#the-document-s-address" title="the document's
       address">address</a> of the <a href="browsers.html#creator-document">creator
       <code>Document</code></a> instead.</p>
 
@@ -1072,12 +1073,12 @@
     to an HTTP resource with an HTTP 204 No Content response.</p>
 
     <p>Otherwise, the URL must be treated in a manner equivalent to an
-    HTTP resource with a 200 OK response whose <a href="common-microsyntaxes.html#content-type" title="Content-Type">Content-Type metadata</a> is
+    HTTP resource with a 200 OK response whose <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> is
     <code><a href="iana.html#text-html">text/html</a></code> and whose response body is the return value
     converted to a string value.</p>
 
-    <p class="note">Certain contexts, in particular <code><a href="common-microsyntaxes.html#the-img-element">img</a></code>
-    elements, ignore the <a href="common-microsyntaxes.html#content-type" title="Content-Type">Content-Type
+    <p class="note">Certain contexts, in particular <code><a href="embedded-content-1.html#the-img-element">img</a></code>
+    elements, ignore the <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type
     metadata</a>.</p>
 
    </li>
@@ -1085,17 +1086,17 @@
   </ol><div class="example">
 
    <p>So for example a <code title="">javascript:</code> URL for a
-   <code title="attr-img-src"><a href="common-microsyntaxes.html#attr-img-src">src</a></code> attribute of an
-   <code><a href="common-microsyntaxes.html#the-img-element">img</a></code> element would be evaluated in the context of an
+   <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of an
+   <code><a href="embedded-content-1.html#the-img-element">img</a></code> element would be evaluated in the context of an
    empty object as soon as the attribute is set; it would then be
    sniffed to determine the image type and decoded as an image.</p>
 
-   <p>A <code title="">javascript:</code> URL in an <code title="attr-hyperlink-href"><a href="common-microsyntaxes.html#attr-hyperlink-href">href</a></code> attribute of an <code><a href="common-microsyntaxes.html#the-a-element">a</a></code>
-   element would only be evaluated when the link was <a href="common-microsyntaxes.html#following-hyperlinks" title="following hyperlinks">followed</a>.</p>
+   <p>A <code title="">javascript:</code> URL in an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute of an <code><a href="text-level-semantics.html#the-a-element">a</a></code>
+   element would only be evaluated when the link was <a href="links.html#following-hyperlinks" title="following hyperlinks">followed</a>.</p>
 
-   <p>The <code title="attr-iframe-src"><a href="common-microsyntaxes.html#attr-iframe-src">src</a></code> attribute of an
-   <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code> element would be evaluated in the context of
-   the <code><a href="common-microsyntaxes.html#the-iframe-element">iframe</a></code>'s own <a href="browsers.html#browsing-context">browsing context</a>; once
+   <p>The <code title="attr-iframe-src"><a href="the-iframe-element.html#attr-iframe-src">src</a></code> attribute of an
+   <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element would be evaluated in the context of
+   the <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>'s own <a href="browsers.html#browsing-context">browsing context</a>; once
    evaluated, its return value (if it was not void) would replace that
    <a href="browsers.html#browsing-context">browsing context</a>'s document, thus changing the
    variables visible in that <a href="browsers.html#browsing-context">browsing context</a>.</p>
@@ -1129,7 +1130,7 @@
 
   <p class="note">This can happen in particular for <a href="#event-handler-idl-attributes" title="event
   handler IDL attributes">event handler IDL attribute</a> on
-  <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> elements that do not have corresponding
+  <code><a href="sections.html#the-body-element">body</a></code> elements that do not have corresponding
   <code><a href="browsers.html#window">Window</a></code> objects.</p>
 
   <p class="note">Certain event handler IDL attributes have additional
@@ -1216,8 +1217,8 @@
        NewObjectEnvironment(the element's <code><a href="infrastructure.html#document">Document</a></code>, the
        <var title="">global environment</var>).</li>
 
-       <li>If the element has a <a href="common-microsyntaxes.html#form-owner">form owner</a>, let <var title="">Scope</var> be the result of NewObjectEnvironment(the
-       element's <a href="common-microsyntaxes.html#form-owner">form owner</a>, <var title="">Scope</var>).</li>
+       <li>If the element has a <a href="association-of-controls-and-forms.html#form-owner">form owner</a>, let <var title="">Scope</var> be the result of NewObjectEnvironment(the
+       element's <a href="association-of-controls-and-forms.html#form-owner">form owner</a>, <var title="">Scope</var>).</li>
 
        <li>Let <var title="">Scope</var> be the result of
        NewObjectEnvironment(the element's object, <var title="">Scope</var>).</li>
@@ -1337,8 +1338,8 @@
   on <code><a href="infrastructure.html#document">Document</a></code> and <code><a href="browsers.html#window">Window</a></code> objects, as IDL
   attributes.</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
    </th></tr></thead><tbody><tr><td><dfn id="handler-onabort" title="handler-onabort"><code>onabort</code></dfn> </td><td> <code title="event-abort">abort</code>
-    </td></tr><tr><td><dfn id="handler-oncanplay" title="handler-oncanplay"><code>oncanplay</code></dfn> </td><td> <code title="event-media-canplay"><a href="common-microsyntaxes.html#event-media-canplay">canplay</a></code>
-    </td></tr><tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> </td><td> <code title="event-media-canplaythrough"><a href="common-microsyntaxes.html#event-media-canplaythrough">canplaythrough</a></code>
+    </td></tr><tr><td><dfn id="handler-oncanplay" title="handler-oncanplay"><code>oncanplay</code></dfn> </td><td> <code title="event-media-canplay"><a href="the-iframe-element.html#event-media-canplay">canplay</a></code>
+    </td></tr><tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> </td><td> <code title="event-media-canplaythrough"><a href="the-iframe-element.html#event-media-canplaythrough">canplaythrough</a></code>
     </td></tr><tr><td><dfn id="handler-onchange" title="handler-onchange"><code>onchange</code></dfn> </td><td> <code title="event-change">change</code> 
     </td></tr><tr><td><dfn id="handler-onclick" title="handler-onclick"><code>onclick</code></dfn> </td><td> <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> 
     </td></tr><tr><td><dfn id="handler-oncontextmenu" title="handler-oncontextmenu"><code>oncontextmenu</code></dfn> </td><td> <code title="event-contextmenu">contextmenu</code> 
@@ -1351,40 +1352,40 @@
     </td></tr><tr><td><dfn id="handler-ondragover" title="handler-ondragover"><code>ondragover</code></dfn> </td><td> <code title="event-dragover"><a href="dnd.html#event-dragover">dragover</a></code>
     </td></tr><tr><td><dfn id="handler-ondragstart" title="handler-ondragstart"><code>ondragstart</code></dfn> </td><td> <code title="event-dragstart"><a href="dnd.html#event-dragstart">dragstart</a></code> 
     </td></tr><tr><td><dfn id="handler-ondrop" title="handler-ondrop"><code>ondrop</code></dfn> </td><td> <code title="event-drop"><a href="dnd.html#event-drop">drop</a></code>
-    </td></tr><tr><td><dfn id="handler-ondurationchange" title="handler-ondurationchange"><code>ondurationchange</code></dfn> </td><td> <code title="event-media-durationchange"><a href="common-microsyntaxes.html#event-media-durationchange">durationchange</a></code>
-    </td></tr><tr><td><dfn id="handler-onemptied" title="handler-onemptied"><code>onemptied</code></dfn> </td><td> <code title="event-media-emptied"><a href="common-microsyntaxes.html#event-media-emptied">emptied</a></code>
-    </td></tr><tr><td><dfn id="handler-onended" title="handler-onended"><code>onended</code></dfn> </td><td> <code title="event-media-ended"><a href="common-microsyntaxes.html#event-media-ended">ended</a></code>
+    </td></tr><tr><td><dfn id="handler-ondurationchange" title="handler-ondurationchange"><code>ondurationchange</code></dfn> </td><td> <code title="event-media-durationchange"><a href="the-iframe-element.html#event-media-durationchange">durationchange</a></code>
+    </td></tr><tr><td><dfn id="handler-onemptied" title="handler-onemptied"><code>onemptied</code></dfn> </td><td> <code title="event-media-emptied"><a href="the-iframe-element.html#event-media-emptied">emptied</a></code>
+    </td></tr><tr><td><dfn id="handler-onended" title="handler-onended"><code>onended</code></dfn> </td><td> <code title="event-media-ended"><a href="the-iframe-element.html#event-media-ended">ended</a></code>
     </td></tr><tr><td><dfn id="handler-oninput" title="handler-oninput"><code>oninput</code></dfn> </td><td> <code title="event-input">input</code>
     </td></tr><tr><td><dfn id="handler-oninvalid" title="handler-oninvalid"><code>oninvalid</code></dfn> </td><td> <code title="event-invalid">invalid</code>
     </td></tr><tr><td><dfn id="handler-onkeydown" title="handler-onkeydown"><code>onkeydown</code></dfn> </td><td> <code title="event-keydown">keydown</code> 
     </td></tr><tr><td><dfn id="handler-onkeypress" title="handler-onkeypress"><code>onkeypress</code></dfn> </td><td> <code title="event-keypress">keypress</code> 
     </td></tr><tr><td><dfn id="handler-onkeyup" title="handler-onkeyup"><code>onkeyup</code></dfn> </td><td> <code title="event-keyup">keyup</code> 
-    </td></tr><tr><td><dfn id="handler-onloadeddata" title="handler-onloadeddata"><code>onloadeddata</code></dfn> </td><td> <code title="event-media-loadeddata"><a href="common-microsyntaxes.html#event-media-loadeddata">loadeddata</a></code>
-    </td></tr><tr><td><dfn id="handler-onloadedmetadata" title="handler-onloadedmetadata"><code>onloadedmetadata</code></dfn> </td><td> <code title="event-media-loadedmetadata"><a href="common-microsyntaxes.html#event-media-loadedmetadata">loadedmetadata</a></code>
-    </td></tr><tr><td><dfn id="handler-onloadstart" title="handler-onloadstart"><code>onloadstart</code></dfn> </td><td> <code title="event-media-loadstart"><a href="common-microsyntaxes.html#event-media-loadstart">loadstart</a></code>
+    </td></tr><tr><td><dfn id="handler-onloadeddata" title="handler-onloadeddata"><code>onloadeddata</code></dfn> </td><td> <code title="event-media-loadeddata"><a href="the-iframe-element.html#event-media-loadeddata">loadeddata</a></code>
+    </td></tr><tr><td><dfn id="handler-onloadedmetadata" title="handler-onloadedmetadata"><code>onloadedmetadata</code></dfn> </td><td> <code title="event-media-loadedmetadata"><a href="the-iframe-element.html#event-media-loadedmetadata">loadedmetadata</a></code>
+    </td></tr><tr><td><dfn id="handler-onloadstart" title="handler-onloadstart"><code>onloadstart</code></dfn> </td><td> <code title="event-media-loadstart"><a href="the-iframe-element.html#event-media-loadstart">loadstart</a></code>
     </td></tr><tr><td><dfn id="handler-onmousedown" title="handler-onmousedown"><code>onmousedown</code></dfn> </td><td> <code title="event-mousedown">mousedown</code> 
     </td></tr><tr><td><dfn id="handler-onmousemove" title="handler-onmousemove"><code>onmousemove</code></dfn> </td><td> <code title="event-mousemove">mousemove</code> 
     </td></tr><tr><td><dfn id="handler-onmouseout" title="handler-onmouseout"><code>onmouseout</code></dfn> </td><td> <code title="event-mouseout">mouseout</code> 
     </td></tr><tr><td><dfn id="handler-onmouseover" title="handler-onmouseover"><code>onmouseover</code></dfn> </td><td> <code title="event-mouseover">mouseover</code> 
     </td></tr><tr><td><dfn id="handler-onmouseup" title="handler-onmouseup"><code>onmouseup</code></dfn> </td><td> <code title="event-mouseup">mouseup</code> 
     </td></tr><tr><td><dfn id="handler-onmousewheel" title="handler-onmousewheel"><code>onmousewheel</code></dfn> </td><td> <code title="event-mousewheel">mousewheel</code> 
-    </td></tr><tr><td><dfn id="handler-onpause" title="handler-onpause"><code>onpause</code></dfn> </td><td> <code title="event-media-pause"><a href="common-microsyntaxes.html#event-media-pause">pause</a></code>
-    </td></tr><tr><td><dfn id="handler-onplay" title="handler-onplay"><code>onplay</code></dfn> </td><td> <code title="event-media-play"><a href="common-microsyntaxes.html#event-media-play">play</a></code>
-    </td></tr><tr><td><dfn id="handler-onplaying" title="handler-onplaying"><code>onplaying</code></dfn> </td><td> <code title="event-media-playing"><a href="common-microsyntaxes.html#event-media-playing">playing</a></code>
-    </td></tr><tr><td><dfn id="handler-onprogress" title="handler-onprogress"><code>onprogress</code></dfn> </td><td> <code title="event-media-progress"><a href="common-microsyntaxes.html#event-media-progress">progress</a></code>
-    </td></tr><tr><td><dfn id="handler-onratechange" title="handler-onratechange"><code>onratechange</code></dfn> </td><td> <code title="event-media-ratechange"><a href="common-microsyntaxes.html#event-media-ratechange">ratechange</a></code>
-    </td></tr><tr><td><dfn id="handler-onreadystatechange" title="handler-onreadystatechange"><code>onreadystatechange</code></dfn> </td><td> <code title="event-readystatechange"><a href="common-microsyntaxes.html#event-readystatechange">readystatechange</a></code>
+    </td></tr><tr><td><dfn id="handler-onpause" title="handler-onpause"><code>onpause</code></dfn> </td><td> <code title="event-media-pause"><a href="the-iframe-element.html#event-media-pause">pause</a></code>
+    </td></tr><tr><td><dfn id="handler-onplay" title="handler-onplay"><code>onplay</code></dfn> </td><td> <code title="event-media-play"><a href="the-iframe-element.html#event-media-play">play</a></code>
+    </td></tr><tr><td><dfn id="handler-onplaying" title="handler-onplaying"><code>onplaying</code></dfn> </td><td> <code title="event-media-playing"><a href="the-iframe-element.html#event-media-playing">playing</a></code>
+    </td></tr><tr><td><dfn id="handler-onprogress" title="handler-onprogress"><code>onprogress</code></dfn> </td><td> <code title="event-media-progress"><a href="the-iframe-element.html#event-media-progress">progress</a></code>
+    </td></tr><tr><td><dfn id="handler-onratechange" title="handler-onratechange"><code>onratechange</code></dfn> </td><td> <code title="event-media-ratechange"><a href="the-iframe-element.html#event-media-ratechange">ratechange</a></code>
+    </td></tr><tr><td><dfn id="handler-onreadystatechange" title="handler-onreadystatechange"><code>onreadystatechange</code></dfn> </td><td> <code title="event-readystatechange"><a href="dom.html#event-readystatechange">readystatechange</a></code>
     </td></tr><tr><td><dfn id="handler-onreset" title="handler-onreset"><code>onreset</code></dfn> </td><td> <code title="event-reset">reset</code>
-    </td></tr><tr><td><dfn id="handler-onseeked" title="handler-onseeked"><code>onseeked</code></dfn> </td><td> <code title="event-media-seeked"><a href="common-microsyntaxes.html#event-media-seeked">seeked</a></code>
-    </td></tr><tr><td><dfn id="handler-onseeking" title="handler-onseeking"><code>onseeking</code></dfn> </td><td> <code title="event-media-seeking"><a href="common-microsyntaxes.html#event-media-seeking">seeking</a></code>
+    </td></tr><tr><td><dfn id="handler-onseeked" title="handler-onseeked"><code>onseeked</code></dfn> </td><td> <code title="event-media-seeked"><a href="the-iframe-element.html#event-media-seeked">seeked</a></code>
+    </td></tr><tr><td><dfn id="handler-onseeking" title="handler-onseeking"><code>onseeking</code></dfn> </td><td> <code title="event-media-seeking"><a href="the-iframe-element.html#event-media-seeking">seeking</a></code>
     </td></tr><tr><td><dfn id="handler-onselect" title="handler-onselect"><code>onselect</code></dfn> </td><td> <code title="event-select">select</code>  <!-- [CSSOM] -->
     </td></tr><tr><td><dfn id="handler-onshow" title="handler-onshow"><code>onshow</code></dfn> </td><td> <code title="event-show">show</code>
-    </td></tr><tr><td><dfn id="handler-onstalled" title="handler-onstalled"><code>onstalled</code></dfn> </td><td> <code title="event-media-stalled"><a href="common-microsyntaxes.html#event-media-stalled">stalled</a></code>
+    </td></tr><tr><td><dfn id="handler-onstalled" title="handler-onstalled"><code>onstalled</code></dfn> </td><td> <code title="event-media-stalled"><a href="the-iframe-element.html#event-media-stalled">stalled</a></code>
     </td></tr><tr><td><dfn id="handler-onsubmit" title="handler-onsubmit"><code>onsubmit</code></dfn> </td><td> <code title="event-submit">submit</code> 
-    </td></tr><tr><td><dfn id="handler-onsuspend" title="handler-onsuspend"><code>onsuspend</code></dfn> </td><td> <code title="event-media-suspend"><a href="common-microsyntaxes.html#event-media-suspend">suspend</a></code>
-    </td></tr><tr><td><dfn id="handler-ontimeupdate" title="handler-ontimeupdate"><code>ontimeupdate</code></dfn> </td><td> <code title="event-media-timeupdate"><a href="common-microsyntaxes.html#event-media-timeupdate">timeupdate</a></code>
-    </td></tr><tr><td><dfn id="handler-onvolumechange" title="handler-onvolumechange"><code>onvolumechange</code></dfn> </td><td> <code title="event-media-volumechange"><a href="common-microsyntaxes.html#event-media-volumechange">volumechange</a></code>
-    </td></tr><tr><td><dfn id="handler-onwaiting" title="handler-onwaiting"><code>onwaiting</code></dfn> </td><td> <code title="event-media-waiting"><a href="common-microsyntaxes.html#event-media-waiting">waiting</a></code>
+    </td></tr><tr><td><dfn id="handler-onsuspend" title="handler-onsuspend"><code>onsuspend</code></dfn> </td><td> <code title="event-media-suspend"><a href="the-iframe-element.html#event-media-suspend">suspend</a></code>
+    </td></tr><tr><td><dfn id="handler-ontimeupdate" title="handler-ontimeupdate"><code>ontimeupdate</code></dfn> </td><td> <code title="event-media-timeupdate"><a href="the-iframe-element.html#event-media-timeupdate">timeupdate</a></code>
+    </td></tr><tr><td><dfn id="handler-onvolumechange" title="handler-onvolumechange"><code>onvolumechange</code></dfn> </td><td> <code title="event-media-volumechange"><a href="the-iframe-element.html#event-media-volumechange">volumechange</a></code>
+    </td></tr><tr><td><dfn id="handler-onwaiting" title="handler-onwaiting"><code>onwaiting</code></dfn> </td><td> <code title="event-media-waiting"><a href="the-iframe-element.html#event-media-waiting">waiting</a></code>
 
  
  
@@ -1393,7 +1394,7 @@
   </td></tr></tbody></table><hr><p>The following are the <a href="#event-handlers">event handlers</a> (and their
   corresponding <a href="#event-handler-event-type" title="event handler event type">event handler
   event types</a>) <span class="impl">that must be</span> supported by all <a href="infrastructure.html#html-elements">HTML
-  elements</a> other than <code><a href="common-microsyntaxes.html#the-body-element">body</a></code>, as both content
+  elements</a> other than <code><a href="sections.html#the-body-element">body</a></code>, as both content
   attributes and IDL attributes, and on <code><a href="infrastructure.html#document">Document</a></code> objects,
   as IDL attributes:</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
    </th></tr></thead><tbody><tr><td><dfn id="handler-onblur" title="handler-onblur"><code>onblur</code></dfn> </td><td> <code title="event-blur">blur</code> 
@@ -1406,7 +1407,7 @@
   event types</a>) <span class="impl">that must be</span> supported by <code><a href="browsers.html#window">Window</a></code>
   objects, as IDL attributes on the <code><a href="browsers.html#window">Window</a></code> object, and
   with corresponding content attributes and IDL attributes exposed on
-  the <code><a href="common-microsyntaxes.html#the-body-element">body</a></code> and <code><a href="obsolete.html#frameset">frameset</a></code> elements:</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
+  the <code><a href="sections.html#the-body-element">body</a></code> and <code><a href="obsolete.html#frameset">frameset</a></code> elements:</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</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>
     </td></tr><tr><td><dfn id="handler-window-onbeforeprint" title="handler-window-onbeforeprint"><code>onbeforeprint</code></dfn> </td><td> <code title="event-beforeprint">beforeprint</code>
     </td></tr><tr><td><dfn id="handler-window-onbeforeunload" title="handler-window-onbeforeunload"><code>onbeforeunload</code></dfn> </td><td> <code title="event-beforeunload">beforeunload</code>
@@ -1434,7 +1435,7 @@
 
   <p>Certain operations and methods are defined as firing events on
   elements. For example, the <code title="dom-click"><a href="editing.html#dom-click">click()</a></code>
-  method on the <code><a href="common-microsyntaxes.html#htmlelement">HTMLElement</a></code> interface is defined as
+  method on the <code><a href="elements.html#htmlelement">HTMLElement</a></code> interface is defined as
   firing a <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> event on the
   element. <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p>
 

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- common-microsyntaxes.html	15 Aug 2011 03:46:24 -0000	1.54
+++ common-microsyntaxes.html	15 Aug 2011 04:46:26 -0000	1.55
@@ -42,8 +42,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
@@ -321,7 +322,7 @@
[...43286 lines suppressed...]
-    directionality">directionality</a> is '<a href="#concept-rtl" title="concept-rtl">rtl</a>'.</p>
-
-   </dd>
-
-  </dl><p class="note">Another section of this specification defines the
-  <i><a href="history.html#target-element">target element</a></i> used with the <code title="selector-target">:target</code> pseudo-class.</p>
-
-  <p class="note">This specification does not define when an element
-  matches the <code title="selector-hover">:hover</code>, <code title="selector-focus">:focus</code>, or <code title="selector-lang()">:lang()</code> dynamic pseudo-classes, as
-  those are all defined in sufficient detail in a language-agnostic
-  fashion in the Selectors specification. <a href="references.html#refsSELECTORS">[SELECTORS]</a></p>
-
-  </div>
-
-
-
-  </div></body></html>
\ No newline at end of file
+  Media Queries specification. <a href="references.html#refsMQ">[MQ]</a></p></body></html>
\ No newline at end of file

Received on Monday, 15 August 2011 04:47:54 UTC