[html5] r8830 - [e] (0) Updates to the caniuse.com styles Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 6 10:43:38 PDT 2014


Author: ianh
Date: 2014-10-06 10:43:34 -0700 (Mon, 06 Oct 2014)
New Revision: 8830

Modified:
   complete.html
   index
   source
Log:
[e] (0) Updates to the caniuse.com styles
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-10-03 22:09:38 UTC (rev 8829)
+++ complete.html	2014-10-06 17:43:34 UTC (rev 8830)
@@ -179,35 +179,36 @@
 
    .fingerprint { position: absolute; right: 0; z-index: 5; }
 
-   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; }
+   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; top: auto; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; margin: -2em 0 0 0; border-collapse: initial; border-spacing: initial; }
    .status.wrapped { width: 1em; height: 1em; }
    .status.wrapped > :not(input) { display: none; }
-   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; }
+   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; padding: 0; margin: 0; }
    .status > p { font-size: 0.6em; margin: 0; padding: 0; }
    .status > p + p { padding-top: 0.5em; }
    .status > .support { display: block; }
    .status > .support > span { padding: 0.2em 0; display: block; display: table; }
+   .status > .support > span.partial { color: #666666; filter: grayscale(50%); }
+   .status > .support > span.no { color: #CCCCCC; filter: grayscale(100%); }
    .status > .support > span:first-of-type { padding-top: 0.5em; }
    .status > .support > span > span { padding: 0 0.5em; display: table-cell; vertical-align: top; }
    .status > .support > span > span:first-child { width: 100%; }
    .status > .support > span > span:last-child { width: 100%; white-space: pre; padding: 0; }
    .status > .support > span::before { content: ' '; display: table-cell; min-width: 1.5em; height: 1.5em; background: no-repeat center center; background-size: contain; text-align: right; font-size: 0.75em; font-weight: bold; }
-   .status > .support > .and_chr::before { background-image: url(https://html5.org/tools/icons/chrome-android); }
-   .status > .support > .and_ff::before { background-image: url(https://html5.org/tools/icons/gecko-android); }
-   .status > .support > .and_uc::before { background-image: url(https://html5.org/tools/icons/uc); } /* UC Browser for Android */
-   .status > .support > .android::before { background-image: url(https://html5.org/tools/icons/android); }
-   .status > .support > .bb::before { background-image: url(https://html5.org/tools/icons/bb); } /* Blackberry Browser */
-   .status > .support > .chrome::before { background-image: url(https://html5.org/tools/icons/chrome); }
-   .status > .support > .firefox::before { background-image: url(https://html5.org/tools/icons/gecko); }
-   .status > .support > .ie::before { background-image: url(https://html5.org/tools/icons/internet-explorer); }
-   .status > .support > .ie_mob::before { background-image: url(https://html5.org/tools/icons/internet-explorer-mobile); }
-   .status > .support > .ios_saf::before { background-image: url(https://html5.org/tools/icons/ios-safari); }
-   .status > .support > .op_mini::before { background-image: url(https://html5.org/tools/icons/opera-mini); }
-   .status > .support > .op_mob::before { background-image: url(https://html5.org/tools/icons/opera-mobile); }
-   .status > .support > .opera::before { background-image: url(https://html5.org/tools/icons/opera); }
-   .status > .support > .safari::before { background-image: url(https://html5.org/tools/icons/webkit); }
+   .status > .support > .and_chr::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome-android.png); }
+   .status > .support > .and_ff::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .and_uc::before { background-image: url(https://resources.whatwg.org/browser-logos/uc.png); } /* UC Browser for Android */
+   .status > .support > .android::before { background-image: url(https://resources.whatwg.org/browser-logos/android.svg); }
+   .status > .support > .bb::before { background-image: url(https://resources.whatwg.org/browser-logos/bb.jpg); } /* Blackberry Browser */
+   .status > .support > .chrome::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.png); }
+   .status > .support > .firefox::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .ie::before { background-image: url(https://resources.whatwg.org/browser-logos/ie.png); }
+   .status > .support > .ie_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/ie-mobile.svg); }
+   .status > .support > .ios_saf::before { background-image: url(https://resources.whatwg.org/browser-logos/safari-ios.svg); }
+   .status > .support > .op_mini::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .op_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.png); }
+   .status > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); }
    .status > .caniuse { text-align: right; font-style: italic; }
-   .status > .caniuse::before { content: 'See also: '; font: inherit; }
 
    .panel { position: fixed; z-index: 30; top: 10%; left: 0; margin: auto; right: 0; width: 35em; border: double thick; background: #EEEEEE; color: black; padding: 1em; font: 1em sans-serif; max-height: 70%; overflow: auto; }
    .panel h2 { margin: 0; text-align: center; }
@@ -338,7 +339,7 @@
   </style><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>3 October 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>6 October 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -383,7 +384,7 @@
 
   
 
-  <h2 id=introduction>1 Introduction</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23036" title="Either drop all mention of mutation events, or specify them in full detail">23036</a></div>
+  <h2 id=introduction>1 Introduction</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23036" title="Either drop all mention of mutation events, or specify them in full detail">23036</a></div>
 
   
 
@@ -680,7 +681,7 @@
   DOM, not in the HTML and XHTML syntaxes.</p>
 
 
-  <h3 id=structure-of-this-specification>1.9 Structure of this specification</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26942" title="why do these examples of <html> lack the lang attribute?">26942</a></div>
+  <h3 id=structure-of-this-specification>1.9 Structure of this specification</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26942" title="why do these examples of <html> lack the lang attribute?">26942</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1725,7 +1726,7 @@
 
   <p>A resource's <dfn id=critical-subresources>critical subresources</dfn> are those that the resource needs to have
   available to be correctly processed. Which resources are considered critical or not is defined by
-  the specification that defines the resource's format.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17011" title="This appears to be untrue; both CSS background images and fonts will typically delay the load event (and so are critical subresources) in normal circumstances but may not in other circumanstances (only referenced by a selector that doesn't match the docum">17011</a></div>
+  the specification that defines the resource's format.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17011" title="This appears to be untrue; both CSS background images and fonts will typically delay the load event (and so are critical subresources) in normal circumstances but may not in other circumanstances (only referenced by a selector that doesn't match the docum">17011</a></div>
 
 
   <h4 id=xml>2.1.2 XML</h4>
@@ -1896,7 +1897,7 @@
   
 
   <p>The term <dfn id=a-utf-16-encoding>a UTF-16 encoding</dfn> refers to any variant of UTF-16: UTF-16LE or UTF-16BE,
-  regardless of the presence or absence of a BOM. <a href=#refsENCODING>[ENCODING]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24120" title="The Encoding Standard only recognizes utf-16le and utf-16be. This should just refer to those if this is needed at all.">24120</a></div>
+  regardless of the presence or absence of a BOM. <a href=#refsENCODING>[ENCODING]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24120" title="The Encoding Standard only recognizes utf-16le and utf-16be. This should just refer to those if this is needed at all.">24120</a></div>
 
   <p>The term <dfn id=code-unit>code unit</dfn> is used as defined in the Web IDL specification: a 16 bit
   unsigned integer, the smallest atomic component of a <code id=encoding-terminology:idl-domstring><a href=#idl-domstring>DOMString</a></code>. (This is a narrower definition than the one used in
@@ -2181,7 +2182,7 @@
   
 
 
-  <h4 id=dependencies>2.2.2 Dependencies</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26912" title=""decoder error" is defined in Encoding, not URL">26912</a></div>
+  <h4 id=dependencies>2.2.2 Dependencies</h4>
 
   <p>This specification relies on several other underlying specifications.</p>
 
@@ -2242,7 +2243,7 @@
      <li><dfn id=relative-url>Relative URL</dfn>
      <li><dfn id=concept-url-scheme-relative>Relative schemes</dfn>
      <li>The <dfn id=url-parser>URL parser</dfn>
-     <li><dfn id=parsed-url>Parsed URL</dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26400" title=""Parsed URL" isn't defined in URL">26400</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26402" title=""Parsed URL" isn't defined in URL">26402</a></div>
+     <li><dfn id=parsed-url>Parsed URL</dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26400" title=""Parsed URL" isn't defined in URL">26400</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26402" title=""Parsed URL" isn't defined in URL">26402</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26979" title="<li><a href="#">Photographing Leather</a></li>">26979</a></div>
      <li>The <dfn id=concept-url-scheme>scheme</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url>parsed URL</a>
      <li>The <dfn id=concept-url-scheme-data>scheme data</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url-2>parsed URL</a>
      <li>The <dfn id=concept-url-username>username</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url-3>parsed URL</a>
@@ -2786,7 +2787,7 @@
 
   
 
-  <h4 id=interactions-with-xpath-and-xslt>2.2.4 Interactions with XPath and XSLT</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18460" title="Need to violate XSLT spec to correctly produce <br>">18460</a></div>
+  <h4 id=interactions-with-xpath-and-xslt>2.2.4 Interactions with XPath and XSLT</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18460" title="Need to violate XSLT spec to correctly produce <br>">18460</a></div>
 
   <p id=xpath-1.0-processors>Implementations of XPath 1.0 that operate on <a href=#html-documents id=interactions-with-xpath-and-xslt:html-documents>HTML
   documents</a> parsed or created in the manners described in this specification (e.g. as part of
@@ -4450,7 +4451,7 @@
   <p>Given an element, <dfn id="the-element's-base-url">the element's base URL</dfn> is the <i>base URI of the element</i>, as
   defined by the XML Base specification, with <i>the base URI of the document entity</i> being
   defined as the <a href=#document-base-url id=resolving-urls:document-base-url>document base URL</a> of the <code id=resolving-urls:document-2><a href=#document>Document</a></code> that owns the element.
-  <a href=#refsXMLBASE>[XMLBASE]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976" title="Define base URLs in DOM">20976</a></div>
+  <a href=#refsXMLBASE>[XMLBASE]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976" title="Define base URLs in DOM">20976</a></div>
 
   <p>For the purposes of the XML Base specification, user agents must act as if all
   <code id=resolving-urls:document-3><a href=#document>Document</a></code> objects represented XML documents.</p>
@@ -4532,14 +4533,14 @@
   <p>A <dfn id=referrer-source>referrer source</dfn> is either a <code id=terminology-3:document><a href=#document>Document</a></code> or a <a href=#url id=terminology-3:url>URL</a>.</p>
 
 
-  <h4 id=processing-model>2.6.2 Processing model</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24613" title="Why wouldn't referrer for about:blank be based on the origin it inherits?">24613</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24659" title="fetch: In the CORS-enabled fetch, the non-normative use of the term "is available" is ambiguous">24659</a></div>
+  <h4 id=processing-model>2.6.2 Processing model</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24613" title="Why wouldn't referrer for about:blank be based on the origin it inherits?">24613</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24659" title="fetch: In the CORS-enabled fetch, the non-normative use of the term "is available" is ambiguous">24659</a></div>
 
   <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource or <a href=#url id=processing-model:url>URL</a>, optionally
   <strong>from</strong> an origin <i>origin</i>, optionally <strong>using</strong> a
   specific <a href=#referrer-source id=processing-model:referrer-source>referrer source</a> as an <i>override referrer source</i>, and optionally with
   any of a <i>blocking flag</i>, a <i>manual redirect flag</i>, a <i>force same-origin flag</i>,
   and a <i>block cookies flag</i>, the following steps must be run. (When a
-  <em><a href=#url id=processing-model:url-2>URL</a></em> is to be fetched, the URL identifies a resource to be obtained.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=11235" title="Mechanism to disable sending of cookies with requests for style sheets, background images, fonts, WebSockets, server-sent events, <video src>, <source>, <track>, <iframe>, <img>, etc">11235</a></div>
+  <em><a href=#url id=processing-model:url-2>URL</a></em> is to be fetched, the URL identifies a resource to be obtained.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=11235" title="Mechanism to disable sending of cookies with requests for style sheets, background images, fonts, WebSockets, server-sent events, <video src>, <source>, <track>, <iframe>, <img>, etc">11235</a></div>
 
   
 
@@ -4795,7 +4796,7 @@
   
 
 
-  <h4 id=cors-settings-attributes>2.6.6 CORS settings attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24031" title="Explain first occurrence of “CORS” (not everybody knows it stands for “cross-origin resource sharing”)">24031</a></div>
+  <h4 id=cors-settings-attributes>2.6.6 CORS settings attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24031" title="Explain first occurrence of “CORS” (not everybody knows it stands for “cross-origin resource sharing”)">24031</a></div>
 
   <p>A <dfn id=cors-settings-attribute>CORS settings attribute</dfn> is an <a href=#enumerated-attribute id=cors-settings-attributes:enumerated-attribute>enumerated attribute</a>. The following
   table lists the keywords and states for the attribute — the keywords in the left column map
@@ -4932,7 +4933,7 @@
 
   <h3 id=common-dom-interfaces>2.7 Common DOM interfaces</h3>
 
-  <h4 id=reflecting-content-attributes-in-idl-attributes>2.7.1 Reflecting content attributes in IDL attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20660" title="DOMTokenList list of tokens isn't properly initialised">20660</a></div>
+  <h4 id=reflecting-content-attributes-in-idl-attributes>2.7.1 Reflecting content attributes in IDL attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20660" title="DOMTokenList list of tokens isn't properly initialised">20660</a></div>
 
   <p>Some IDL attributes are defined to <dfn id=reflect>reflect</dfn> a particular content attribute. This
   means that on getting, the IDL attribute returns the current value of the content attribute, and
@@ -5595,7 +5596,7 @@
 
   
 
-  <h4 id=safe-passing-of-structured-data>2.7.6 Safe passing of structured data</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21652" title="Should structured clone support FormData?">21652</a></div>
+  <h4 id=safe-passing-of-structured-data>2.7.6 Safe passing of structured data</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21652" title="Should structured clone support FormData?">21652</a></div>
 
   <p>When a user agent is required to obtain a <dfn id=structured-clone>structured clone</dfn> of a value, optionally
   with a <i>transfer map</i>, it must run the following algorithm, which either returns a separate
@@ -5879,7 +5880,7 @@
 
 
 
-  <h4 id=the-document-object>3.1.1 The <code id=the-document-object:document><a href=#document>Document</a></code> object</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20302" title="Document.execCommand should use optional arguments with default values">20302</a></div>
+  <h4 id=the-document-object>3.1.1 The <code id=the-document-object:document><a href=#document>Document</a></code> object</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20302" title="Document.execCommand should use optional arguments with default values">20302</a></div>
 
   <p>The DOM specification defines a <code id=the-document-object:dom-document><a href=#dom-document>Document</a></code> interface, which
   this specification extends significantly:</p>
@@ -6460,7 +6461,7 @@
 
 
 
-  <h3 id=elements>3.2 Elements</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25325" title="What is the rationale in having <menuitem> as a void element? It won't be backward compatible, and in addition to this if it had content allowed in form of text nodes, the label for the command could  [...]">25325</a></div>
+  <h3 id=elements>3.2 Elements</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25325" title="What is the rationale in having <menuitem> as a void element? It won't be backward compatible, and in addition to this if it had content allowed in form of text nodes, the label for the command could  [...]">25325</a></div>
 
   <h4 id=semantics-2>3.2.1 Semantics</h4>
 
@@ -6901,7 +6902,7 @@
   <ul class="brief category-list"><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-4><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-5><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-6><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code><li><code id=heading-content:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code></ul>
 
 
-  <h6 id=phrasing-content>3.2.4.2.5 Phrasing content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25493" title="<img> Are alts not being respected in document outline for things like <h1><img alt="Title" src="path/to/i [...]">25493</a></div>
+  <h6 id=phrasing-content>3.2.4.2.5 Phrasing content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25493" title="<img> Are alts not being respected in document outline for things like <h1><img alt="Title" src="path/to/i [...]">25493</a></div>
 
   <p><dfn id=phrasing-content-2>Phrasing content</dfn> is the text of the document, as well as elements that mark up that
   text at the intra-paragraph level. Runs of <a href=#phrasing-content-2 id=phrasing-content:phrasing-content-2>phrasing content</a> form <a href=#paragraph id=phrasing-content:paragraph>paragraphs</a>.</p>
@@ -6915,7 +6916,7 @@
   <p><dfn id=text-content>Text</dfn>, in the context of content models, means either nothing,
   or <code id=phrasing-content:text><a href=#text>Text</a></code> nodes. <a href=#text-content id=phrasing-content:text-content-2>Text</a> is sometimes used as a content
   model on its own, but is also <a href=#phrasing-content-2 id=phrasing-content:phrasing-content-2-2>phrasing content</a>, and can be <a href=#inter-element-whitespace id=phrasing-content:inter-element-whitespace>inter-element
-  whitespace</a> (if the <code id=phrasing-content:text-2><a href=#text>Text</a></code> nodes are empty or contain just <a href=#space-character id=phrasing-content:space-character>space characters</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23152" title="Call out that content model: Text, in HTML, depends on the kind of element">23152</a></div>
+  whitespace</a> (if the <code id=phrasing-content:text-2><a href=#text>Text</a></code> nodes are empty or contain just <a href=#space-character id=phrasing-content:space-character>space characters</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23152" title="Call out that content model: Text, in HTML, depends on the kind of element">23152</a></div>
 
   <p><code id=phrasing-content:text-3><a href=#text>Text</a></code> nodes and attribute values must consist of <a href=#unicode-character id=phrasing-content:unicode-character>Unicode characters</a>, must not contain U+0000 characters, must not contain
   permanently undefined Unicode characters (noncharacters), and must not contain <a href=#control-characters id=phrasing-content:control-characters>control characters</a>
@@ -6952,7 +6953,7 @@
   
 
 
-  <h6 id=interactive-content>3.2.4.2.7 Interactive content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15948" title="<area> should be classified as "interactive content"">15948</a></div>
+  <h6 id=interactive-content>3.2.4.2.7 Interactive content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15948" title="<area> should be classified as "interactive content"">15948</a></div>
 
 
 
@@ -6967,7 +6968,7 @@
 
 
 
-  <h6 id=palpable-content>3.2.4.2.8 Palpable content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18052" title="A definition of "palpable" should be added. As it stands, one must infer the meaning of "palpable" through the list of elements.">18052</a></div>
+  <h6 id=palpable-content>3.2.4.2.8 Palpable content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18052" title="A definition of "palpable" should be added. As it stands, one must infer the meaning of "palpable" through the list of elements.">18052</a></div>
 
   <p>As a general rule, elements whose content model allows any <a href=#flow-content-2 id=palpable-content:flow-content-2>flow content</a> or
   <a href=#phrasing-content-2 id=palpable-content:phrasing-content-2>phrasing content</a> should have at least one node in its <a href=#concept-html-contents id=palpable-content:concept-html-contents>contents</a> that is <dfn id=palpable-content-2>palpable content</dfn> and that does
@@ -7282,7 +7283,7 @@
   attribute on <a href=#html-elements id=global-attributes:html-elements-6>HTML elements</a> in the <code id=global-attributes:text/html><a href=#text/html>text/html</a></code> syntax.</p>
 
 
-  <h5 id=the-id-attribute>3.2.5.1 The <dfn><code>id</code></dfn> attribute</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26946" title="Allowing any content of id attributes prevents definition of alternate hash fragment usage">26946</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17298" title="valid character range for identifiers too broad">17298</a></div>
+  <h5 id=the-id-attribute>3.2.5.1 The <dfn><code>id</code></dfn> attribute</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26946" title="Allowing any content of id attributes prevents definition of alternate hash fragment usage">26946</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17298" title="valid character range for identifiers too broad">17298</a></div>
 
   <p>The <code id=the-id-attribute:the-id-attribute><a href=#the-id-attribute>id</a></code> attribute specifies its element's <a href=#concept-id id=the-id-attribute:concept-id>unique identifier (ID)</a>. <a href=#refsDOM>[DOM]</a></p>
 
@@ -7376,7 +7377,7 @@
 
 
 
-  <h5 id=the-lang-and-xml:lang-attributes>3.2.5.3 The <code id=the-lang-and-xml:lang-attributes:attr-lang><a href=#attr-lang>lang</a></code> and <code id=the-lang-and-xml:lang-attributes:attr-xml-lang><a href=#attr-xml-lang>xml:lang</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23626" title="@lang/xml:lang: The spec writes the same paragraph twice:">23626</a></div>
+  <h5 id=the-lang-and-xml:lang-attributes>3.2.5.3 The <code id=the-lang-and-xml:lang-attributes:attr-lang><a href=#attr-lang>lang</a></code> and <code id=the-lang-and-xml:lang-attributes:attr-xml-lang><a href=#attr-xml-lang>xml:lang</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23626" title="@lang/xml:lang: The spec writes the same paragraph twice:">23626</a></div>
 
   <p>The <dfn id=attr-lang><code>lang</code></dfn> attribute (in no namespace) specifies the
   primary language for the element's contents and for any of the element's attributes that contain
@@ -7840,7 +7841,7 @@
 
 
 
-  <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes>3.2.5.9 <dfn>Embedding custom non-visible data</dfn> with the <code id=embedding-custom-non-visible-data-with-the-data-*-attributes:attr-data-*><a href=#attr-data-*>data-*</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>7+</span></span><span class=ie><span>IE</span> <span>11+</span></span><span class=firefox><span>Firefox</span> <span>6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>11.1+</span></span><spa
 n class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dataset">caniuse.com</a></div>
+  <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes>3.2.5.9 <dfn>Embedding custom non-visible data</dfn> with the <code id=embedding-custom-non-visible-data-with-the-data-*-attributes:attr-data-*><a href=#attr-data-*>data-*</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>
 9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dataset">caniuse.com</a></div>
 
   <p>A <dfn id=custom-data-attribute>custom data attribute</dfn> is an attribute in no namespace whose name starts with the
   string "<dfn id=attr-data-*><code>data-</code></dfn>", has at least one character after the
@@ -8099,7 +8100,7 @@
   <a id=wai-aria:strong-native-semantics href=http://www.w3.org/TR/wai-aria/host_languages#host_general_conflict_header data-x-internal=strong-native-semantics>strong native semantics</a> or are equal to the <a id=wai-aria:default-implicit-aria-semantics href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA
   semantics</a> described below. These exceptions are intended to prevent authors from making
   assistive technology products report nonsensical states that do not represent the actual state of
-  the document. <a href=#refsARIA>[ARIA]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10919" title="Allow role="presentation" to override the default role of any element">10919</a></div>
+  the document. <a href=#refsARIA>[ARIA]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10919" title="Allow role="presentation" to override the default role of any element">10919</a></div>
 
   <p>Authors must not set the ARIA <code id=wai-aria:attr-aria-role-2><a href=#attr-aria-role>role</a></code> and <code id=wai-aria:attr-aria-*-2><a href=#attr-aria-*>aria-*</a></code> attributes in a manner that conflicts with the semantics
   described in the following table, except that the <code id=wai-aria:attr-aria-role-presentation><a data-x-internal=attr-aria-role-presentation href=http://www.w3.org/TR/wai-aria/roles#presentation>presentation</a></code> role may always be used. Authors must not
@@ -8124,7 +8125,7 @@
   <a id=wai-aria:default-implicit-aria-semantics-5 href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantics</a> that apply to <a href=#html-elements id=wai-aria:html-elements-3>HTML elements</a>. Each
   language feature (element or attribute) in a cell in the first column implies the ARIA semantics
   (any role, states, and properties) given in the cell in the second column of the same row. When multiple rows apply to an element, the role from the last row to define a role
-  must be applied, and the states and properties from all the rows must be combined.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24272" title="area elements that create hyperlinks should have cirka same role options as a elements that create hyperlinks">24272</a></div>
+  must be applied, and the states and properties from all the rows must be combined.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24272" title="area elements that create hyperlinks should have cirka same role options as a elements that create hyperlinks">24272</a></div>
 
   <table id=table-aria-strong><thead><tr><th>Language feature
 
@@ -8476,7 +8477,7 @@
 
      <td>The <code id=wai-aria:attr-aria-invalid><a data-x-internal=attr-aria-invalid href=http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid>aria-invalid</a></code> state set to "true"
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22195" title=""script element: No role" — it strikes me that <head>, <style>, <script>, <noscript> when scripting is enabled, etc, should probably have aria-hidden=true implied and forced (strong semantic).">22195</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25990" title="<img> (ARIA table) Add <picture>, with "No role"">25990</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22195" title=""script element: No role" — it strikes me that <head>, <style>, <script>, <noscript> when scripting is enabled, etc, should probably have aria-hidden=true implied and forced (strong semantic).">22195</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25990" title="<img> (ARIA table) Add <picture>, with "No role"">25990</a></div>
 
   <p>Some <a href=#html-elements id=wai-aria:html-elements-4>HTML elements</a> have native semantics that can be overridden. The following
   table lists these elements and their <a id=wai-aria:default-implicit-aria-semantics-7 href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantics</a>, along with the
@@ -8788,7 +8789,7 @@
 
      <td>Role must be either <code id=wai-aria:attr-aria-role-document-9><a data-x-internal=attr-aria-role-document href=http://www.w3.org/TR/wai-aria/roles#document>document</a></code> or <code id=wai-aria:attr-aria-role-application-10><a data-x-internal=attr-aria-role-application href=http://www.w3.org/TR/wai-aria/roles#application>application</a></code>
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12591" title="restrict img from taking @role=presentation whenever img provides link text">12591</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12591" title="restrict img from taking @role=presentation whenever img provides link text">12591</a></div>
 
   <p>The entry "<dfn id=concept-role-none>no role</dfn>", when used as a <a href=http://www.w3.org/TR/wai-aria/host_languages#host_general_conflict_header id=wai-aria:strong-native-semantics-5 data-x-internal=strong-native-semantics>strong native semantic</a>, means that no role other than <code id=wai-aria:attr-aria-role-presentation-4><a data-x-internal=attr-aria-role-presentation href=http://www.w3.org/TR/wai-aria/roles#presentation>presentation</a></code> can be used. When used as a <a href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics id=wai-aria:default-implicit-aria-semantics-8 data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantic</a>, it means the user
   agent has no default mapping to ARIA roles. (However, it probably will have its own mappings to
@@ -9122,7 +9123,7 @@
 
 
 
-  <h4 id=the-link-element>4.2.4 The <dfn><code>link</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17999" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">17999</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20166" title="<link rel=stylesheet scoped>">20166</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21622" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">21622</a></div>
+  <h4 id=the-link-element>4.2.4 The <dfn><code>link</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17999" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">17999</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20166" title="<link rel=stylesheet scoped>">20166</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21622" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">21622</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-link-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-link-element:metadata-content-2>Metadata content</a>.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#flow-content-2 id=the-link-element:flow-content-2>flow content</a>.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute-2><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#phrasing-content-2 id=the-link-element:phrasing-content-2>phrasing content</a>.<dt><a href=#concept-element-contexts id=the-link-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-link-element:metadata-content-2-2>metadata content</a> is expected.<dd>In a <code id=the-link-element:the-noscript-element><a href=#the-no
 script-element>noscript</a></code> element that is a child of a <code id=the-link-element:the-head-element><a href=#the-head-element>head</a></code> element.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute-3><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: where <a href=#phrasing-content-2 id=the-link-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-link-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-link-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-link-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-link-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-link-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-link-element:global-att
 ributes>Global attributes</a><dd><code id=the-link-element:attr-link-href><a href=#attr-link-href>href</a></code> — Address of the <a href=#hyperlink id=the-link-element:hyperlink>hyperlink</a><dd><code id=the-link-element:attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> — How the element handles crossorigin requests<dd><code id=the-link-element:attr-link-rel><a href=#attr-link-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-link-element:attr-link-media><a href=#attr-link-media>media</a></code> — Applicable media<dd><code id=the-link-element:attr-link-hreflang><a href=#attr-link-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-link-element:attr-link-type><a href=#attr-link-type>type</a></code> — Hint for the type of the referenced resource<dd><code id=the-link-element:attr-link-sizes><a href=#attr-link-sizes>sizes</a></code> — Si
 zes of the icons (for <code id=the-link-element:attr-link-rel-2><a href=#attr-link-rel>rel</a></code>="<code id=the-link-element:rel-icon><a href=#rel-icon>icon</a></code>")<dd>Also, the <code id=the-link-element:attr-link-title><a href=#attr-link-title>title</a></code> attribute <a href=#attr-link-title id=the-link-element:attr-link-title-2>has special semantics</a> on this element: Title of the link; alternative style sheet set name.<dt><a href=#concept-element-dom id=the-link-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmllinkelement>HTMLLinkElement</dfn> : <a href=#htmlelement id=the-link-element:htmlelement>HTMLElement</a> {
@@ -9500,7 +9501,7 @@
   
 
 
-  <h5 id=standard-metadata-names>4.2.5.1 Standard metadata names</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12833" title="Per Section 508 Laws name="Language" content=""">12833</a></div>
+  <h5 id=standard-metadata-names>4.2.5.1 Standard metadata names</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12833" title="Per Section 508 Laws name="Language" content=""">12833</a></div>
 
   <p>This specification defines a few names for the <code id=standard-metadata-names:attr-meta-name><a href=#attr-meta-name>name</a></code>
   attribute of the <code id=standard-metadata-names:the-meta-element><a href=#the-meta-element>meta</a></code> element.</p>
@@ -9964,7 +9965,7 @@
 
 
 
-  <h5 id=charset>4.2.5.5 Specifying the document's character encoding</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20742" title=""there can only be one meta-based character encoding declaration per document"">20742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20743" title=""there can only be one meta-based character encoding declaration per document"">20743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18338" title="text/html MIME type definition should require that charset="" value be valid and correct">18338</a></div>
+  <h5 id=charset>4.2.5.5 Specifying the document's character encoding</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20742" title=""there can only be one meta-based character encoding declaration per document"">20742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20743" title=""there can only be one meta-based character encoding declaration per document"">20743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18338" title="text/html MIME type definition should require that charset="" value be valid and correct">18338</a></div>
 
   
 
@@ -10065,7 +10066,7 @@
 
 
 
-  <h4 id=the-style-element>4.2.6 The <dfn><code>style</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26081" title="Consider defining or mentioning the nonce attribute">26081</a></div>
+  <h4 id=the-style-element>4.2.6 The <dfn><code>style</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26081" title="Consider defining or mentioning the nonce attribute">26081</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-style-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-style-element:metadata-content-2>Metadata content</a>.<dd>If the <code id=the-style-element:attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present: <a href=#flow-content-2 id=the-style-element:flow-content-2>flow content</a>.<dt><a href=#concept-element-contexts id=the-style-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>If the <code id=the-style-element:attr-style-scoped-2><a href=#attr-style-scoped>scoped</a></code> attribute is absent: where <a href=#metadata-content-2 id=the-style-element:metadata-content-2-2>metadata content</a> is expected.<dd>If the <code id=the-style-element:attr-style-scoped-3><a href=#attr-style-scoped>scoped</a></code> attribute is absent: in a <code id=the-style-element:the-noscript-element><a href=#the-noscript-element>no
 script</a></code> element that is a child of a <code id=the-style-element:the-head-element><a href=#the-head-element>head</a></code> element.<dd>If the <code id=the-style-element:attr-style-scoped-4><a href=#attr-style-scoped>scoped</a></code> attribute is present: where <a href=#flow-content-2 id=the-style-element:flow-content-2-2>flow content</a> is expected, but before any other <a href=#flow-content-2 id=the-style-element:flow-content-2-3>flow content</a> other than <a href=#inter-element-whitespace id=the-style-element:inter-element-whitespace>inter-element whitespace</a> and <code id=the-style-element:the-style-element><a href=#the-style-element>style</a></code> elements, and not as the child of an element whose content model is <a href=#transparent id=the-style-element:transparent>transparent</a>.<dt><a href=#concept-element-content-model id=the-style-element:concept-element-content-model>Content model</a>:<dd>Depends on the value of the <code id=the-style-element:att
 r-style-type><a href=#attr-style-type>type</a></code> attribute, but must match requirements described in prose below.<dt><a href=#concept-element-tag-omission id=the-style-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-style-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-style-element:global-attributes>Global attributes</a><dd><code id=the-style-element:attr-style-media><a href=#attr-style-media>media</a></code> — Applicable media<dd><code id=the-style-element:attr-style-type-2><a href=#attr-style-type>type</a></code> — Type of embedded resource<dd><code id=the-style-element:attr-style-scoped-5><a href=#attr-style-scoped>scoped</a></code> — Whether the styles apply to the entire document or just the parent subtree<dd>Also, the <code id=the-style-element:attr-style-title><a href=#attr-style-title>title</a></code> attribute <a 
 href=#attr-style-title id=the-style-element:attr-style-title-2>has special semantics</a> on this element: Alternative style sheet set name.<dt><a href=#concept-element-dom id=the-style-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlstyleelement>HTMLStyleElement</dfn> : <a href=#htmlelement id=the-style-element:htmlelement>HTMLElement</a> {
@@ -10116,7 +10117,7 @@
   <p>The <dfn id=attr-style-scoped><code>scoped</code></dfn> attribute is a <a href=#boolean-attribute id=the-style-element:boolean-attribute>boolean
   attribute</a>. If present, it indicates that the styles are intended just for the subtree
   rooted at the <code id=the-style-element:the-style-element-4><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
-  <code id=the-style-element:document><a href=#document>Document</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>21+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=style-scoped">caniuse.com</a></div>
+  <code id=the-style-element:document><a href=#document>Document</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><sp
 an class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=style-scoped">caniuse.com</a></div>
 
   <p>If the <code id=the-style-element:attr-style-scoped-6><a href=#attr-style-scoped>scoped</a></code> attribute is present and the element has a
   parent element, then the <code id=the-style-element:the-style-element-5><a href=#the-style-element>style</a></code> element must precede any <a href=#flow-content-2 id=the-style-element:flow-content-2-4>flow content</a> in
@@ -10141,7 +10142,7 @@
   <code id=the-style-element:the-style-element-11><a href=#the-style-element>style</a></code> elements defines <a href=#alternative-style-sheet-sets id=the-style-element:alternative-style-sheet-sets>alternative style sheet sets</a>. If the
   <code id=the-style-element:the-style-element-12><a href=#the-style-element>style</a></code> element has no <code id=the-style-element:attr-style-title-3><a href=#attr-style-title>title</a></code> attribute, then it
   has no title; the <code id=the-style-element:attr-title><a href=#attr-title>title</a></code> attribute of ancestors does not apply to
-  the <code id=the-style-element:the-style-element-13><a href=#the-style-element>style</a></code> element. <a href=#refsCSSOM>[CSSOM]</a></p>
+  the <code id=the-style-element:the-style-element-13><a href=#the-style-element>style</a></code> element. <a href=#refsCSSOM>[CSSOM]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26971" title="Under the https://html.spec.whatwg.org/#title-on-style:  "...the user agent must queue a task to inv [...]">26971</a></div>
 
   <p class=note>The <code id=the-style-element:attr-style-title-4><a href=#attr-style-title>title</a></code> attribute on <code id=the-style-element:the-style-element-14><a href=#the-style-element>style</a></code>
   elements, like the <code id=the-style-element:attr-link-title><a href=#attr-link-title>title</a></code> attribute on <code id=the-style-element:the-link-element><a href=#the-link-element>link</a></code>
@@ -10325,7 +10326,7 @@
 
 
 
-  <h3 id=sections>4.3 Sections</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11.1+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=html5semantic">caniuse.com</a></div>
+  <h3 id=sections>4.3 Sections</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class
 ="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=html5semantic">caniuse.com</a></div>
 
   <h4 id=the-body-element>4.3.1 The <dfn><code>body</code></dfn> element</h4>
 
@@ -10687,7 +10688,7 @@
 
 
 
-  <h4 id=the-nav-element>4.3.4 The <dfn><code>nav</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18245" title="Conveying state of an Active tab in tabbed panels to Assistive Technologies like screen readers">18245</a></div>
+  <h4 id=the-nav-element>4.3.4 The <dfn><code>nav</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18245" title="Conveying state of an Active tab in tabbed panels to Assistive Technologies like screen readers">18245</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-nav-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-nav-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-content-2 id=the-nav-element:sectioning-content-2>Sectioning content</a>.<dd><a href=#palpable-content-2 id=the-nav-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-nav-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-nav-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-nav-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-nav-element:flow-content-2-3>Flow content</a>, but with no <code id=the-nav-element:the-main-element><a href=#the-main-element>main</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-nav-element:conc
 ept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-nav-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-nav-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-nav-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-nav-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -11245,7 +11246,7 @@
 
 
 
-  <h4 id=the-footer-element>4.3.9 The <dfn><code>footer</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12990" title="Nested <footer>s might make sense in some cases, but are currently disallowed">12990</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19054" title="The footer element (Sections, Elements of HTML). Request for clarification. Re: Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve">19054</a></div>
+  <h4 id=the-footer-element>4.3.9 The <dfn><code>footer</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12990" title="Nested <footer>s might make sense in some cases, but are currently disallowed">12990</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19054" title="The footer element (Sections, Elements of HTML). Request for clarification. Re: Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve">19054</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-footer-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-footer-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-footer-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-footer-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-footer-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-footer-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-footer-element:flow-content-2-3>Flow content</a>, but with no <code id=the-footer-element:the-header-element><a href=#the-header-element>header</a></code>, <code id=the-footer-element:the-footer-element><a href=#the-footer-element>footer</a></code>, or <code id=the-footer-element:the-main-element><a href=#
 the-main-element>main</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-footer-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-footer-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-footer-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-footer-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-footer-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -12580,7 +12581,7 @@
   <a href=#outline id=the-hr-element:outline>outline</a>.</p>
 
 
-  <h4 id=the-pre-element>4.4.3 The <dfn><code>pre</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13103" title="Visual formatting of content inside the pre element isn't available to assistive technologies">13103</a></div>
+  <h4 id=the-pre-element>4.4.3 The <dfn><code>pre</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13103" title="Visual formatting of content inside the pre element isn't available to assistive technologies">13103</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-pre-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-pre-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-pre-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-pre-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-pre-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-pre-element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-pre-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-tag-omission id=the-pre-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-pre-element:concept-element-attributes>Content attributes</a>:<dd><a href
 =#global-attributes id=the-pre-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-pre-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>interface <dfn id=htmlpreelement>HTMLPreElement</dfn> : <a href=#htmlelement id=the-pre-element:htmlelement>HTMLElement</a> {
@@ -12840,7 +12841,7 @@
 
 
 
-  <h4 id=the-ol-element>4.4.5 The <dfn><code>ol</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18263" title="Should ordered list numbering consider list items in child blocks?">18263</a></div>
+  <h4 id=the-ol-element>4.4.5 The <dfn><code>ol</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18263" title="Should ordered list numbering consider list items in child blocks?">18263</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-ol-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-ol-element:flow-content-2>Flow content</a>.<dd>If the element's children include at least one <code id=the-ol-element:the-li-element><a href=#the-li-element>li</a></code> element: <a href=#palpable-content-2 id=the-ol-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-ol-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-ol-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-ol-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-ol-element:the-li-element-2><a href=#the-li-element>li</a></code> and <a href=#script-supporting-elements-2 id=the-ol-element:script-supporting-elements-2>script-supporting</a> elements.<dt><a href=#conc
 ept-element-tag-omission id=the-ol-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-ol-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-ol-element:global-attributes>Global attributes</a><dd><code id=the-ol-element:attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> — Number the list backwards<dd><code id=the-ol-element:attr-ol-start><a href=#attr-ol-start>start</a></code> — <a href=#ordinal-value id=the-ol-element:ordinal-value>Ordinal value</a> of the first item<dd><code id=the-ol-element:attr-ol-type><a href=#attr-ol-type>type</a></code> — Kind of list marker<dt><a href=#concept-element-dom id=the-ol-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlolistelement>HTMLOListElement</dfn> : <a href=#htmlelement id=the-ol-element:htmlelement>HTMLElement</a> {
@@ -12891,7 +12892,7 @@
   attribute represents the state given in the cell in the second column of the row whose first cell
   matches the attribute's value; if none of the cells match, or if the attribute is omitted, then
   the attribute represents the <a href=#attr-ol-type-state-decimal id=the-ol-element:attr-ol-type-state-decimal>decimal</a>
-  state.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24269" title="Allow <ul type="none">  and <ol type="none">">24269</a></div>
+  state.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24269" title="Allow <ul type="none">  and <ol type="none">">24269</a></div>
 
   <table><thead><tr><th>Keyword
      <th>State
@@ -13308,7 +13309,7 @@
   </div>
 
 
-  <h4 id=the-figure-element>4.4.11 The <dfn><code>figure</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25552" title="Shouldn't <figure> also allow intermixed script-supporting elements (before/after the <figcaption>)?">25552</a></div>
+  <h4 id=the-figure-element>4.4.11 The <dfn><code>figure</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25552" title="Shouldn't <figure> also allow intermixed script-supporting elements (before/after the <figcaption>)?">25552</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-figure-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-figure-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-figure-element:sectioning-root>Sectioning root</a>.<dd><a href=#palpable-content-2 id=the-figure-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-figure-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-figure-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-figure-element:concept-element-content-model>Content model</a>:<dd>Either: One <code id=the-figure-element:the-figcaption-element><a href=#the-figcaption-element>figcaption</a></code> element followed by <a href=#flow-content-2 id=the-figure-element:flow-content-2-3>flow content</a>.<dd>Or: <a href=#flow-content-2 id
 =the-figure-element:flow-content-2-4>Flow content</a> followed by one <code id=the-figure-element:the-figcaption-element-2><a href=#the-figcaption-element>figcaption</a></code> element.<dd>Or: <a href=#flow-content-2 id=the-figure-element:flow-content-2-5>Flow content</a>.<dt><a href=#concept-element-tag-omission id=the-figure-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-figure-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-figure-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-figure-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-figure-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -13615,7 +13616,7 @@
 
   <h3 id=text-level-semantics>4.5 Text-level semantics</h3>
 
-  <h4 id=the-a-element>4.5.1 The <dfn><code>a</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>30+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=rellist">caniuse.com</a></div>
+  <h4 id=the-a-element>4.5.1 The <dfn><code>a</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span cla
 ss="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=rellist">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-a-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-a-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-a-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-a-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-a-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-a-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-a-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-a-element:concept-element-content-model>Content model</a>:<dd><a href=#transparent id=the-a-element:transparent>Transparent</a>, but there must be no <a href=#interactive-content-2 id=the-a-element:interactive-content-2-2>interacti
 ve content</a> descendant.<dt><a href=#concept-element-tag-omission id=the-a-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-a-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-a-element:global-attributes>Global attributes</a><dd><code id=the-a-element:attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> — Address of the <a href=#hyperlink id=the-a-element:hyperlink>hyperlink</a><dd><code id=the-a-element:attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> — <a href=#browsing-context id=the-a-element:browsing-context>Browsing context</a> for <a href=#hyperlink id=the-a-element:hyperlink-2>hyperlink</a> <a href=#navigate id=the-a-element:navigate>navigation</a><dd><code id=the-a-element:attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> — Whether to download the resource inst
 ead of navigating to it, and its file name if so<dd><code id=the-a-element:ping><a href=#ping>ping</a></code> — <a href=#url id=the-a-element:url>URLs</a> to ping<dd><code id=the-a-element:attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-a-element:attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-a-element:attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> — Hint for the type of the referenced resource<dt><a href=#concept-element-dom id=the-a-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlanchorelement>HTMLAnchorElement</dfn> : <a href=#htmlelement id=the-a-element:htmlelement>HTMLElement</a> {
@@ -14357,7 +14358,7 @@
   the same expansion. Every <code id=the-abbr-element:the-abbr-element-8><a href=#the-abbr-element>abbr</a></code> element is independent.</p>
 
 
-  <h4 id=the-ruby-element>4.5.10 The <dfn><code>ruby</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25555" title="Shouldn't <ruby> also allow intermixed script-supporting elements?">25555</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21040" title="Double-sided ruby">21040</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21041" title="Inlining ruby">21041</a><p class=caniuse><a href="http://caniuse.com/#feat=ruby">caniuse.com</a></div>
+  <h4 id=the-ruby-element>4.5.10 The <dfn><code>ruby</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25555" title="Shouldn't <ruby> also allow intermixed script-supporting elements?">25555</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21040" title="Double-sided ruby">21040</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21041" title="Inlining ruby">21041</a><p class=support><strong>Support:</strong> <span class="chrome partial"><span><span>Chrome</span> (limited) </span><span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android
  partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera partial"><span><span>Opera</span> (limited) </span><span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=ruby">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-ruby-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-ruby-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-ruby-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#palpable-content-2 id=the-ruby-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-ruby-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-ruby-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-ruby-element:concept-element-content-model>Content model</a>:<dd>See prose.<dt><a href=#concept-element-tag-omission id=the-ruby-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-ruby-element:concept-element-attributes
 >Content attributes</a>:<dd><a href=#global-attributes id=the-ruby-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-ruby-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-ruby-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -16074,7 +16075,7 @@
 
 
 
-  <h4 id=downloading-resources>4.6.4 Downloading resources</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>14+</span></span><span class=firefox><span>Firefox</span> <span>20+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=download">caniuse.com</a></div>
+  <h4 id=downloading-resources>4.6.4 Downloading resources</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="a
 nd_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=download">caniuse.com</a></div>
 
   <p>In some cases, resources are intended for later use rather than immediate viewing. To indicate
   that a resource is intended to be downloaded for use later, rather than immediately used, the
@@ -16219,7 +16220,7 @@
 
   
 
-  <h5 id=hyperlink-auditing>4.6.4.1 <dfn>Hyperlink auditing</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24137" title="I think the fetching stops working per spec after the document has unloaded, since the document isn't fully active at that point (or maybe the document even gets discarded before all ping URLs have started fetching)">24137</a></div>
+  <h5 id=hyperlink-auditing>4.6.4.1 <dfn>Hyperlink auditing</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24137" title="I think the fetching stops working per spec after the document has unloaded, since the document isn't fully active at that point (or maybe the document even gets discarded before all ping URLs have started fetching)">24137</a></div>
 
   <p>If a <a href=#hyperlink id=hyperlink-auditing:hyperlink>hyperlink</a> created by an <code id=hyperlink-auditing:the-a-element><a href=#the-a-element>a</a></code> or <code id=hyperlink-auditing:the-area-element><a href=#the-area-element>area</a></code> element has a
   <code id=hyperlink-auditing:ping><a href=#ping>ping</a></code> attribute, and the user follows the hyperlink, and
@@ -16293,7 +16294,7 @@
 
 
 
-  <h4 id=linkTypes>4.6.5 Link types</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22175" title="http://www.stageonepromotions.com/cms123/weddings-social-events The string archives is not a registered keyword or absolute URL.">22175</a></div>
+  <h4 id=linkTypes>4.6.5 Link types</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22175" title="http://www.stageonepromotions.com/cms123/weddings-social-events The string archives is not a registered keyword or absolute URL.">22175</a></div>
 
   <p>The following table summarizes the link types that are defined by this specification. This
   table is non-normative; the actual definitions for the link types are given in the next few
@@ -16427,7 +16428,7 @@
   
 
 
-  <h5 id=link-type-bookmark>4.6.5.3 Link type "<dfn><code>bookmark</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23373" title="example given is incorrect and promotes poor quality link text">23373</a></div>
+  <h5 id=link-type-bookmark>4.6.5.3 Link type "<dfn><code>bookmark</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23373" title="example given is incorrect and promotes poor quality link text">23373</a></div>
 
   <p>The <code id=link-type-bookmark:link-type-bookmark><a href=#link-type-bookmark>bookmark</a></code> keyword may be used with <code id=link-type-bookmark:the-a-element><a href=#the-a-element>a</a></code> and
   <code id=link-type-bookmark:the-area-element><a href=#the-area-element>area</a></code> elements. This keyword creates a <a href=#hyperlink id=link-type-bookmark:hyperlink>hyperlink</a>.</p>
@@ -16501,7 +16502,7 @@
   <p>For <code id=link-type-help:the-a-element-3><a href=#the-a-element>a</a></code> and <code id=link-type-help:the-area-element-3><a href=#the-area-element>area</a></code> elements, on some browsers, the <code id=link-type-help:link-type-help-4><a href=#link-type-help>help</a></code> keyword causes the link to use a different cursor.</p>
 
 
-  <h5 id=rel-icon>4.6.5.6 Link type "<dfn><code>icon</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>11+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=link-icon-png">caniuse.com</a></div>
+  <h5 id=rel-icon>4.6.5.6 Link type "<dfn><code>icon</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span 
 class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=link-icon-png">caniuse.com</a></div>
 
   <p>The <code id=rel-icon:rel-icon><a href=#rel-icon>icon</a></code> keyword may be used with <code id=rel-icon:the-link-element><a href=#the-link-element>link</a></code> elements.
   This keyword creates an <a href=#external-resource-link id=rel-icon:external-resource-link>external resource link</a>.</p>
@@ -17352,7 +17353,7 @@
 
 
 
-  <h3 id=embedded-content>4.8 Embedded content</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>38+</span></span><span class=opera><span>Opera</span> <span>25+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=picture">caniuse.com</a></div>
+  <h3 id=embedded-content>4.8 Embedded content</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span
 >Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=picture">caniuse.com</a></div>
 
 
 
@@ -17779,7 +17780,7 @@
   <dl><dt>Media Queries <a href=#refsMQ>[MQ]</a><dd><dfn id=media-condition><media-condition></dfn><dt>CSS Values and Units <a href=#refsCSSVALUES>[CSSVALUES]</a><dd><dfn id=length><length></dfn><dt>CSS Syntax <a href=#refsCSSSYNTAX>[CSSSYNTAX]</a><dd><dfn id=parse-a-comma-separated-list-of-component-values>Parse a comma-separated list of component values</dfn><dd><dfn id=component-value>component value</dfn><dd><dfn id=whitespace-token><whitespace-token></dfn><dt>Fetch <a href=#refsFETCH>[FETCH]</a><dd><dfn id=concept-request-context>context</dfn></dl>
 
 
-  <h4 id=the-picture-element>4.8.3 The <dfn><code>picture</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26121" title="Ensure changes to <picture> element et al get tracked by @WHATWG and web-apps-tracker">26121</a></div>
+  <h4 id=the-picture-element>4.8.3 The <dfn><code>picture</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26121" title="Ensure changes to <picture> element et al get tracked by @WHATWG and web-apps-tracker">26121</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-picture-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-picture-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-picture-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-picture-element:embedded-content-category>Embedded content</a>.<dt><a href=#concept-element-contexts id=the-picture-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-picture-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-picture-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-picture-element:the-source-element-when-used-with-the-picture-element><a href=#the-source-element-when-used-with-the-picture-element>source</a></code> elements, followed b
 y one <code id=the-picture-element:the-img-element><a href=#the-img-element>img</a></code> element, optionally intermixed with <a href=#script-supporting-elements-2 id=the-picture-element:script-supporting-elements-2>script-supporting elements</a>.<dt><a href=#concept-element-tag-omission id=the-picture-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-picture-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-picture-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-picture-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlpictureelement>HTMLPictureElement</dfn> : <a href=#htmlelement id=the-picture-element:htmlelement>HTMLElement</a> {};</pre>
@@ -17824,13 +17825,13 @@
   If an <a href=#image-candidate-string id=the-source-element-when-used-with-the-picture-element:image-candidate-string-2>image candidate string</a> contains no descriptors
   and no <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character>space characters</a> after the URL,
   the following <a href=#image-candidate-string id=the-source-element-when-used-with-the-picture-element:image-candidate-string-3>image candidate string</a>, if there is one,
-  must begin with one or more <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character-2>space characters</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26539" title="<img> Give brief explanation of what srcset does">26539</a></div>
+  must begin with one or more <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character-2>space characters</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26539" title="<img> Give brief explanation of what srcset does">26539</a></div>
 
   <p>The <dfn id=attr-picture-source-sizes><code>sizes</code></dfn> attribute may also be present.
-  If present, the value must be a <a href=#valid-source-size-list id=the-source-element-when-used-with-the-picture-element:valid-source-size-list>valid source size list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26537" title="<img> Give brief explanation of what sizes does">26537</a></div>
+  If present, the value must be a <a href=#valid-source-size-list id=the-source-element-when-used-with-the-picture-element:valid-source-size-list>valid source size list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26537" title="<img> Give brief explanation of what sizes does">26537</a></div>
 
   <p>The <dfn id=attr-picture-source-media><code>media</code></dfn> attributes may also be present.
-  If present, the value must contain a <a href=#valid-media-query-list id=the-source-element-when-used-with-the-picture-element:valid-media-query-list>valid media query list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26538" title="<img> Give brief explanation of what media does">26538</a></div>
+  If present, the value must contain a <a href=#valid-media-query-list id=the-source-element-when-used-with-the-picture-element:valid-media-query-list>valid media query list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26538" title="<img> Give brief explanation of what media does">26538</a></div>
 
   <p>The <dfn id=attr-picture-source-type><code>type</code></dfn> attribute may also be present.
   If present, the value must be a <a href=#valid-mime-type id=the-source-element-when-used-with-the-picture-element:valid-mime-type>valid MIME type</a>.
@@ -17864,7 +17865,7 @@
   
 
 
-  <h4 id=the-img-element>4.8.5 The <dfn><code>img</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24055" title="<img>: Making <img> processing model text reusable (see comment 5)">24055</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26068" title="<img> Maybe avoid infinite recursion when setting src in onerror">26068</a></div>
+  <h4 id=the-img-element>4.8.5 The <dfn><code>img</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24055" title="<img>: Making <img> processing model text reusable (see comment 5)">24055</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26068" title="<img> Maybe avoid infinite recursion when setting src in onerror">26068</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-img-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-img-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-img-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-img-element:embedded-content-category>Embedded content</a>.<dd><a href=#form-associated-element id=the-img-element:form-associated-element>Form-associated element</a>.<dd>If the element has a <code id=the-img-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content-2 id=the-img-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-img-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-img-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-c
 ategory id=the-img-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-img-element:concept-element-content-model>Content model</a>:<dd>Empty.<dt><a href=#concept-element-tag-omission id=the-img-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-img-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-img-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-img-element:global-attributes>Global attributes</a><dd><code id=the-img-element:attr-img-alt><a href=#attr-img-alt>alt</a></code> — Replacement text for use when images are not available<dd><code id=the-img-element:attr-img-src><a href=#attr-img-src>src</a></code> — Address of the resource<dd><code id=the-img-element:attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> — Images to use in different situations (e.g. high-re
 solution displays, small monitors, etc)<dd><code id=the-img-element:attr-img-sizes><a href=#attr-img-sizes>sizes</a></code><dd><code id=the-img-element:attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> — How the element handles crossorigin requests<dd><code id=the-img-element:attr-hyperlink-usemap-2><a href=#attr-hyperlink-usemap>usemap</a></code> — Name of <a href=#image-map id=the-img-element:image-map>image map</a> to use<dd><code id=the-img-element:attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> — Whether the image is a server-side image map<dd><code id=the-img-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-img-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-img-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>[NamedConstructor=<a href=#dom-image id=the-img-element:dom-image>Image</a>(optional unsigned long width, optional unsigned long height)]
@@ -17884,7 +17885,7 @@
   readonly attribute DOMString <a href=#dom-img-currentsrc id=the-img-element:dom-img-currentsrc>currentSrc</a>;
 
   // <a href="#HTMLImageElement-partial">also has obsolete members</a>
-};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26701" title="HTMLImageElement IDL doesn't point to obsolete section">26701</a></div>
+};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26701" title="HTMLImageElement IDL doesn't point to obsolete section">26701</a></div>
    </dl>
 
   <p>An <code id=the-img-element:the-img-element><a href=#the-img-element>img</a></code> element represents an image.</p>
@@ -17897,7 +17898,7 @@
   is the embedded content; the value of
   the <dfn id=attr-img-alt><code>alt</code></dfn> attribute provides equivalent content for
   those who cannot process images or who have image loading disabled (i.e. it is the
-  <code id=the-img-element:the-img-element-2><a href=#the-img-element>img</a></code> element's <a href=#fallback-content id=the-img-element:fallback-content>fallback content</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>38+</span></span><span class=opera><span>Opera</span> <span>25+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=srcset">caniuse.com</a></div>
+  <code id=the-img-element:the-img-element-2><a href=#the-img-element>img</a></code> element's <a href=#fallback-content id=the-img-element:fallback-content>fallback content</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari partial"><span><span>Safari</span
 > (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=srcset">caniuse.com</a></div>
 
   <p>The requirements on the <code id=the-img-element:attr-img-alt-2><a href=#attr-img-alt>alt</a></code> attribute's value are described
   <a href=#alt>in the next section</a>.</p>
@@ -18111,7 +18112,7 @@
 
   <p>When the user agent is to <dfn id=update-the-image-data>update the image data</dfn> of an <code id=the-img-element:the-img-element-18><a href=#the-img-element>img</a></code> element,
   optionally with the <i>restart animations</i> flag set,
-  it must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24597" title="Maybe make the <img> fetch outlive the document (like ping)">24597</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24712" title="<img>: Should probably not fire load if selected source is the same as the last selected source. (step 7.3)">24712</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26070" title="<img> Should make sure to run update the image data when the document becomes active.">26070</a></div>
+  it must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24597" title="Maybe make the <img> fetch outlive the document (like ping)">24597</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24712" title="<img>: Should probably not fire load if selected source is the same as the last selected source. (step 7.3)">24712</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26070" title="<img> Should make sure to run update the image data when the document becomes active.">26070</a></div>
 
   <ol><li><p>If the element's <a id=the-img-element:node-document href=https://dom.spec.whatwg.org/#concept-node-document data-x-internal=node-document>node document</a> is not the <a href=#active-document id=the-img-element:active-document>active document</a>,
    abort these steps.<li><p>If the user agent cannot support images, or its support for images has been disabled, then
@@ -18352,7 +18353,7 @@
       <a href=#networking-task-source id=the-img-element:networking-task-source-6>networking task source</a> while the image is being <a href=#fetch id=the-img-element:fetch-9>fetched</a>,
       if <var>image request</var> is the <a href=#current-request id=the-img-element:current-request-31>current request</a>,
       must update the presentation of the image appropriately (e.g. if
-      the image is a progressive JPEG, each packet can improve the resolution of the image).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25797" title="<img> "list of available images" and fragment in the URL">25797</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25798" title="<img> should maybe cache broken images">25798</a></div>
+      the image is a progressive JPEG, each packet can improve the resolution of the image).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25797" title="<img> "list of available images" and fragment in the URL">25797</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25798" title="<img> should maybe cache broken images">25798</a></div>
 
       <p>Furthermore, the last <a href=#concept-task id=the-img-element:concept-task-9>task</a> that is <a href=#queue-a-task id=the-img-element:queue-a-task-13>queued</a> by the <a href=#networking-task-source id=the-img-element:networking-task-source-7>networking task source</a> once the resource has been
       <a href=#fetch id=the-img-element:fetch-10>fetched</a> must additionally run these steps:</p>
@@ -18409,7 +18410,7 @@
 
   <p id=img-determine-type>The user agent should apply the <a href=https://mimesniff.spec.whatwg.org/#rules-for-sniffing-images-specifically id=the-img-element:content-type-sniffing:-image data-x-internal=content-type-sniffing:-image>image sniffing rules</a> to determine the type of the image, with the image's <a href=#content-type id=the-img-element:content-type>associated Content-Type headers</a> giving the <var>official
   type</var>. If these rules are not applied, then the type of the image must be the type given by
-  the image's <a href=#content-type id=the-img-element:content-type-2>associated Content-Type headers</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25889" title="<img> When to swap the image for the environment changes case">25889</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25890" title="<img> Environment change case aborts if a load is in progress">25890</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26702" title="What <img> represents should support srcset/picture">26702</a></div>
+  the image's <a href=#content-type id=the-img-element:content-type-2>associated Content-Type headers</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25889" title="<img> When to swap the image for the environment changes case">25889</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25890" title="<img> Environment change case aborts if a load is in progress">25890</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26702" title="What <img> represents should support srcset/picture">26702</a></div>
 
   <p>User agents must not support non-image resources with the <code id=the-img-element:the-img-element-46><a href=#the-img-element>img</a></code> element (e.g. XML
   files whose root element is an HTML element). User agents must not run executable code (e.g.
@@ -18921,10 +18922,10 @@
 
   <p>The IDL attributes <dfn id=dom-img-naturalwidth><code>naturalWidth</code></dfn> and <dfn id=dom-img-naturalheight><code>naturalHeight</code></dfn> must return the intrinsic width and
   height of the image, in CSS pixels, if the image has intrinsic dimensions and is <i id=the-img-element:img-available-7><a href=#img-available>available</a></i>, or
-  else 0. <a href=#refsCSS>[CSS]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23581" title="The case when @src refers to a image without intrinsic width/height (SVG) is undefined.">23581</a></div>
+  else 0. <a href=#refsCSS>[CSS]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23581" title="The case when @src refers to a image without intrinsic width/height (SVG) is undefined.">23581</a></div>
 
   <p>The IDL attribute <dfn id=dom-img-complete><code>complete</code></dfn> must return true if
-  any of the following conditions is true:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18742" title="tests relying on HTMLImageElement.complete are incorrect">18742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26113" title="<img> .complete should be changed by "update the image data" algorithm">26113</a></div>
+  any of the following conditions is true:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18742" title="tests relying on HTMLImageElement.complete are incorrect">18742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26113" title="<img> .complete should be changed by "update the image data" algorithm">26113</a></div>
 
   <ul class=brief><li>Both the <code id=the-img-element:attr-img-src-17><a href=#attr-img-src>src</a></code> attribute and the <code id=the-img-element:attr-img-srcset-11><a href=#attr-img-srcset>srcset</a></code> attribute are omitted.
 
@@ -19091,7 +19092,7 @@
   text.</p>
 
 
-  <h6 id=a-link-or-button-containing-nothing-but-the-image>4.8.5.1.2 A link or button containing nothing but the image</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16125" title="Validation of image(s) that form(s) a link or button">16125</a></div>
+  <h6 id=a-link-or-button-containing-nothing-but-the-image>4.8.5.1.2 A link or button containing nothing but the image</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16125" title="Validation of image(s) that form(s) a link or button">16125</a></div>
 
   <p>When an <a href=#the-a-element id=a-link-or-button-containing-nothing-but-the-image:the-a-element>a</a> element that creates a <a href=#hyperlink id=a-link-or-button-containing-nothing-but-the-image:hyperlink>hyperlink</a>, or a <code id=a-link-or-button-containing-nothing-but-the-image:the-button-element><a href=#the-button-element>button</a></code>
   element, has no textual content but contains one or more images, the <code id=a-link-or-button-containing-nothing-but-the-image:attr-img-alt><a href=#attr-img-alt>alt</a></code> attributes must contain text that together convey the purpose of
@@ -19549,7 +19550,7 @@
   </div>
 
 
-  <h6 id=a-group-of-images-that-form-a-single-larger-picture-with-no-links>4.8.5.1.9 A group of images that form a single larger picture with no links</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24335" title="Advice for ”group of images - no links” also valid for (some) linked images">24335</a></div>
+  <h6 id=a-group-of-images-that-form-a-single-larger-picture-with-no-links>4.8.5.1.9 A group of images that form a single larger picture with no links</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24335" title="Advice for ”group of images - no links” also valid for (some) linked images">24335</a></div>
 
   <p>When a picture has been sliced into smaller image files that are then displayed together to
   form the complete picture again, one of the images must have its <code id=a-group-of-images-that-form-a-single-larger-picture-with-no-links:attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute set as per the relevant rules that would be appropriate
@@ -19965,7 +19966,7 @@
 
 
 
-  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
+  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-iframe-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-iframe-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-iframe-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-iframe-element:embedded-content-category>Embedded content</a>.<dd><a href=#interactive-content-2 id=the-iframe-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-iframe-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-iframe-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-iframe-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-iframe-element:concept-element-content-model>Content model</a>:<dd>Text th
 at conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.<dt><a href=#concept-element-tag-omission id=the-iframe-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-iframe-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-iframe-element:global-attributes>Global attributes</a><dd><code id=the-iframe-element:attr-iframe-src><a href=#attr-iframe-src>src</a></code> — Address of the resource<dd><code id=the-iframe-element:attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> — A document to render in the <code id=the-iframe-element:the-iframe-element><a href=#the-iframe-element>iframe</a></code><dd><code id=the-iframe-element:attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context>nested browsing context</a><dd
 ><code id=the-iframe-element:attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content<dd><code id=the-iframe-element:attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content<dd><code id=the-iframe-element:attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code id=the-iframe-element:the-iframe-element-2><a href=#the-iframe-element>iframe</a></code>'s contents to use <code id=the-iframe-element:dom-element-requestfullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code><dd><code id=the-iframe-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-iframe-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-iframe-element:concept-element-dom
 >DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmliframeelement>HTMLIFrameElement</dfn> : <a href=#htmlelement id=the-iframe-element:htmlelement>HTMLElement</a> {
@@ -20001,7 +20002,7 @@
   <p>The <dfn id=attr-iframe-srcdoc><code>srcdoc</code></dfn> attribute gives the content of
   the page that the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-4>nested browsing context</a> is to contain. The value of the attribute
   is the source of <dfn id=an-iframe-srcdoc-document>an <code>iframe</code> <code>srcdoc</code>
-  document</dfn>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25233" title="Specify that "Optionally, a DOCTYPE” means that quirky doctypes must be ignored">25233</a></div>
+  document</dfn>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25233" title="Specify that "Optionally, a DOCTYPE” means that quirky doctypes must be ignored">25233</a></div>
 
   <p>For <code id=the-iframe-element:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements in <a href=#html-documents id=the-iframe-element:html-documents>HTML documents</a>, the <code id=the-iframe-element:attr-iframe-srcdoc-2><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute, if present, must have a value using <a href=#syntax id=the-iframe-element:syntax>the
   HTML syntax</a> that consists of the following syntactic components, in the given order:</p>
@@ -20229,7 +20230,7 @@
   <p>The <dfn id=attr-iframe-sandbox><code>sandbox</code></dfn> attribute, when specified,
   enables a set of extra restrictions on any content hosted by the <code id=the-iframe-element:the-iframe-element-25><a href=#the-iframe-element>iframe</a></code>. Its value
   must be an <a href=#unordered-set-of-unique-space-separated-tokens id=the-iframe-element:unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> that are <a href=#ascii-case-insensitive id=the-iframe-element:ascii-case-insensitive>ASCII
-  case-insensitive</a>. The allowed values are <code id=the-iframe-element:attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>, and <code id=the-iframe-element:attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</stron
 g> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>28+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.2-4.3+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=iframe-sandbox">caniuse.com</a></div>
+  case-insensitive</a>. The allowed values are <code id=the-iframe-element:attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>, and <code id=the-iframe-element:attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</stron
 g> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=iframe-sandbox">caniuse.com</a></div>
 
   <p>When the attribute is set, the content is treated as being from a unique <a href=#origin-2 id=the-iframe-element:origin-2-2>origin</a>,
   forms, scripts, and various potentially annoying APIs are disabled, links are prevented from
@@ -20348,7 +20349,7 @@
   <p>The <dfn id=attr-iframe-seamless><code>seamless</code></dfn> attribute is a <a href=#boolean-attribute id=the-iframe-element:boolean-attribute>boolean
   attribute</a>. When specified, it indicates that the <code id=the-iframe-element:the-iframe-element-42><a href=#the-iframe-element>iframe</a></code> element's
   <a href=#browsing-context id=the-iframe-element:browsing-context-9>browsing context</a> is to be rendered in a manner that makes it appear to be part of the
-  containing document (seamlessly included in the parent document).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18172" title="Please clarify how seamless should interact with scrollbars">18172</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25376" title="IFrame Seamless attribute should allow for disabling features">25376</a><p class=support><strong>Support:</strong> <span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=iframe-seamless">caniuse.com</a></div>
+  containing document (seamlessly included in the parent document).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18172" title="Please clarify how seamless should interact with scrollbars">18172</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25376" title="IFrame Seamless attribute should allow for disabling features">25376</a><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> 
 <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=iframe-seamless">caniuse.com</a></div>
 
   <div class=example>
 
@@ -20824,7 +20825,7 @@
 
 
 
-  <h4 id=the-object-element>4.8.8 The <dfn><code>object</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25553" title="Shouldn't <object> also allow intermixed script-supporting elements?">25553</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24852" title="The algorithm should probably unload the plugin even if it doesn't end up at the fallback step. Should also destroy the nested browsing context if it had one.">24852</a></div>
+  <h4 id=the-object-element>4.8.8 The <dfn><code>object</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25553" title="Shouldn't <object> also allow intermixed script-supporting elements?">25553</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24852" title="The algorithm should probably unload the plugin even if it doesn't end up at the fallback step. Should also destroy the nested browsing context if it had one.">24852</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-object-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-object-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-object-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-object-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-object-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content-2 id=the-object-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-object-element:category-listed>Listed</a>, <a href=#category-submit id=the-object-element:category-submit>submittable</a>, and <a href=#category-form-attr id=the-object-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-object-element:form-associated-element>form-associated 
 element</a>.<dd><a href=#palpable-content-2 id=the-object-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-object-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-object-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-object-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-object-element:the-param-element><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent id=the-object-element:transparent>transparent</a>.<dt><a href=#concept-element-tag-omission id=the-object-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-object-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-object-element
 :global-attributes>Global attributes</a><dd><code id=the-object-element:attr-object-data><a href=#attr-object-data>data</a></code> — Address of the resource<dd><code id=the-object-element:attr-object-type><a href=#attr-object-type>type</a></code> — Type of embedded resource<dd><code id=the-object-element:attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> — Whether the <code id=the-object-element:attr-object-type-2><a href=#attr-object-type>type</a></code> attribute and the <a href=#content-type id=the-object-element:content-type>Content-Type</a> value need to match for the resource to be used<dd><code id=the-object-element:attr-object-name><a href=#attr-object-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-object-element:nested-browsing-context>nested browsing context</a><dd><code id=the-object-element:attr-hyperlink-usemap-2><a href=#attr-hyperlink-usemap>usemap</a></code> — Name of <a href=#image-map id=t
 he-object-element:image-map>image map</a> to use<dd><code id=the-object-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-object-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><code id=the-object-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-object-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-object-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlobjectelement>HTMLObjectElement</dfn> : <a href=#htmlelement id=the-object-element:htmlelement>HTMLElement</a> {
@@ -21433,7 +21434,7 @@
 
 
 
-  <h4 id=the-video-element>4.8.10 The <dfn id=video><code>video</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=5755" title="<video>: Expose media resource metadata (e.g. movie name, release year)">5755</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25547" title="Shouldn't <video> allow intermixed script-supporting elements?">25547</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13437" title="Editorial changes to The Video element (5 of 5)">13437</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span
 ><span class=android><span>Android Browser</span> <span>2.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=video">caniuse.com</a></div>
+  <h4 id=the-video-element>4.8.10 The <dfn id=video><code>video</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=5755" title="<video>: Expose media resource metadata (e.g. movie name, release year)">5755</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25547" title="Shouldn't <video> allow intermixed script-supporting elements?">25547</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13437" title="Editorial changes to The Video element (5 of 5)">13437</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS S
 afari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=video">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-video-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-video-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-video-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-video-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-video-element:attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-2 id=the-video-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-video-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-video-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-video-element:embedded-content-category-2>embedded content</a> is expected.<dt>
 <a href=#concept-element-content-model id=the-video-element:concept-element-content-model>Content model</a>:<dd>If the element has a <code id=the-video-element:attr-media-src><a href=#attr-media-src>src</a></code> attribute:
  zero or more <code id=the-video-element:the-track-element><a href=#the-track-element>track</a></code> elements, then
@@ -21684,7 +21685,7 @@
 
 
 
-  <h4 id=the-audio-element>4.8.11 The <dfn id=audio><code>audio</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=7253" title="<video>: Provide a way to let the browser know what's coming next, for gapless playback">7253</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <spa
 n>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=audio">caniuse.com</a></div>
+  <h4 id=the-audio-element>4.8.11 The <dfn id=audio><code>audio</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=7253" title="<video>: Provide a way to let the browser know what's coming next, for gapless playback">7253</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9
 +</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=audio">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-audio-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-audio-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-audio-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-audio-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-audio-element:attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-2 id=the-audio-element:interactive-content-2>Interactive content</a>.<dd>If the element has a <code id=the-audio-element:attr-media-controls-2><a href=#attr-media-controls>controls</a></code> attribute: <a href=#palpable-content-2 id=the-audio-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-audio-element:concept-element-contexts>Contexts in which this element can be used</a>:<
 dd>Where <a href=#embedded-content-category id=the-audio-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-audio-element:concept-element-content-model>Content model</a>:<dd>If the element has a <code id=the-audio-element:attr-media-src><a href=#attr-media-src>src</a></code> attribute:
 zero or more <code id=the-audio-element:the-track-element><a href=#the-track-element>track</a></code> elements, then
@@ -21761,7 +21762,7 @@
 
 
 
-  <h4 id=the-source-element>4.8.12 The <dfn><code>source</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26690" title="The partial interface is not for obsolete members, but for <picture> members">26690</a></div>
+  <h4 id=the-source-element>4.8.12 The <dfn><code>source</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26690" title="The partial interface is not for obsolete members, but for <picture> members">26690</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-source-element:concept-element-categories>Categories</a>:<dd>None.<dt><a href=#concept-element-contexts id=the-source-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>As a child of a <a href=#media-element id=the-source-element:media-element>media element</a>, before any <a href=#flow-content-2 id=the-source-element:flow-content-2>flow content</a>
  or <code id=the-source-element:the-track-element><a href=#the-track-element>track</a></code> elements.<dt><a href=#concept-element-content-model id=the-source-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-source-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-source-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-source-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-source-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-source-element:global-attributes>Global attributes</a><dd><code id=the-source-element:attr-source-src><a href=#attr-source-src>src</a></code> — Address of the resource<dd><code id=the-source-element:attr-source-type><a href=#attr-source-type>type</a></code> — Type of embedded resource<dt><a href=#concept-element-dom id=
 the-source-element:concept-element-dom>DOM interface</a>:<dd>
@@ -22372,7 +22373,7 @@
 
 
 
-  <h5 id=loading-the-media-resource>4.8.14.5 Loading the media resource</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10711" title="<video>: Playlists">10711</a></div>
+  <h5 id=loading-the-media-resource>4.8.14.5 Loading the media resource</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10711" title="<video>: Playlists">10711</a></div>
 
   <dl class=domintro><dt><var>media</var> . <code id=loading-the-media-resource:dom-media-load><a href=#dom-media-load>load</a></code>()<dd>
 
@@ -22958,7 +22959,7 @@
       attacks such as hostile sites reading subtitles from confidential videos on a user's
       intranet.</p>
 
-     </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24910" title="Define how Media Fragments URI end position is handled">24910</a></div>
+     </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24910" title="Define how Media Fragments URI end position is handled">24910</a></div>
 
    <li><p><i>Final step:</i> If the user agent ever reaches this step (which can only happen if the entire resource
    gets loaded and kept available): abort the overall <a href=#concept-media-load-algorithm id=loading-the-media-resource:concept-media-load-algorithm-7>resource selection algorithm</a>.</ol>
@@ -23748,7 +23749,7 @@
   playback position</a> must increase monotonically at <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-5>effective playback rate</a> units
   of media time per unit time of the <a href=#media-timeline id=playing-the-media-resource:media-timeline-2>media timeline</a>'s clock. (This specification always
   refers to this as an <i>increase</i>, but that increase could actually be a <em>de</em>crease if
-  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
+  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
 
   <p class=note>The <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-7>effective playback rate</a> can be 0.0, in which case the
   <a href=#current-playback-position id=playing-the-media-resource:current-playback-position-10>current playback position</a> doesn't move, despite playback not being paused (<code id=playing-the-media-resource:dom-media-paused-13><a href=#dom-media-paused>paused</a></code> doesn't become true, and the <code id=playing-the-media-resource:event-media-pause-3><a href=#event-media-pause>pause</a></code> event doesn't fire).</p>
@@ -25086,7 +25087,7 @@
 
 
 
-  <h5 id=timed-text-tracks>4.8.14.12 Timed text tracks</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18029" title="<track> Live captioning">18029</a></div>
+  <h5 id=timed-text-tracks>4.8.14.12 Timed text tracks</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18029" title="<track> Live captioning">18029</a></div>
 
   <h6 id=text-track-model>4.8.14.12.1 Text track model</h6>
 
@@ -26555,7 +26556,7 @@
 
 
 
-  <h5 id=time-ranges>4.8.14.14 Time ranges</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18176" title="Consider making the argument optional for start() and end(). Many tutorials omit the argument, and think it means start of first range for start() and end of last range for end(). Maybe we should just make the API do what people expect.">18176</a></div>
+  <h5 id=time-ranges>4.8.14.14 Time ranges</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18176" title="Consider making the argument optional for start() and end(). Many tutorials omit the argument, and think it means start of first range for start() and end of last range for end(). Maybe we should just make the API do what people expect.">18176</a></div>
 
   <p>Objects implementing the <code id=time-ranges:timeranges><a href=#timeranges>TimeRanges</a></code> interface
   represent a list of ranges (periods) of time.</p>
@@ -27253,7 +27254,7 @@
 
 
 
-  <h4 id=the-area-element>4.8.16 The <dfn><code>area</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21787" title="Setting <area>.href to a relative URL should set the content attribute to the listeral value instead of resolved value, to match browsers and what the spec requires for other reflecting URL attributes [...]">21787</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25337" title="Why hasn't a native adaptation mechanism for area's position and dimensions ever been conceived/suggested? Authors still have to rely on script for this.">25337</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13449" title="Don't allow blank alt text on area elements">13449</a></div>
+  <h4 id=the-area-element>4.8.16 The <dfn><code>area</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21787" title="Setting <area>.href to a relative URL should set the content attribute to the listeral value instead of resolved value, to match browsers and what the spec requires for other reflecting URL attributes [...]">21787</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25337" title="Why hasn't a native adaptation mechanism for area's position and dimensions ever been conceived/suggested? Authors still have to rely on script for this.">25337</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13449" title="Don't allow blank alt text on area elements">13449</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-area-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-area-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-area-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-contexts id=the-area-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-area-element:phrasing-content-2-2>phrasing content</a> is expected, but only if there is a <code id=the-area-element:the-map-element><a href=#the-map-element>map</a></code> element ancestor or a <code id=the-area-element:the-template-element><a href=#the-template-element>template</a></code> element ancestor.<dt><a href=#concept-element-content-model id=the-area-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-area-element:concept-content-nothing>Nothing</a>.<dt><a 
 href=#concept-element-tag-omission id=the-area-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-area-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-area-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-area-element:global-attributes>Global attributes</a><dd><code id=the-area-element:attr-area-alt><a href=#attr-area-alt>alt</a></code> — Replacement text for use when images are not available<dd><code id=the-area-element:attr-area-coords><a href=#attr-area-coords>coords</a></code> — Coordinates for the shape to be created in an <a href=#image-map id=the-area-element:image-map>image map</a><dd><code id=the-area-element:attr-area-shape><a href=#attr-area-shape>shape</a></code> — The kind of shape to be created in an <a href=#image-map id=the-area-element:image-map-2>image map</a><dd><code id=the-area-element:attr-hyperlink-href><a href=#a
 ttr-hyperlink-href>href</a></code> — Address of the <a href=#hyperlink id=the-area-element:hyperlink>hyperlink</a><dd><code id=the-area-element:attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> — <a href=#browsing-context id=the-area-element:browsing-context>Browsing context</a> for <a href=#hyperlink id=the-area-element:hyperlink-2>hyperlink</a> <a href=#navigate id=the-area-element:navigate>navigation</a><dd><code id=the-area-element:attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> — Whether to download the resource instead of navigating to it, and its file name if so<dd><code id=the-area-element:ping><a href=#ping>ping</a></code> — <a href=#url id=the-area-element:url>URLs</a> to ping<dd><code id=the-area-element:attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-area-element:attr-hyperlink-hreflang
 ><a href=#attr-hyperlink-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-area-element:attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> — Hint for the type of the referenced resource<dt><a href=#concept-element-dom id=the-area-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlareaelement>HTMLAreaElement</dfn> : <a href=#htmlelement id=the-area-element:htmlelement>HTMLElement</a> {
@@ -27618,7 +27619,7 @@
 
 
 
-  <h4 id=mathml>4.8.18 MathML</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>2+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=mathml">caniuse.com</a></div>
+  <h4 id=mathml>4.8.18 MathML</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>24+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera partial"><span><span>Opera</span> (limited) </span><span>12.1+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=mathml">caniuse.com</a></div>
 
   <p>The <dfn id=math><code>math</code></dfn> element from the <a href=#mathml-namespace id=mathml:mathml-namespace>MathML namespace</a>
   falls into the <a href=#embedded-content-category id=mathml:embedded-content-category>embedded content</a>, <a href=#phrasing-content-2 id=mathml:phrasing-content-2>phrasing content</a>, and <a href=#flow-content-2 id=mathml:flow-content-2>flow
@@ -27703,7 +27704,7 @@
 
 
 
-  <h4 id=svg-0>4.8.19 SVG</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13648" title="SVG should have image role">13648</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13649" title="Expose SVG <title> and <desc> to AAPIs">13649</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>7+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <sp
 an>11.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=svg-html5">caniuse.com</a></div>
+  <h4 id=svg-0>4.8.19 SVG</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13648" title="SVG should have image role">13648</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13649" title="Expose SVG <title> and <desc> to AAPIs">13649</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>
 9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=svg-html5">caniuse.com</a></div>
 
   <p>The <dfn id=svg><code>svg</code></dfn> element from the <a href=#svg-namespace id=svg-0:svg-namespace>SVG namespace</a> falls into the
   <a href=#embedded-content-category id=svg-0:embedded-content-category>embedded content</a>, <a href=#phrasing-content-2 id=svg-0:phrasing-content-2>phrasing content</a>, and <a href=#flow-content-2 id=svg-0:flow-content-2>flow content</a>
@@ -27809,10 +27810,10 @@
 
 
 
-  <h3 id=tables>4.9 Tabular data</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23039" title="Drop table vspace/hspace">23039</a></div>
+  <h3 id=tables>4.9 Tabular data</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23039" title="Drop table vspace/hspace">23039</a></div>
 
 
-  <h4 id=the-table-element>4.9.1 The <dfn><code>table</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25478" title="Table element's content model: it is probably wrong to indicate that <tr> elements are part of this  [...]">25478</a></div>
+  <h4 id=the-table-element>4.9.1 The <dfn><code>table</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25478" title="Table element's content model: it is probably wrong to indicate that <tr> elements are part of this  [...]">25478</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-table-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-table-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-table-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-table-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-table-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-table-element:concept-element-content-model>Content model</a>:<dd>In this order: optionally a <code id=the-table-element:the-caption-element><a href=#the-caption-element>caption</a></code> element,
    followed by zero or more <code id=the-table-element:the-colgroup-element><a href=#the-colgroup-element>colgroup</a></code> elements, followed
@@ -29737,7 +29738,7 @@
   <p>When the user selects a column by which to sort, the user agent sets the <code id=table-sorting-model:the-th-element-3><a href=#the-th-element>th</a></code>
   element's <dfn id=attr-th-sorted><code>sorted</code></dfn> attribute. This attribute can also
   be set manually, to indicate that the table should be automatically sorted, even when scripts
-  modify the page on when the page is loaded.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26650" title="Having a single content attribute for this is okay, but wouldn't it make sense to have IDL propertie [...]">26650</a></div>
+  modify the page on when the page is loaded.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26650" title="Having a single content attribute for this is okay, but wouldn't it make sense to have IDL propertie [...]">26650</a></div>
 
   <p>The <code id=table-sorting-model:attr-th-sorted><a href=#attr-th-sorted>sorted</a></code> attribute, if specified, must have a value that
   is a <a href=#set-of-space-separated-tokens id=table-sorting-model:set-of-space-separated-tokens>set of space-separated tokens</a> consisting of optionally a token whose value is an
@@ -30842,7 +30843,7 @@
 
 
 
-  <h3 id=forms>4.10 Forms</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12271" title="forms: <input list=""> needs an event triggered on selection of suggestion">12271</a></div>
+  <h3 id=forms>4.10 Forms</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12271" title="forms: <input list=""> needs an event triggered on selection of suggestion">12271</a></div>
 
   <h4 id=introduction-5>4.10.1 Introduction</h4>
 
@@ -31091,7 +31092,7 @@
   <pre>custname=Denise+Lawrence&custtel=555-321-8642&custemail=&size=medium&topping=cheese&topping=mushroom&delivery=19%3A00&comments=</pre>
 
 
-  <h5 id=client-side-form-validation>4.10.1.4 Client-side form validation</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>10+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>10.0-10.1+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=form-validation">caniuse.com</a></div>
+  <h5 id=client-side-form-validation>4.10.1.4 Client-side form validation</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE
  Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=form-validation">caniuse.com</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -31420,7 +31421,7 @@
   <ul class="brief category-list"><li><code id=categories:the-button-element-5><a href=#the-button-element>button</a></code><li><code id=categories:the-input-element-6><a href=#the-input-element>input</a></code> (if the <code id=categories:attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href="#hidden-state-(type=hidden)" id="categories:hidden-state-(type=hidden)">Hidden</a> state)<li><code id=categories:the-keygen-element-6><a href=#the-keygen-element>keygen</a></code><li><code id=categories:the-meter-element><a href=#the-meter-element>meter</a></code><li><code id=categories:the-output-element-5><a href=#the-output-element>output</a></code><li><code id=categories:the-progress-element><a href=#the-progress-element>progress</a></code><li><code id=categories:the-select-element-6><a href=#the-select-element>select</a></code><li><code id=categories:the-textarea-element-6><a href=#the-textarea-element>textarea</a></code></ul>
 
 
-  <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320" title="Form's supported property names should perhaps not be enumerable">22320</a></div>
+  <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320" title="Form's supported property names should perhaps not be enumerable">22320</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-form-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-form-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-form-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-form-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-form-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-form-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-form-element:flow-content-2-3>Flow content</a>, but with no <code id=the-form-element:the-form-element><a href=#the-form-element>form</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-form-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt>
 <a href=#concept-element-attributes id=the-form-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-form-element:global-attributes>Global attributes</a><dd><code id=the-form-element:attr-form-accept-charset><a href=#attr-form-accept-charset>accept-charset</a></code> — Character encodings to use for <a href=#form-submission-2 id=the-form-element:form-submission-2>form submission</a><dd><code id=the-form-element:attr-fs-action><a href=#attr-fs-action>action</a></code> — <a href=#url id=the-form-element:url>URL</a> to use for <a href=#form-submission-2 id=the-form-element:form-submission-2-2>form submission</a><dd><code id=the-form-element:attr-form-autocomplete><a href=#attr-form-autocomplete>autocomplete</a></code> — Default setting for autofill feature for controls in the form<dd><code id=the-form-element:attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> — Form data set encoding type to use for <a href=#form-submi
 ssion-2 id=the-form-element:form-submission-2-3>form submission</a><dd><code id=the-form-element:attr-fs-method><a href=#attr-fs-method>method</a></code> — HTTP method to use for <a href=#form-submission-2 id=the-form-element:form-submission-2-4>form submission</a><dd><code id=the-form-element:attr-form-name><a href=#attr-form-name>name</a></code> — Name of form to use in the <code id=the-form-element:dom-document-forms><a href=#dom-document-forms>document.forms</a></code> API<dd><code id=the-form-element:attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> — Bypass form control validation for <a href=#form-submission-2 id=the-form-element:form-submission-2-5>form submission</a><dd><code id=the-form-element:attr-fs-target><a href=#attr-fs-target>target</a></code> — <a href=#browsing-context id=the-form-element:browsing-context>Browsing context</a> for <a href=#form-submission-2 id=the-form-element:form-submission-2-6>form submission</a><dt><a href=#co
 ncept-element-dom id=the-form-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>[OverrideBuiltins]
@@ -31687,7 +31688,7 @@
 
 
 
-  <h4 id=the-label-element>4.10.4 The <dfn><code>label</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23561" title="more tags should be allowed inside <label>">23561</a></div>
+  <h4 id=the-label-element>4.10.4 The <dfn><code>label</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23561" title="more tags should be allowed inside <label>">23561</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-label-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-label-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-label-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-label-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-form-attr id=the-label-element:category-form-attr>Reassociateable</a> <a href=#form-associated-element id=the-label-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-label-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-label-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-label-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-label
 -element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-label-element:phrasing-content-2-3>Phrasing content</a>, but with no descendant <a href=#category-label id=the-label-element:category-label>labelable elements</a> unless it is the element's <a href=#labeled-control id=the-label-element:labeled-control>labeled control</a>, and no descendant <code id=the-label-element:the-label-element><a href=#the-label-element>label</a></code> elements.<dt><a href=#concept-element-tag-omission id=the-label-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-label-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-label-element:global-attributes>Global attributes</a><dd><code id=the-label-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-label-element:the-fo
 rm-element><a href=#the-form-element>form</a></code> element<dd><code id=the-label-element:attr-label-for><a href=#attr-label-for>for</a></code> — Associate the label with form control<dt><a href=#concept-element-dom id=the-label-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmllabelelement>HTMLLabelElement</dfn> : <a href=#htmlelement id=the-label-element:htmlelement>HTMLElement</a> {
@@ -33122,7 +33123,7 @@
      <td class=no> · 
 
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24796" title="setSelectionRange() should be supported in other input types as well.  Use case: in a mobile app when focusing a number input, allow selecting the entire number so you can overwrite the value without  [...]">24796</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24796" title="setSelectionRange() should be supported in other input types as well.  Use case: in a mobile app when focusing a number input, allow selecting the entire number so you can overwrite the value without  [...]">24796</a></div>
 
   <p class=tablenote><small>* If the <code id=the-input-element:attr-input-multiple-4><a href=#attr-input-multiple>multiple</a></code> attribute
   is not specified.</small></p>
@@ -33721,7 +33722,7 @@
   </div>
 
 
-  <h6 id="e-mail-state-(type=email)">4.10.5.1.5 <dfn>E-mail</dfn> state (<code>type=email</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15489" title="forms: Add an attribute <input type=email idna> that allows IDNA e-mail addresses to be round-tripped">15489</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18162" title="IDN email addresses should be converted to Punycode before validating them">18162</a></div>
+  <h6 id="e-mail-state-(type=email)">4.10.5.1.5 <dfn>E-mail</dfn> state (<code>type=email</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15489" title="forms: Add an attribute <input type=email idna> that allows IDNA e-mail addresses to be round-tripped">15489</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18162" title="IDN email addresses should be converted to Punycode before validating them">18162</a></div>
 
   
 
@@ -34207,12 +34208,12 @@
   </div>
 
 
-  <h6 id="date-state-(type=date)">4.10.5.1.8 <dfn>Date</dfn> state (<code>type=date</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15114" title="forms: new <input> type for YYYY / YYYY-MM / YYYY-MM-DD / YYYY-MM-DD hh:mm, at user's choice">15114</a></div>
+  <h6 id="date-state-(type=date)">4.10.5.1.8 <dfn>Date</dfn> state (<code>type=date</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15114" title="forms: new <input> type for YYYY / YYYY-MM / YYYY-MM-DD / YYYY-MM-DD hh:mm, at user's choice">15114</a></div>
 
   
 
   <p id="date-state-%28type=date%29">When an <code id="date-state-(type=date):the-input-element"><a href=#the-input-element>input</a></code> element's <code id="date-state-(type=date):attr-input-type"><a href=#attr-input-type>type</a></code> attribute is in
-  the <a href="#date-state-(type=date)" id="date-state-(type=date):date-state-(type=date)">Date</a> state, the rules in this section apply.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-datetime">caniuse.com</a></div>
+  the <a href="#date-state-(type=date)" id="date-state-(type=date):date-state-(type=date)">Date</a> state, the rules in this section apply.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span cla
 ss="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-datetime">caniuse.com</a></div>
 
   
 
@@ -34927,7 +34928,7 @@
   </div>
 
 
-  <h6 id="number-state-(type=number)">4.10.5.1.13 <dfn id=number-state>Number</dfn> state (<code>type=number</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16346" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">16346</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18089" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">18089</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=in
 put-number">caniuse.com</a></div>
+  <h6 id="number-state-(type=number)">4.10.5.1.13 <dfn id=number-state>Number</dfn> state (<code>type=number</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16346" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">16346</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18089" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">18089</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limit
 ed) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff partial"><span><span>Firefox for Android</span> (limited) </span><span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-number">caniuse.com</a></div>
 
   
 
@@ -35087,7 +35088,7 @@
 
 
 
-  <h6 id="range-state-(type=range)">4.10.5.1.14 <dfn>Range</dfn> state (<code>type=range</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>23+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a h
 ref="http://caniuse.com/#feat=input-range">caniuse.com</a></div>
+  <h6 id="range-state-(type=range)">4.10.5.1.14 <dfn>Range</dfn> state (<code>type=range</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> 
 <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-range">caniuse.com</a></div>
 
   
 
@@ -35436,7 +35437,7 @@
 
 
 
-  <h6 id="color-state-(type=color)">4.10.5.1.15 <dfn>Colour</dfn> state (<code>type=color</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=opera><span>Opera</span> <span>17+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-color">caniuse.com</a></div>
+  <h6 id="color-state-(type=color)">4.10.5.1.15 <dfn>Colour</dfn> state (<code>type=color</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mo
 b no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-color">caniuse.com</a></div>
 
   
 
@@ -36692,7 +36693,7 @@
 
   <p>The <dfn id=attr-input-multiple><code>multiple</code></dfn> attribute is a <a href=#boolean-attribute id=the-multiple-attribute:boolean-attribute>boolean
   attribute</a> that indicates whether the user is to be allowed to specify more than one
-  value.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-file-multiple">caniuse.com</a></div>
+  value.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span>
 </span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-file-multiple">caniuse.com</a></div>
 
   <div class=example>
 
@@ -36741,7 +36742,7 @@
 
 
 
-  <h6 id=the-pattern-attribute>4.10.5.3.6 The <code id=the-pattern-attribute:attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915" title="Opt-in to the ES6 `u` flag for regular expressions?">26915</a></div>
+  <h6 id=the-pattern-attribute>4.10.5.3.6 The <code id=the-pattern-attribute:attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915" title="Opt-in to the ES6 `u` flag for regular expressions?">26915</a></div>
 
   
 
@@ -37174,7 +37175,7 @@
 
 
 
-  <h6 id=the-placeholder-attribute>4.10.5.3.10 The <code id=the-placeholder-attribute:attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19899" title="Support for Break characters should be reconsidered for Textarea">19899</a></div>
+  <h6 id=the-placeholder-attribute>4.10.5.3.10 The <code id=the-placeholder-attribute:attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19899" title="Support for Break characters should be reconsidered for Textarea">19899</a></div>
 
   
 
@@ -37182,7 +37183,7 @@
   <em>short</em> hint (a word or short phrase) intended to aid the user with data entry when the
   control has no value. A hint could be a sample value or a brief description of the expected
   format. The attribute, if specified, must have a value that contains no U+000A LINE FEED (LF) or
-  U+000D CARRIAGE RETURN (CR) characters.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-placeholder">caniuse.com</a></div>
+  U+000D CARRIAGE RETURN (CR) characters.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefo
 x for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-placeholder">caniuse.com</a></div>
 
   <p>The <code id=the-placeholder-attribute:attr-input-placeholder-2><a href=#attr-input-placeholder>placeholder</a></code> attribute should not be used as an
   alternative to a <code id=the-placeholder-attribute:the-label-element><a href=#the-label-element>label</a></code>. For a longer hint or other advisory text, the <code id=the-placeholder-attribute:attr-title><a href=#attr-title>title</a></code> attribute is more appropriate.</p>
@@ -37755,7 +37756,7 @@
 
 
 
-  <h4 id=the-select-element>4.10.7 The <dfn><code>select</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25027" title="<select> needs to not allow changing its height via line-height">25027</a></div>
+  <h4 id=the-select-element>4.10.7 The <dfn><code>select</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25027" title="<select> needs to not allow changing its height via line-height">25027</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-select-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-select-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-select-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-select-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-select-element:category-listed>Listed</a>, <a href=#category-label id=the-select-element:category-label>labelable</a>, <a href=#category-submit id=the-select-element:category-submit>submittable</a>, <a href=#category-reset id=the-select-element:category-reset>resettable</a>, and <a href=#category-form-attr id=the-select-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-select-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-select-element:palpable-content-2>P
 alpable content</a>.<dt><a href=#concept-element-contexts id=the-select-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-select-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-select-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-select-element:the-option-element><a href=#the-option-element>option</a></code>, <code id=the-select-element:the-optgroup-element><a href=#the-optgroup-element>optgroup</a></code>, and <a href=#script-supporting-elements-2 id=the-select-element:script-supporting-elements-2>script-supporting</a> elements.<dt><a href=#concept-element-tag-omission id=the-select-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-select-element:concept-element-attributes>Content attributes</a>:<dd><a href
 =#global-attributes id=the-select-element:global-attributes>Global attributes</a><dd><code id=the-select-element:attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> — Hint for form autofill feature<dd><code id=the-select-element:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> — Automatically focus the form control when the page is loaded<dd><code id=the-select-element:attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-select-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-select-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><code id=the-select-element:attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> — Whether to allow multiple values<dd><code id=the-select-element:attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for
  <a href=#form-submission-2 id=the-select-element:form-submission-2>form submission</a> and in the <code id=the-select-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dd><code id=the-select-element:attr-select-required><a href=#attr-select-required>required</a></code> — Whether the control is required for <a href=#form-submission-2 id=the-select-element:form-submission-2-2>form submission</a><dd><code id=the-select-element:attr-select-size><a href=#attr-select-size>size</a></code> — Size of the control<dt><a href=#concept-element-dom id=the-select-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlselectelement>HTMLSelectElement</dfn> : <a href=#htmlelement id=the-select-element:htmlelement>HTMLElement</a> {
@@ -38161,7 +38162,7 @@
 
 
 
-  <h4 id=the-datalist-element>4.10.8 The <dfn><code>datalist</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=datalist">caniuse.com</a></div>
+  <h4 id=the-datalist-element>4.10.8 The <dfn><code>datalist</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <
 a href="http://caniuse.com/#feat=datalist">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-datalist-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-datalist-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-contexts id=the-datalist-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-datalist-element:concept-element-content-model>Content model</a>:<dd>Either: <a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2-3>phrasing content</a>.<dd>Or: Zero or more <code id=the-datalist-element:the-option-element><a href=#the-option-element>option</a></code> and <span>script-supporting</span> elements.<dt><a href=#concept-element-tag-omission id=the-dat
 alist-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-datalist-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-datalist-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-datalist-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldatalistelement>HTMLDataListElement</dfn> : <a href=#htmlelement id=the-datalist-element:htmlelement>HTMLElement</a> {
@@ -38505,7 +38506,7 @@
 
 
 
-  <h4 id=the-textarea-element>4.10.11 The <dfn><code>textarea</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15291" title="Allow textarea at pattern (input at pattern is specced already so why not)">15291</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18069" title="Allow textarea at pattern (input at pattern is specced already so why not)">18069</a></div>
+  <h4 id=the-textarea-element>4.10.11 The <dfn><code>textarea</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15291" title="Allow textarea at pattern (input at pattern is specced already so why not)">15291</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18069" title="Allow textarea at pattern (input at pattern is specced already so why not)">18069</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-textarea-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-textarea-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-textarea-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-textarea-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-textarea-element:category-listed>Listed</a>, <a href=#category-label id=the-textarea-element:category-label>labelable</a>, <a href=#category-submit id=the-textarea-element:category-submit>submittable</a>, <a href=#category-reset id=the-textarea-element:category-reset>resettable</a>, and <a href=#category-form-attr id=the-textarea-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-textarea-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-textarea-elemen
 t:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-textarea-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-textarea-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-textarea-element:concept-element-content-model>Content model</a>:<dd><a href=#text-content id=the-textarea-element:text-content>Text</a>.<dt><a href=#concept-element-tag-omission id=the-textarea-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-textarea-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-textarea-element:global-attributes>Global attributes</a><dd><code id=the-textarea-element:attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> — Hint for form autofill feature<dd><
 code id=the-textarea-element:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> — Automatically focus the form control when the page is loaded<dd><code id=the-textarea-element:attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code> — Maximum number of characters per line<dd><code id=the-textarea-element:attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code> — Name of form field to use for sending the element's <a href=#the-directionality id=the-textarea-element:the-directionality>directionality</a> in <a href=#form-submission-2 id=the-textarea-element:form-submission-2>form submission</a><dd><code id=the-textarea-element:attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-textarea-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-textarea-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><co
 de id=the-textarea-element:attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code> — Hint for selecting an input modality<dd><code id=the-textarea-element:attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> — Maximum length of value<dd><code id=the-textarea-element:attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code> — Minimum length of value<dd><code id=the-textarea-element:attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-2>form submission</a> and in the <code id=the-textarea-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dd><code id=the-textarea-element:attr-textarea-placeholder><a href=#attr-textarea-placeholder>placeholder</a></code> — User-visible label to be placed within the form control<dd><code id=the-textarea-element:attr-textarea-readonly><a href=#attr-tex
 tarea-readonly>readonly</a></code> — Whether to allow the value to be edited by the user<dd><code id=the-textarea-element:attr-textarea-required><a href=#attr-textarea-required>required</a></code> — Whether the control is required for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-3>form submission</a><dd><code id=the-textarea-element:attr-textarea-rows><a href=#attr-textarea-rows>rows</a></code> — Number of lines to show<dd><code id=the-textarea-element:attr-textarea-wrap><a href=#attr-textarea-wrap>wrap</a></code> — How the value of the form control is to be wrapped for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-4>form submission</a><dt><a href=#concept-element-dom id=the-textarea-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href=#htmlelement id=the-textarea-element:htmlelement>HTMLElement</a> {
@@ -39226,7 +39227,7 @@
 
 
 
-  <h4 id=the-progress-element>4.10.14 The <dfn><code>progress</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18093" title="progress and meter have no name-attribute? So their value is not POST or GET when the form is submitted? If not, this means an addition alement must be used to convey these values if needed.">18093</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>16+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>11+</span></span><spa
 n class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=progressmeter">caniuse.com</a></div>
+  <h4 id=the-progress-element>4.10.14 The <dfn><code>progress</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18093" title="progress and meter have no name-attribute? So their value is not POST or GET when the form is submitted? If not, this means an addition alement must be used to convey these values if needed.">18093</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+
 </span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=progressmeter">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-progress-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-progress-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#category-label id=the-progress-element:category-label>Labelable element</a>.<dd><a href=#palpable-content-2 id=the-progress-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-progress-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-progress-element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2-3>Phrasing content</a>, but there must be no <code id=the-
 progress-element:the-progress-element><a href=#the-progress-element>progress</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-progress-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-progress-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-progress-element:global-attributes>Global attributes</a><dd><code id=the-progress-element:attr-progress-value><a href=#attr-progress-value>value</a></code> — Current value of the element<dd><code id=the-progress-element:attr-progress-max><a href=#attr-progress-max>max</a></code> — Upper bound of range<dt><a href=#concept-element-dom id=the-progress-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlprogresselement>HTMLProgressElement</dfn> : <a href=#htmlelement id=the-progress-element:htmlelement>HTMLElement</a> {
@@ -39665,7 +39666,7 @@
 
 
 
-  <h4 id=the-fieldset-element>4.10.16 The <dfn><code>fieldset</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25551" title="Shouldn't <fieldset> also allow intermixed script-supporting elements (before the <legend>)?">25551</a></div>
+  <h4 id=the-fieldset-element>4.10.16 The <dfn><code>fieldset</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25551" title="Shouldn't <fieldset> also allow intermixed script-supporting elements (before the <legend>)?">25551</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-fieldset-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-fieldset-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-fieldset-element:sectioning-root>Sectioning root</a>.<dd><a href=#category-listed id=the-fieldset-element:category-listed>Listed</a> and <a href=#category-form-attr id=the-fieldset-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-fieldset-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-fieldset-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-fieldset-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-fieldset-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-fieldset-element:conce
 pt-element-content-model>Content model</a>:<dd>Optionally a <code id=the-fieldset-element:the-legend-element><a href=#the-legend-element>legend</a></code> element, followed by <a href=#flow-content-2 id=the-fieldset-element:flow-content-2-3>flow content</a>.<dt><a href=#concept-element-tag-omission id=the-fieldset-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-fieldset-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-fieldset-element:global-attributes>Global attributes</a><dd><code id=the-fieldset-element:attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-fieldset-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-fieldset-element:the-form-element><a href=#the-form-element>form</a></code> element<dd
 ><code id=the-fieldset-element:attr-fe-name><a href=#attr-fe-name>name</a></code>   — Name of form control to use in the <code id=the-fieldset-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dt><a href=#concept-element-dom id=the-fieldset-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href=#htmlelement id=the-fieldset-element:htmlelement>HTMLElement</a> {
@@ -40357,7 +40358,7 @@
   </p>
 
 
-  <h6 id=autofocusing-a-form-control:-the-autofocus-attribute>4.10.19.6.1 Autofocusing a form control: the <code id=autofocusing-a-form-control:-the-autofocus-attribute:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26669" title="Bad design: autofocus attribute">26669</a></div>
+  <h6 id=autofocusing-a-form-control:-the-autofocus-attribute>4.10.19.6.1 Autofocusing a form control: the <code id=autofocusing-a-form-control:-the-autofocus-attribute:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26669" title="Bad design: autofocus attribute">26669</a></div>
 
   
 
@@ -42231,7 +42232,7 @@
    rules given by the <code id=definitions:attr-input-step><a href=#attr-input-step>step</a></code> attribute.<dt> <dfn id=suffering-from-bad-input>Suffering from bad input</dfn> <dd> <p>When a control has incomplete input and the user agent does not think the user ought to
    be able to submit the form in its current state.<dt> <dfn id=suffering-from-a-custom-error>Suffering from a custom error</dfn> <dd> <p>When a control's <a href=#custom-validity-error-message id=definitions:custom-validity-error-message-3>custom validity error message</a> (as set by the element's
    <code id=definitions:dom-cva-setcustomvalidity-2><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method) is not the empty
-   string.</p> </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25369" title="Make valueMissing always be false when badInput is true">25369</a></div>
+   string.</p> </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25369" title="Make valueMissing always be false when badInput is true">25369</a></div>
 
   <p class=note>An element can still suffer from these states even when the element is <a href=#concept-fe-disabled id=definitions:concept-fe-disabled>disabled</a>; thus these states can be represented in the DOM even
   if validating the form during submission wouldn't indicate a problem to the user.</p>
@@ -42575,7 +42576,7 @@
 
   
 
-  <h5 id=form-submission-algorithm>4.10.22.3 Form submission algorithm</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230" title="Some synthetic events cause actions">12230</a></div>
+  <h5 id=form-submission-algorithm>4.10.22.3 Form submission algorithm</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230" title="Some synthetic events cause actions">12230</a></div>
 
   <p>When a <code id=form-submission-algorithm:the-form-element><a href=#the-form-element>form</a></code> element <var>form</var> is <dfn id=concept-form-submit>submitted</dfn> from an element <var>submitter</var>
   (typically a button), optionally with a <var>submitted from <code id=form-submission-algorithm:dom-form-submit><a href=#dom-form-submit>submit()</a></code> method</var> flag set, the user agent must run the
@@ -42966,7 +42967,7 @@
   
 
   <p id=application-x-www-form-urlencoded-encoding-algorithm>The <dfn id=application/x-www-form-urlencoded-encoding-algorithm><code>application/x-www-form-urlencoded</code> encoding algorithm</dfn> is as
-  follows:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17725" title="refactor definition of media type "www-form-urlencoded-encoding"">17725</a></div>
+  follows:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17725" title="refactor definition of media type "www-form-urlencoded-encoding"">17725</a></div>
 
   <ol><li><p>Let <var>result</var> be the empty string.<li>
 
@@ -43106,7 +43107,7 @@
 
 
 
-  <h5 id=multipart-form-data>4.10.22.7 Multipart form data</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18135" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">18135</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">16909</a></div>
+  <h5 id=multipart-form-data>4.10.22.7 Multipart form data</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18135" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">18135</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">16909</a></div>
 
   
 
@@ -43241,7 +43242,7 @@
 
   <h3 id=interactive-elements>4.11 Interactive elements</h3>
 
-  <h4 id=the-details-element>4.11.1 The <dfn><code>details</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25550" title="Shouldn't <details> also allow intermixed script-supporting elements (before the <summary>)?">25550</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>12+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=android><span>Android Browser</span> <span>4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=details">caniuse.com</a></div>
+  <h4 id=the-details-element>4.11.1 The <dfn><code>details</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25550" title="Shouldn't <details> also allow intermixed script-supporting elements (before the <summary>)?">25550</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</s
 pan></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=details">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-details-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-details-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-details-element:sectioning-root>Sectioning root</a>.<dd><a href=#interactive-content-2 id=the-details-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-details-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-details-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-details-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-details-element:concept-element-content-model>Content model</a>:<dd>One <code id=the-details-element:the-summary-element><a href=#the-summary-element>summary</a></code> element followed by <a href=#flow-conte
 nt-2 id=the-details-element:flow-content-2-3>flow content</a>.<dt><a href=#concept-element-tag-omission id=the-details-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-details-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-details-element:global-attributes>Global attributes</a><dd><code id=the-details-element:attr-details-open><a href=#attr-details-open>open</a></code> — Whether the details are visible<dt><a href=#concept-element-dom id=the-details-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldetailselement>HTMLDetailsElement</dfn> : <a href=#htmlelement id=the-details-element:htmlelement>HTMLElement</a> {
@@ -43376,7 +43377,7 @@
 
 
 
-  <h4 id=the-menu-element>4.11.3 The <dfn id=menus><code>menu</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12999" title="Allow nodefault="" on <menu type=context>">12999</a></div>
+  <h4 id=the-menu-element>4.11.3 The <dfn id=menus><code>menu</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12999" title="Allow nodefault="" on <menu type=context>">12999</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-menu-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-menu-element:flow-content-2>Flow content</a>.<dd>If the element's <code id=the-menu-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#toolbar-state id=the-menu-element:toolbar-state>toolbar</a> state: <a href=#palpable-content-2 id=the-menu-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-menu-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-menu-element:flow-content-2-2>flow content</a> is expected.<dd>If the element's <code id=the-menu-element:attr-menu-type-2><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state>popup menu</a> state: as the child of a <code id=the-menu-element:the-menu-element><
 a href=#the-menu-element>menu</a></code> element whose <code id=the-menu-element:attr-menu-type-3><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state-2>popup menu</a> state.<dt><a href=#concept-element-content-model id=the-menu-element:concept-element-content-model>Content model</a>:<dd>If the element's <code id=the-menu-element:attr-menu-type-4><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#toolbar-state id=the-menu-element:toolbar-state-2>toolbar</a> state: either zero or more <code id=the-menu-element:the-li-element><a href=#the-li-element>li</a></code> and <a href=#script-supporting-elements-2 id=the-menu-element:script-supporting-elements-2>script-supporting</a> elements, or, <a href=#flow-content-2 id=the-menu-element:flow-content-2-3>flow content</a>.<dd>If the element's <code id=the-menu-element:attr-menu-type-5><a href=#attr-menu-type>type</a></code> attribute is in the <a h
 ref=#popup-menu-state id=the-menu-element:popup-menu-state-3>popup menu</a> state: in any order, zero or more <code id=the-menu-element:the-menuitem-element><a href=#the-menuitem-element>menuitem</a></code> elements, zero or more <code id=the-menu-element:the-hr-element><a href=#the-hr-element>hr</a></code> elements, zero or more <code id=the-menu-element:the-menu-element-2><a href=#the-menu-element>menu</a></code> elements whose <code id=the-menu-element:attr-menu-type-6><a href=#attr-menu-type>type</a></code> attributes are in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state-4>popup menu</a> state, and zero or more <a href=#script-supporting-elements-2 id=the-menu-element:script-supporting-elements-2-2>script-supporting</a> elements.<dt><a href=#concept-element-tag-omission id=the-menu-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-menu-element:concept-element-
 attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-menu-element:global-attributes>Global attributes</a><dd><code id=the-menu-element:attr-menu-type-7><a href=#attr-menu-type>type</a></code> — Type of menu<dd><code id=the-menu-element:attr-menu-label><a href=#attr-menu-label>label</a></code> — User-visible label<dt><a href=#concept-element-dom id=the-menu-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlmenuelement>HTMLMenuElement</dfn> : <a href=#htmlelement id=the-menu-element:htmlelement>HTMLElement</a> {
@@ -43530,7 +43531,7 @@
 
 
 
-  <h4 id=the-menuitem-element>4.11.4 The <dfn><code>menuitem</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=caniuse><a href="http://caniuse.com/#feat=menu">caniuse.com</a></div>
+  <h4 id=the-menuitem-element>4.11.4 The <dfn><code>menuitem</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox partial"><span><span>Firefox</span> (limited) </span><span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobil
 e</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=menu">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-menuitem-element:concept-element-categories>Categories</a>:<dd>None.<dt><a href=#concept-element-contexts id=the-menuitem-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>As a child of a <code id=the-menuitem-element:the-menu-element><a href=#the-menu-element>menu</a></code> element whose <code id=the-menuitem-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menuitem-element:popup-menu-state>popup menu</a> state.<dt><a href=#concept-element-content-model id=the-menuitem-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-menuitem-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-menuitem-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-menuitem-element:syntax-end-t
 ag>end tag</a>.<dt><a href=#concept-element-attributes id=the-menuitem-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-menuitem-element:global-attributes>Global attributes</a><dd><code id=the-menuitem-element:attr-menuitem-type><a href=#attr-menuitem-type>type</a></code> — Type of command<dd><code id=the-menuitem-element:attr-menuitem-label><a href=#attr-menuitem-label>label</a></code> — User-visible label<dd><code id=the-menuitem-element:attr-menuitem-icon><a href=#attr-menuitem-icon>icon</a></code> — Icon for the command<dd><code id=the-menuitem-element:attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-menuitem-element:attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> — Whether the command or control is checked<dd><code id=the-menuitem-element:attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a>
 </code> — Name of group of commands to treat as a radio button group<dd><code id=the-menuitem-element:attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> — Mark the command as being a default command<dd><code id=the-menuitem-element:attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — Command definition<dd>Also, the <code id=the-menuitem-element:attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute <a href=#attr-menuitem-title id=the-menuitem-element:attr-menuitem-title-2>has special semantics</a> on this element: Hint describing the command.<dt><a href=#concept-element-dom id=the-menuitem-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlmenuitemelement>HTMLMenuItemElement</dfn> : <a href=#htmlelement id=the-menuitem-element:htmlelement>HTMLElement</a> {
@@ -44354,7 +44355,7 @@
   
 
 
-  <h4 id=the-dialog-element>4.11.7 The <dfn><code>dialog</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16783" title="no clear information on expected or desirable keyboard/focus interaction behaviour with new dialog element">16783</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21770" title="<dialog>: The <dialog> positioning logic needs to support vertical writing modes.">21770</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>37+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=opera><span>Opera</span> <span>24+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dialog">caniuse.com</a></div>
+  <h4 id=the-dialog-element>4.11.7 The <dfn><code>dialog</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16783" title="no clear information on expected or desirable keyboard/focus interaction behaviour with new dialog element">16783</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21770" title="<dialog>: The <dialog> positioning logic needs to support vertical writing modes.">21770</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browse
 r</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dialog">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-dialog-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-dialog-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-dialog-element:sectioning-root>Sectioning root</a>.<dt><a href=#concept-element-contexts id=the-dialog-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-dialog-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-dialog-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-dialog-element:flow-content-2-3>Flow content</a>.<dt><a href=#concept-element-tag-omission id=the-dialog-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-dialog-element:concept-element-attributes>Content attributes</a>:<
 dd><a href=#global-attributes id=the-dialog-element:global-attributes>Global attributes</a><dd><code id=the-dialog-element:attr-dialog-open><a href=#attr-dialog-open>open</a></code> — Whether the dialog box is showing<dt><a href=#concept-element-dom id=the-dialog-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldialogelement>HTMLDialogElement</dfn> : <a href=#htmlelement id=the-dialog-element:htmlelement>HTMLElement</a> {
@@ -44420,7 +44421,7 @@
   
 
   <p>When the <dfn id=dom-dialog-show><code>show()</code></dfn> method is invoked, the user
-  agent must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24718" title="<dialog>: we should add a showWithoutFocus() method to <dialog> for cases where you don't want it focused">24718</a></div>
+  agent must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24718" title="<dialog>: we should add a showWithoutFocus() method to <dialog> for cases where you don't want it focused">24718</a></div>
 
   <ol><li><p>If the element already has an <code id=the-dialog-element:attr-dialog-open-3><a href=#attr-dialog-open>open</a></code> attribute, then
    abort these steps.<li><p>Add an <code id=the-dialog-element:attr-dialog-open-4><a href=#attr-dialog-open>open</a></code> attribute to the <code id=the-dialog-element:the-dialog-element-9><a href=#the-dialog-element>dialog</a></code>
@@ -44744,7 +44745,7 @@
 
 
 
-  <h5 id=anchor-points>4.11.7.1 Anchor points</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21581" title="Define anchor points in a CSS specification">21581</a></div>
+  <h5 id=anchor-points>4.11.7.1 Anchor points</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21581" title="Define anchor points in a CSS specification">21581</a></div>
 
   <p class=critical>This section will eventually be moved to a CSS specification; it is specified
   here only on an interim basis until an editor can be found to own this.</p>
@@ -44810,7 +44811,7 @@
   </div>
 
 
-  <h4 id=the-script-element>4.12.1 The <dfn id=script><code>script</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23165" title="Implement JavaScript syntax checking in <script>">23165</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23156" title="Bug filing button of the nightly 5.1 spec gets hidden from user upon scroll">23156</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18298" title=""The script element gets inserted into a document." - is the order defined if multiple script elements are simultaneously inserted? What about the relative order of other things that happen on insertion and script elements?">18298</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25943" title="Include execution graph by Peter">25943</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23157" tit
 le="XHTML: validator doesn’t check that Raw Text elements (style/script) match the constraints">23157</a></div>
+  <h4 id=the-script-element>4.12.1 The <dfn id=script><code>script</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23165" title="Implement JavaScript syntax checking in <script>">23165</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23156" title="Bug filing button of the nightly 5.1 spec gets hidden from user upon scroll">23156</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18298" title=""The script element gets inserted into a document." - is the order defined if multiple script elements are simultaneously inserted? What about the relative order of other things that happen on insertion and script elements?">18298</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25943" title="Include execution graph by Peter">25943</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23157
 " title="XHTML: validator doesn’t check that Raw Text elements (style/script) match the constraints">23157</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-script-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-script-element:metadata-content-2>Metadata content</a>.<dd><a href=#flow-content-2 id=the-script-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-script-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#script-supporting-elements-2 id=the-script-element:script-supporting-elements-2>Script-supporting element</a>.<dt><a href=#concept-element-contexts id=the-script-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-script-element:metadata-content-2-2>metadata content</a> is expected.<dd>Where <a href=#phrasing-content-2 id=the-script-element:phrasing-content-2-2>phrasing content</a> is expected.<dd>Where <a href=#script-supporting-elements-2 id=the-script-element:script-supporting-elements-2-2>script-supp
 orting elements</a> are expected.<dt><a href=#concept-element-content-model id=the-script-element:concept-element-content-model>Content model</a>:<dd>If there is no <code id=the-script-element:attr-script-src><a href=#attr-script-src>src</a></code>
    attribute, depends on the value of the <code id=the-script-element:attr-script-type><a href=#attr-script-type>type</a></code> attribute, but must match
@@ -44867,7 +44868,7 @@
 
   <p>The <dfn id=attr-script-async><code>async</code></dfn> and <dfn id=attr-script-defer><code>defer</code></dfn> attributes are <a href=#boolean-attribute id=the-script-element:boolean-attribute>boolean attributes</a> that indicate how the script should be executed. The <code id=the-script-element:attr-script-defer-2><a href=#attr-script-defer>defer</a></code> and <code id=the-script-element:attr-script-async-2><a href=#attr-script-async>async</a></code> attributes
   must not be specified if the <code id=the-script-element:attr-script-src-7><a href=#attr-script-src>src</a></code> attribute is not
-  present.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=script-async">caniuse.com</a></div><div class=status><input onclick=tog
 gleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=script-defer">caniuse.com</a></div>
+  present.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+<
 /span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=script-async">caniuse.com</a></div><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</
 span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=script-defer">caniuse.com</a></div>
 
   <p>There are three possible modes that can be selected using these attributes. If the <code id=the-script-element:attr-script-async-3><a href=#attr-script-async>async</a></code> attribute is present, then the script will be executed
   as soon as it is available, but without blocking further parsing of the page. If the <code id=the-script-element:attr-script-async-4><a href=#attr-script-async>async</a></code>
@@ -45821,7 +45822,7 @@
   </div>
 
 
-  <h4 id=the-template-element>4.12.3 The <dfn><code>template</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>26+</span></span><span class=firefox><span>Firefox</span> <span>22+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>8+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=safari><span>Safari</span> <span>7.1+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=template">caniuse.com</a></div>
+  <h4 id=the-template-element>4.12.3 The <dfn><code>template</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span>
 </span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=template">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-template-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-template-element:metadata-content-2>Metadata content</a>.<dd><a href=#flow-content-2 id=the-template-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-template-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#script-supporting-elements-2 id=the-template-element:script-supporting-elements-2>Script-supporting element</a>.<dt><a href=#concept-element-contexts id=the-template-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-template-element:metadata-content-2-2>metadata content</a> is expected.<dd>Where <a href=#phrasing-content-2 id=the-template-element:phrasing-content-2-2>phrasing content</a> is expected.<dd>Where <a href=#script-supporting-elements-2 id=the-template-element:script-supporting-elemen
 ts-2-2>script-supporting elements</a> are expected.<dd>As a child of a <code id=the-template-element:the-colgroup-element><a href=#the-colgroup-element>colgroup</a></code> element that doesn't have a <code id=the-template-element:attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute.<dt><a href=#concept-element-content-model id=the-template-element:concept-element-content-model>Content model</a>:<dd>Either: <a href=#metadata-content-2 id=the-template-element:metadata-content-2-3>Metadata content</a>.<dd>Or: <a href=#flow-content-2 id=the-template-element:flow-content-2-2>Flow content</a>.<dd>Or: The content model of <code id=the-template-element:the-ol-element><a href=#the-ol-element>ol</a></code> and <code id=the-template-element:the-ul-element><a href=#the-ul-element>ul</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-dl-element><a href=#the-dl-element>dl</a></code> elements.<dd>Or: The content model of <code id=the-temp
 late-element:the-figure-element><a href=#the-figure-element>figure</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-ruby-element><a href=#the-ruby-element>ruby</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-object-element><a href=#the-object-element>object</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-video-element><a href=#the-video-element>video</a></code> and <code id=the-template-element:the-audio-element><a href=#the-audio-element>audio</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-table-element><a href=#the-table-element>table</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-colgroup-element-2><a href=#the-colgroup-element>colgroup</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-thead-element><a href=#the-thead-element>thead</a></code>, <code id=the-template-e
 lement:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, and <code id=the-template-element:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-tr-element><a href=#the-tr-element>tr</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-select-element><a href=#the-select-element>select</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-details-element><a href=#the-details-element>details</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-menu-element><a href=#the-menu-element>menu</a></code> elements whose <code id=the-template-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-template-eleme
 nt:popup-menu-state>popup menu state</a>.<dt><a href=#concept-element-tag-omission id=the-template-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-template-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-template-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-template-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmltemplateelement>HTMLTemplateElement</dfn> : <a href=#htmlelement id=the-template-element:htmlelement>HTMLElement</a> {
@@ -45984,7 +45985,7 @@
 
 
 
-  <h4 id=the-canvas-element>4.12.4 The <dfn id=canvas><code>canvas</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9469" title="Shouldn't this paragraph link to #attr-canvas-width and #attr-canvas-height, rather than just saying "the respective content attributes of the same name"?">9469</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safar
 i</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=canvas">caniuse.com</a></div>
+  <h4 id=the-canvas-element>4.12.4 The <dfn id=canvas><code>canvas</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9469" title="Shouldn't this paragraph link to #attr-canvas-width and #attr-canvas-height, rather than just saying "the respective content attributes of the same name"?">9469</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (li
 mited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=canvas">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-canvas-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-canvas-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-canvas-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-canvas-element:embedded-content-category>Embedded content</a>.<dd><a href=#palpable-content-2 id=the-canvas-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-canvas-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-canvas-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-canvas-element:concept-element-content-model>Content model</a>:<dd><a href=#transparent id=the-canvas-element:transparent>Transparent</a>, but with no <a href=#interactive-conte
 nt-2 id=the-canvas-element:interactive-content-2>interactive content</a> descendants except for <code id=the-canvas-element:the-a-element><a href=#the-a-element>a</a></code> elements, <code id=the-canvas-element:the-img-element><a href=#the-img-element>img</a></code> elements with <code id=the-canvas-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attributes, <code id=the-canvas-element:the-button-element><a href=#the-button-element>button</a></code> elements, <code id=the-canvas-element:the-input-element><a href=#the-input-element>input</a></code> elements whose <code id=the-canvas-element:attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" id="the-canvas-element:checkbox-state-(type=checkbox)">Checkbox</a> or <a href="#radio-button-state-(type=radio)" id="the-canvas-element:radio-button-state-(type=radio)">Radio Button</a> states, <code id=the-canvas-element:the-input-element
 -2><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button id=the-canvas-element:concept-button>buttons</a>, <code id=the-canvas-element:the-select-element><a href=#the-select-element>select</a></code> elements with a <code id=the-canvas-element:attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute or a <a href=#concept-select-size id=the-canvas-element:concept-select-size>display size</a> greater than 1, <a href=#sorting-interface-th-element id=the-canvas-element:sorting-interface-th-element>sorting interface <code>th</code> elements</a>, and elements that would not be <a href=#interactive-content-2 id=the-canvas-element:interactive-content-2-2>interactive content</a> except for having the <code id=the-canvas-element:attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified.<dt><a href=#concept-element-tag-omission id=the-canvas-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>
 Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-canvas-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-canvas-element:global-attributes>Global attributes</a><dd><code id=the-canvas-element:attr-canvas-width><a href=#attr-canvas-width>width</a></code> — Horizontal dimension<dd><code id=the-canvas-element:attr-canvas-height><a href=#attr-canvas-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-canvas-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>typedef (<a href=#canvasrenderingcontext2d id=the-canvas-element:canvasrenderingcontext2d>CanvasRenderingContext2D</a> or <a href=#webglrenderingcontext id=the-canvas-element:webglrenderingcontext>WebGLRenderingContext</a>) <dfn id=renderingcontext>RenderingContext</dfn>;
@@ -46452,7 +46453,7 @@
   
 
 
-  <h5 id=2dcontext>4.12.4.2 The 2D rendering context</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17427" title="<canvas>: drawImage() should accept SVGImageElement (<svg:image>)">17427</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18220" title="drawImage should accept SVGImageElement">18220</a></div>
+  <h5 id=2dcontext>4.12.4.2 The 2D rendering context</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17427" title="<canvas>: drawImage() should accept SVGImageElement (<svg:image>)">17427</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18220" title="drawImage should accept SVGImageElement">18220</a></div>
 
   
 
@@ -47804,7 +47805,7 @@
 
 
 
-  <h6 id=path2d-objects>4.12.4.2.7 <code id=path2d-objects:path2d><a href=#path2d>Path2D</a></code> objects</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9236" title="<canvas>: Detecting the intersection of Path objects">9236</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18751" title="<canvas>: a way to get the coordinate of the last point in a path">18751</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21939" title="<canvas>: Path introspection">21939</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25716" title="Path merging should not be part of addText() or addPathByStrokingText(), it is very expensive comput [...]">25716</a></div>
+  <h6 id=path2d-objects>4.12.4.2.7 <code id=path2d-objects:path2d><a href=#path2d>Path2D</a></code> objects</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9236" title="<canvas>: Detecting the intersection of Path objects">9236</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18751" title="<canvas>: a way to get the coordinate of the last point in a path">18751</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21939" title="<canvas>: Path introspection">21939</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25716" title="Path merging should not be part of addText() or addPathByStrokingText(), it is very expensive comput [...]">25716</a></div>
 
   <p><code id=path2d-objects:path2d-2><a href=#path2d>Path2D</a></code> objects can be used to declare paths that are then later used on
   <code id=path2d-objects:canvasrenderingcontext2d><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects. In addition to many of the APIs described in
@@ -48076,7 +48077,7 @@
   
 
 
-  <h6 id=transformations>4.12.4.2.8 <dfn>Transformations</dfn></h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9235" title="<canvas>: perspective transformations">9235</a></div>
+  <h6 id=transformations>4.12.4.2.8 <dfn>Transformations</dfn></h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9235" title="<canvas>: perspective transformations">9235</a></div>
 
   <p>Each <code id=transformations:canvasrenderingcontext2d><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object has a <i>current transformation matrix</i>,
   as well as methods (described in this section) to manipulate it. When a
@@ -48622,7 +48623,7 @@
 
     <p>Returns the measurement described below.</p>
 
-   </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=canvas-text">caniuse.com</a></div>
+   </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</s
 pan></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=canvas-text">caniuse.com</a></div>
 
   
 
@@ -50468,7 +50469,7 @@
      inclusive, must be treated as the desired quality level. If it is not a number or is outside that range, the user agent must use its
      default value, as if the argument had been omitted.
      <td> <a href=#refsJPEG>[JPEG]</a>
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26919" title="Arguments to what?">26919</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26919" title="Arguments to what?">26919</a></div>
 
   
 
@@ -50667,7 +50668,7 @@
   </div>
 
 
-  <h4 id=rel-up>4.13.2 Bread crumb navigation</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26920" title="<a>Second hand</a>">26920</a></div>
+  <h4 id=rel-up>4.13.2 Bread crumb navigation</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26920" title="<a>Second hand</a>">26920</a></div>
 
   <p>This specification does not provide a machine-readable way of describing bread-crumb navigation
   menus. Authors are encouraged to just use a series of links in a paragraph. The <code id=rel-up:the-nav-element><a href=#the-nav-element>nav</a></code>
@@ -50697,7 +50698,7 @@
   </div>
 
 
-  <h4 id=tag-clouds>4.13.3 Tag clouds</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23610" title="Change tag cloud example">23610</a></div>
+  <h4 id=tag-clouds>4.13.3 Tag clouds</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23610" title="Change tag cloud example">23610</a></div>
 
   <p id=tag-cloud>This specification does not define any markup specifically for marking up lists
   of keywords that apply to a group of pages (also known as <i>tag clouds</i>). In general, authors
@@ -51042,7 +51043,7 @@
 
   <h3 id=selectors>4.15 Matching HTML elements using selectors</h3>
 
-  <h4 id=case-sensitivity>4.15.1 Case-sensitivity</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24005" title="Attribute values can't always be matched case-sensitively">24005</a></div>
+  <h4 id=case-sensitivity>4.15.1 Case-sensitivity</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24005" title="Attribute values can't always be matched case-sensitively">24005</a></div>
 
   <p>The Selectors specification leaves the case-sensitivity of element names, attribute names, and
   attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
@@ -54017,7 +54018,7 @@
   <h2 id=editing>6 <dfn>User interaction</dfn></h2>
 
 
-  <h3 id=the-hidden-attribute>6.1 The <dfn><code>hidden</code></dfn> attribute</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19159" title="allow use of hidden for tab panels">19159</a></div>
+  <h3 id=the-hidden-attribute>6.1 The <dfn><code>hidden</code></dfn> attribute</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19159" title="allow use of hidden for tab panels">19159</a></div>
 
   <p>All <a href=#html-elements id=the-hidden-attribute:html-elements>HTML elements</a> may have the <code id=the-hidden-attribute:the-hidden-attribute><a href=#the-hidden-attribute>hidden</a></code> content
   attribute set. The <code id=the-hidden-attribute:the-hidden-attribute-2><a href=#the-hidden-attribute>hidden</a></code> attribute is a <a href=#boolean-attribute id=the-hidden-attribute:boolean-attribute>boolean
@@ -55391,7 +55392,7 @@
 
   <h3 id=editing-2>6.6 Editing</h3>
 
-  <h4 id=contenteditable>6.6.1 Making document regions editable: The <code id=contenteditable:attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>5.5+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span c
 lass=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=contenteditable">caniuse.com</a></div>
+  <h4 id=contenteditable>6.6.1 Making document regions editable: The <code id=contenteditable:attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera ye
 s"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=contenteditable">caniuse.com</a></div>
 
   <pre class=idl>[NoInterfaceObject]
 interface ElementContentEditable {
@@ -55445,7 +55446,7 @@
 
 
 
-  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
+  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
 
   
 
@@ -55540,7 +55541,7 @@
 
 
 
-  <h4 id=spelling-and-grammar-checking>6.6.5 Spelling and grammar checking</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>9+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=spellcheck-attribute">caniuse.com</a></div>
+  <h4 id=spelling-and-grammar-checking>6.6.5 Spelling and grammar checking</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></s
 pan><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff partial"><span><span>Firefox for Android</span> (limited) </span><span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=spellcheck-attribute">caniuse.com</a></div>
 
   
 
@@ -55696,7 +55697,7 @@
   checking is enabled, or could use other interfaces.</p>
 
 
-  <h3 id=dnd>6.7 <dfn>Drag and drop</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>12+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dragndrop">caniuse.com</a></div>
+  <h3 id=dnd>6.7 <dfn>Drag and drop</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span cl
 ass="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dragndrop">caniuse.com</a></div>
 
 
 
@@ -56837,7 +56838,7 @@
 
 
 
-  <h4 id=the-draggable-attribute>6.7.7 The <dfn><code>draggable</code></dfn> attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26024" title="Drag and drop <img> should give the rendered image's URL">26024</a></div>
+  <h4 id=the-draggable-attribute>6.7.7 The <dfn><code>draggable</code></dfn> attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26024" title="Drag and drop <img> should give the rendered image's URL">26024</a></div>
 
   <p>All <a href=#html-elements id=the-draggable-attribute:html-elements>HTML elements</a> may have the <code id=the-draggable-attribute:the-draggable-attribute><a href=#the-draggable-attribute>draggable</a></code>
   content attribute set. The <code id=the-draggable-attribute:the-draggable-attribute-2><a href=#the-draggable-attribute>draggable</a></code> attribute is an
@@ -57711,7 +57712,7 @@
 
 
 
-  <h3 id=the-window-object>7.2 The <code id=the-window-object:window><a href=#window>Window</a></code> object</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10694" title="Specify window.console">10694</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25685" title="Seems that WindowProxy open should have [TreatNullAs=EmptyString] for compat with Blink and Firefox<27 (we have a bug report from regressing this).">25685</a></div>
+  <h3 id=the-window-object>7.2 The <code id=the-window-object:window><a href=#window>Window</a></code> object</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10694" title="Specify window.console">10694</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25685" title="Seems that WindowProxy open should have [TreatNullAs=EmptyString] for compat with Blink and Firefox<27 (we have a bug report from regressing this).">25685</a></div>
 
   <pre class=idl>[PrimaryGlobal] 
 /*sealed*/ interface <dfn id=window>Window</dfn> : <a href=#eventtarget id=the-window-object:eventtarget>EventTarget</a> {
@@ -58957,7 +58958,7 @@
 
 
 
-  <h4 id=the-history-interface>7.5.2 The <code id=the-history-interface:history-3><a href=#history-3>History</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584" title=""fully exit fullscreen" is not invoked for normal navigation">26584</a></div>
+  <h4 id=the-history-interface>7.5.2 The <code id=the-history-interface:history-3><a href=#history-3>History</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584" title=""fully exit fullscreen" is not invoked for normal navigation">26584</a></div>
 
   <pre class=idl>interface <dfn id=history-3>History</dfn> {
   readonly attribute long <a href=#dom-history-length id=the-history-interface:dom-history-length>length</a>;
@@ -59135,7 +59136,7 @@
   and forward buttons, the user agent must <a href=#traverse-the-history-by-a-delta id=the-history-interface:traverse-the-history-by-a-delta-4>traverse the history by a delta</a> equivalent
   to the action specified by the user.</p>
 
-  <hr id=history-1><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=opera><span>Opera</span> <span>11.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=history">caniuse.com</a></div> 
+  <hr id=history-1><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span
  class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=history">caniuse.com</a></div> 
 
   <p>The <dfn id=dom-history-pushstate><code>pushState(<var>data</var>, <var>title</var>, <var>url</var>)</code></dfn> method adds a state object entry to
   the history.</p>
@@ -59322,7 +59323,7 @@
 
 
 
-  <h4 id=the-location-interface>7.5.3 The <code id=the-location-interface:location><a href=#location>Location</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18152" title="Setting location before the page is done loading shouldn't always be a replace load">18152</a></div>
+  <h4 id=the-location-interface>7.5.3 The <code id=the-location-interface:location><a href=#location>Location</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18152" title="Setting location before the page is done loading shouldn't always be a replace load">18152</a></div>
 
   <p>Each <code id=the-location-interface:document><a href=#document>Document</a></code> object in a <a href=#browsing-context id=the-location-interface:browsing-context>browsing context</a>'s session history is
   associated with a unique instance of a <code id=the-location-interface:location-2><a href=#location>Location</a></code> object.</p>
@@ -59479,7 +59480,7 @@
   properties of a <code id=security-location:location-2><a href=#location>Location</a></code> object are accessed when the <a href=#entry-settings-object id=security-location:entry-settings-object>entry settings
   object</a> specifies an <a href=#effective-script-origin id=security-location:effective-script-origin>effective script origin</a> that is not the <a href=#same-origin id=security-location:same-origin>same</a> as the <code id=security-location:location-3><a href=#location>Location</a></code> object's associated <code id=security-location:document><a href=#document>Document</a></code>'s
   <a href=#browsing-context id=security-location:browsing-context>browsing context</a>'s <a href=#active-document id=security-location:active-document>active document</a>'s <a href=#effective-script-origin id=security-location:effective-script-origin-2>effective script
-  origin</a>, with the following exceptions:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26745" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">26745</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20701" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">20701</a></div>
+  origin</a>, with the following exceptions:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26745" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">26745</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20701" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">20701</a></div>
 
   <ul><li>The <code id=security-location:dom-url-href><a href=#dom-url-href>href</a></code> setter, if the <a href=#responsible-browsing-context id=security-location:responsible-browsing-context>responsible browsing
    context</a> specified by the <a href=#entry-settings-object id=security-location:entry-settings-object-2>entry settings object</a> is <a href=#familiar-with id=security-location:familiar-with>familiar with</a>
@@ -60093,7 +60094,7 @@
 
 
 
-  <h4 id=read-xml>7.6.3 <dfn>Page load processing model for XML files</dfn></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17976" title="xml-stylesheet with type=text/xsl needs to be handled explicitly">17976</a></div>
+  <h4 id=read-xml>7.6.3 <dfn>Page load processing model for XML files</dfn></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17976" title="xml-stylesheet with type=text/xsl needs to be handled explicitly">17976</a></div>
 
   <p>When faced with displaying an XML file inline, user agents must follow the requirements defined
   in the XML and Namespaces in XML recommendations, RFC 7303, DOM, and other relevant specifications
@@ -61606,7 +61607,7 @@
   </div>
 
 
-  <h4 id=downloading-or-updating-an-application-cache>7.7.4 Downloading or updating an application cache</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18279" title="Specification should be clearer about when the downloading of the application cache starts. "These events are delayed until after the load event has fired." is a bit misleading. The chrome developer team interprets it as: Start downloading all resources f">18279</a></div>
+  <h4 id=downloading-or-updating-an-application-cache>7.7.4 Downloading or updating an application cache</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18279" title="Specification should be clearer about when the downloading of the application cache starts. "These events are delayed until after the load event has fired." is a bit misleading. The chrome developer team interprets it as: Start downloading all resources f">18279</a></div>
 
   <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=#absolute-url id=downloading-or-updating-an-application-cache:absolute-url>absolute URL</a> purported to
@@ -62927,7 +62928,7 @@
   <p>When the user agent is required to <dfn id=report-the-error>report an error</dfn> for a
   particular <a href=#concept-script id=runtime-script-errors:concept-script>script</a> <var>script</var> with a particular
   position <var>line</var>:<var>col</var>, using a particular target <var>target</var>, it must run these steps, after which the error is either <dfn id=concept-error-handled><i>handled</i></dfn> or <dfn id=concept-error-nothandled><i>not
-  handled</i></dfn>:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26182" title="Add a console.* API that invokes the HTML "report the error" algorithm (which calls window.onerror)">26182</a></div>
+  handled</i></dfn>:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26182" title="Add a console.* API that invokes the HTML "report the error" algorithm (which calls window.onerror)">26182</a></div>
 
   <ol><li><p>If <var>target</var> is <a href=#in-error-reporting-mode id=runtime-script-errors:in-error-reporting-mode>in error reporting mode</a>, then abort these
    steps; the error is <i id=runtime-script-errors:concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i>.<li><p>Let <var>target</var> be <dfn id=in-error-reporting-mode>in error reporting mode</dfn>.<li><p>Let <var>message</var> be a user-agent-defined string describing the error in a
@@ -62980,7 +62981,7 @@
 
 
 
-  <h6 id=the-errorevent-interface>8.1.3.6.2 The <code id=the-errorevent-interface:errorevent><a href=#errorevent>ErrorEvent</a></code> interface</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25099" title="Should define default values for ErrorEventInit in the IDL, not in the prose">25099</a></div>
+  <h6 id=the-errorevent-interface>8.1.3.6.2 The <code id=the-errorevent-interface:errorevent><a href=#errorevent>ErrorEvent</a></code> interface</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25099" title="Should define default values for ErrorEventInit in the IDL, not in the prose">25099</a></div>
 
   
 
@@ -63913,7 +63914,7 @@
   
 
 
-  <h3 id=atob>8.2 Base64 utility methods</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>
 <a href="http://caniuse.com/#feat=atob-btoa">caniuse.com</a></div>
+  <h3 id=atob>8.2 Base64 utility methods</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><sp
 an>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=atob-btoa">caniuse.com</a></div>
 
   <p>The <code id=atob:dom-windowbase64-atob><a href=#dom-windowbase64-atob>atob()</a></code> and <code id=atob:dom-windowbase64-btoa><a href=#dom-windowbase64-btoa>btoa()</a></code> methods allow authors to transform content to and from
   the base64 encoding.</p>
@@ -64398,7 +64399,7 @@
 
 
 
-  <h3 id=timers>8.4 Timers</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23744" title="Use the WebIDL callback logic in the setTimeout prose">23744</a></div>
+  <h3 id=timers>8.4 Timers</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23744" title="Use the WebIDL callback logic in the setTimeout prose">23744</a></div>
 
   <p>The <code id=timers:dom-windowtimers-settimeout><a href=#dom-windowtimers-settimeout>setTimeout()</a></code>
   and <code id=timers:dom-windowtimers-setinterval><a href=#dom-windowtimers-setinterval>setInterval()</a></code>
@@ -64761,7 +64762,7 @@
 
 
 
-  <h4 id=dialogs-implemented-using-separate-documents>8.5.3 Dialogs implemented using separate documents with <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog><a href=#dom-showmodaldialog>showModalDialog()</a></code></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18154" title="Add 3rd parameter (options) to control the window position and size. (See https://developer.mozilla.org/en/DOM/window.showModalDialog)">18154</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26843" title="Bug filer's alert should style links with underlines">26843</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26858" title="It seems like WebKit and Blink are different enough now to have separate icons in the implementation status (and commit msg?)">26858</a></div>
+  <h4 id=dialogs-implemented-using-separate-documents>8.5.3 Dialogs implemented using separate documents with <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog><a href=#dom-showmodaldialog>showModalDialog()</a></code></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18154" title="Add 3rd parameter (options) to control the window position and size. (See https://developer.mozilla.org/en/DOM/window.showModalDialog)">18154</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26843" title="Bug filer's alert should style links with underlines">26843</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26858" title="It seems like WebKit and Blink are different enough now to have separate icons in the implementation status (and commit msg?)">26858</a></div>
 
   <p class=critical>This feature is in the process of being removed from the Web platform. (This
   is a long process that takes many years.) Using the <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog-2><a href=#dom-showmodaldialog>showModalDialog()</a></code> API at this time is highly discouraged.</p>
@@ -65109,7 +65110,7 @@
 
 
 
-  <h5 id=custom-handlers>8.6.1.3 Custom scheme and content handlers: the <code id=custom-handlers:dom-navigator-registerprotocolhandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> and <code id=custom-handlers:dom-navigator-registercontenthandler><a href=#dom-navigator-registercontenthandler>registerContentHandler()</a></code> methods</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13883" title="Index of methods and IDL attributes">13883</a></div>
+  <h5 id=custom-handlers>8.6.1.3 Custom scheme and content handlers: the <code id=custom-handlers:dom-navigator-registerprotocolhandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> and <code id=custom-handlers:dom-navigator-registercontenthandler><a href=#dom-navigator-registercontenthandler>registerContentHandler()</a></code> methods</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13883" title="Index of methods and IDL attributes">13883</a></div>
 
   <pre class=idl>[NoInterfaceObject]
 interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
@@ -65130,7 +65131,7 @@
   type</a>. For example, the same online telephone messaging service could register itself as a
   handler for <code id=custom-handlers:text/vcard><a href=#text/vcard>text/vcard</a></code> files, so that if the user has no native application capable
   of handling vCards, his Web browser can instead suggest he use that site to view contact
-  information stored on vCards that he opens. <a href=#refsSMS>[SMS]</a> <a href=#refsRFC6350>[RFC6350]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26876" title="Title argument for both registerProtoclHandler() and registerContentHandler() should be removed as i [...]">26876</a></div>
+  information stored on vCards that he opens. <a href=#refsSMS>[SMS]</a> <a href=#refsRFC6350>[RFC6350]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26876" title="Title argument for both registerProtoclHandler() and registerContentHandler() should be removed as i [...]">26876</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=custom-handlers:dom-navigator><a href=#dom-navigator>navigator</a></code> . <code id=custom-handlers:dom-navigator-registerprotocolhandler-3><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler</a></code>(<var>scheme</var>, <var>url</var>, <var>title</var>)<dt><var>window</var> . <code id=custom-handlers:dom-navigator-2><a href=#dom-navigator>navigator</a></code> . <code id=custom-handlers:dom-navigator-registercontenthandler-3><a href=#dom-navigator-registercontenthandler>registerContentHandler</a></code>(<var>mimeType</var>, <var>url</var>, <var>title</var>)<dd>
 
@@ -66054,7 +66055,7 @@
 
 
 
-  <h3 id=images>8.7 Images</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22705" title="createImageBitmap in WorkerGlobalScope can only take a subset ImageBitmapSource types">22705</a></div>
+  <h3 id=images>8.7 Images</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22705" title="createImageBitmap in WorkerGlobalScope can only take a subset ImageBitmapSource types">22705</a></div>
 
   <pre class=idl>[Exposed=(Window,Worker)]
 interface <dfn id=imagebitmap>ImageBitmap</dfn> {
@@ -66395,7 +66396,7 @@
   
 
 
-  <h3 id=server-sent-events>9.2 <dfn>Server-sent events</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16070" title="uses MessageEvent but doesn't define or reference external definition">16070</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=firefox><span>Firefox</span> <span>6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span>
 <p class=caniuse><a href="http://caniuse.com/#feat=eventsource">caniuse.com</a></div>
+  <h3 id=server-sent-events>9.2 <dfn>Server-sent events</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16070" title="uses MessageEvent but doesn't define or reference external definition">16070</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"
 ><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=eventsource">caniuse.com</a></div>
 
   <h4 id=server-sent-events-intro>9.2.1 Introduction</h4>
 
@@ -66462,7 +66463,7 @@
   push</a>.</p>
 
 
-  <h4 id=the-eventsource-interface>9.2.2 The <code id=the-eventsource-interface:eventsource><a href=#eventsource>EventSource</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23822" title="Should the EventSource, Worker, and SharedWorker constructors resolve the URL using utf-8?">23822</a></div>
+  <h4 id=the-eventsource-interface>9.2.2 The <code id=the-eventsource-interface:eventsource><a href=#eventsource>EventSource</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23822" title="Should the EventSource, Worker, and SharedWorker constructors resolve the URL using utf-8?">23822</a></div>
 
   <pre class=idl>[<a href=#dom-eventsource id=the-eventsource-interface:dom-eventsource>Constructor</a>(DOMString url, optional <a href=#eventsourceinit id=the-eventsource-interface:eventsourceinit>EventSourceInit</a> eventSourceInitDict), Exposed=(Window,Worker)]
 interface <dfn id=eventsource>EventSource</dfn> : <a href=#eventtarget id=the-eventsource-interface:eventtarget>EventTarget</a> {
@@ -67043,7 +67044,7 @@
    <dt>Related information:<dd>None.</dl>
 
 
-  <h3 id=network>9.3 <dfn>Web sockets</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12212" title="Wrong spam filter">12212</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>14+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>11+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>12.1+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><sp
 an>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=websockets">caniuse.com</a></div>
+  <h3 id=network>9.3 <dfn>Web sockets</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12212" title="Wrong spam filter">12212</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><sp
 an>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=websockets">caniuse.com</a></div>
 
   <h4 id=network-intro>9.3.1 Introduction</h4>
 
@@ -67098,7 +67099,7 @@
   established if the server reports that it has selected one of these subprotocols. The subprotocol
   names must all be strings that match the requirements for elements that comprise the value of
   <code id=the-websocket-interface:http-sec-websocket-protocol><a href=#http-sec-websocket-protocol>Sec-WebSocket-Protocol</a></code> fields as defined by the
-  WebSocket protocol specification. <a href=#refsWSP>[WSP]</a></p>
+  WebSocket protocol specification. <a href=#refsWSP>[WSP]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26967" title="Use USVString instead of DOMString for url argument and send() method (removes lone surrogates)">26967</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26968" title="Use BufferSource and "get a copy of the bytes held by the buffer source" instead of ArrayBuffer/ArrayBufferView in send() argument">26968</a></div>
 
   <p>When the <code id=the-websocket-interface:dom-websocket-2><a href=#dom-websocket>WebSocket()</a></code> constructor is invoked, the UA must
   run these steps:</p>
@@ -67657,7 +67658,7 @@
    </dl>
 
 
-  <h3 id=web-messaging>9.4 <dfn id=crossDocumentMessages>Cross-document messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>3+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=x-doc-messaging">caniuse.com</a></div
 >
+  <h3 id=web-messaging>9.4 <dfn id=crossDocumentMessages>Cross-document messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob parti
 al"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=x-doc-messaging">caniuse.com</a></div>
 
   <p>Web browsers, for security and privacy reasons, prevent documents in different domains from
   affecting each other; that is, cross-site scripting is disallowed.</p>
@@ -67774,7 +67775,7 @@
 
 
 
-  <h4 id=posting-messages>9.4.3 Posting messages</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242" title="Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c">18242</a></div>
+  <h4 id=posting-messages>9.4.3 Posting messages</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242" title="Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c">18242</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=posting-messages:dom-window-postmessage><a href=#dom-window-postmessage>postMessage</a></code>(<var>message</var>, <var>targetOrigin</var> [, <var>transfer</var> ] )<dd>
 
@@ -67875,7 +67876,7 @@
 
 
 
-  <h3 id=channel-messaging>9.5 <dfn>Channel messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=channel-messaging">caniuse.com</a></div>
+  <h3 id=channel-messaging>9.5 <dfn>Channel messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="a
 nd_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=channel-messaging">caniuse.com</a></div>
 
   <h4 id=introduction-14>9.5.1 Introduction</h4>
 
@@ -68655,7 +68656,7 @@
 
 
 
-  <h2 id=workers>10 Web workers</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=webworkers">caniuse.com</a></div>
+  <h2 id=workers>10 Web workers</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for
  Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=webworkers">caniuse.com</a></div>
 
   <h3 id=introduction-15>10.1 Introduction</h3>
 
@@ -68847,7 +68848,7 @@
   <p><a href=https://whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
 
 
-  <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=sharedworkers">caniuse.com</a></div>
+  <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><
 span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=sharedworkers">caniuse.com</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -69456,7 +69457,7 @@
 
   <p>The global scope is the "inside" of a worker.</p>
 
-  <h5 id=the-workerglobalscope-common-interface>10.2.1.1 The <code id=the-workerglobalscope-common-interface:workerglobalscope><a href=#workerglobalscope>WorkerGlobalScope</a></code> common interface</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26319" title="Move IDL backlink generator to new pipeline">26319</a></div>
+  <h5 id=the-workerglobalscope-common-interface>10.2.1.1 The <code id=the-workerglobalscope-common-interface:workerglobalscope><a href=#workerglobalscope>WorkerGlobalScope</a></code> common interface</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26319" title="Move IDL backlink generator to new pipeline">26319</a></div>
 
   <pre class=idl>[Exposed=Worker] 
 interface <dfn id=workerglobalscope>WorkerGlobalScope</dfn> : <a href=#eventtarget id=the-workerglobalscope-common-interface:eventtarget>EventTarget</a> {
@@ -69662,7 +69663,7 @@
   <var>url</var> and a <a href=#script-settings-object id=processing-model-11:script-settings-object>script settings object</a> <var>settings object</var>, it must run
   the following steps:</p>
 
-  <ol><li id=worker-processing-model-top><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24519" title="Why do workers use document as their referrer source when they do not seem to need document for anything else? Seems more logical if the worker's location was used as the referrer.">24519</a></div>
+  <ol><li id=worker-processing-model-top><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24519" title="Why do workers use document as their referrer source when they do not seem to need document for anything else? Seems more logical if the worker's location was used as the referrer.">24519</a></div>
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps in that context.</p>
@@ -70327,7 +70328,7 @@
 
 
 
-  <h3 id=storage>11.2 The API</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=namevalue-storage">caniuse.com</a></div>
+  <h3 id=storage>11.2 The API</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for A
 ndroid</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=namevalue-storage">caniuse.com</a></div>
 
   <h4 id=the-storage-interface>11.2.1 The <code id=the-storage-interface:storage-2><a href=#storage-2>Storage</a></code> interface</h4>
 
@@ -70813,7 +70814,7 @@
   "case-insensitive".</p>
 
 
-  <h4 id=the-doctype>12.1.1 The DOCTYPE</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25232" title="De-emphasis DOCTYPE: shift focus from ”required preamble” to ”required rendering mode”">25232</a></div>
+  <h4 id=the-doctype>12.1.1 The DOCTYPE</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25232" title="De-emphasis DOCTYPE: shift focus from ”required preamble” to ”required rendering mode”">25232</a></div>
 
   <p>A <dfn id=syntax-doctype>DOCTYPE</dfn> is a 
   required preamble.</p>
@@ -70850,7 +70851,7 @@
 
   <p>To help authors transition from HTML4 and XHTML1, an <dfn id=obsolete-permitted-doctype-string>obsolete permitted DOCTYPE
   string</dfn> can be inserted into the DOCTYPE (in the position defined above). This string must
-  consist of:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23753" title="A more informative message for “obsolete permitted DOCTYPE”">23753</a></div>
+  consist of:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23753" title="A more informative message for “obsolete permitted DOCTYPE”">23753</a></div>
 
   <ol class=brief><li>One or more <a href=#space-character id=the-doctype:space-character-5>space characters</a>.<li>A string that is an <a href=#ascii-case-insensitive id=the-doctype:ascii-case-insensitive-4>ASCII case-insensitive</a> match for the string "<code>PUBLIC</code>".<li>One or more <a href=#space-character id=the-doctype:space-character-6>space characters</a>.<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>first quote mark</i>).<li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.<li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>first quote mark</i>).<li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a href=#space-character id=the-doctype:space-character-7>space characters</a>.<li>If the cell in the second column of the <i>selected row</i> is no
 t blank, a U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>third quote mark</i>).<li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.<li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</ol>
 
@@ -71118,7 +71119,7 @@
   syntax rules if the attributes are serialised using the HTML syntax.</p>
 
 
-  <h5 id=optional-tags>12.1.2.4 Optional tags</h5>
+  <h5 id=optional-tags>12.1.2.4 Optional tags</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26981" title="Missing </p> omission cases">26981</a></div>
 
   <p>Certain tags can be <dfn id=syntax-tag-omission>omitted</dfn>.</p>
 
@@ -71626,7 +71627,7 @@
 
   
 
-  <h3 id=parsing>12.2 Parsing HTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24892" title="Specify speculative parsing and that it fetches bogus scripts. See https://code.google.com/p/chromium/issues/detail?id=329531">24892</a></div>
+  <h3 id=parsing>12.2 Parsing HTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24892" title="Specify speculative parsing and that it fetches bogus scripts. See https://code.google.com/p/chromium/issues/detail?id=329531">24892</a></div>
 
   <p><i>This section only applies to user agents, data mining tools, and conformance
   checkers.</i></p>
@@ -71795,7 +71796,7 @@
   the first pass. This algorithm takes as input any out-of-band metadata available to the user agent
   (e.g. the <a href=#content-type id=determining-the-character-encoding:content-type>Content-Type metadata</a> of the document) and all the
   bytes available so far, and returns a character encoding and a <a href=#concept-encoding-confidence id=determining-the-character-encoding:concept-encoding-confidence>confidence</a> that is either <i>tentative</i> or
-  <i>certain</i>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18396" title="Encoding Sniffing Algorithm: Add an XML check as a step zero">18396</a></div>
+  <i>certain</i>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18396" title="Encoding Sniffing Algorithm: Add an XML check as a step zero">18396</a></div>
 
   <ol><li>
 
@@ -77443,7 +77444,7 @@
 
   
 
-  <h3 id=writing-xhtml-documents>13.1 Writing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20993" title="To facilitate migration, <!DOCTYPE html> should be recommended for the XHTML5 syntax.">20993</a></div>
+  <h3 id=writing-xhtml-documents>13.1 Writing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20993" title="To facilitate migration, <!DOCTYPE html> should be recommended for the XHTML5 syntax.">20993</a></div>
 
   
 
@@ -77466,7 +77467,7 @@
 
   
 
-  <h3 id=parsing-xhtml-documents>13.2 Parsing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23739" title="XHTML5: Consider adding ”-//W3C//ENTITIES HTML MathML Set//EN//XML” to list of supported public identifiers">23739</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</
 span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=xhtml">caniuse.com</a></div>
+  <h3 id=parsing-xhtml-documents>13.2 Parsing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23739" title="XHTML5: Consider adding ”-//W3C//ENTITIES HTML MathML Set//EN//XML” to list of supported public identifiers">23739</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <
 span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=xhtml">caniuse.com</a></div>
 
   <p>This section describes the relationship between XML and the DOM, with a particular emphasis on
   how this interacts with HTML.</p>
@@ -77734,7 +77735,7 @@
 
 
 
-  <h3 id=the-css-user-agent-style-sheet-and-presentational-hints>14.2 The CSS user agent style sheet and presentational hints</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22124" title="The concept of  “presentational hints” is an unnecessary complication. The theoretical difference that it makes is that a user style sheet does not override such a hint unless it uses !important,  [...]">22124</a></div>
+  <h3 id=the-css-user-agent-style-sheet-and-presentational-hints>14.2 The CSS user agent style sheet and presentational hints</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22124" title="The concept of  “presentational hints” is an unnecessary complication. The theoretical difference that it makes is that a user style sheet does not override such a hint unless it uses !important,  [...]">22124</a></div>
 
   <p>The CSS rules given in these subsections are, except where otherwise specified, expected to be
   used as part of the user-agent level style sheet defaults for all documents that contain
@@ -78025,7 +78026,7 @@
 <span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr { white-space: nowrap; }
 wbr { display-outside: break-opportunity; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
-nobr wbr { white-space: normal; }</span></pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26264" title="The <wbr> style should be along the lines of wbr::after { content: '\200B'; white-space: normal; }.">26264</a></div>
+nobr wbr { white-space: normal; }</span></pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26264" title="The <wbr> style should be along the lines of wbr::after { content: '\200B'; white-space: normal; }.">26264</a></div>
 
   <p>The following rules are also expected to apply, as
   <a href=#presentational-hints id=phrasing-content-3:presentational-hints>presentational hints</a>:</p>
@@ -78408,7 +78409,7 @@
 
 
 
-  <h4 id=lists>14.3.8 Lists</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17770" title="i18n comment 20 : list item marker display and position">17770</a></div>
+  <h4 id=lists>14.3.8 Lists</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17770" title="i18n comment 20 : list item marker display and position">17770</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -78479,7 +78480,7 @@
 
   <p id=css-list-rendering class=critical>This specification does not yet define the
   CSS-specific rules for rendering <code id=lists:the-li-element-3><a href=#the-li-element>li</a></code> elements, because CSS doesn't yet provide
-  sufficient hooks for this purpose.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17632" title="Define rendering of <li> elements in terms of CSS (handling start="", reverse="", value="", and <li> elements that aren't children of <ol> elements)">17632</a></div>
+  sufficient hooks for this purpose.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17632" title="Define rendering of <li> elements in terms of CSS (handling start="", reverse="", value="", and <li> elements that aren't children of <ol> elements)">17632</a></div>
 
 
   <h4 id=tables-2>14.3.9 Tables</h4>
@@ -79275,7 +79276,7 @@
 
   
 
-  <h4 id=the-input-element-as-a-text-entry-widget>14.5.4 The <code id=the-input-element-as-a-text-entry-widget:the-input-element><a href=#the-input-element>input</a></code> element as a text entry widget</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24296" title="Treating text inputs as just an inline-block doesn't handle overflow correctly">24296</a></div>
+  <h4 id=the-input-element-as-a-text-entry-widget>14.5.4 The <code id=the-input-element-as-a-text-entry-widget:the-input-element><a href=#the-input-element>input</a></code> element as a text entry widget</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24296" title="Treating text inputs as just an inline-block doesn't handle overflow correctly">24296</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -80328,7 +80329,7 @@
   
 
 
-  <h3 id=non-conforming-features>15.2 Non-conforming features</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26189" title="<rb> and <rtc>">26189</a></div>
+  <h3 id=non-conforming-features>15.2 Non-conforming features</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26189" title="<rb> and <rtc>">26189</a></div>
 
   <p>Elements in the following list are entirely obsolete, and must not be used by authors:</p>
 
@@ -80377,7 +80378,7 @@
 
    <dt><dfn id=attr-td-scope><code>scope</code></dfn> on <code id=non-conforming-features:the-td-element-3><a href=#the-td-element>td</a></code> elements<dd><p>Use <code id=non-conforming-features:the-th-element-4><a href=#the-th-element>th</a></code> elements for heading cells.</p>
 
-   <dt><dfn id=attr-datasrc><code>datasrc</code></dfn> on <code id=non-conforming-features:the-a-element-10><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-2><a href=#the-applet-element>applet</a></code>, <code id=non-conforming-features:the-button-element><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:frame-2><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-3><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-5><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-6><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element><a href=#the-legend-element>legend</a></c
 ode>, <code id=non-conforming-features:the-marquee-element-2-2><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-11><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-2><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element><a href=#the-span-element>span</a></code>, <code id=non-conforming-features:the-table-element-4><a href=#the-table-element>table</a></code>, and <code id=non-conforming-features:the-textarea-element><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-datafld><code>datafld</code></dfn> on <code id=non-conforming-features:the-a-element-11><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-3><a href=#the-applet-element>applet</a></code>, <code id=non-conforming
 -features:the-button-element-2><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-2><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code>, <code id=non-conforming-features:frame-3><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-4><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-6><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-7><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-2><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-2><a href=#the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-3><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-objec
 t-element-12><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-param-element-4><a href=#the-param-element>param</a></code>, <code id=non-conforming-features:the-select-element-2><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-2><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-textarea-element-2><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-dataformatas><code>dataformatas</code></dfn> on <code id=non-conforming-features:the-button-element-3><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-3><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-input-element-8><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-3><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-3><a href=#
 the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-4><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-13><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-3><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element-3><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-3><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-table-element-5><a href=#the-table-element>table</a></code> elements<dd><p>Use script and a mechanism such as <code id=non-conforming-features:xmlhttprequest><a href=#xmlhttprequest>XMLHttpRequest</a></code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a><dt><dfn id=attr-body-alink><code>alink</code></dfn> on <code id=non-conforming-features:the-body-element><a href=#the-body-element>bod
 y</a></code> elements<dt><dfn id=attr-body-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-body-element-2><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-bottommargin><code>bottommargin</code></dfn> on <code id=non-conforming-features:the-body-element-3><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-leftmargin><code>leftmargin</code></dfn> on <code id=non-conforming-features:the-body-element-4><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-link><code>link</code></dfn> on <code id=non-conforming-features:the-body-element-5><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-body-element-6><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-body-element-7><a href=#the-body-
 element>body</a></code> elements<dt><dfn id=attr-body-rightmargin><code>rightmargin</code></dfn> on <code id=non-conforming-features:the-body-element-8><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-text><code>text</code></dfn> on <code id=non-conforming-features:the-body-element-9><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-topmargin><code>margintop</code></dfn> on <code id=non-conforming-features:the-body-element-10><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-vlink><code>vlink</code></dfn> on <code id=non-conforming-features:the-body-element-11><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-br-clear><code>clear</code></dfn> on <code id=non-conforming-features:the-br-element><a href=#the-br-element>br</a></code> elements<dt><dfn id=attr-caption-align><code>align</code></dfn> on <code id=non-conforming-features:the-caption-element><a href=#the-caption-element>caption</a></cod
 e> elements<dt><dfn id=attr-col-align><code>align</code></dfn> on <code id=non-conforming-features:the-col-element><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-char><code>char</code></dfn> on <code id=non-conforming-features:the-col-element-2><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-col-element-3><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-col-element-4><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-width><code>width</code></dfn> on <code id=non-conforming-features:the-col-element-5><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-div-align><code>align</code></dfn> on <code id=non-conforming-features:the-div-element-4><a href=#the-div-element>div</a></code> elements<dt><dfn id=attr-dl-compact><code>compact</code></df
 n> on <code id=non-conforming-features:the-dl-element><a href=#the-dl-element>dl</a></code> elements<dt><dfn id=attr-embed-align><code>align</code></dfn> on <code id=non-conforming-features:the-embed-element-4><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-embed-element-5><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-embed-element-6><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-hr-align><code>align</code></dfn> on <code id=non-conforming-features:the-hr-element><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-color><code>color</code></dfn> on <code id=non-conforming-features:the-hr-element-2><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-noshade><code>noshade</code></dfn> on <code id=non-conforming-features:the-hr-ele
 ment-3><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-size><code>size</code></dfn> on <code id=non-conforming-features:the-hr-element-4><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-width><code>width</code></dfn> on <code id=non-conforming-features:the-hr-element-5><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hx-align><code>align</code></dfn> on <code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>—<code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements<dt><dfn id=attr-iframe-align><code>align</code></dfn> on <code id=non-conforming-features:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-allowtransparency><code>allowtransparency</code></dfn> on <code id=non-conforming-features:the-iframe-elemen
 t-6><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-frameborder><code>frameborder</code></dfn> on <code id=non-conforming-features:the-iframe-element-7><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-iframe-element-8><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-iframe-element-9><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-iframe-element-10><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-scrolling><code>scrolling</code></dfn> on <code id=non-conforming-features:the-iframe-element-11><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-vspace><code>vspace</code><
 /dfn> on <code id=non-conforming-features:the-iframe-element-12><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-input-align><code>align</code></dfn> on <code id=non-conforming-features:the-input-element-9><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-border><code>border</code></dfn> on <code id=non-conforming-features:the-input-element-10><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-input-element-11><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-input-element-12><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-img-align><code>align</code></dfn> on <code id=non-conforming-features:the-img-element-7><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-border><code>border</code></dfn> on <co
 de id=non-conforming-features:the-img-element-8><a href=#the-img-element>img</a></code> elements (except as noted in the previous section)<dt><dfn id=attr-img-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-img-element-9><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-img-element-10><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-legend-align><code>align</code></dfn> on <code id=non-conforming-features:the-legend-element-4><a href=#the-legend-element>legend</a></code> elements<dt><dfn id=attr-li-type><code>type</code></dfn> on <code id=non-conforming-features:the-li-element><a href=#the-li-element>li</a></code> elements<dt><dfn id=attr-menu-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-menu-element><a href=#the-menu-element>menu</a></code> elements<dt><dfn id=attr-object-align><code>align</code></dfn> on <code id
 =non-conforming-features:the-object-element-14><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-border><code>border</code></dfn> on <code id=non-conforming-features:the-object-element-15><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-object-element-16><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-object-element-17><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-ol-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ol-element><a href=#the-ol-element>ol</a></code> elements<dt><dfn id=attr-p-align><code>align</code></dfn> on <code id=non-conforming-features:the-p-element><a href=#the-p-element>p</a></code> elements<dt><dfn id=attr-pre-width><code>width</code></dfn> on <code id=non-conforming-featur
 es:the-pre-element-3><a href=#the-pre-element>pre</a></code> elements<dt><dfn id=attr-table-align><code>align</code></dfn> on <code id=non-conforming-features:the-table-element-6><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-table-element-7><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-border><code>border</code></dfn> on <code id=non-conforming-features:the-table-element-8><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bordercolor><code>bordercolor</code></dfn> on <code id=non-conforming-features:the-table-element-9><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellpadding><code>cellpadding</code></dfn> on <code id=non-conforming-features:the-table-element-10><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellspacing><code>cellspacing</code></dfn> on <code id=n
 on-conforming-features:the-table-element-11><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-frame><code>frame</code></dfn> on <code id=non-conforming-features:the-table-element-12><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-height><code>height</code></dfn> on <code id=non-conforming-features:the-table-element-13><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-table-element-14><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-rules><code>rules</code></dfn> on <code id=non-conforming-features:the-table-element-15><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-table-element-16><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-width><code>width</code></dfn> on <code id=non-co
 nforming-features:the-table-element-17><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-tbody-align><code>align</code></dfn> on <code id=non-conforming-features:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-char><code>char</code></dfn> on <code id=non-conforming-features:the-tbody-element-2><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-2><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-2><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tbody-element-3><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming
 -features:the-thead-element-3><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-3><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tbody-element-4><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-4><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-4><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tdth-align><code>align</code></dfn> on <code id=non-conforming-features:the-td-element-4><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-5><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-td-element-5><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-eleme
 nt-6><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-char><code>char</code></dfn> on <code id=non-conforming-features:the-td-element-6><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-7><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-td-element-7><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-8><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-height><code>height</code></dfn> on <code id=non-conforming-features:the-td-element-8><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-9><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-nowrap><code>nowrap</code></dfn> on <code id=non-conforming-features:the-td-element-9><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-10><
 a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-td-element-10><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-11><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-width><code>width</code></dfn> on <code id=non-conforming-features:the-td-element-11><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-12><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tr-align><code>align</code></dfn> on <code id=non-conforming-features:the-tr-element><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-tr-element-2><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-char><code>char</code></dfn> on <code id=non-conforming-features:the-tr-element-3><a href=#the-tr-element>tr</a></code> elements
 <dt><dfn id=attr-tr-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tr-element-4><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-height><code>height</code></dfn> on <code id=non-conforming-features:the-tr-element-5><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tr-element-6><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-ul-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ul-element-2><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-ul-type><code>type</code></dfn> on <code id=non-conforming-features:the-ul-element-3><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-background><code>background</code></dfn> on <code id=non-conforming-features:the-body-element-12><a href=#the-body-element>body</a></code>, <code id=non-conforming-features:the-table-element-18><a href=#the-table
 -element>table</a></code>, <code id=non-conforming-features:the-thead-element-5><a href=#the-thead-element>thead</a></code>, <code id=non-conforming-features:the-tbody-element-5><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-tfoot-element-5><a href=#the-tfoot-element>tfoot</a></code>, <code id=non-conforming-features:the-tr-element-7><a href=#the-tr-element>tr</a></code>, <code id=non-conforming-features:the-td-element-12><a href=#the-td-element>td</a></code>, and <code id=non-conforming-features:the-th-element-13><a href=#the-th-element>th</a></code> elements<dd><p>Use CSS instead.</dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24654" title="Add definition of ”layout table”  and make it equal to tables or role=presentation">24654</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24679" title="Addition a
 nd improvements to the table over (non-)layout table heuristics">24679</a></div>
+   <dt><dfn id=attr-datasrc><code>datasrc</code></dfn> on <code id=non-conforming-features:the-a-element-10><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-2><a href=#the-applet-element>applet</a></code>, <code id=non-conforming-features:the-button-element><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:frame-2><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-3><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-5><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-6><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element><a href=#the-legend-element>legend</a></c
 ode>, <code id=non-conforming-features:the-marquee-element-2-2><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-11><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-2><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element><a href=#the-span-element>span</a></code>, <code id=non-conforming-features:the-table-element-4><a href=#the-table-element>table</a></code>, and <code id=non-conforming-features:the-textarea-element><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-datafld><code>datafld</code></dfn> on <code id=non-conforming-features:the-a-element-11><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-3><a href=#the-applet-element>applet</a></code>, <code id=non-conforming
 -features:the-button-element-2><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-2><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code>, <code id=non-conforming-features:frame-3><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-4><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-6><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-7><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-2><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-2><a href=#the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-3><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-objec
 t-element-12><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-param-element-4><a href=#the-param-element>param</a></code>, <code id=non-conforming-features:the-select-element-2><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-2><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-textarea-element-2><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-dataformatas><code>dataformatas</code></dfn> on <code id=non-conforming-features:the-button-element-3><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-3><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-input-element-8><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-3><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-3><a href=#
 the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-4><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-13><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-3><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element-3><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-3><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-table-element-5><a href=#the-table-element>table</a></code> elements<dd><p>Use script and a mechanism such as <code id=non-conforming-features:xmlhttprequest><a href=#xmlhttprequest>XMLHttpRequest</a></code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a><dt><dfn id=attr-body-alink><code>alink</code></dfn> on <code id=non-conforming-features:the-body-element><a href=#the-body-element>bod
 y</a></code> elements<dt><dfn id=attr-body-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-body-element-2><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-bottommargin><code>bottommargin</code></dfn> on <code id=non-conforming-features:the-body-element-3><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-leftmargin><code>leftmargin</code></dfn> on <code id=non-conforming-features:the-body-element-4><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-link><code>link</code></dfn> on <code id=non-conforming-features:the-body-element-5><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-body-element-6><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-body-element-7><a href=#the-body-
 element>body</a></code> elements<dt><dfn id=attr-body-rightmargin><code>rightmargin</code></dfn> on <code id=non-conforming-features:the-body-element-8><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-text><code>text</code></dfn> on <code id=non-conforming-features:the-body-element-9><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-topmargin><code>margintop</code></dfn> on <code id=non-conforming-features:the-body-element-10><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-vlink><code>vlink</code></dfn> on <code id=non-conforming-features:the-body-element-11><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-br-clear><code>clear</code></dfn> on <code id=non-conforming-features:the-br-element><a href=#the-br-element>br</a></code> elements<dt><dfn id=attr-caption-align><code>align</code></dfn> on <code id=non-conforming-features:the-caption-element><a href=#the-caption-element>caption</a></cod
 e> elements<dt><dfn id=attr-col-align><code>align</code></dfn> on <code id=non-conforming-features:the-col-element><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-char><code>char</code></dfn> on <code id=non-conforming-features:the-col-element-2><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-col-element-3><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-col-element-4><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-width><code>width</code></dfn> on <code id=non-conforming-features:the-col-element-5><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-div-align><code>align</code></dfn> on <code id=non-conforming-features:the-div-element-4><a href=#the-div-element>div</a></code> elements<dt><dfn id=attr-dl-compact><code>compact</code></df
 n> on <code id=non-conforming-features:the-dl-element><a href=#the-dl-element>dl</a></code> elements<dt><dfn id=attr-embed-align><code>align</code></dfn> on <code id=non-conforming-features:the-embed-element-4><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-embed-element-5><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-embed-element-6><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-hr-align><code>align</code></dfn> on <code id=non-conforming-features:the-hr-element><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-color><code>color</code></dfn> on <code id=non-conforming-features:the-hr-element-2><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-noshade><code>noshade</code></dfn> on <code id=non-conforming-features:the-hr-ele
 ment-3><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-size><code>size</code></dfn> on <code id=non-conforming-features:the-hr-element-4><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-width><code>width</code></dfn> on <code id=non-conforming-features:the-hr-element-5><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hx-align><code>align</code></dfn> on <code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>—<code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements<dt><dfn id=attr-iframe-align><code>align</code></dfn> on <code id=non-conforming-features:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-allowtransparency><code>allowtransparency</code></dfn> on <code id=non-conforming-features:the-iframe-elemen
 t-6><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-frameborder><code>frameborder</code></dfn> on <code id=non-conforming-features:the-iframe-element-7><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-iframe-element-8><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-iframe-element-9><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-iframe-element-10><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-scrolling><code>scrolling</code></dfn> on <code id=non-conforming-features:the-iframe-element-11><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-vspace><code>vspace</code><
 /dfn> on <code id=non-conforming-features:the-iframe-element-12><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-input-align><code>align</code></dfn> on <code id=non-conforming-features:the-input-element-9><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-border><code>border</code></dfn> on <code id=non-conforming-features:the-input-element-10><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-input-element-11><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-input-element-12><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-img-align><code>align</code></dfn> on <code id=non-conforming-features:the-img-element-7><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-border><code>border</code></dfn> on <co
 de id=non-conforming-features:the-img-element-8><a href=#the-img-element>img</a></code> elements (except as noted in the previous section)<dt><dfn id=attr-img-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-img-element-9><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-img-element-10><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-legend-align><code>align</code></dfn> on <code id=non-conforming-features:the-legend-element-4><a href=#the-legend-element>legend</a></code> elements<dt><dfn id=attr-li-type><code>type</code></dfn> on <code id=non-conforming-features:the-li-element><a href=#the-li-element>li</a></code> elements<dt><dfn id=attr-menu-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-menu-element><a href=#the-menu-element>menu</a></code> elements<dt><dfn id=attr-object-align><code>align</code></dfn> on <code id
 =non-conforming-features:the-object-element-14><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-border><code>border</code></dfn> on <code id=non-conforming-features:the-object-element-15><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-object-element-16><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-object-element-17><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-ol-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ol-element><a href=#the-ol-element>ol</a></code> elements<dt><dfn id=attr-p-align><code>align</code></dfn> on <code id=non-conforming-features:the-p-element><a href=#the-p-element>p</a></code> elements<dt><dfn id=attr-pre-width><code>width</code></dfn> on <code id=non-conforming-featur
 es:the-pre-element-3><a href=#the-pre-element>pre</a></code> elements<dt><dfn id=attr-table-align><code>align</code></dfn> on <code id=non-conforming-features:the-table-element-6><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-table-element-7><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-border><code>border</code></dfn> on <code id=non-conforming-features:the-table-element-8><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bordercolor><code>bordercolor</code></dfn> on <code id=non-conforming-features:the-table-element-9><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellpadding><code>cellpadding</code></dfn> on <code id=non-conforming-features:the-table-element-10><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellspacing><code>cellspacing</code></dfn> on <code id=n
 on-conforming-features:the-table-element-11><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-frame><code>frame</code></dfn> on <code id=non-conforming-features:the-table-element-12><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-height><code>height</code></dfn> on <code id=non-conforming-features:the-table-element-13><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-table-element-14><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-rules><code>rules</code></dfn> on <code id=non-conforming-features:the-table-element-15><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-table-element-16><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-width><code>width</code></dfn> on <code id=non-co
 nforming-features:the-table-element-17><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-tbody-align><code>align</code></dfn> on <code id=non-conforming-features:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-char><code>char</code></dfn> on <code id=non-conforming-features:the-tbody-element-2><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-2><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-2><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tbody-element-3><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming
 -features:the-thead-element-3><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-3><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tbody-element-4><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-4><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-4><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tdth-align><code>align</code></dfn> on <code id=non-conforming-features:the-td-element-4><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-5><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-td-element-5><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-eleme
 nt-6><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-char><code>char</code></dfn> on <code id=non-conforming-features:the-td-element-6><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-7><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-td-element-7><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-8><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-height><code>height</code></dfn> on <code id=non-conforming-features:the-td-element-8><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-9><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-nowrap><code>nowrap</code></dfn> on <code id=non-conforming-features:the-td-element-9><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-10><
 a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-td-element-10><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-11><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-width><code>width</code></dfn> on <code id=non-conforming-features:the-td-element-11><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-12><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tr-align><code>align</code></dfn> on <code id=non-conforming-features:the-tr-element><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-tr-element-2><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-char><code>char</code></dfn> on <code id=non-conforming-features:the-tr-element-3><a href=#the-tr-element>tr</a></code> elements
 <dt><dfn id=attr-tr-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tr-element-4><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-height><code>height</code></dfn> on <code id=non-conforming-features:the-tr-element-5><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tr-element-6><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-ul-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ul-element-2><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-ul-type><code>type</code></dfn> on <code id=non-conforming-features:the-ul-element-3><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-background><code>background</code></dfn> on <code id=non-conforming-features:the-body-element-12><a href=#the-body-element>body</a></code>, <code id=non-conforming-features:the-table-element-18><a href=#the-table
 -element>table</a></code>, <code id=non-conforming-features:the-thead-element-5><a href=#the-thead-element>thead</a></code>, <code id=non-conforming-features:the-tbody-element-5><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-tfoot-element-5><a href=#the-tfoot-element>tfoot</a></code>, <code id=non-conforming-features:the-tr-element-7><a href=#the-tr-element>tr</a></code>, <code id=non-conforming-features:the-td-element-12><a href=#the-td-element>td</a></code>, and <code id=non-conforming-features:the-th-element-13><a href=#the-th-element>th</a></code> elements<dd><p>Use CSS instead.</dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24654" title="Add definition of ”layout table”  and make it equal to tables or role=presentation">24654</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24679" title="Addit
 ion and improvements to the table over (non-)layout table heuristics">24679</a></div>
 
 
   
@@ -80790,7 +80791,7 @@
 
 
 
-  <h4 id=other-elements,-attributes-and-apis>15.3.4 Other elements, attributes and APIs</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22253" title="Please spec img.lowsrc IDL attribute">22253</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26540" title="The link for the "partial interface HTMLParagraphElement" points to the wrong place; it points to the original interface">26540</a></div> 
+  <h4 id=other-elements,-attributes-and-apis>15.3.4 Other elements, attributes and APIs</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22253" title="Please spec img.lowsrc IDL attribute">22253</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26540" title="The link for the "partial interface HTMLParagraphElement" points to the wrong place; it points to the original interface">26540</a></div> 
 
   <p>User agents must treat <code id=other-elements,-attributes-and-apis:acronym><a href=#acronym>acronym</a></code> elements in a manner
   equivalent to <code id=other-elements,-attributes-and-apis:the-abbr-element><a href=#the-abbr-element>abbr</a></code> elements in terms of semantics and
@@ -81551,7 +81552,7 @@
 
 
 
-  <h3 id=multipart/x-mixed-replace>16.2 <dfn><code>multipart/x-mixed-replace</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25320" title=multipart/x-mixed-replace>25320</a></div>
+  <h3 id=multipart/x-mixed-replace>16.2 <dfn><code>multipart/x-mixed-replace</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25320" title=multipart/x-mixed-replace>25320</a></div>
 
   <p>This registration is for community review and will be submitted to the IESG for review,
   approval, and registration with IANA.</p>
@@ -81580,7 +81581,7 @@
   body part as defined by the type used by that body part.</p>
 
 
-  <h3 id=application/xhtml+xml>16.3 <dfn><code>application/xhtml+xml</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13787" title="Define fragment identifier semantics for XML MIME types">13787</a></div>
+  <h3 id=application/xhtml+xml>16.3 <dfn><code>application/xhtml+xml</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13787" title="Define fragment identifier semantics for XML MIME types">13787</a></div>
 
   <p>This registration is for community review and will be submitted to the IESG for review,
   approval, and registration with IANA.</p>
@@ -81764,7 +81765,7 @@
 
 
 
-  <h3 id=web+-scheme-prefix>16.10 <dfn><code>web+</code> scheme prefix</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18496" title="Change the IANA sections to refer to the new registration system and not IANA">18496</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18671" title="Find a solution to the problem of the IANA scheme registry being so incomplete (especially given web+)">18671</a></div>
+  <h3 id=web+-scheme-prefix>16.10 <dfn><code>web+</code> scheme prefix</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18496" title="Change the IANA sections to refer to the new registration system and not IANA">18496</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18671" title="Find a solution to the problem of the IANA scheme registry being so incomplete (especially given web+)">18671</a></div>
 
   <p>This section describes a convention for use with the IANA URI scheme registry. It does not
   itself register a specific scheme. <a href=#refsRFC4395>[RFC4395]</a></p>
@@ -81786,7 +81787,7 @@
    </dl>
 
 
-  <h2 id=index class=no-num>Index</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17898" title="Index of methods and IDL attributes">17898</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25145" title="Provide an index for selectors">25145</a></div>
+  <h2 id=index class=no-num>Index</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17898" title="Index of methods and IDL attributes">17898</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25145" title="Provide an index for selectors">25145</a></div>
 
   
 
@@ -83497,7 +83498,7 @@
      <td> How the value of the form control is to be wrapped for <a href=#form-submission-2 id=attributes-3:form-submission-2-17>form submission</a>
      <td> "<code id=attributes-3:attr-textarea-wrap-soft><a href=#attr-textarea-wrap-soft>soft</a></code>";
           "<code id=attributes-3:attr-textarea-wrap-hard><a href=#attr-textarea-wrap-hard>hard</a></code>"
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26059" title="Please list longdesc in the table of HTML5 attributes and link to its spec">26059</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26059" title="Please list longdesc in the table of HTML5 attributes and link to its spec">26059</a></div>
 
   <p class=tablenote><small>An asterisk (*) in a cell indicates that the actual rules are more
   complicated than indicated in the table above.</small></p>
@@ -84510,7 +84511,7 @@
      <td> <code id=events-2:window-10><a href=#window>Window</a></code>, elements
      <td> Fired at nodes <a href=#gains-focus id=events-2:gains-focus>gaining focus</a>
 
-    <tr><td> <dfn id=event-hashchange><code>hashchange</code></dfn>
+    <tr><td> <dfn id=event-hashchange><code>hashchange</code></dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class
 ="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=hashchange">caniuse.com</a></div>
      <td> <code id=events-2:hashchangeevent><a href=#hashchangeevent>HashChangeEvent</a></code>
      <td> <code id=events-2:window-11><a href=#window>Window</a></code>
      <td> Fired at the <code id=events-2:window-12><a href=#window>Window</a></code> when the fragment identifier part of <a id="events-2:the-document's-address" href=https://dom.spec.whatwg.org/#concept-document-url data-x-internal="the-document's-address">the document's address</a> changes
@@ -84630,7 +84631,7 @@
      <td> <code id=events-2:window-24><a href=#window>Window</a></code>
      <td> Fired at the <code id=events-2:window-25><a href=#window>Window</a></code> object when the page is going away
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=hashchange">caniuse.com</a></div>
+  </table>
 
   <p class=note>See also <a href=#mediaevents>media element events</a>, <a href=#appcacheevents>application cache events</a>, and <a href=#dndevents>drag-and-drop
   events</a>.</p>
@@ -84699,7 +84700,7 @@
    Mozilla Foundation.<dt id=refsRFC1034>[RFC1034]<dd><cite><a href=http://tools.ietf.org/html/rfc1034>Domain Names - Concepts and Facilities</a></cite>, P. Mockapetris. IETF, November 1987.<dt id=refsRFC1123>[RFC1123]<dd><cite><a href=http://tools.ietf.org/html/rfc1123>Requirements for Internet Hosts -- Application and Support</a></cite>, R. Braden. IETF, October 1989.<dt id=refsRFC1345>[RFC1345]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1345>Character Mnemonics and Character Sets</a></cite>, K. Simonsen. IETF.<dt id=refsRFC1468>[RFC1468]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1468>Japanese Character Encoding for Internet Messages</a></cite>, J. Murai, M. Crispin, E. van der Poel. IETF.<dt id=refsRFC1554>[RFC1554]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1554>ISO-2022-JP-2: Multilingual Extension of ISO-2022-JP</a></cite>, M. Ohta, K. Handa. IETF.<dt id=refsRFC1557>[RFC1557]<dd>(Non-normative) <cite><a href=
 http://tools.ietf.org/html/rfc1557>Korean Character Encoding for Internet Messages</a></cite>, U. Choi, K. Chon, H. Park. IETF.<dt id=refsRFC1842>[RFC1842]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1842>ASCII Printable Characters-Based Chinese Character Encoding for Internet Messages</a></cite>, Y. Wei, Y. Zhang, J. Li, J. Ding, Y. Jiang. IETF.<dt id=refsRFC1922>[RFC1922]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1922>Chinese Character Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao, WCH. Chang, M. Crispin. IETF.<dt id=refsRFC2046>[RFC2046]<dd><cite><a href=http://tools.ietf.org/html/rfc2046>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed, N.  Borenstein. IETF.<dt id=refsRFC2119>[RFC2119]<dd><cite><a href=http://tools.ietf.org/html/rfc2119>Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.<dt id=refsRFC2237>[RFC2237]<dd>(Non-norm
 ative) <cite><a href=http://tools.ietf.org/html/rfc2237>Japanese Character Encoding for Internet Messages</a></cite>, K. Tamaru. IETF.<dt id=refsRFC3447>[RFC3447]<dd><cite><a href=http://tools.ietf.org/html/rfc3447>Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications</a></cite>, J. Jonsson, B. Kaliski. IETF.<dt id=refsRFC2318>[RFC2318]<dd><cite><a href=http://tools.ietf.org/html/rfc2318>The text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF.<dt id=refsRFC2388>[RFC2388]<dd><cite><a href=http://tools.ietf.org/html/rfc2388>Returning Values from Forms: multipart/form-data</a></cite>, L. Masinter. IETF.<dt id=refsRFC2397>[RFC2397]<dd><cite><a href=http://tools.ietf.org/html/rfc2397>The "data" URL scheme</a></cite>, L. Masinter. IETF.<dt id=refsRFC2445>[RFC2445]<dd><cite><a href=http://tools.ietf.org/html/rfc2445>Internet Calendaring and Scheduling Core Object Specification (iCalendar)</a></cite>, F. Dawson, D. Stenerson. IETF.<dt id=refsRFC248
 3>[RFC2483]<dd><cite><a href=http://tools.ietf.org/html/rfc2483>URI Resolution Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel. IETF.<dt id=refsRFC3279>[RFC3279]<dd><cite><a href=http://tools.ietf.org/html/rfc3279>Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a></cite>, W. Polk, R. Housley, L. Bassham. IETF.<dt id=refsRFC3676>[RFC3676]<dd><cite><a href=http://tools.ietf.org/html/rfc3676>The Text/Plain Format and DelSp Parameters</a></cite>, R. Gellens. IETF.<dt id=refsRFC3864>[RFC3864]<dd><cite><a href=http://tools.ietf.org/html/rfc3864>Registration Procedures for Message Header Fields</a></cite>, G. Klyne, M. Nottingham, J. Mogul. IETF.<dt id=refsRFC4329>[RFC4329]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4329>Scripting Media Types</a></cite>, B. Höhrmann. IETF.<dt id=refsRFC4337>[RFC4337]<dd>(Non-normative) <cite><a href=http://tools.ietf.
 org/html/rfc4337>MIME Type Registration for MPEG-4</a></cite>, Y. Lim, D. Singer. IETF.<dt id=refsRFC4395>[RFC4395]<dd><cite><a href=http://tools.ietf.org/html/rfc4395>Guidelines and Registration Procedures for New URI Schemes</a></cite>, T. Hansen, T. Hardie, L. Masinter. IETF.<dt id=refsRFC4648>[RFC4648]<dd><cite><a href=http://tools.ietf.org/html/rfc4648>The Base16, Base32, and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.<dt id=refsRFC5280>[RFC5280]<dd><cite><a href=http://tools.ietf.org/html/rfc5280>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a></cite>, D. Cooper, S. Santesson, S. Farrell, S. Boeyen, R. Housley, W. Polk. IETF.<dt id=refsRFC5322>[RFC5322]<dd><cite><a href=http://tools.ietf.org/html/rfc5322>Internet Message Format</a></cite>, P. Resnick. IETF.<dt id=refsRFC6381>[RFC6381]<dd><cite><a href=http://tools.ietf.org/html/rfc6381>The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types</a></ci
 te>, R. Gellens, D. Singer, P. Frojdh. IETF.<dt id=refsRFC6266>[RFC6266]<dd><cite><a href=http://tools.ietf.org/html/rfc6266>Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)</a></cite>, J. Reschke. IETF.<dt id=refsRFC6350>[RFC6350]<dd><cite><a href=http://tools.ietf.org/html/rfc6350>vCard Format Specification</a></cite>, S. Perreault. IETF.<dt id=refsRFC7303>[RFC7303]<dd><cite><a href=http://tools.ietf.org/html/rfc7303>XML Media Types</a></cite>, H. Thompson, C. Lilley. IETF.<dt id=refsSCSU>[SCSU]<dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr6/>UTR #6: A Standard Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler, C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium.<dt id=refsSELECTORS>[SELECTORS]<dd><cite><a href=http://dev.w3.org/csswg/selectors/>Selectors</a></cite>, E. Etemad, T. Çelik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.<dt id=refsSMS>[SMS]<dd>(Non-normative) <cite><a 
 href=http://tools.ietf.org/html/rfc5724>URI Scheme for Global System for Mobile Communications (GSM) Short Message Service (SMS)</a></cite>, E. Wilde, A. Vaha-Sipila. IETF.<dt id=refsSRGB>[SRGB]<dd><cite lang=en-GB><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&Click=">IEC 61966-2-1: Multimedia systems and equipment — Colour measurement and management — Part 2-1: Colour management — Default RGB colour space — sRGB</a></cite>. IEC.<dt id=refsSVG>[SVG]<dd><cite><a href=http://www.w3.org/TR/SVGTiny12/>Scalable Vector Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson, R. Berjon, E. Dahlström, A. Emmons, J. Ferraiolo, A. Grasso, V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack, A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers, A. Shellshear. W3C.<dt id=refsTOR>[TOR]<dd>(Non-normative) <cite><a href=https://www.torproject.org/>Tor</a></cite>.<dt id=refsTOUCH>[TOUCH]<dd><cite><a href=https://dvcs.w3.org/hg
 /webevents/raw-file/v1/touchevents.html>Touch Events</a></cite>, D. Schepers, S. Moon, M. Brubeck, A. Barstow. W3C.<dt id=refsTZDATABASE>[TZDATABASE]<dd>(Non-normative) <cite><a href=http://www.iana.org/time-zones>Time Zone Database</a></cite>. IANA.<dt id=refsUAAG>[UAAG]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/UAAG20/>User Agent Accessibility Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards, J. Spellman. W3C.<dt id=refsUCA>[UCA]<dd><cite><a href=http://www.unicode.org/reports/tr10/>UTR #10: Unicode Collation Algorithm</a></cite>, M. Davis, K. Whistler. Unicode Consortium.<dt id=refsUNICODE>[UNICODE]<dd><cite><a href=http://www.unicode.org/versions/>The Unicode Standard</a></cite>. Unicode Consortium.<dt id=refsUNIVCHARDET>[UNIVCHARDET]<dd>(Non-normative) <cite><a href=http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html>A composite approach to language/encoding detection</a></cite>, S. Li, K. Momoi. Netscape. In <cite>Pro
 ceedings of the 19th International Unicode Conference</cite>.<dt id=refsURL>[URL]<dd><cite><a href=https://url.spec.whatwg.org/>URL</a></cite>, A. van Kesteren. WHATWG.<dt id=refsURN>[URN]<dd><cite><a href=http://tools.ietf.org/html/rfc2141>URN Syntax</a></cite>, R. Moats. IETF.<dt id=refsUTF7>[UTF7]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc2152>UTF-7: A Mail-Safe Transformation Format of Unicode</a></cite>, D. Goldsmith, M. Davis. IETF.<dt id=refsUTF8DET>[UTF8DET]<dd>(Non-normative) <cite><a href=http://www.w3.org/International/questions/qa-forms-utf-8>Multilingual form encoding</a></cite>, M. Dürst. W3C.<dt id=refsUTR36>[UTR36]<dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr36/>UTR #36: Unicode Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode Consortium.<dt id=refsWCAG>[WCAG]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/WCAG20/>Web Content Accessibility Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Co
 oper, L. Reid, G. Vanderheiden. W3C.<dt id=refsWEBGL>[WEBGL]<dd><cite><a href=http://www.khronos.org/registry/webgl/specs/latest/>WebGL Specification</a></cite>, D. Jackson. Khronos Group.<dt id=refsWEBIDL>[WEBIDL]<dd><cite><a href=http://dev.w3.org/2006/webapi/WebIDL/>Web IDL</a></cite>, C. McCormack. W3C.<dt id=refsWEBLINK>[WEBLINK]<dd><cite><a href=http://tools.ietf.org/html/rfc5988>Web Linking</a></cite>, M. Nottingham. IETF.<dt id=refsWEBMCG>[WEBMCG]<dd><cite><a href=http://www.webmproject.org/code/specs/container/>WebM Container Guidelines</a></cite>. The WebM Project.<dt id=refsWEBVTT>[WEBVTT]<dd><cite><a href=http://dev.w3.org/html5/webvtt/>WebVTT</a></cite>, I. Hickson. W3C.<dt id=refsWHATWGWIKI>[WHATWGWIKI]<dd><cite><a href=https://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.<dt id=refsWSP>[WSP]<dd><cite><a href=http://tools.ietf.org/html/rfc6455>The WebSocket protocol</a></cite>, I. Fette, A. Melnikov. IETF.<dt id=refsX121>[X121]<dd><cite>Recommendation X.
 121 — International Numbering Plan for Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3, pp. 317-332.<dt id=refsX690>[X690]<dd><cite><a href=http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf>Recommendation X.690 — Information Technology — ASN.1 Encoding Rules — Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER), and Distinguished Encoding Rules (DER)</a></cite>. International Telecommunication Union.<dt id=refsXFN>[XFN]<dd><cite><a href=http://gmpg.org/xfn/11>XFN 1.1 profile</a></cite>, T. Çelik, M. Mullenweg, E. Meyer. GMPG.<dt id=refsXHR>[XHR]<dd><cite><a href=https://xhr.spec.whatwg.org/><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. WHATWG.<dt id=refsXML>[XML]<dd><cite><a href=http://www.w3.org/TR/xml/>Extensible Markup Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, F. Yergeau. W3C.<dt id=refsXMLBASE>[XMLBASE]<dd><cite><a href=http://www.w3.org/TR/xmlbase/>XML Base</a></cit
 e>, J. Marsh, R. Tobin. W3C.<dt id=refsXMLNS>[XMLNS]<dd><cite><a href=http://www.w3.org/TR/xml-names/>Namespaces in XML</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C.<dt id=refsXMLSSPI>[XMLSSPI]<dd><cite><a href=http://www.w3.org/TR/xml-stylesheet/>Associating Style Sheets with XML documents</a></cite>, J. Clark, S. Pieters, H. Thompson. W3C.<dt id=refsXPATH10>[XPATH10]<dd><cite><a href=http://www.w3.org/TR/1999/REC-xpath-19991116/>XML Path Language (XPath) Version 1.0</a></cite>, J. Clark, S. DeRose. W3C.<dt id=refsXSLT10>[XSLT10]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/1999/REC-xslt-19991116>XSL Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dl>
 
 
-  <h2 id=acknowledgments class=no-num>Acknowledgements</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26146" title="Add acks from http://picture.responsiveimages.org/#acks">26146</a></div> 
+  <h2 id=acknowledgments class=no-num>Acknowledgements</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26146" title="Add acks from http://picture.responsiveimages.org/#acks">26146</a></div> 
 
   <p>Thanks to Tim Berners-Lee for inventing HTML, without which none of this would exist.</p>
 

Modified: index
===================================================================
--- index	2014-10-03 22:09:38 UTC (rev 8829)
+++ index	2014-10-06 17:43:34 UTC (rev 8830)
@@ -179,35 +179,36 @@
 
    .fingerprint { position: absolute; right: 0; z-index: 5; }
 
-   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; }
+   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; top: auto; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; margin: -2em 0 0 0; border-collapse: initial; border-spacing: initial; }
    .status.wrapped { width: 1em; height: 1em; }
    .status.wrapped > :not(input) { display: none; }
-   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; }
+   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; padding: 0; margin: 0; }
    .status > p { font-size: 0.6em; margin: 0; padding: 0; }
    .status > p + p { padding-top: 0.5em; }
    .status > .support { display: block; }
    .status > .support > span { padding: 0.2em 0; display: block; display: table; }
+   .status > .support > span.partial { color: #666666; filter: grayscale(50%); }
+   .status > .support > span.no { color: #CCCCCC; filter: grayscale(100%); }
    .status > .support > span:first-of-type { padding-top: 0.5em; }
    .status > .support > span > span { padding: 0 0.5em; display: table-cell; vertical-align: top; }
    .status > .support > span > span:first-child { width: 100%; }
    .status > .support > span > span:last-child { width: 100%; white-space: pre; padding: 0; }
    .status > .support > span::before { content: ' '; display: table-cell; min-width: 1.5em; height: 1.5em; background: no-repeat center center; background-size: contain; text-align: right; font-size: 0.75em; font-weight: bold; }
-   .status > .support > .and_chr::before { background-image: url(https://html5.org/tools/icons/chrome-android); }
-   .status > .support > .and_ff::before { background-image: url(https://html5.org/tools/icons/gecko-android); }
-   .status > .support > .and_uc::before { background-image: url(https://html5.org/tools/icons/uc); } /* UC Browser for Android */
-   .status > .support > .android::before { background-image: url(https://html5.org/tools/icons/android); }
-   .status > .support > .bb::before { background-image: url(https://html5.org/tools/icons/bb); } /* Blackberry Browser */
-   .status > .support > .chrome::before { background-image: url(https://html5.org/tools/icons/chrome); }
-   .status > .support > .firefox::before { background-image: url(https://html5.org/tools/icons/gecko); }
-   .status > .support > .ie::before { background-image: url(https://html5.org/tools/icons/internet-explorer); }
-   .status > .support > .ie_mob::before { background-image: url(https://html5.org/tools/icons/internet-explorer-mobile); }
-   .status > .support > .ios_saf::before { background-image: url(https://html5.org/tools/icons/ios-safari); }
-   .status > .support > .op_mini::before { background-image: url(https://html5.org/tools/icons/opera-mini); }
-   .status > .support > .op_mob::before { background-image: url(https://html5.org/tools/icons/opera-mobile); }
-   .status > .support > .opera::before { background-image: url(https://html5.org/tools/icons/opera); }
-   .status > .support > .safari::before { background-image: url(https://html5.org/tools/icons/webkit); }
+   .status > .support > .and_chr::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome-android.png); }
+   .status > .support > .and_ff::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .and_uc::before { background-image: url(https://resources.whatwg.org/browser-logos/uc.png); } /* UC Browser for Android */
+   .status > .support > .android::before { background-image: url(https://resources.whatwg.org/browser-logos/android.svg); }
+   .status > .support > .bb::before { background-image: url(https://resources.whatwg.org/browser-logos/bb.jpg); } /* Blackberry Browser */
+   .status > .support > .chrome::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.png); }
+   .status > .support > .firefox::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .ie::before { background-image: url(https://resources.whatwg.org/browser-logos/ie.png); }
+   .status > .support > .ie_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/ie-mobile.svg); }
+   .status > .support > .ios_saf::before { background-image: url(https://resources.whatwg.org/browser-logos/safari-ios.svg); }
+   .status > .support > .op_mini::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .op_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.png); }
+   .status > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); }
    .status > .caniuse { text-align: right; font-style: italic; }
-   .status > .caniuse::before { content: 'See also: '; font: inherit; }
 
    .panel { position: fixed; z-index: 30; top: 10%; left: 0; margin: auto; right: 0; width: 35em; border: double thick; background: #EEEEEE; color: black; padding: 1em; font: 1em sans-serif; max-height: 70%; overflow: auto; }
    .panel h2 { margin: 0; text-align: center; }
@@ -338,7 +339,7 @@
   </style><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>3 October 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>6 October 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -383,7 +384,7 @@
 
   
 
-  <h2 id=introduction>1 Introduction</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23036" title="Either drop all mention of mutation events, or specify them in full detail">23036</a></div>
+  <h2 id=introduction>1 Introduction</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23036" title="Either drop all mention of mutation events, or specify them in full detail">23036</a></div>
 
   
 
@@ -680,7 +681,7 @@
   DOM, not in the HTML and XHTML syntaxes.</p>
 
 
-  <h3 id=structure-of-this-specification>1.9 Structure of this specification</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26942" title="why do these examples of <html> lack the lang attribute?">26942</a></div>
+  <h3 id=structure-of-this-specification>1.9 Structure of this specification</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26942" title="why do these examples of <html> lack the lang attribute?">26942</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1725,7 +1726,7 @@
 
   <p>A resource's <dfn id=critical-subresources>critical subresources</dfn> are those that the resource needs to have
   available to be correctly processed. Which resources are considered critical or not is defined by
-  the specification that defines the resource's format.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17011" title="This appears to be untrue; both CSS background images and fonts will typically delay the load event (and so are critical subresources) in normal circumstances but may not in other circumanstances (only referenced by a selector that doesn't match the docum">17011</a></div>
+  the specification that defines the resource's format.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17011" title="This appears to be untrue; both CSS background images and fonts will typically delay the load event (and so are critical subresources) in normal circumstances but may not in other circumanstances (only referenced by a selector that doesn't match the docum">17011</a></div>
 
 
   <h4 id=xml>2.1.2 XML</h4>
@@ -1896,7 +1897,7 @@
   
 
   <p>The term <dfn id=a-utf-16-encoding>a UTF-16 encoding</dfn> refers to any variant of UTF-16: UTF-16LE or UTF-16BE,
-  regardless of the presence or absence of a BOM. <a href=#refsENCODING>[ENCODING]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24120" title="The Encoding Standard only recognizes utf-16le and utf-16be. This should just refer to those if this is needed at all.">24120</a></div>
+  regardless of the presence or absence of a BOM. <a href=#refsENCODING>[ENCODING]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24120" title="The Encoding Standard only recognizes utf-16le and utf-16be. This should just refer to those if this is needed at all.">24120</a></div>
 
   <p>The term <dfn id=code-unit>code unit</dfn> is used as defined in the Web IDL specification: a 16 bit
   unsigned integer, the smallest atomic component of a <code id=encoding-terminology:idl-domstring><a href=#idl-domstring>DOMString</a></code>. (This is a narrower definition than the one used in
@@ -2181,7 +2182,7 @@
   
 
 
-  <h4 id=dependencies>2.2.2 Dependencies</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26912" title=""decoder error" is defined in Encoding, not URL">26912</a></div>
+  <h4 id=dependencies>2.2.2 Dependencies</h4>
 
   <p>This specification relies on several other underlying specifications.</p>
 
@@ -2242,7 +2243,7 @@
      <li><dfn id=relative-url>Relative URL</dfn>
      <li><dfn id=concept-url-scheme-relative>Relative schemes</dfn>
      <li>The <dfn id=url-parser>URL parser</dfn>
-     <li><dfn id=parsed-url>Parsed URL</dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26400" title=""Parsed URL" isn't defined in URL">26400</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26402" title=""Parsed URL" isn't defined in URL">26402</a></div>
+     <li><dfn id=parsed-url>Parsed URL</dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26400" title=""Parsed URL" isn't defined in URL">26400</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26402" title=""Parsed URL" isn't defined in URL">26402</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26979" title="<li><a href="#">Photographing Leather</a></li>">26979</a></div>
      <li>The <dfn id=concept-url-scheme>scheme</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url>parsed URL</a>
      <li>The <dfn id=concept-url-scheme-data>scheme data</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url-2>parsed URL</a>
      <li>The <dfn id=concept-url-username>username</dfn> component of a <a href=#parsed-url id=dependencies:parsed-url-3>parsed URL</a>
@@ -2786,7 +2787,7 @@
 
   
 
-  <h4 id=interactions-with-xpath-and-xslt>2.2.4 Interactions with XPath and XSLT</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18460" title="Need to violate XSLT spec to correctly produce <br>">18460</a></div>
+  <h4 id=interactions-with-xpath-and-xslt>2.2.4 Interactions with XPath and XSLT</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18460" title="Need to violate XSLT spec to correctly produce <br>">18460</a></div>
 
   <p id=xpath-1.0-processors>Implementations of XPath 1.0 that operate on <a href=#html-documents id=interactions-with-xpath-and-xslt:html-documents>HTML
   documents</a> parsed or created in the manners described in this specification (e.g. as part of
@@ -4450,7 +4451,7 @@
   <p>Given an element, <dfn id="the-element's-base-url">the element's base URL</dfn> is the <i>base URI of the element</i>, as
   defined by the XML Base specification, with <i>the base URI of the document entity</i> being
   defined as the <a href=#document-base-url id=resolving-urls:document-base-url>document base URL</a> of the <code id=resolving-urls:document-2><a href=#document>Document</a></code> that owns the element.
-  <a href=#refsXMLBASE>[XMLBASE]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976" title="Define base URLs in DOM">20976</a></div>
+  <a href=#refsXMLBASE>[XMLBASE]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976" title="Define base URLs in DOM">20976</a></div>
 
   <p>For the purposes of the XML Base specification, user agents must act as if all
   <code id=resolving-urls:document-3><a href=#document>Document</a></code> objects represented XML documents.</p>
@@ -4532,14 +4533,14 @@
   <p>A <dfn id=referrer-source>referrer source</dfn> is either a <code id=terminology-3:document><a href=#document>Document</a></code> or a <a href=#url id=terminology-3:url>URL</a>.</p>
 
 
-  <h4 id=processing-model>2.6.2 Processing model</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24613" title="Why wouldn't referrer for about:blank be based on the origin it inherits?">24613</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24659" title="fetch: In the CORS-enabled fetch, the non-normative use of the term "is available" is ambiguous">24659</a></div>
+  <h4 id=processing-model>2.6.2 Processing model</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24613" title="Why wouldn't referrer for about:blank be based on the origin it inherits?">24613</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24659" title="fetch: In the CORS-enabled fetch, the non-normative use of the term "is available" is ambiguous">24659</a></div>
 
   <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource or <a href=#url id=processing-model:url>URL</a>, optionally
   <strong>from</strong> an origin <i>origin</i>, optionally <strong>using</strong> a
   specific <a href=#referrer-source id=processing-model:referrer-source>referrer source</a> as an <i>override referrer source</i>, and optionally with
   any of a <i>blocking flag</i>, a <i>manual redirect flag</i>, a <i>force same-origin flag</i>,
   and a <i>block cookies flag</i>, the following steps must be run. (When a
-  <em><a href=#url id=processing-model:url-2>URL</a></em> is to be fetched, the URL identifies a resource to be obtained.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=11235" title="Mechanism to disable sending of cookies with requests for style sheets, background images, fonts, WebSockets, server-sent events, <video src>, <source>, <track>, <iframe>, <img>, etc">11235</a></div>
+  <em><a href=#url id=processing-model:url-2>URL</a></em> is to be fetched, the URL identifies a resource to be obtained.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=11235" title="Mechanism to disable sending of cookies with requests for style sheets, background images, fonts, WebSockets, server-sent events, <video src>, <source>, <track>, <iframe>, <img>, etc">11235</a></div>
 
   
 
@@ -4795,7 +4796,7 @@
   
 
 
-  <h4 id=cors-settings-attributes>2.6.6 CORS settings attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24031" title="Explain first occurrence of “CORS” (not everybody knows it stands for “cross-origin resource sharing”)">24031</a></div>
+  <h4 id=cors-settings-attributes>2.6.6 CORS settings attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24031" title="Explain first occurrence of “CORS” (not everybody knows it stands for “cross-origin resource sharing”)">24031</a></div>
 
   <p>A <dfn id=cors-settings-attribute>CORS settings attribute</dfn> is an <a href=#enumerated-attribute id=cors-settings-attributes:enumerated-attribute>enumerated attribute</a>. The following
   table lists the keywords and states for the attribute — the keywords in the left column map
@@ -4932,7 +4933,7 @@
 
   <h3 id=common-dom-interfaces>2.7 Common DOM interfaces</h3>
 
-  <h4 id=reflecting-content-attributes-in-idl-attributes>2.7.1 Reflecting content attributes in IDL attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20660" title="DOMTokenList list of tokens isn't properly initialised">20660</a></div>
+  <h4 id=reflecting-content-attributes-in-idl-attributes>2.7.1 Reflecting content attributes in IDL attributes</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20660" title="DOMTokenList list of tokens isn't properly initialised">20660</a></div>
 
   <p>Some IDL attributes are defined to <dfn id=reflect>reflect</dfn> a particular content attribute. This
   means that on getting, the IDL attribute returns the current value of the content attribute, and
@@ -5595,7 +5596,7 @@
 
   
 
-  <h4 id=safe-passing-of-structured-data>2.7.6 Safe passing of structured data</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21652" title="Should structured clone support FormData?">21652</a></div>
+  <h4 id=safe-passing-of-structured-data>2.7.6 Safe passing of structured data</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21652" title="Should structured clone support FormData?">21652</a></div>
 
   <p>When a user agent is required to obtain a <dfn id=structured-clone>structured clone</dfn> of a value, optionally
   with a <i>transfer map</i>, it must run the following algorithm, which either returns a separate
@@ -5879,7 +5880,7 @@
 
 
 
-  <h4 id=the-document-object>3.1.1 The <code id=the-document-object:document><a href=#document>Document</a></code> object</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20302" title="Document.execCommand should use optional arguments with default values">20302</a></div>
+  <h4 id=the-document-object>3.1.1 The <code id=the-document-object:document><a href=#document>Document</a></code> object</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20302" title="Document.execCommand should use optional arguments with default values">20302</a></div>
 
   <p>The DOM specification defines a <code id=the-document-object:dom-document><a href=#dom-document>Document</a></code> interface, which
   this specification extends significantly:</p>
@@ -6460,7 +6461,7 @@
 
 
 
-  <h3 id=elements>3.2 Elements</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25325" title="What is the rationale in having <menuitem> as a void element? It won't be backward compatible, and in addition to this if it had content allowed in form of text nodes, the label for the command could  [...]">25325</a></div>
+  <h3 id=elements>3.2 Elements</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25325" title="What is the rationale in having <menuitem> as a void element? It won't be backward compatible, and in addition to this if it had content allowed in form of text nodes, the label for the command could  [...]">25325</a></div>
 
   <h4 id=semantics-2>3.2.1 Semantics</h4>
 
@@ -6901,7 +6902,7 @@
   <ul class="brief category-list"><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-4><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-5><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code><li><code id=heading-content:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-6><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code><li><code id=heading-content:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code></ul>
 
 
-  <h6 id=phrasing-content>3.2.4.2.5 Phrasing content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25493" title="<img> Are alts not being respected in document outline for things like <h1><img alt="Title" src="path/to/i [...]">25493</a></div>
+  <h6 id=phrasing-content>3.2.4.2.5 Phrasing content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25493" title="<img> Are alts not being respected in document outline for things like <h1><img alt="Title" src="path/to/i [...]">25493</a></div>
 
   <p><dfn id=phrasing-content-2>Phrasing content</dfn> is the text of the document, as well as elements that mark up that
   text at the intra-paragraph level. Runs of <a href=#phrasing-content-2 id=phrasing-content:phrasing-content-2>phrasing content</a> form <a href=#paragraph id=phrasing-content:paragraph>paragraphs</a>.</p>
@@ -6915,7 +6916,7 @@
   <p><dfn id=text-content>Text</dfn>, in the context of content models, means either nothing,
   or <code id=phrasing-content:text><a href=#text>Text</a></code> nodes. <a href=#text-content id=phrasing-content:text-content-2>Text</a> is sometimes used as a content
   model on its own, but is also <a href=#phrasing-content-2 id=phrasing-content:phrasing-content-2-2>phrasing content</a>, and can be <a href=#inter-element-whitespace id=phrasing-content:inter-element-whitespace>inter-element
-  whitespace</a> (if the <code id=phrasing-content:text-2><a href=#text>Text</a></code> nodes are empty or contain just <a href=#space-character id=phrasing-content:space-character>space characters</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23152" title="Call out that content model: Text, in HTML, depends on the kind of element">23152</a></div>
+  whitespace</a> (if the <code id=phrasing-content:text-2><a href=#text>Text</a></code> nodes are empty or contain just <a href=#space-character id=phrasing-content:space-character>space characters</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23152" title="Call out that content model: Text, in HTML, depends on the kind of element">23152</a></div>
 
   <p><code id=phrasing-content:text-3><a href=#text>Text</a></code> nodes and attribute values must consist of <a href=#unicode-character id=phrasing-content:unicode-character>Unicode characters</a>, must not contain U+0000 characters, must not contain
   permanently undefined Unicode characters (noncharacters), and must not contain <a href=#control-characters id=phrasing-content:control-characters>control characters</a>
@@ -6952,7 +6953,7 @@
   
 
 
-  <h6 id=interactive-content>3.2.4.2.7 Interactive content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15948" title="<area> should be classified as "interactive content"">15948</a></div>
+  <h6 id=interactive-content>3.2.4.2.7 Interactive content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15948" title="<area> should be classified as "interactive content"">15948</a></div>
 
 
 
@@ -6967,7 +6968,7 @@
 
 
 
-  <h6 id=palpable-content>3.2.4.2.8 Palpable content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18052" title="A definition of "palpable" should be added. As it stands, one must infer the meaning of "palpable" through the list of elements.">18052</a></div>
+  <h6 id=palpable-content>3.2.4.2.8 Palpable content</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18052" title="A definition of "palpable" should be added. As it stands, one must infer the meaning of "palpable" through the list of elements.">18052</a></div>
 
   <p>As a general rule, elements whose content model allows any <a href=#flow-content-2 id=palpable-content:flow-content-2>flow content</a> or
   <a href=#phrasing-content-2 id=palpable-content:phrasing-content-2>phrasing content</a> should have at least one node in its <a href=#concept-html-contents id=palpable-content:concept-html-contents>contents</a> that is <dfn id=palpable-content-2>palpable content</dfn> and that does
@@ -7282,7 +7283,7 @@
   attribute on <a href=#html-elements id=global-attributes:html-elements-6>HTML elements</a> in the <code id=global-attributes:text/html><a href=#text/html>text/html</a></code> syntax.</p>
 
 
-  <h5 id=the-id-attribute>3.2.5.1 The <dfn><code>id</code></dfn> attribute</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26946" title="Allowing any content of id attributes prevents definition of alternate hash fragment usage">26946</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17298" title="valid character range for identifiers too broad">17298</a></div>
+  <h5 id=the-id-attribute>3.2.5.1 The <dfn><code>id</code></dfn> attribute</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26946" title="Allowing any content of id attributes prevents definition of alternate hash fragment usage">26946</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17298" title="valid character range for identifiers too broad">17298</a></div>
 
   <p>The <code id=the-id-attribute:the-id-attribute><a href=#the-id-attribute>id</a></code> attribute specifies its element's <a href=#concept-id id=the-id-attribute:concept-id>unique identifier (ID)</a>. <a href=#refsDOM>[DOM]</a></p>
 
@@ -7376,7 +7377,7 @@
 
 
 
-  <h5 id=the-lang-and-xml:lang-attributes>3.2.5.3 The <code id=the-lang-and-xml:lang-attributes:attr-lang><a href=#attr-lang>lang</a></code> and <code id=the-lang-and-xml:lang-attributes:attr-xml-lang><a href=#attr-xml-lang>xml:lang</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23626" title="@lang/xml:lang: The spec writes the same paragraph twice:">23626</a></div>
+  <h5 id=the-lang-and-xml:lang-attributes>3.2.5.3 The <code id=the-lang-and-xml:lang-attributes:attr-lang><a href=#attr-lang>lang</a></code> and <code id=the-lang-and-xml:lang-attributes:attr-xml-lang><a href=#attr-xml-lang>xml:lang</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23626" title="@lang/xml:lang: The spec writes the same paragraph twice:">23626</a></div>
 
   <p>The <dfn id=attr-lang><code>lang</code></dfn> attribute (in no namespace) specifies the
   primary language for the element's contents and for any of the element's attributes that contain
@@ -7840,7 +7841,7 @@
 
 
 
-  <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes>3.2.5.9 <dfn>Embedding custom non-visible data</dfn> with the <code id=embedding-custom-non-visible-data-with-the-data-*-attributes:attr-data-*><a href=#attr-data-*>data-*</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>7+</span></span><span class=ie><span>IE</span> <span>11+</span></span><span class=firefox><span>Firefox</span> <span>6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>11.1+</span></span><spa
 n class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dataset">caniuse.com</a></div>
+  <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes>3.2.5.9 <dfn>Embedding custom non-visible data</dfn> with the <code id=embedding-custom-non-visible-data-with-the-data-*-attributes:attr-data-*><a href=#attr-data-*>data-*</a></code> attributes</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>
 9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dataset">caniuse.com</a></div>
 
   <p>A <dfn id=custom-data-attribute>custom data attribute</dfn> is an attribute in no namespace whose name starts with the
   string "<dfn id=attr-data-*><code>data-</code></dfn>", has at least one character after the
@@ -8099,7 +8100,7 @@
   <a id=wai-aria:strong-native-semantics href=http://www.w3.org/TR/wai-aria/host_languages#host_general_conflict_header data-x-internal=strong-native-semantics>strong native semantics</a> or are equal to the <a id=wai-aria:default-implicit-aria-semantics href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA
   semantics</a> described below. These exceptions are intended to prevent authors from making
   assistive technology products report nonsensical states that do not represent the actual state of
-  the document. <a href=#refsARIA>[ARIA]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10919" title="Allow role="presentation" to override the default role of any element">10919</a></div>
+  the document. <a href=#refsARIA>[ARIA]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10919" title="Allow role="presentation" to override the default role of any element">10919</a></div>
 
   <p>Authors must not set the ARIA <code id=wai-aria:attr-aria-role-2><a href=#attr-aria-role>role</a></code> and <code id=wai-aria:attr-aria-*-2><a href=#attr-aria-*>aria-*</a></code> attributes in a manner that conflicts with the semantics
   described in the following table, except that the <code id=wai-aria:attr-aria-role-presentation><a data-x-internal=attr-aria-role-presentation href=http://www.w3.org/TR/wai-aria/roles#presentation>presentation</a></code> role may always be used. Authors must not
@@ -8124,7 +8125,7 @@
   <a id=wai-aria:default-implicit-aria-semantics-5 href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantics</a> that apply to <a href=#html-elements id=wai-aria:html-elements-3>HTML elements</a>. Each
   language feature (element or attribute) in a cell in the first column implies the ARIA semantics
   (any role, states, and properties) given in the cell in the second column of the same row. When multiple rows apply to an element, the role from the last row to define a role
-  must be applied, and the states and properties from all the rows must be combined.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24272" title="area elements that create hyperlinks should have cirka same role options as a elements that create hyperlinks">24272</a></div>
+  must be applied, and the states and properties from all the rows must be combined.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24272" title="area elements that create hyperlinks should have cirka same role options as a elements that create hyperlinks">24272</a></div>
 
   <table id=table-aria-strong><thead><tr><th>Language feature
 
@@ -8476,7 +8477,7 @@
 
      <td>The <code id=wai-aria:attr-aria-invalid><a data-x-internal=attr-aria-invalid href=http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid>aria-invalid</a></code> state set to "true"
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22195" title=""script element: No role" — it strikes me that <head>, <style>, <script>, <noscript> when scripting is enabled, etc, should probably have aria-hidden=true implied and forced (strong semantic).">22195</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25990" title="<img> (ARIA table) Add <picture>, with "No role"">25990</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22195" title=""script element: No role" — it strikes me that <head>, <style>, <script>, <noscript> when scripting is enabled, etc, should probably have aria-hidden=true implied and forced (strong semantic).">22195</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25990" title="<img> (ARIA table) Add <picture>, with "No role"">25990</a></div>
 
   <p>Some <a href=#html-elements id=wai-aria:html-elements-4>HTML elements</a> have native semantics that can be overridden. The following
   table lists these elements and their <a id=wai-aria:default-implicit-aria-semantics-7 href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantics</a>, along with the
@@ -8788,7 +8789,7 @@
 
      <td>Role must be either <code id=wai-aria:attr-aria-role-document-9><a data-x-internal=attr-aria-role-document href=http://www.w3.org/TR/wai-aria/roles#document>document</a></code> or <code id=wai-aria:attr-aria-role-application-10><a data-x-internal=attr-aria-role-application href=http://www.w3.org/TR/wai-aria/roles#application>application</a></code>
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12591" title="restrict img from taking @role=presentation whenever img provides link text">12591</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12591" title="restrict img from taking @role=presentation whenever img provides link text">12591</a></div>
 
   <p>The entry "<dfn id=concept-role-none>no role</dfn>", when used as a <a href=http://www.w3.org/TR/wai-aria/host_languages#host_general_conflict_header id=wai-aria:strong-native-semantics-5 data-x-internal=strong-native-semantics>strong native semantic</a>, means that no role other than <code id=wai-aria:attr-aria-role-presentation-4><a data-x-internal=attr-aria-role-presentation href=http://www.w3.org/TR/wai-aria/roles#presentation>presentation</a></code> can be used. When used as a <a href=http://www.w3.org/TR/wai-aria/host_languages#implicit_semantics id=wai-aria:default-implicit-aria-semantics-8 data-x-internal=default-implicit-aria-semantics>default implicit ARIA semantic</a>, it means the user
   agent has no default mapping to ARIA roles. (However, it probably will have its own mappings to
@@ -9122,7 +9123,7 @@
 
 
 
-  <h4 id=the-link-element>4.2.4 The <dfn><code>link</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17999" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">17999</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20166" title="<link rel=stylesheet scoped>">20166</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21622" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">21622</a></div>
+  <h4 id=the-link-element>4.2.4 The <dfn><code>link</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17999" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">17999</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20166" title="<link rel=stylesheet scoped>">20166</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21622" title="CSSOM defines algorithms named "create a style sheet" and various other similar ones.  These need to be explicitly invoked somehow so that <link rel=stylesheet> elements correctly contribute to document.styleSheets.">21622</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-link-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-link-element:metadata-content-2>Metadata content</a>.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#flow-content-2 id=the-link-element:flow-content-2>flow content</a>.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute-2><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#phrasing-content-2 id=the-link-element:phrasing-content-2>phrasing content</a>.<dt><a href=#concept-element-contexts id=the-link-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-link-element:metadata-content-2-2>metadata content</a> is expected.<dd>In a <code id=the-link-element:the-noscript-element><a href=#the-no
 script-element>noscript</a></code> element that is a child of a <code id=the-link-element:the-head-element><a href=#the-head-element>head</a></code> element.<dd>If the <code id=the-link-element:names:-the-itemprop-attribute-3><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: where <a href=#phrasing-content-2 id=the-link-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-link-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-link-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-link-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-link-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-link-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-link-element:global-att
 ributes>Global attributes</a><dd><code id=the-link-element:attr-link-href><a href=#attr-link-href>href</a></code> — Address of the <a href=#hyperlink id=the-link-element:hyperlink>hyperlink</a><dd><code id=the-link-element:attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> — How the element handles crossorigin requests<dd><code id=the-link-element:attr-link-rel><a href=#attr-link-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-link-element:attr-link-media><a href=#attr-link-media>media</a></code> — Applicable media<dd><code id=the-link-element:attr-link-hreflang><a href=#attr-link-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-link-element:attr-link-type><a href=#attr-link-type>type</a></code> — Hint for the type of the referenced resource<dd><code id=the-link-element:attr-link-sizes><a href=#attr-link-sizes>sizes</a></code> — Si
 zes of the icons (for <code id=the-link-element:attr-link-rel-2><a href=#attr-link-rel>rel</a></code>="<code id=the-link-element:rel-icon><a href=#rel-icon>icon</a></code>")<dd>Also, the <code id=the-link-element:attr-link-title><a href=#attr-link-title>title</a></code> attribute <a href=#attr-link-title id=the-link-element:attr-link-title-2>has special semantics</a> on this element: Title of the link; alternative style sheet set name.<dt><a href=#concept-element-dom id=the-link-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmllinkelement>HTMLLinkElement</dfn> : <a href=#htmlelement id=the-link-element:htmlelement>HTMLElement</a> {
@@ -9500,7 +9501,7 @@
   
 
 
-  <h5 id=standard-metadata-names>4.2.5.1 Standard metadata names</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12833" title="Per Section 508 Laws name="Language" content=""">12833</a></div>
+  <h5 id=standard-metadata-names>4.2.5.1 Standard metadata names</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12833" title="Per Section 508 Laws name="Language" content=""">12833</a></div>
 
   <p>This specification defines a few names for the <code id=standard-metadata-names:attr-meta-name><a href=#attr-meta-name>name</a></code>
   attribute of the <code id=standard-metadata-names:the-meta-element><a href=#the-meta-element>meta</a></code> element.</p>
@@ -9964,7 +9965,7 @@
 
 
 
-  <h5 id=charset>4.2.5.5 Specifying the document's character encoding</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20742" title=""there can only be one meta-based character encoding declaration per document"">20742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20743" title=""there can only be one meta-based character encoding declaration per document"">20743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18338" title="text/html MIME type definition should require that charset="" value be valid and correct">18338</a></div>
+  <h5 id=charset>4.2.5.5 Specifying the document's character encoding</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20742" title=""there can only be one meta-based character encoding declaration per document"">20742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20743" title=""there can only be one meta-based character encoding declaration per document"">20743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18338" title="text/html MIME type definition should require that charset="" value be valid and correct">18338</a></div>
 
   
 
@@ -10065,7 +10066,7 @@
 
 
 
-  <h4 id=the-style-element>4.2.6 The <dfn><code>style</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26081" title="Consider defining or mentioning the nonce attribute">26081</a></div>
+  <h4 id=the-style-element>4.2.6 The <dfn><code>style</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26081" title="Consider defining or mentioning the nonce attribute">26081</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-style-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-style-element:metadata-content-2>Metadata content</a>.<dd>If the <code id=the-style-element:attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present: <a href=#flow-content-2 id=the-style-element:flow-content-2>flow content</a>.<dt><a href=#concept-element-contexts id=the-style-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>If the <code id=the-style-element:attr-style-scoped-2><a href=#attr-style-scoped>scoped</a></code> attribute is absent: where <a href=#metadata-content-2 id=the-style-element:metadata-content-2-2>metadata content</a> is expected.<dd>If the <code id=the-style-element:attr-style-scoped-3><a href=#attr-style-scoped>scoped</a></code> attribute is absent: in a <code id=the-style-element:the-noscript-element><a href=#the-noscript-element>no
 script</a></code> element that is a child of a <code id=the-style-element:the-head-element><a href=#the-head-element>head</a></code> element.<dd>If the <code id=the-style-element:attr-style-scoped-4><a href=#attr-style-scoped>scoped</a></code> attribute is present: where <a href=#flow-content-2 id=the-style-element:flow-content-2-2>flow content</a> is expected, but before any other <a href=#flow-content-2 id=the-style-element:flow-content-2-3>flow content</a> other than <a href=#inter-element-whitespace id=the-style-element:inter-element-whitespace>inter-element whitespace</a> and <code id=the-style-element:the-style-element><a href=#the-style-element>style</a></code> elements, and not as the child of an element whose content model is <a href=#transparent id=the-style-element:transparent>transparent</a>.<dt><a href=#concept-element-content-model id=the-style-element:concept-element-content-model>Content model</a>:<dd>Depends on the value of the <code id=the-style-element:att
 r-style-type><a href=#attr-style-type>type</a></code> attribute, but must match requirements described in prose below.<dt><a href=#concept-element-tag-omission id=the-style-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-style-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-style-element:global-attributes>Global attributes</a><dd><code id=the-style-element:attr-style-media><a href=#attr-style-media>media</a></code> — Applicable media<dd><code id=the-style-element:attr-style-type-2><a href=#attr-style-type>type</a></code> — Type of embedded resource<dd><code id=the-style-element:attr-style-scoped-5><a href=#attr-style-scoped>scoped</a></code> — Whether the styles apply to the entire document or just the parent subtree<dd>Also, the <code id=the-style-element:attr-style-title><a href=#attr-style-title>title</a></code> attribute <a 
 href=#attr-style-title id=the-style-element:attr-style-title-2>has special semantics</a> on this element: Alternative style sheet set name.<dt><a href=#concept-element-dom id=the-style-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlstyleelement>HTMLStyleElement</dfn> : <a href=#htmlelement id=the-style-element:htmlelement>HTMLElement</a> {
@@ -10116,7 +10117,7 @@
   <p>The <dfn id=attr-style-scoped><code>scoped</code></dfn> attribute is a <a href=#boolean-attribute id=the-style-element:boolean-attribute>boolean
   attribute</a>. If present, it indicates that the styles are intended just for the subtree
   rooted at the <code id=the-style-element:the-style-element-4><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
-  <code id=the-style-element:document><a href=#document>Document</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>21+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=style-scoped">caniuse.com</a></div>
+  <code id=the-style-element:document><a href=#document>Document</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><sp
 an class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=style-scoped">caniuse.com</a></div>
 
   <p>If the <code id=the-style-element:attr-style-scoped-6><a href=#attr-style-scoped>scoped</a></code> attribute is present and the element has a
   parent element, then the <code id=the-style-element:the-style-element-5><a href=#the-style-element>style</a></code> element must precede any <a href=#flow-content-2 id=the-style-element:flow-content-2-4>flow content</a> in
@@ -10141,7 +10142,7 @@
   <code id=the-style-element:the-style-element-11><a href=#the-style-element>style</a></code> elements defines <a href=#alternative-style-sheet-sets id=the-style-element:alternative-style-sheet-sets>alternative style sheet sets</a>. If the
   <code id=the-style-element:the-style-element-12><a href=#the-style-element>style</a></code> element has no <code id=the-style-element:attr-style-title-3><a href=#attr-style-title>title</a></code> attribute, then it
   has no title; the <code id=the-style-element:attr-title><a href=#attr-title>title</a></code> attribute of ancestors does not apply to
-  the <code id=the-style-element:the-style-element-13><a href=#the-style-element>style</a></code> element. <a href=#refsCSSOM>[CSSOM]</a></p>
+  the <code id=the-style-element:the-style-element-13><a href=#the-style-element>style</a></code> element. <a href=#refsCSSOM>[CSSOM]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26971" title="Under the https://html.spec.whatwg.org/#title-on-style:  "...the user agent must queue a task to inv [...]">26971</a></div>
 
   <p class=note>The <code id=the-style-element:attr-style-title-4><a href=#attr-style-title>title</a></code> attribute on <code id=the-style-element:the-style-element-14><a href=#the-style-element>style</a></code>
   elements, like the <code id=the-style-element:attr-link-title><a href=#attr-link-title>title</a></code> attribute on <code id=the-style-element:the-link-element><a href=#the-link-element>link</a></code>
@@ -10325,7 +10326,7 @@
 
 
 
-  <h3 id=sections>4.3 Sections</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11.1+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=html5semantic">caniuse.com</a></div>
+  <h3 id=sections>4.3 Sections</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class
 ="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=html5semantic">caniuse.com</a></div>
 
   <h4 id=the-body-element>4.3.1 The <dfn><code>body</code></dfn> element</h4>
 
@@ -10687,7 +10688,7 @@
 
 
 
-  <h4 id=the-nav-element>4.3.4 The <dfn><code>nav</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18245" title="Conveying state of an Active tab in tabbed panels to Assistive Technologies like screen readers">18245</a></div>
+  <h4 id=the-nav-element>4.3.4 The <dfn><code>nav</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18245" title="Conveying state of an Active tab in tabbed panels to Assistive Technologies like screen readers">18245</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-nav-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-nav-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-content-2 id=the-nav-element:sectioning-content-2>Sectioning content</a>.<dd><a href=#palpable-content-2 id=the-nav-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-nav-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-nav-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-nav-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-nav-element:flow-content-2-3>Flow content</a>, but with no <code id=the-nav-element:the-main-element><a href=#the-main-element>main</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-nav-element:conc
 ept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-nav-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-nav-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-nav-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-nav-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -11245,7 +11246,7 @@
 
 
 
-  <h4 id=the-footer-element>4.3.9 The <dfn><code>footer</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12990" title="Nested <footer>s might make sense in some cases, but are currently disallowed">12990</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19054" title="The footer element (Sections, Elements of HTML). Request for clarification. Re: Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve">19054</a></div>
+  <h4 id=the-footer-element>4.3.9 The <dfn><code>footer</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12990" title="Nested <footer>s might make sense in some cases, but are currently disallowed">12990</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19054" title="The footer element (Sections, Elements of HTML). Request for clarification. Re: Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve">19054</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-footer-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-footer-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-footer-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-footer-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-footer-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-footer-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-footer-element:flow-content-2-3>Flow content</a>, but with no <code id=the-footer-element:the-header-element><a href=#the-header-element>header</a></code>, <code id=the-footer-element:the-footer-element><a href=#the-footer-element>footer</a></code>, or <code id=the-footer-element:the-main-element><a href=#
 the-main-element>main</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-footer-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-footer-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-footer-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-footer-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-footer-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -12580,7 +12581,7 @@
   <a href=#outline id=the-hr-element:outline>outline</a>.</p>
 
 
-  <h4 id=the-pre-element>4.4.3 The <dfn><code>pre</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13103" title="Visual formatting of content inside the pre element isn't available to assistive technologies">13103</a></div>
+  <h4 id=the-pre-element>4.4.3 The <dfn><code>pre</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13103" title="Visual formatting of content inside the pre element isn't available to assistive technologies">13103</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-pre-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-pre-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-pre-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-pre-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-pre-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-pre-element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-pre-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-tag-omission id=the-pre-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-pre-element:concept-element-attributes>Content attributes</a>:<dd><a href
 =#global-attributes id=the-pre-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-pre-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>interface <dfn id=htmlpreelement>HTMLPreElement</dfn> : <a href=#htmlelement id=the-pre-element:htmlelement>HTMLElement</a> {
@@ -12840,7 +12841,7 @@
 
 
 
-  <h4 id=the-ol-element>4.4.5 The <dfn><code>ol</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18263" title="Should ordered list numbering consider list items in child blocks?">18263</a></div>
+  <h4 id=the-ol-element>4.4.5 The <dfn><code>ol</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18263" title="Should ordered list numbering consider list items in child blocks?">18263</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-ol-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-ol-element:flow-content-2>Flow content</a>.<dd>If the element's children include at least one <code id=the-ol-element:the-li-element><a href=#the-li-element>li</a></code> element: <a href=#palpable-content-2 id=the-ol-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-ol-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-ol-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-ol-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-ol-element:the-li-element-2><a href=#the-li-element>li</a></code> and <a href=#script-supporting-elements-2 id=the-ol-element:script-supporting-elements-2>script-supporting</a> elements.<dt><a href=#conc
 ept-element-tag-omission id=the-ol-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-ol-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-ol-element:global-attributes>Global attributes</a><dd><code id=the-ol-element:attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> — Number the list backwards<dd><code id=the-ol-element:attr-ol-start><a href=#attr-ol-start>start</a></code> — <a href=#ordinal-value id=the-ol-element:ordinal-value>Ordinal value</a> of the first item<dd><code id=the-ol-element:attr-ol-type><a href=#attr-ol-type>type</a></code> — Kind of list marker<dt><a href=#concept-element-dom id=the-ol-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlolistelement>HTMLOListElement</dfn> : <a href=#htmlelement id=the-ol-element:htmlelement>HTMLElement</a> {
@@ -12891,7 +12892,7 @@
   attribute represents the state given in the cell in the second column of the row whose first cell
   matches the attribute's value; if none of the cells match, or if the attribute is omitted, then
   the attribute represents the <a href=#attr-ol-type-state-decimal id=the-ol-element:attr-ol-type-state-decimal>decimal</a>
-  state.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24269" title="Allow <ul type="none">  and <ol type="none">">24269</a></div>
+  state.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24269" title="Allow <ul type="none">  and <ol type="none">">24269</a></div>
 
   <table><thead><tr><th>Keyword
      <th>State
@@ -13308,7 +13309,7 @@
   </div>
 
 
-  <h4 id=the-figure-element>4.4.11 The <dfn><code>figure</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25552" title="Shouldn't <figure> also allow intermixed script-supporting elements (before/after the <figcaption>)?">25552</a></div>
+  <h4 id=the-figure-element>4.4.11 The <dfn><code>figure</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25552" title="Shouldn't <figure> also allow intermixed script-supporting elements (before/after the <figcaption>)?">25552</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-figure-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-figure-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-figure-element:sectioning-root>Sectioning root</a>.<dd><a href=#palpable-content-2 id=the-figure-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-figure-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-figure-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-figure-element:concept-element-content-model>Content model</a>:<dd>Either: One <code id=the-figure-element:the-figcaption-element><a href=#the-figcaption-element>figcaption</a></code> element followed by <a href=#flow-content-2 id=the-figure-element:flow-content-2-3>flow content</a>.<dd>Or: <a href=#flow-content-2 id
 =the-figure-element:flow-content-2-4>Flow content</a> followed by one <code id=the-figure-element:the-figcaption-element-2><a href=#the-figcaption-element>figcaption</a></code> element.<dd>Or: <a href=#flow-content-2 id=the-figure-element:flow-content-2-5>Flow content</a>.<dt><a href=#concept-element-tag-omission id=the-figure-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-figure-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-figure-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-figure-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-figure-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -13615,7 +13616,7 @@
 
   <h3 id=text-level-semantics>4.5 Text-level semantics</h3>
 
-  <h4 id=the-a-element>4.5.1 The <dfn><code>a</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>30+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=rellist">caniuse.com</a></div>
+  <h4 id=the-a-element>4.5.1 The <dfn><code>a</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span cla
 ss="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=rellist">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-a-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-a-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-a-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-a-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-a-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-a-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-a-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-a-element:concept-element-content-model>Content model</a>:<dd><a href=#transparent id=the-a-element:transparent>Transparent</a>, but there must be no <a href=#interactive-content-2 id=the-a-element:interactive-content-2-2>interacti
 ve content</a> descendant.<dt><a href=#concept-element-tag-omission id=the-a-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-a-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-a-element:global-attributes>Global attributes</a><dd><code id=the-a-element:attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> — Address of the <a href=#hyperlink id=the-a-element:hyperlink>hyperlink</a><dd><code id=the-a-element:attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> — <a href=#browsing-context id=the-a-element:browsing-context>Browsing context</a> for <a href=#hyperlink id=the-a-element:hyperlink-2>hyperlink</a> <a href=#navigate id=the-a-element:navigate>navigation</a><dd><code id=the-a-element:attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> — Whether to download the resource inst
 ead of navigating to it, and its file name if so<dd><code id=the-a-element:ping><a href=#ping>ping</a></code> — <a href=#url id=the-a-element:url>URLs</a> to ping<dd><code id=the-a-element:attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-a-element:attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-a-element:attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> — Hint for the type of the referenced resource<dt><a href=#concept-element-dom id=the-a-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlanchorelement>HTMLAnchorElement</dfn> : <a href=#htmlelement id=the-a-element:htmlelement>HTMLElement</a> {
@@ -14357,7 +14358,7 @@
   the same expansion. Every <code id=the-abbr-element:the-abbr-element-8><a href=#the-abbr-element>abbr</a></code> element is independent.</p>
 
 
-  <h4 id=the-ruby-element>4.5.10 The <dfn><code>ruby</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25555" title="Shouldn't <ruby> also allow intermixed script-supporting elements?">25555</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21040" title="Double-sided ruby">21040</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21041" title="Inlining ruby">21041</a><p class=caniuse><a href="http://caniuse.com/#feat=ruby">caniuse.com</a></div>
+  <h4 id=the-ruby-element>4.5.10 The <dfn><code>ruby</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25555" title="Shouldn't <ruby> also allow intermixed script-supporting elements?">25555</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21040" title="Double-sided ruby">21040</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21041" title="Inlining ruby">21041</a><p class=support><strong>Support:</strong> <span class="chrome partial"><span><span>Chrome</span> (limited) </span><span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android
  partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera partial"><span><span>Opera</span> (limited) </span><span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=ruby">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-ruby-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-ruby-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-ruby-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#palpable-content-2 id=the-ruby-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-ruby-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-ruby-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-ruby-element:concept-element-content-model>Content model</a>:<dd>See prose.<dt><a href=#concept-element-tag-omission id=the-ruby-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-ruby-element:concept-element-attributes
 >Content attributes</a>:<dd><a href=#global-attributes id=the-ruby-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-ruby-element:concept-element-dom>DOM interface</a>:<dd>Uses <code id=the-ruby-element:htmlelement><a href=#htmlelement>HTMLElement</a></code>.</dl>
 
@@ -16074,7 +16075,7 @@
 
 
 
-  <h4 id=downloading-resources>4.6.4 Downloading resources</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>14+</span></span><span class=firefox><span>Firefox</span> <span>20+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=download">caniuse.com</a></div>
+  <h4 id=downloading-resources>4.6.4 Downloading resources</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="a
 nd_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=download">caniuse.com</a></div>
 
   <p>In some cases, resources are intended for later use rather than immediate viewing. To indicate
   that a resource is intended to be downloaded for use later, rather than immediately used, the
@@ -16219,7 +16220,7 @@
 
   
 
-  <h5 id=hyperlink-auditing>4.6.4.1 <dfn>Hyperlink auditing</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24137" title="I think the fetching stops working per spec after the document has unloaded, since the document isn't fully active at that point (or maybe the document even gets discarded before all ping URLs have started fetching)">24137</a></div>
+  <h5 id=hyperlink-auditing>4.6.4.1 <dfn>Hyperlink auditing</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24137" title="I think the fetching stops working per spec after the document has unloaded, since the document isn't fully active at that point (or maybe the document even gets discarded before all ping URLs have started fetching)">24137</a></div>
 
   <p>If a <a href=#hyperlink id=hyperlink-auditing:hyperlink>hyperlink</a> created by an <code id=hyperlink-auditing:the-a-element><a href=#the-a-element>a</a></code> or <code id=hyperlink-auditing:the-area-element><a href=#the-area-element>area</a></code> element has a
   <code id=hyperlink-auditing:ping><a href=#ping>ping</a></code> attribute, and the user follows the hyperlink, and
@@ -16293,7 +16294,7 @@
 
 
 
-  <h4 id=linkTypes>4.6.5 Link types</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22175" title="http://www.stageonepromotions.com/cms123/weddings-social-events The string archives is not a registered keyword or absolute URL.">22175</a></div>
+  <h4 id=linkTypes>4.6.5 Link types</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22175" title="http://www.stageonepromotions.com/cms123/weddings-social-events The string archives is not a registered keyword or absolute URL.">22175</a></div>
 
   <p>The following table summarizes the link types that are defined by this specification. This
   table is non-normative; the actual definitions for the link types are given in the next few
@@ -16427,7 +16428,7 @@
   
 
 
-  <h5 id=link-type-bookmark>4.6.5.3 Link type "<dfn><code>bookmark</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23373" title="example given is incorrect and promotes poor quality link text">23373</a></div>
+  <h5 id=link-type-bookmark>4.6.5.3 Link type "<dfn><code>bookmark</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23373" title="example given is incorrect and promotes poor quality link text">23373</a></div>
 
   <p>The <code id=link-type-bookmark:link-type-bookmark><a href=#link-type-bookmark>bookmark</a></code> keyword may be used with <code id=link-type-bookmark:the-a-element><a href=#the-a-element>a</a></code> and
   <code id=link-type-bookmark:the-area-element><a href=#the-area-element>area</a></code> elements. This keyword creates a <a href=#hyperlink id=link-type-bookmark:hyperlink>hyperlink</a>.</p>
@@ -16501,7 +16502,7 @@
   <p>For <code id=link-type-help:the-a-element-3><a href=#the-a-element>a</a></code> and <code id=link-type-help:the-area-element-3><a href=#the-area-element>area</a></code> elements, on some browsers, the <code id=link-type-help:link-type-help-4><a href=#link-type-help>help</a></code> keyword causes the link to use a different cursor.</p>
 
 
-  <h5 id=rel-icon>4.6.5.6 Link type "<dfn><code>icon</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>11+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=link-icon-png">caniuse.com</a></div>
+  <h5 id=rel-icon>4.6.5.6 Link type "<dfn><code>icon</code></dfn>"</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span 
 class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=link-icon-png">caniuse.com</a></div>
 
   <p>The <code id=rel-icon:rel-icon><a href=#rel-icon>icon</a></code> keyword may be used with <code id=rel-icon:the-link-element><a href=#the-link-element>link</a></code> elements.
   This keyword creates an <a href=#external-resource-link id=rel-icon:external-resource-link>external resource link</a>.</p>
@@ -17352,7 +17353,7 @@
 
 
 
-  <h3 id=embedded-content>4.8 Embedded content</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>38+</span></span><span class=opera><span>Opera</span> <span>25+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=picture">caniuse.com</a></div>
+  <h3 id=embedded-content>4.8 Embedded content</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span
 >Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=picture">caniuse.com</a></div>
 
 
 
@@ -17779,7 +17780,7 @@
   <dl><dt>Media Queries <a href=#refsMQ>[MQ]</a><dd><dfn id=media-condition><media-condition></dfn><dt>CSS Values and Units <a href=#refsCSSVALUES>[CSSVALUES]</a><dd><dfn id=length><length></dfn><dt>CSS Syntax <a href=#refsCSSSYNTAX>[CSSSYNTAX]</a><dd><dfn id=parse-a-comma-separated-list-of-component-values>Parse a comma-separated list of component values</dfn><dd><dfn id=component-value>component value</dfn><dd><dfn id=whitespace-token><whitespace-token></dfn><dt>Fetch <a href=#refsFETCH>[FETCH]</a><dd><dfn id=concept-request-context>context</dfn></dl>
 
 
-  <h4 id=the-picture-element>4.8.3 The <dfn><code>picture</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26121" title="Ensure changes to <picture> element et al get tracked by @WHATWG and web-apps-tracker">26121</a></div>
+  <h4 id=the-picture-element>4.8.3 The <dfn><code>picture</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26121" title="Ensure changes to <picture> element et al get tracked by @WHATWG and web-apps-tracker">26121</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-picture-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-picture-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-picture-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-picture-element:embedded-content-category>Embedded content</a>.<dt><a href=#concept-element-contexts id=the-picture-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-picture-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-picture-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-picture-element:the-source-element-when-used-with-the-picture-element><a href=#the-source-element-when-used-with-the-picture-element>source</a></code> elements, followed b
 y one <code id=the-picture-element:the-img-element><a href=#the-img-element>img</a></code> element, optionally intermixed with <a href=#script-supporting-elements-2 id=the-picture-element:script-supporting-elements-2>script-supporting elements</a>.<dt><a href=#concept-element-tag-omission id=the-picture-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-picture-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-picture-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-picture-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlpictureelement>HTMLPictureElement</dfn> : <a href=#htmlelement id=the-picture-element:htmlelement>HTMLElement</a> {};</pre>
@@ -17824,13 +17825,13 @@
   If an <a href=#image-candidate-string id=the-source-element-when-used-with-the-picture-element:image-candidate-string-2>image candidate string</a> contains no descriptors
   and no <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character>space characters</a> after the URL,
   the following <a href=#image-candidate-string id=the-source-element-when-used-with-the-picture-element:image-candidate-string-3>image candidate string</a>, if there is one,
-  must begin with one or more <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character-2>space characters</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26539" title="<img> Give brief explanation of what srcset does">26539</a></div>
+  must begin with one or more <a href=#space-character id=the-source-element-when-used-with-the-picture-element:space-character-2>space characters</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26539" title="<img> Give brief explanation of what srcset does">26539</a></div>
 
   <p>The <dfn id=attr-picture-source-sizes><code>sizes</code></dfn> attribute may also be present.
-  If present, the value must be a <a href=#valid-source-size-list id=the-source-element-when-used-with-the-picture-element:valid-source-size-list>valid source size list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26537" title="<img> Give brief explanation of what sizes does">26537</a></div>
+  If present, the value must be a <a href=#valid-source-size-list id=the-source-element-when-used-with-the-picture-element:valid-source-size-list>valid source size list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26537" title="<img> Give brief explanation of what sizes does">26537</a></div>
 
   <p>The <dfn id=attr-picture-source-media><code>media</code></dfn> attributes may also be present.
-  If present, the value must contain a <a href=#valid-media-query-list id=the-source-element-when-used-with-the-picture-element:valid-media-query-list>valid media query list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26538" title="<img> Give brief explanation of what media does">26538</a></div>
+  If present, the value must contain a <a href=#valid-media-query-list id=the-source-element-when-used-with-the-picture-element:valid-media-query-list>valid media query list</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26538" title="<img> Give brief explanation of what media does">26538</a></div>
 
   <p>The <dfn id=attr-picture-source-type><code>type</code></dfn> attribute may also be present.
   If present, the value must be a <a href=#valid-mime-type id=the-source-element-when-used-with-the-picture-element:valid-mime-type>valid MIME type</a>.
@@ -17864,7 +17865,7 @@
   
 
 
-  <h4 id=the-img-element>4.8.5 The <dfn><code>img</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24055" title="<img>: Making <img> processing model text reusable (see comment 5)">24055</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26068" title="<img> Maybe avoid infinite recursion when setting src in onerror">26068</a></div>
+  <h4 id=the-img-element>4.8.5 The <dfn><code>img</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24055" title="<img>: Making <img> processing model text reusable (see comment 5)">24055</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26068" title="<img> Maybe avoid infinite recursion when setting src in onerror">26068</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-img-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-img-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-img-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-img-element:embedded-content-category>Embedded content</a>.<dd><a href=#form-associated-element id=the-img-element:form-associated-element>Form-associated element</a>.<dd>If the element has a <code id=the-img-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content-2 id=the-img-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-img-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-img-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-c
 ategory id=the-img-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-img-element:concept-element-content-model>Content model</a>:<dd>Empty.<dt><a href=#concept-element-tag-omission id=the-img-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-img-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-img-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-img-element:global-attributes>Global attributes</a><dd><code id=the-img-element:attr-img-alt><a href=#attr-img-alt>alt</a></code> — Replacement text for use when images are not available<dd><code id=the-img-element:attr-img-src><a href=#attr-img-src>src</a></code> — Address of the resource<dd><code id=the-img-element:attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> — Images to use in different situations (e.g. high-re
 solution displays, small monitors, etc)<dd><code id=the-img-element:attr-img-sizes><a href=#attr-img-sizes>sizes</a></code><dd><code id=the-img-element:attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> — How the element handles crossorigin requests<dd><code id=the-img-element:attr-hyperlink-usemap-2><a href=#attr-hyperlink-usemap>usemap</a></code> — Name of <a href=#image-map id=the-img-element:image-map>image map</a> to use<dd><code id=the-img-element:attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> — Whether the image is a server-side image map<dd><code id=the-img-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-img-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-img-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>[NamedConstructor=<a href=#dom-image id=the-img-element:dom-image>Image</a>(optional unsigned long width, optional unsigned long height)]
@@ -17884,7 +17885,7 @@
   readonly attribute DOMString <a href=#dom-img-currentsrc id=the-img-element:dom-img-currentsrc>currentSrc</a>;
 
   // <a href="#HTMLImageElement-partial">also has obsolete members</a>
-};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26701" title="HTMLImageElement IDL doesn't point to obsolete section">26701</a></div>
+};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26701" title="HTMLImageElement IDL doesn't point to obsolete section">26701</a></div>
    </dl>
 
   <p>An <code id=the-img-element:the-img-element><a href=#the-img-element>img</a></code> element represents an image.</p>
@@ -17897,7 +17898,7 @@
   is the embedded content; the value of
   the <dfn id=attr-img-alt><code>alt</code></dfn> attribute provides equivalent content for
   those who cannot process images or who have image loading disabled (i.e. it is the
-  <code id=the-img-element:the-img-element-2><a href=#the-img-element>img</a></code> element's <a href=#fallback-content id=the-img-element:fallback-content>fallback content</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>38+</span></span><span class=opera><span>Opera</span> <span>25+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=srcset">caniuse.com</a></div>
+  <code id=the-img-element:the-img-element-2><a href=#the-img-element>img</a></code> element's <a href=#fallback-content id=the-img-element:fallback-content>fallback content</a>).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari partial"><span><span>Safari</span
 > (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=srcset">caniuse.com</a></div>
 
   <p>The requirements on the <code id=the-img-element:attr-img-alt-2><a href=#attr-img-alt>alt</a></code> attribute's value are described
   <a href=#alt>in the next section</a>.</p>
@@ -18111,7 +18112,7 @@
 
   <p>When the user agent is to <dfn id=update-the-image-data>update the image data</dfn> of an <code id=the-img-element:the-img-element-18><a href=#the-img-element>img</a></code> element,
   optionally with the <i>restart animations</i> flag set,
-  it must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24597" title="Maybe make the <img> fetch outlive the document (like ping)">24597</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24712" title="<img>: Should probably not fire load if selected source is the same as the last selected source. (step 7.3)">24712</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26070" title="<img> Should make sure to run update the image data when the document becomes active.">26070</a></div>
+  it must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24597" title="Maybe make the <img> fetch outlive the document (like ping)">24597</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24712" title="<img>: Should probably not fire load if selected source is the same as the last selected source. (step 7.3)">24712</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26070" title="<img> Should make sure to run update the image data when the document becomes active.">26070</a></div>
 
   <ol><li><p>If the element's <a id=the-img-element:node-document href=https://dom.spec.whatwg.org/#concept-node-document data-x-internal=node-document>node document</a> is not the <a href=#active-document id=the-img-element:active-document>active document</a>,
    abort these steps.<li><p>If the user agent cannot support images, or its support for images has been disabled, then
@@ -18352,7 +18353,7 @@
       <a href=#networking-task-source id=the-img-element:networking-task-source-6>networking task source</a> while the image is being <a href=#fetch id=the-img-element:fetch-9>fetched</a>,
       if <var>image request</var> is the <a href=#current-request id=the-img-element:current-request-31>current request</a>,
       must update the presentation of the image appropriately (e.g. if
-      the image is a progressive JPEG, each packet can improve the resolution of the image).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25797" title="<img> "list of available images" and fragment in the URL">25797</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25798" title="<img> should maybe cache broken images">25798</a></div>
+      the image is a progressive JPEG, each packet can improve the resolution of the image).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25797" title="<img> "list of available images" and fragment in the URL">25797</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25798" title="<img> should maybe cache broken images">25798</a></div>
 
       <p>Furthermore, the last <a href=#concept-task id=the-img-element:concept-task-9>task</a> that is <a href=#queue-a-task id=the-img-element:queue-a-task-13>queued</a> by the <a href=#networking-task-source id=the-img-element:networking-task-source-7>networking task source</a> once the resource has been
       <a href=#fetch id=the-img-element:fetch-10>fetched</a> must additionally run these steps:</p>
@@ -18409,7 +18410,7 @@
 
   <p id=img-determine-type>The user agent should apply the <a href=https://mimesniff.spec.whatwg.org/#rules-for-sniffing-images-specifically id=the-img-element:content-type-sniffing:-image data-x-internal=content-type-sniffing:-image>image sniffing rules</a> to determine the type of the image, with the image's <a href=#content-type id=the-img-element:content-type>associated Content-Type headers</a> giving the <var>official
   type</var>. If these rules are not applied, then the type of the image must be the type given by
-  the image's <a href=#content-type id=the-img-element:content-type-2>associated Content-Type headers</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25889" title="<img> When to swap the image for the environment changes case">25889</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25890" title="<img> Environment change case aborts if a load is in progress">25890</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26702" title="What <img> represents should support srcset/picture">26702</a></div>
+  the image's <a href=#content-type id=the-img-element:content-type-2>associated Content-Type headers</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25889" title="<img> When to swap the image for the environment changes case">25889</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25890" title="<img> Environment change case aborts if a load is in progress">25890</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26702" title="What <img> represents should support srcset/picture">26702</a></div>
 
   <p>User agents must not support non-image resources with the <code id=the-img-element:the-img-element-46><a href=#the-img-element>img</a></code> element (e.g. XML
   files whose root element is an HTML element). User agents must not run executable code (e.g.
@@ -18921,10 +18922,10 @@
 
   <p>The IDL attributes <dfn id=dom-img-naturalwidth><code>naturalWidth</code></dfn> and <dfn id=dom-img-naturalheight><code>naturalHeight</code></dfn> must return the intrinsic width and
   height of the image, in CSS pixels, if the image has intrinsic dimensions and is <i id=the-img-element:img-available-7><a href=#img-available>available</a></i>, or
-  else 0. <a href=#refsCSS>[CSS]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23581" title="The case when @src refers to a image without intrinsic width/height (SVG) is undefined.">23581</a></div>
+  else 0. <a href=#refsCSS>[CSS]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23581" title="The case when @src refers to a image without intrinsic width/height (SVG) is undefined.">23581</a></div>
 
   <p>The IDL attribute <dfn id=dom-img-complete><code>complete</code></dfn> must return true if
-  any of the following conditions is true:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18742" title="tests relying on HTMLImageElement.complete are incorrect">18742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26113" title="<img> .complete should be changed by "update the image data" algorithm">26113</a></div>
+  any of the following conditions is true:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18742" title="tests relying on HTMLImageElement.complete are incorrect">18742</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26113" title="<img> .complete should be changed by "update the image data" algorithm">26113</a></div>
 
   <ul class=brief><li>Both the <code id=the-img-element:attr-img-src-17><a href=#attr-img-src>src</a></code> attribute and the <code id=the-img-element:attr-img-srcset-11><a href=#attr-img-srcset>srcset</a></code> attribute are omitted.
 
@@ -19091,7 +19092,7 @@
   text.</p>
 
 
-  <h6 id=a-link-or-button-containing-nothing-but-the-image>4.8.5.1.2 A link or button containing nothing but the image</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16125" title="Validation of image(s) that form(s) a link or button">16125</a></div>
+  <h6 id=a-link-or-button-containing-nothing-but-the-image>4.8.5.1.2 A link or button containing nothing but the image</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16125" title="Validation of image(s) that form(s) a link or button">16125</a></div>
 
   <p>When an <a href=#the-a-element id=a-link-or-button-containing-nothing-but-the-image:the-a-element>a</a> element that creates a <a href=#hyperlink id=a-link-or-button-containing-nothing-but-the-image:hyperlink>hyperlink</a>, or a <code id=a-link-or-button-containing-nothing-but-the-image:the-button-element><a href=#the-button-element>button</a></code>
   element, has no textual content but contains one or more images, the <code id=a-link-or-button-containing-nothing-but-the-image:attr-img-alt><a href=#attr-img-alt>alt</a></code> attributes must contain text that together convey the purpose of
@@ -19549,7 +19550,7 @@
   </div>
 
 
-  <h6 id=a-group-of-images-that-form-a-single-larger-picture-with-no-links>4.8.5.1.9 A group of images that form a single larger picture with no links</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24335" title="Advice for ”group of images - no links” also valid for (some) linked images">24335</a></div>
+  <h6 id=a-group-of-images-that-form-a-single-larger-picture-with-no-links>4.8.5.1.9 A group of images that form a single larger picture with no links</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24335" title="Advice for ”group of images - no links” also valid for (some) linked images">24335</a></div>
 
   <p>When a picture has been sliced into smaller image files that are then displayed together to
   form the complete picture again, one of the images must have its <code id=a-group-of-images-that-form-a-single-larger-picture-with-no-links:attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute set as per the relevant rules that would be appropriate
@@ -19965,7 +19966,7 @@
 
 
 
-  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
+  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-iframe-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-iframe-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-iframe-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-iframe-element:embedded-content-category>Embedded content</a>.<dd><a href=#interactive-content-2 id=the-iframe-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-iframe-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-iframe-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-iframe-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-iframe-element:concept-element-content-model>Content model</a>:<dd>Text th
 at conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.<dt><a href=#concept-element-tag-omission id=the-iframe-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-iframe-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-iframe-element:global-attributes>Global attributes</a><dd><code id=the-iframe-element:attr-iframe-src><a href=#attr-iframe-src>src</a></code> — Address of the resource<dd><code id=the-iframe-element:attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> — A document to render in the <code id=the-iframe-element:the-iframe-element><a href=#the-iframe-element>iframe</a></code><dd><code id=the-iframe-element:attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context>nested browsing context</a><dd
 ><code id=the-iframe-element:attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content<dd><code id=the-iframe-element:attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content<dd><code id=the-iframe-element:attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code id=the-iframe-element:the-iframe-element-2><a href=#the-iframe-element>iframe</a></code>'s contents to use <code id=the-iframe-element:dom-element-requestfullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code><dd><code id=the-iframe-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-iframe-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-iframe-element:concept-element-dom
 >DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmliframeelement>HTMLIFrameElement</dfn> : <a href=#htmlelement id=the-iframe-element:htmlelement>HTMLElement</a> {
@@ -20001,7 +20002,7 @@
   <p>The <dfn id=attr-iframe-srcdoc><code>srcdoc</code></dfn> attribute gives the content of
   the page that the <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context-4>nested browsing context</a> is to contain. The value of the attribute
   is the source of <dfn id=an-iframe-srcdoc-document>an <code>iframe</code> <code>srcdoc</code>
-  document</dfn>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25233" title="Specify that "Optionally, a DOCTYPE” means that quirky doctypes must be ignored">25233</a></div>
+  document</dfn>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25233" title="Specify that "Optionally, a DOCTYPE” means that quirky doctypes must be ignored">25233</a></div>
 
   <p>For <code id=the-iframe-element:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements in <a href=#html-documents id=the-iframe-element:html-documents>HTML documents</a>, the <code id=the-iframe-element:attr-iframe-srcdoc-2><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute, if present, must have a value using <a href=#syntax id=the-iframe-element:syntax>the
   HTML syntax</a> that consists of the following syntactic components, in the given order:</p>
@@ -20229,7 +20230,7 @@
   <p>The <dfn id=attr-iframe-sandbox><code>sandbox</code></dfn> attribute, when specified,
   enables a set of extra restrictions on any content hosted by the <code id=the-iframe-element:the-iframe-element-25><a href=#the-iframe-element>iframe</a></code>. Its value
   must be an <a href=#unordered-set-of-unique-space-separated-tokens id=the-iframe-element:unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> that are <a href=#ascii-case-insensitive id=the-iframe-element:ascii-case-insensitive>ASCII
-  case-insensitive</a>. The allowed values are <code id=the-iframe-element:attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>, and <code id=the-iframe-element:attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</stron
 g> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>28+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.2-4.3+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=iframe-sandbox">caniuse.com</a></div>
+  case-insensitive</a>. The allowed values are <code id=the-iframe-element:attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>, <code id=the-iframe-element:attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>, and <code id=the-iframe-element:attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</stron
 g> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=iframe-sandbox">caniuse.com</a></div>
 
   <p>When the attribute is set, the content is treated as being from a unique <a href=#origin-2 id=the-iframe-element:origin-2-2>origin</a>,
   forms, scripts, and various potentially annoying APIs are disabled, links are prevented from
@@ -20348,7 +20349,7 @@
   <p>The <dfn id=attr-iframe-seamless><code>seamless</code></dfn> attribute is a <a href=#boolean-attribute id=the-iframe-element:boolean-attribute>boolean
   attribute</a>. When specified, it indicates that the <code id=the-iframe-element:the-iframe-element-42><a href=#the-iframe-element>iframe</a></code> element's
   <a href=#browsing-context id=the-iframe-element:browsing-context-9>browsing context</a> is to be rendered in a manner that makes it appear to be part of the
-  containing document (seamlessly included in the parent document).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18172" title="Please clarify how seamless should interact with scrollbars">18172</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25376" title="IFrame Seamless attribute should allow for disabling features">25376</a><p class=support><strong>Support:</strong> <span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=iframe-seamless">caniuse.com</a></div>
+  containing document (seamlessly included in the parent document).<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18172" title="Please clarify how seamless should interact with scrollbars">18172</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25376" title="IFrame Seamless attribute should allow for disabling features">25376</a><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> 
 <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=iframe-seamless">caniuse.com</a></div>
 
   <div class=example>
 
@@ -20824,7 +20825,7 @@
 
 
 
-  <h4 id=the-object-element>4.8.8 The <dfn><code>object</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25553" title="Shouldn't <object> also allow intermixed script-supporting elements?">25553</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24852" title="The algorithm should probably unload the plugin even if it doesn't end up at the fallback step. Should also destroy the nested browsing context if it had one.">24852</a></div>
+  <h4 id=the-object-element>4.8.8 The <dfn><code>object</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25553" title="Shouldn't <object> also allow intermixed script-supporting elements?">25553</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24852" title="The algorithm should probably unload the plugin even if it doesn't end up at the fallback step. Should also destroy the nested browsing context if it had one.">24852</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-object-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-object-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-object-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-object-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-object-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content-2 id=the-object-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-object-element:category-listed>Listed</a>, <a href=#category-submit id=the-object-element:category-submit>submittable</a>, and <a href=#category-form-attr id=the-object-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-object-element:form-associated-element>form-associated 
 element</a>.<dd><a href=#palpable-content-2 id=the-object-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-object-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-object-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-object-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-object-element:the-param-element><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent id=the-object-element:transparent>transparent</a>.<dt><a href=#concept-element-tag-omission id=the-object-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-object-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-object-element
 :global-attributes>Global attributes</a><dd><code id=the-object-element:attr-object-data><a href=#attr-object-data>data</a></code> — Address of the resource<dd><code id=the-object-element:attr-object-type><a href=#attr-object-type>type</a></code> — Type of embedded resource<dd><code id=the-object-element:attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> — Whether the <code id=the-object-element:attr-object-type-2><a href=#attr-object-type>type</a></code> attribute and the <a href=#content-type id=the-object-element:content-type>Content-Type</a> value need to match for the resource to be used<dd><code id=the-object-element:attr-object-name><a href=#attr-object-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-object-element:nested-browsing-context>nested browsing context</a><dd><code id=the-object-element:attr-hyperlink-usemap-2><a href=#attr-hyperlink-usemap>usemap</a></code> — Name of <a href=#image-map id=t
 he-object-element:image-map>image map</a> to use<dd><code id=the-object-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-object-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><code id=the-object-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-object-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-object-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlobjectelement>HTMLObjectElement</dfn> : <a href=#htmlelement id=the-object-element:htmlelement>HTMLElement</a> {
@@ -21433,7 +21434,7 @@
 
 
 
-  <h4 id=the-video-element>4.8.10 The <dfn id=video><code>video</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=5755" title="<video>: Expose media resource metadata (e.g. movie name, release year)">5755</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25547" title="Shouldn't <video> allow intermixed script-supporting elements?">25547</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13437" title="Editorial changes to The Video element (5 of 5)">13437</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span
 ><span class=android><span>Android Browser</span> <span>2.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=video">caniuse.com</a></div>
+  <h4 id=the-video-element>4.8.10 The <dfn id=video><code>video</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=5755" title="<video>: Expose media resource metadata (e.g. movie name, release year)">5755</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25547" title="Shouldn't <video> allow intermixed script-supporting elements?">25547</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13437" title="Editorial changes to The Video element (5 of 5)">13437</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS S
 afari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=video">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-video-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-video-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-video-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-video-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-video-element:attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-2 id=the-video-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-video-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-video-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-video-element:embedded-content-category-2>embedded content</a> is expected.<dt>
 <a href=#concept-element-content-model id=the-video-element:concept-element-content-model>Content model</a>:<dd>If the element has a <code id=the-video-element:attr-media-src><a href=#attr-media-src>src</a></code> attribute:
  zero or more <code id=the-video-element:the-track-element><a href=#the-track-element>track</a></code> elements, then
@@ -21684,7 +21685,7 @@
 
 
 
-  <h4 id=the-audio-element>4.8.11 The <dfn id=audio><code>audio</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=7253" title="<video>: Provide a way to let the browser know what's coming next, for gapless playback">7253</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <spa
 n>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=audio">caniuse.com</a></div>
+  <h4 id=the-audio-element>4.8.11 The <dfn id=audio><code>audio</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=7253" title="<video>: Provide a way to let the browser know what's coming next, for gapless playback">7253</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9
 +</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=audio">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-audio-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-audio-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-audio-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-audio-element:embedded-content-category>Embedded content</a>.<dd>If the element has a <code id=the-audio-element:attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-2 id=the-audio-element:interactive-content-2>Interactive content</a>.<dd>If the element has a <code id=the-audio-element:attr-media-controls-2><a href=#attr-media-controls>controls</a></code> attribute: <a href=#palpable-content-2 id=the-audio-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-audio-element:concept-element-contexts>Contexts in which this element can be used</a>:<
 dd>Where <a href=#embedded-content-category id=the-audio-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-audio-element:concept-element-content-model>Content model</a>:<dd>If the element has a <code id=the-audio-element:attr-media-src><a href=#attr-media-src>src</a></code> attribute:
 zero or more <code id=the-audio-element:the-track-element><a href=#the-track-element>track</a></code> elements, then
@@ -21761,7 +21762,7 @@
 
 
 
-  <h4 id=the-source-element>4.8.12 The <dfn><code>source</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26690" title="The partial interface is not for obsolete members, but for <picture> members">26690</a></div>
+  <h4 id=the-source-element>4.8.12 The <dfn><code>source</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26690" title="The partial interface is not for obsolete members, but for <picture> members">26690</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-source-element:concept-element-categories>Categories</a>:<dd>None.<dt><a href=#concept-element-contexts id=the-source-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>As a child of a <a href=#media-element id=the-source-element:media-element>media element</a>, before any <a href=#flow-content-2 id=the-source-element:flow-content-2>flow content</a>
  or <code id=the-source-element:the-track-element><a href=#the-track-element>track</a></code> elements.<dt><a href=#concept-element-content-model id=the-source-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-source-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-source-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-source-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-source-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-source-element:global-attributes>Global attributes</a><dd><code id=the-source-element:attr-source-src><a href=#attr-source-src>src</a></code> — Address of the resource<dd><code id=the-source-element:attr-source-type><a href=#attr-source-type>type</a></code> — Type of embedded resource<dt><a href=#concept-element-dom id=
 the-source-element:concept-element-dom>DOM interface</a>:<dd>
@@ -22372,7 +22373,7 @@
 
 
 
-  <h5 id=loading-the-media-resource>4.8.14.5 Loading the media resource</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10711" title="<video>: Playlists">10711</a></div>
+  <h5 id=loading-the-media-resource>4.8.14.5 Loading the media resource</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10711" title="<video>: Playlists">10711</a></div>
 
   <dl class=domintro><dt><var>media</var> . <code id=loading-the-media-resource:dom-media-load><a href=#dom-media-load>load</a></code>()<dd>
 
@@ -22958,7 +22959,7 @@
       attacks such as hostile sites reading subtitles from confidential videos on a user's
       intranet.</p>
 
-     </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24910" title="Define how Media Fragments URI end position is handled">24910</a></div>
+     </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24910" title="Define how Media Fragments URI end position is handled">24910</a></div>
 
    <li><p><i>Final step:</i> If the user agent ever reaches this step (which can only happen if the entire resource
    gets loaded and kept available): abort the overall <a href=#concept-media-load-algorithm id=loading-the-media-resource:concept-media-load-algorithm-7>resource selection algorithm</a>.</ol>
@@ -23748,7 +23749,7 @@
   playback position</a> must increase monotonically at <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-5>effective playback rate</a> units
   of media time per unit time of the <a href=#media-timeline id=playing-the-media-resource:media-timeline-2>media timeline</a>'s clock. (This specification always
   refers to this as an <i>increase</i>, but that increase could actually be a <em>de</em>crease if
-  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
+  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
 
   <p class=note>The <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-7>effective playback rate</a> can be 0.0, in which case the
   <a href=#current-playback-position id=playing-the-media-resource:current-playback-position-10>current playback position</a> doesn't move, despite playback not being paused (<code id=playing-the-media-resource:dom-media-paused-13><a href=#dom-media-paused>paused</a></code> doesn't become true, and the <code id=playing-the-media-resource:event-media-pause-3><a href=#event-media-pause>pause</a></code> event doesn't fire).</p>
@@ -25086,7 +25087,7 @@
 
 
 
-  <h5 id=timed-text-tracks>4.8.14.12 Timed text tracks</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18029" title="<track> Live captioning">18029</a></div>
+  <h5 id=timed-text-tracks>4.8.14.12 Timed text tracks</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18029" title="<track> Live captioning">18029</a></div>
 
   <h6 id=text-track-model>4.8.14.12.1 Text track model</h6>
 
@@ -26555,7 +26556,7 @@
 
 
 
-  <h5 id=time-ranges>4.8.14.14 Time ranges</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18176" title="Consider making the argument optional for start() and end(). Many tutorials omit the argument, and think it means start of first range for start() and end of last range for end(). Maybe we should just make the API do what people expect.">18176</a></div>
+  <h5 id=time-ranges>4.8.14.14 Time ranges</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18176" title="Consider making the argument optional for start() and end(). Many tutorials omit the argument, and think it means start of first range for start() and end of last range for end(). Maybe we should just make the API do what people expect.">18176</a></div>
 
   <p>Objects implementing the <code id=time-ranges:timeranges><a href=#timeranges>TimeRanges</a></code> interface
   represent a list of ranges (periods) of time.</p>
@@ -27253,7 +27254,7 @@
 
 
 
-  <h4 id=the-area-element>4.8.16 The <dfn><code>area</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21787" title="Setting <area>.href to a relative URL should set the content attribute to the listeral value instead of resolved value, to match browsers and what the spec requires for other reflecting URL attributes [...]">21787</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25337" title="Why hasn't a native adaptation mechanism for area's position and dimensions ever been conceived/suggested? Authors still have to rely on script for this.">25337</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13449" title="Don't allow blank alt text on area elements">13449</a></div>
+  <h4 id=the-area-element>4.8.16 The <dfn><code>area</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21787" title="Setting <area>.href to a relative URL should set the content attribute to the listeral value instead of resolved value, to match browsers and what the spec requires for other reflecting URL attributes [...]">21787</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25337" title="Why hasn't a native adaptation mechanism for area's position and dimensions ever been conceived/suggested? Authors still have to rely on script for this.">25337</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13449" title="Don't allow blank alt text on area elements">13449</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-area-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-area-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-area-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-contexts id=the-area-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-area-element:phrasing-content-2-2>phrasing content</a> is expected, but only if there is a <code id=the-area-element:the-map-element><a href=#the-map-element>map</a></code> element ancestor or a <code id=the-area-element:the-template-element><a href=#the-template-element>template</a></code> element ancestor.<dt><a href=#concept-element-content-model id=the-area-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-area-element:concept-content-nothing>Nothing</a>.<dt><a 
 href=#concept-element-tag-omission id=the-area-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-area-element:syntax-end-tag>end tag</a>.<dt><a href=#concept-element-attributes id=the-area-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-area-element:global-attributes>Global attributes</a><dd><code id=the-area-element:attr-area-alt><a href=#attr-area-alt>alt</a></code> — Replacement text for use when images are not available<dd><code id=the-area-element:attr-area-coords><a href=#attr-area-coords>coords</a></code> — Coordinates for the shape to be created in an <a href=#image-map id=the-area-element:image-map>image map</a><dd><code id=the-area-element:attr-area-shape><a href=#attr-area-shape>shape</a></code> — The kind of shape to be created in an <a href=#image-map id=the-area-element:image-map-2>image map</a><dd><code id=the-area-element:attr-hyperlink-href><a href=#a
 ttr-hyperlink-href>href</a></code> — Address of the <a href=#hyperlink id=the-area-element:hyperlink>hyperlink</a><dd><code id=the-area-element:attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> — <a href=#browsing-context id=the-area-element:browsing-context>Browsing context</a> for <a href=#hyperlink id=the-area-element:hyperlink-2>hyperlink</a> <a href=#navigate id=the-area-element:navigate>navigation</a><dd><code id=the-area-element:attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> — Whether to download the resource instead of navigating to it, and its file name if so<dd><code id=the-area-element:ping><a href=#ping>ping</a></code> — <a href=#url id=the-area-element:url>URLs</a> to ping<dd><code id=the-area-element:attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> — Relationship between the document containing the hyperlink and the destination resource<dd><code id=the-area-element:attr-hyperlink-hreflang
 ><a href=#attr-hyperlink-hreflang>hreflang</a></code> — Language of the linked resource<dd><code id=the-area-element:attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> — Hint for the type of the referenced resource<dt><a href=#concept-element-dom id=the-area-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlareaelement>HTMLAreaElement</dfn> : <a href=#htmlelement id=the-area-element:htmlelement>HTMLElement</a> {
@@ -27618,7 +27619,7 @@
 
 
 
-  <h4 id=mathml>4.8.18 MathML</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=firefox><span>Firefox</span> <span>2+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=mathml">caniuse.com</a></div>
+  <h4 id=mathml>4.8.18 MathML</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>24+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera partial"><span><span>Opera</span> (limited) </span><span>12.1+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=mathml">caniuse.com</a></div>
 
   <p>The <dfn id=math><code>math</code></dfn> element from the <a href=#mathml-namespace id=mathml:mathml-namespace>MathML namespace</a>
   falls into the <a href=#embedded-content-category id=mathml:embedded-content-category>embedded content</a>, <a href=#phrasing-content-2 id=mathml:phrasing-content-2>phrasing content</a>, and <a href=#flow-content-2 id=mathml:flow-content-2>flow
@@ -27703,7 +27704,7 @@
 
 
 
-  <h4 id=svg-0>4.8.19 SVG</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13648" title="SVG should have image role">13648</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13649" title="Expose SVG <title> and <desc> to AAPIs">13649</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>7+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <sp
 an>11.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=svg-html5">caniuse.com</a></div>
+  <h4 id=svg-0>4.8.19 SVG</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13648" title="SVG should have image role">13648</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13649" title="Expose SVG <title> and <desc> to AAPIs">13649</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>
 9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=svg-html5">caniuse.com</a></div>
 
   <p>The <dfn id=svg><code>svg</code></dfn> element from the <a href=#svg-namespace id=svg-0:svg-namespace>SVG namespace</a> falls into the
   <a href=#embedded-content-category id=svg-0:embedded-content-category>embedded content</a>, <a href=#phrasing-content-2 id=svg-0:phrasing-content-2>phrasing content</a>, and <a href=#flow-content-2 id=svg-0:flow-content-2>flow content</a>
@@ -27809,10 +27810,10 @@
 
 
 
-  <h3 id=tables>4.9 Tabular data</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23039" title="Drop table vspace/hspace">23039</a></div>
+  <h3 id=tables>4.9 Tabular data</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23039" title="Drop table vspace/hspace">23039</a></div>
 
 
-  <h4 id=the-table-element>4.9.1 The <dfn><code>table</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25478" title="Table element's content model: it is probably wrong to indicate that <tr> elements are part of this  [...]">25478</a></div>
+  <h4 id=the-table-element>4.9.1 The <dfn><code>table</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25478" title="Table element's content model: it is probably wrong to indicate that <tr> elements are part of this  [...]">25478</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-table-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-table-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-table-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-table-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-table-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-table-element:concept-element-content-model>Content model</a>:<dd>In this order: optionally a <code id=the-table-element:the-caption-element><a href=#the-caption-element>caption</a></code> element,
    followed by zero or more <code id=the-table-element:the-colgroup-element><a href=#the-colgroup-element>colgroup</a></code> elements, followed
@@ -29737,7 +29738,7 @@
   <p>When the user selects a column by which to sort, the user agent sets the <code id=table-sorting-model:the-th-element-3><a href=#the-th-element>th</a></code>
   element's <dfn id=attr-th-sorted><code>sorted</code></dfn> attribute. This attribute can also
   be set manually, to indicate that the table should be automatically sorted, even when scripts
-  modify the page on when the page is loaded.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26650" title="Having a single content attribute for this is okay, but wouldn't it make sense to have IDL propertie [...]">26650</a></div>
+  modify the page on when the page is loaded.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26650" title="Having a single content attribute for this is okay, but wouldn't it make sense to have IDL propertie [...]">26650</a></div>
 
   <p>The <code id=table-sorting-model:attr-th-sorted><a href=#attr-th-sorted>sorted</a></code> attribute, if specified, must have a value that
   is a <a href=#set-of-space-separated-tokens id=table-sorting-model:set-of-space-separated-tokens>set of space-separated tokens</a> consisting of optionally a token whose value is an
@@ -30842,7 +30843,7 @@
 
 
 
-  <h3 id=forms>4.10 Forms</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12271" title="forms: <input list=""> needs an event triggered on selection of suggestion">12271</a></div>
+  <h3 id=forms>4.10 Forms</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12271" title="forms: <input list=""> needs an event triggered on selection of suggestion">12271</a></div>
 
   <h4 id=introduction-5>4.10.1 Introduction</h4>
 
@@ -31091,7 +31092,7 @@
   <pre>custname=Denise+Lawrence&custtel=555-321-8642&custemail=&size=medium&topping=cheese&topping=mushroom&delivery=19%3A00&comments=</pre>
 
 
-  <h5 id=client-side-form-validation>4.10.1.4 Client-side form validation</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>10+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>10.0-10.1+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=form-validation">caniuse.com</a></div>
+  <h5 id=client-side-form-validation>4.10.1.4 Client-side form validation</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE
  Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=form-validation">caniuse.com</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -31420,7 +31421,7 @@
   <ul class="brief category-list"><li><code id=categories:the-button-element-5><a href=#the-button-element>button</a></code><li><code id=categories:the-input-element-6><a href=#the-input-element>input</a></code> (if the <code id=categories:attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href="#hidden-state-(type=hidden)" id="categories:hidden-state-(type=hidden)">Hidden</a> state)<li><code id=categories:the-keygen-element-6><a href=#the-keygen-element>keygen</a></code><li><code id=categories:the-meter-element><a href=#the-meter-element>meter</a></code><li><code id=categories:the-output-element-5><a href=#the-output-element>output</a></code><li><code id=categories:the-progress-element><a href=#the-progress-element>progress</a></code><li><code id=categories:the-select-element-6><a href=#the-select-element>select</a></code><li><code id=categories:the-textarea-element-6><a href=#the-textarea-element>textarea</a></code></ul>
 
 
-  <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320" title="Form's supported property names should perhaps not be enumerable">22320</a></div>
+  <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320" title="Form's supported property names should perhaps not be enumerable">22320</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-form-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-form-element:flow-content-2>Flow content</a>.<dd><a href=#palpable-content-2 id=the-form-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-form-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-form-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-form-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-form-element:flow-content-2-3>Flow content</a>, but with no <code id=the-form-element:the-form-element><a href=#the-form-element>form</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-form-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt>
 <a href=#concept-element-attributes id=the-form-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-form-element:global-attributes>Global attributes</a><dd><code id=the-form-element:attr-form-accept-charset><a href=#attr-form-accept-charset>accept-charset</a></code> — Character encodings to use for <a href=#form-submission-2 id=the-form-element:form-submission-2>form submission</a><dd><code id=the-form-element:attr-fs-action><a href=#attr-fs-action>action</a></code> — <a href=#url id=the-form-element:url>URL</a> to use for <a href=#form-submission-2 id=the-form-element:form-submission-2-2>form submission</a><dd><code id=the-form-element:attr-form-autocomplete><a href=#attr-form-autocomplete>autocomplete</a></code> — Default setting for autofill feature for controls in the form<dd><code id=the-form-element:attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> — Form data set encoding type to use for <a href=#form-submi
 ssion-2 id=the-form-element:form-submission-2-3>form submission</a><dd><code id=the-form-element:attr-fs-method><a href=#attr-fs-method>method</a></code> — HTTP method to use for <a href=#form-submission-2 id=the-form-element:form-submission-2-4>form submission</a><dd><code id=the-form-element:attr-form-name><a href=#attr-form-name>name</a></code> — Name of form to use in the <code id=the-form-element:dom-document-forms><a href=#dom-document-forms>document.forms</a></code> API<dd><code id=the-form-element:attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> — Bypass form control validation for <a href=#form-submission-2 id=the-form-element:form-submission-2-5>form submission</a><dd><code id=the-form-element:attr-fs-target><a href=#attr-fs-target>target</a></code> — <a href=#browsing-context id=the-form-element:browsing-context>Browsing context</a> for <a href=#form-submission-2 id=the-form-element:form-submission-2-6>form submission</a><dt><a href=#co
 ncept-element-dom id=the-form-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>[OverrideBuiltins]
@@ -31687,7 +31688,7 @@
 
 
 
-  <h4 id=the-label-element>4.10.4 The <dfn><code>label</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23561" title="more tags should be allowed inside <label>">23561</a></div>
+  <h4 id=the-label-element>4.10.4 The <dfn><code>label</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23561" title="more tags should be allowed inside <label>">23561</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-label-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-label-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-label-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-label-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-form-attr id=the-label-element:category-form-attr>Reassociateable</a> <a href=#form-associated-element id=the-label-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-label-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-label-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-label-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-label
 -element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-label-element:phrasing-content-2-3>Phrasing content</a>, but with no descendant <a href=#category-label id=the-label-element:category-label>labelable elements</a> unless it is the element's <a href=#labeled-control id=the-label-element:labeled-control>labeled control</a>, and no descendant <code id=the-label-element:the-label-element><a href=#the-label-element>label</a></code> elements.<dt><a href=#concept-element-tag-omission id=the-label-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-label-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-label-element:global-attributes>Global attributes</a><dd><code id=the-label-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-label-element:the-fo
 rm-element><a href=#the-form-element>form</a></code> element<dd><code id=the-label-element:attr-label-for><a href=#attr-label-for>for</a></code> — Associate the label with form control<dt><a href=#concept-element-dom id=the-label-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmllabelelement>HTMLLabelElement</dfn> : <a href=#htmlelement id=the-label-element:htmlelement>HTMLElement</a> {
@@ -33122,7 +33123,7 @@
      <td class=no> · 
 
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24796" title="setSelectionRange() should be supported in other input types as well.  Use case: in a mobile app when focusing a number input, allow selecting the entire number so you can overwrite the value without  [...]">24796</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24796" title="setSelectionRange() should be supported in other input types as well.  Use case: in a mobile app when focusing a number input, allow selecting the entire number so you can overwrite the value without  [...]">24796</a></div>
 
   <p class=tablenote><small>* If the <code id=the-input-element:attr-input-multiple-4><a href=#attr-input-multiple>multiple</a></code> attribute
   is not specified.</small></p>
@@ -33721,7 +33722,7 @@
   </div>
 
 
-  <h6 id="e-mail-state-(type=email)">4.10.5.1.5 <dfn>E-mail</dfn> state (<code>type=email</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15489" title="forms: Add an attribute <input type=email idna> that allows IDNA e-mail addresses to be round-tripped">15489</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18162" title="IDN email addresses should be converted to Punycode before validating them">18162</a></div>
+  <h6 id="e-mail-state-(type=email)">4.10.5.1.5 <dfn>E-mail</dfn> state (<code>type=email</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15489" title="forms: Add an attribute <input type=email idna> that allows IDNA e-mail addresses to be round-tripped">15489</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18162" title="IDN email addresses should be converted to Punycode before validating them">18162</a></div>
 
   
 
@@ -34207,12 +34208,12 @@
   </div>
 
 
-  <h6 id="date-state-(type=date)">4.10.5.1.8 <dfn>Date</dfn> state (<code>type=date</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15114" title="forms: new <input> type for YYYY / YYYY-MM / YYYY-MM-DD / YYYY-MM-DD hh:mm, at user's choice">15114</a></div>
+  <h6 id="date-state-(type=date)">4.10.5.1.8 <dfn>Date</dfn> state (<code>type=date</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15114" title="forms: new <input> type for YYYY / YYYY-MM / YYYY-MM-DD / YYYY-MM-DD hh:mm, at user's choice">15114</a></div>
 
   
 
   <p id="date-state-%28type=date%29">When an <code id="date-state-(type=date):the-input-element"><a href=#the-input-element>input</a></code> element's <code id="date-state-(type=date):attr-input-type"><a href=#attr-input-type>type</a></code> attribute is in
-  the <a href="#date-state-(type=date)" id="date-state-(type=date):date-state-(type=date)">Date</a> state, the rules in this section apply.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-datetime">caniuse.com</a></div>
+  the <a href="#date-state-(type=date)" id="date-state-(type=date):date-state-(type=date)">Date</a> state, the rules in this section apply.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span cla
 ss="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-datetime">caniuse.com</a></div>
 
   
 
@@ -34927,7 +34928,7 @@
   </div>
 
 
-  <h6 id="number-state-(type=number)">4.10.5.1.13 <dfn id=number-state>Number</dfn> state (<code>type=number</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16346" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">16346</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18089" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">18089</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=in
 put-number">caniuse.com</a></div>
+  <h6 id="number-state-(type=number)">4.10.5.1.13 <dfn id=number-state>Number</dfn> state (<code>type=number</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16346" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">16346</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18089" title="It would be nice to allow zero-padding the displayed number. Maybe even a choice of hexadecimal number besides decimal one.">18089</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limit
 ed) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff partial"><span><span>Firefox for Android</span> (limited) </span><span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-number">caniuse.com</a></div>
 
   
 
@@ -35087,7 +35088,7 @@
 
 
 
-  <h6 id="range-state-(type=range)">4.10.5.1.14 <dfn>Range</dfn> state (<code>type=range</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>23+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a h
 ref="http://caniuse.com/#feat=input-range">caniuse.com</a></div>
+  <h6 id="range-state-(type=range)">4.10.5.1.14 <dfn>Range</dfn> state (<code>type=range</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> 
 <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-range">caniuse.com</a></div>
 
   
 
@@ -35436,7 +35437,7 @@
 
 
 
-  <h6 id="color-state-(type=color)">4.10.5.1.15 <dfn>Colour</dfn> state (<code>type=color</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=opera><span>Opera</span> <span>17+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-color">caniuse.com</a></div>
+  <h6 id="color-state-(type=color)">4.10.5.1.15 <dfn>Colour</dfn> state (<code>type=color</code>)</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mo
 b no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-color">caniuse.com</a></div>
 
   
 
@@ -36692,7 +36693,7 @@
 
   <p>The <dfn id=attr-input-multiple><code>multiple</code></dfn> attribute is a <a href=#boolean-attribute id=the-multiple-attribute:boolean-attribute>boolean
   attribute</a> that indicates whether the user is to be allowed to specify more than one
-  value.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-file-multiple">caniuse.com</a></div>
+  value.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span>
 </span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-file-multiple">caniuse.com</a></div>
 
   <div class=example>
 
@@ -36741,7 +36742,7 @@
 
 
 
-  <h6 id=the-pattern-attribute>4.10.5.3.6 The <code id=the-pattern-attribute:attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915" title="Opt-in to the ES6 `u` flag for regular expressions?">26915</a></div>
+  <h6 id=the-pattern-attribute>4.10.5.3.6 The <code id=the-pattern-attribute:attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915" title="Opt-in to the ES6 `u` flag for regular expressions?">26915</a></div>
 
   
 
@@ -37174,7 +37175,7 @@
 
 
 
-  <h6 id=the-placeholder-attribute>4.10.5.3.10 The <code id=the-placeholder-attribute:attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19899" title="Support for Break characters should be reconsidered for Textarea">19899</a></div>
+  <h6 id=the-placeholder-attribute>4.10.5.3.10 The <code id=the-placeholder-attribute:attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19899" title="Support for Break characters should be reconsidered for Textarea">19899</a></div>
 
   
 
@@ -37182,7 +37183,7 @@
   <em>short</em> hint (a word or short phrase) intended to aid the user with data entry when the
   control has no value. A hint could be a sample value or a brief description of the expected
   format. The attribute, if specified, must have a value that contains no U+000A LINE FEED (LF) or
-  U+000D CARRIAGE RETURN (CR) characters.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=input-placeholder">caniuse.com</a></div>
+  U+000D CARRIAGE RETURN (CR) characters.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefo
 x for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=input-placeholder">caniuse.com</a></div>
 
   <p>The <code id=the-placeholder-attribute:attr-input-placeholder-2><a href=#attr-input-placeholder>placeholder</a></code> attribute should not be used as an
   alternative to a <code id=the-placeholder-attribute:the-label-element><a href=#the-label-element>label</a></code>. For a longer hint or other advisory text, the <code id=the-placeholder-attribute:attr-title><a href=#attr-title>title</a></code> attribute is more appropriate.</p>
@@ -37755,7 +37756,7 @@
 
 
 
-  <h4 id=the-select-element>4.10.7 The <dfn><code>select</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25027" title="<select> needs to not allow changing its height via line-height">25027</a></div>
+  <h4 id=the-select-element>4.10.7 The <dfn><code>select</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25027" title="<select> needs to not allow changing its height via line-height">25027</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-select-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-select-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-select-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-select-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-select-element:category-listed>Listed</a>, <a href=#category-label id=the-select-element:category-label>labelable</a>, <a href=#category-submit id=the-select-element:category-submit>submittable</a>, <a href=#category-reset id=the-select-element:category-reset>resettable</a>, and <a href=#category-form-attr id=the-select-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-select-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-select-element:palpable-content-2>P
 alpable content</a>.<dt><a href=#concept-element-contexts id=the-select-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-select-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-select-element:concept-element-content-model>Content model</a>:<dd>Zero or more <code id=the-select-element:the-option-element><a href=#the-option-element>option</a></code>, <code id=the-select-element:the-optgroup-element><a href=#the-optgroup-element>optgroup</a></code>, and <a href=#script-supporting-elements-2 id=the-select-element:script-supporting-elements-2>script-supporting</a> elements.<dt><a href=#concept-element-tag-omission id=the-select-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-select-element:concept-element-attributes>Content attributes</a>:<dd><a href
 =#global-attributes id=the-select-element:global-attributes>Global attributes</a><dd><code id=the-select-element:attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> — Hint for form autofill feature<dd><code id=the-select-element:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> — Automatically focus the form control when the page is loaded<dd><code id=the-select-element:attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-select-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-select-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><code id=the-select-element:attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> — Whether to allow multiple values<dd><code id=the-select-element:attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for
  <a href=#form-submission-2 id=the-select-element:form-submission-2>form submission</a> and in the <code id=the-select-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dd><code id=the-select-element:attr-select-required><a href=#attr-select-required>required</a></code> — Whether the control is required for <a href=#form-submission-2 id=the-select-element:form-submission-2-2>form submission</a><dd><code id=the-select-element:attr-select-size><a href=#attr-select-size>size</a></code> — Size of the control<dt><a href=#concept-element-dom id=the-select-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlselectelement>HTMLSelectElement</dfn> : <a href=#htmlelement id=the-select-element:htmlelement>HTMLElement</a> {
@@ -38161,7 +38162,7 @@
 
 
 
-  <h4 id=the-datalist-element>4.10.8 The <dfn><code>datalist</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>20+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4.3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=datalist">caniuse.com</a></div>
+  <h4 id=the-datalist-element>4.10.8 The <dfn><code>datalist</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <
 a href="http://caniuse.com/#feat=datalist">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-datalist-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-datalist-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2>Phrasing content</a>.<dt><a href=#concept-element-contexts id=the-datalist-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-datalist-element:concept-element-content-model>Content model</a>:<dd>Either: <a href=#phrasing-content-2 id=the-datalist-element:phrasing-content-2-3>phrasing content</a>.<dd>Or: Zero or more <code id=the-datalist-element:the-option-element><a href=#the-option-element>option</a></code> and <span>script-supporting</span> elements.<dt><a href=#concept-element-tag-omission id=the-dat
 alist-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-datalist-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-datalist-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-datalist-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldatalistelement>HTMLDataListElement</dfn> : <a href=#htmlelement id=the-datalist-element:htmlelement>HTMLElement</a> {
@@ -38505,7 +38506,7 @@
 
 
 
-  <h4 id=the-textarea-element>4.10.11 The <dfn><code>textarea</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15291" title="Allow textarea at pattern (input at pattern is specced already so why not)">15291</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18069" title="Allow textarea at pattern (input at pattern is specced already so why not)">18069</a></div>
+  <h4 id=the-textarea-element>4.10.11 The <dfn><code>textarea</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15291" title="Allow textarea at pattern (input at pattern is specced already so why not)">15291</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18069" title="Allow textarea at pattern (input at pattern is specced already so why not)">18069</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-textarea-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-textarea-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-textarea-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#interactive-content-2 id=the-textarea-element:interactive-content-2>Interactive content</a>.<dd><a href=#category-listed id=the-textarea-element:category-listed>Listed</a>, <a href=#category-label id=the-textarea-element:category-label>labelable</a>, <a href=#category-submit id=the-textarea-element:category-submit>submittable</a>, <a href=#category-reset id=the-textarea-element:category-reset>resettable</a>, and <a href=#category-form-attr id=the-textarea-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-textarea-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-textarea-elemen
 t:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-textarea-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-textarea-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-textarea-element:concept-element-content-model>Content model</a>:<dd><a href=#text-content id=the-textarea-element:text-content>Text</a>.<dt><a href=#concept-element-tag-omission id=the-textarea-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-textarea-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-textarea-element:global-attributes>Global attributes</a><dd><code id=the-textarea-element:attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> — Hint for form autofill feature<dd><
 code id=the-textarea-element:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> — Automatically focus the form control when the page is loaded<dd><code id=the-textarea-element:attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code> — Maximum number of characters per line<dd><code id=the-textarea-element:attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code> — Name of form field to use for sending the element's <a href=#the-directionality id=the-textarea-element:the-directionality>directionality</a> in <a href=#form-submission-2 id=the-textarea-element:form-submission-2>form submission</a><dd><code id=the-textarea-element:attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-textarea-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-textarea-element:the-form-element><a href=#the-form-element>form</a></code> element<dd><co
 de id=the-textarea-element:attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code> — Hint for selecting an input modality<dd><code id=the-textarea-element:attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> — Maximum length of value<dd><code id=the-textarea-element:attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code> — Minimum length of value<dd><code id=the-textarea-element:attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-2>form submission</a> and in the <code id=the-textarea-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dd><code id=the-textarea-element:attr-textarea-placeholder><a href=#attr-textarea-placeholder>placeholder</a></code> — User-visible label to be placed within the form control<dd><code id=the-textarea-element:attr-textarea-readonly><a href=#attr-tex
 tarea-readonly>readonly</a></code> — Whether to allow the value to be edited by the user<dd><code id=the-textarea-element:attr-textarea-required><a href=#attr-textarea-required>required</a></code> — Whether the control is required for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-3>form submission</a><dd><code id=the-textarea-element:attr-textarea-rows><a href=#attr-textarea-rows>rows</a></code> — Number of lines to show<dd><code id=the-textarea-element:attr-textarea-wrap><a href=#attr-textarea-wrap>wrap</a></code> — How the value of the form control is to be wrapped for <a href=#form-submission-2 id=the-textarea-element:form-submission-2-4>form submission</a><dt><a href=#concept-element-dom id=the-textarea-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href=#htmlelement id=the-textarea-element:htmlelement>HTMLElement</a> {
@@ -39226,7 +39227,7 @@
 
 
 
-  <h4 id=the-progress-element>4.10.14 The <dfn><code>progress</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18093" title="progress and meter have no name-attribute? So their value is not POST or GET when the form is submitted? If not, this means an addition alement must be used to convey these values if needed.">18093</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>16+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>11+</span></span><spa
 n class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=progressmeter">caniuse.com</a></div>
+  <h4 id=the-progress-element>4.10.14 The <dfn><code>progress</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18093" title="progress and meter have no name-attribute? So their value is not POST or GET when the form is submitted? If not, this means an addition alement must be used to convey these values if needed.">18093</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+
 </span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=progressmeter">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-progress-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-progress-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#category-label id=the-progress-element:category-label>Labelable element</a>.<dd><a href=#palpable-content-2 id=the-progress-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-progress-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2-2>phrasing content</a> is expected.<dt><a href=#concept-element-content-model id=the-progress-element:concept-element-content-model>Content model</a>:<dd><a href=#phrasing-content-2 id=the-progress-element:phrasing-content-2-3>Phrasing content</a>, but there must be no <code id=the-
 progress-element:the-progress-element><a href=#the-progress-element>progress</a></code> element descendants.<dt><a href=#concept-element-tag-omission id=the-progress-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-progress-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-progress-element:global-attributes>Global attributes</a><dd><code id=the-progress-element:attr-progress-value><a href=#attr-progress-value>value</a></code> — Current value of the element<dd><code id=the-progress-element:attr-progress-max><a href=#attr-progress-max>max</a></code> — Upper bound of range<dt><a href=#concept-element-dom id=the-progress-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlprogresselement>HTMLProgressElement</dfn> : <a href=#htmlelement id=the-progress-element:htmlelement>HTMLElement</a> {
@@ -39665,7 +39666,7 @@
 
 
 
-  <h4 id=the-fieldset-element>4.10.16 The <dfn><code>fieldset</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25551" title="Shouldn't <fieldset> also allow intermixed script-supporting elements (before the <legend>)?">25551</a></div>
+  <h4 id=the-fieldset-element>4.10.16 The <dfn><code>fieldset</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25551" title="Shouldn't <fieldset> also allow intermixed script-supporting elements (before the <legend>)?">25551</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-fieldset-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-fieldset-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-fieldset-element:sectioning-root>Sectioning root</a>.<dd><a href=#category-listed id=the-fieldset-element:category-listed>Listed</a> and <a href=#category-form-attr id=the-fieldset-element:category-form-attr>reassociateable</a> <a href=#form-associated-element id=the-fieldset-element:form-associated-element>form-associated element</a>.<dd><a href=#palpable-content-2 id=the-fieldset-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-fieldset-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-fieldset-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-fieldset-element:conce
 pt-element-content-model>Content model</a>:<dd>Optionally a <code id=the-fieldset-element:the-legend-element><a href=#the-legend-element>legend</a></code> element, followed by <a href=#flow-content-2 id=the-fieldset-element:flow-content-2-3>flow content</a>.<dt><a href=#concept-element-tag-omission id=the-fieldset-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-fieldset-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-fieldset-element:global-attributes>Global attributes</a><dd><code id=the-fieldset-element:attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-fieldset-element:attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code id=the-fieldset-element:the-form-element><a href=#the-form-element>form</a></code> element<dd
 ><code id=the-fieldset-element:attr-fe-name><a href=#attr-fe-name>name</a></code>   — Name of form control to use in the <code id=the-fieldset-element:dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <dt><a href=#concept-element-dom id=the-fieldset-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href=#htmlelement id=the-fieldset-element:htmlelement>HTMLElement</a> {
@@ -40357,7 +40358,7 @@
   </p>
 
 
-  <h6 id=autofocusing-a-form-control:-the-autofocus-attribute>4.10.19.6.1 Autofocusing a form control: the <code id=autofocusing-a-form-control:-the-autofocus-attribute:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26669" title="Bad design: autofocus attribute">26669</a></div>
+  <h6 id=autofocusing-a-form-control:-the-autofocus-attribute>4.10.19.6.1 Autofocusing a form control: the <code id=autofocusing-a-form-control:-the-autofocus-attribute:attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26669" title="Bad design: autofocus attribute">26669</a></div>
 
   
 
@@ -42231,7 +42232,7 @@
    rules given by the <code id=definitions:attr-input-step><a href=#attr-input-step>step</a></code> attribute.<dt> <dfn id=suffering-from-bad-input>Suffering from bad input</dfn> <dd> <p>When a control has incomplete input and the user agent does not think the user ought to
    be able to submit the form in its current state.<dt> <dfn id=suffering-from-a-custom-error>Suffering from a custom error</dfn> <dd> <p>When a control's <a href=#custom-validity-error-message id=definitions:custom-validity-error-message-3>custom validity error message</a> (as set by the element's
    <code id=definitions:dom-cva-setcustomvalidity-2><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method) is not the empty
-   string.</p> </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25369" title="Make valueMissing always be false when badInput is true">25369</a></div>
+   string.</p> </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25369" title="Make valueMissing always be false when badInput is true">25369</a></div>
 
   <p class=note>An element can still suffer from these states even when the element is <a href=#concept-fe-disabled id=definitions:concept-fe-disabled>disabled</a>; thus these states can be represented in the DOM even
   if validating the form during submission wouldn't indicate a problem to the user.</p>
@@ -42575,7 +42576,7 @@
 
   
 
-  <h5 id=form-submission-algorithm>4.10.22.3 Form submission algorithm</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230" title="Some synthetic events cause actions">12230</a></div>
+  <h5 id=form-submission-algorithm>4.10.22.3 Form submission algorithm</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230" title="Some synthetic events cause actions">12230</a></div>
 
   <p>When a <code id=form-submission-algorithm:the-form-element><a href=#the-form-element>form</a></code> element <var>form</var> is <dfn id=concept-form-submit>submitted</dfn> from an element <var>submitter</var>
   (typically a button), optionally with a <var>submitted from <code id=form-submission-algorithm:dom-form-submit><a href=#dom-form-submit>submit()</a></code> method</var> flag set, the user agent must run the
@@ -42966,7 +42967,7 @@
   
 
   <p id=application-x-www-form-urlencoded-encoding-algorithm>The <dfn id=application/x-www-form-urlencoded-encoding-algorithm><code>application/x-www-form-urlencoded</code> encoding algorithm</dfn> is as
-  follows:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17725" title="refactor definition of media type "www-form-urlencoded-encoding"">17725</a></div>
+  follows:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17725" title="refactor definition of media type "www-form-urlencoded-encoding"">17725</a></div>
 
   <ol><li><p>Let <var>result</var> be the empty string.<li>
 
@@ -43106,7 +43107,7 @@
 
 
 
-  <h5 id=multipart-form-data>4.10.22.7 Multipart form data</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18135" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">18135</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">16909</a></div>
+  <h5 id=multipart-form-data>4.10.22.7 Multipart form data</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18135" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">18135</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909" title="multipart/form-data: field name encoding is not specified; browsers do incompatible things">16909</a></div>
 
   
 
@@ -43241,7 +43242,7 @@
 
   <h3 id=interactive-elements>4.11 Interactive elements</h3>
 
-  <h4 id=the-details-element>4.11.1 The <dfn><code>details</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25550" title="Shouldn't <details> also allow intermixed script-supporting elements (before the <summary>)?">25550</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>12+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=android><span>Android Browser</span> <span>4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=details">caniuse.com</a></div>
+  <h4 id=the-details-element>4.11.1 The <dfn><code>details</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25550" title="Shouldn't <details> also allow intermixed script-supporting elements (before the <summary>)?">25550</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</s
 pan></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=details">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-details-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-details-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-details-element:sectioning-root>Sectioning root</a>.<dd><a href=#interactive-content-2 id=the-details-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-details-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-details-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-details-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-details-element:concept-element-content-model>Content model</a>:<dd>One <code id=the-details-element:the-summary-element><a href=#the-summary-element>summary</a></code> element followed by <a href=#flow-conte
 nt-2 id=the-details-element:flow-content-2-3>flow content</a>.<dt><a href=#concept-element-tag-omission id=the-details-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-details-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-details-element:global-attributes>Global attributes</a><dd><code id=the-details-element:attr-details-open><a href=#attr-details-open>open</a></code> — Whether the details are visible<dt><a href=#concept-element-dom id=the-details-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldetailselement>HTMLDetailsElement</dfn> : <a href=#htmlelement id=the-details-element:htmlelement>HTMLElement</a> {
@@ -43376,7 +43377,7 @@
 
 
 
-  <h4 id=the-menu-element>4.11.3 The <dfn id=menus><code>menu</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12999" title="Allow nodefault="" on <menu type=context>">12999</a></div>
+  <h4 id=the-menu-element>4.11.3 The <dfn id=menus><code>menu</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12999" title="Allow nodefault="" on <menu type=context>">12999</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-menu-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-menu-element:flow-content-2>Flow content</a>.<dd>If the element's <code id=the-menu-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#toolbar-state id=the-menu-element:toolbar-state>toolbar</a> state: <a href=#palpable-content-2 id=the-menu-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-menu-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-menu-element:flow-content-2-2>flow content</a> is expected.<dd>If the element's <code id=the-menu-element:attr-menu-type-2><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state>popup menu</a> state: as the child of a <code id=the-menu-element:the-menu-element><
 a href=#the-menu-element>menu</a></code> element whose <code id=the-menu-element:attr-menu-type-3><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state-2>popup menu</a> state.<dt><a href=#concept-element-content-model id=the-menu-element:concept-element-content-model>Content model</a>:<dd>If the element's <code id=the-menu-element:attr-menu-type-4><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#toolbar-state id=the-menu-element:toolbar-state-2>toolbar</a> state: either zero or more <code id=the-menu-element:the-li-element><a href=#the-li-element>li</a></code> and <a href=#script-supporting-elements-2 id=the-menu-element:script-supporting-elements-2>script-supporting</a> elements, or, <a href=#flow-content-2 id=the-menu-element:flow-content-2-3>flow content</a>.<dd>If the element's <code id=the-menu-element:attr-menu-type-5><a href=#attr-menu-type>type</a></code> attribute is in the <a h
 ref=#popup-menu-state id=the-menu-element:popup-menu-state-3>popup menu</a> state: in any order, zero or more <code id=the-menu-element:the-menuitem-element><a href=#the-menuitem-element>menuitem</a></code> elements, zero or more <code id=the-menu-element:the-hr-element><a href=#the-hr-element>hr</a></code> elements, zero or more <code id=the-menu-element:the-menu-element-2><a href=#the-menu-element>menu</a></code> elements whose <code id=the-menu-element:attr-menu-type-6><a href=#attr-menu-type>type</a></code> attributes are in the <a href=#popup-menu-state id=the-menu-element:popup-menu-state-4>popup menu</a> state, and zero or more <a href=#script-supporting-elements-2 id=the-menu-element:script-supporting-elements-2-2>script-supporting</a> elements.<dt><a href=#concept-element-tag-omission id=the-menu-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-menu-element:concept-element-
 attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-menu-element:global-attributes>Global attributes</a><dd><code id=the-menu-element:attr-menu-type-7><a href=#attr-menu-type>type</a></code> — Type of menu<dd><code id=the-menu-element:attr-menu-label><a href=#attr-menu-label>label</a></code> — User-visible label<dt><a href=#concept-element-dom id=the-menu-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlmenuelement>HTMLMenuElement</dfn> : <a href=#htmlelement id=the-menu-element:htmlelement>HTMLElement</a> {
@@ -43530,7 +43531,7 @@
 
 
 
-  <h4 id=the-menuitem-element>4.11.4 The <dfn><code>menuitem</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=caniuse><a href="http://caniuse.com/#feat=menu">caniuse.com</a></div>
+  <h4 id=the-menuitem-element>4.11.4 The <dfn><code>menuitem</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome no"><span>Chrome</span> <span>None</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox partial"><span><span>Firefox</span> (limited) </span><span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera no"><span>Opera</span> <span>None</span></span><span class="ie_mob no"><span>IE Mobil
 e</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=menu">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-menuitem-element:concept-element-categories>Categories</a>:<dd>None.<dt><a href=#concept-element-contexts id=the-menuitem-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>As a child of a <code id=the-menuitem-element:the-menu-element><a href=#the-menu-element>menu</a></code> element whose <code id=the-menuitem-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-menuitem-element:popup-menu-state>popup menu</a> state.<dt><a href=#concept-element-content-model id=the-menuitem-element:concept-element-content-model>Content model</a>:<dd><a href=#concept-content-nothing id=the-menuitem-element:concept-content-nothing>Nothing</a>.<dt><a href=#concept-element-tag-omission id=the-menuitem-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>No <a href=#syntax-end-tag id=the-menuitem-element:syntax-end-t
 ag>end tag</a>.<dt><a href=#concept-element-attributes id=the-menuitem-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-menuitem-element:global-attributes>Global attributes</a><dd><code id=the-menuitem-element:attr-menuitem-type><a href=#attr-menuitem-type>type</a></code> — Type of command<dd><code id=the-menuitem-element:attr-menuitem-label><a href=#attr-menuitem-label>label</a></code> — User-visible label<dd><code id=the-menuitem-element:attr-menuitem-icon><a href=#attr-menuitem-icon>icon</a></code> — Icon for the command<dd><code id=the-menuitem-element:attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> — Whether the form control is disabled<dd><code id=the-menuitem-element:attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> — Whether the command or control is checked<dd><code id=the-menuitem-element:attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a>
 </code> — Name of group of commands to treat as a radio button group<dd><code id=the-menuitem-element:attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> — Mark the command as being a default command<dd><code id=the-menuitem-element:attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — Command definition<dd>Also, the <code id=the-menuitem-element:attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute <a href=#attr-menuitem-title id=the-menuitem-element:attr-menuitem-title-2>has special semantics</a> on this element: Hint describing the command.<dt><a href=#concept-element-dom id=the-menuitem-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmlmenuitemelement>HTMLMenuItemElement</dfn> : <a href=#htmlelement id=the-menuitem-element:htmlelement>HTMLElement</a> {
@@ -44354,7 +44355,7 @@
   
 
 
-  <h4 id=the-dialog-element>4.11.7 The <dfn><code>dialog</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16783" title="no clear information on expected or desirable keyboard/focus interaction behaviour with new dialog element">16783</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21770" title="<dialog>: The <dialog> positioning logic needs to support vertical writing modes.">21770</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>37+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=opera><span>Opera</span> <span>24+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dialog">caniuse.com</a></div>
+  <h4 id=the-dialog-element>4.11.7 The <dfn><code>dialog</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16783" title="no clear information on expected or desirable keyboard/focus interaction behaviour with new dialog element">16783</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21770" title="<dialog>: The <dialog> positioning logic needs to support vertical writing modes.">21770</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browse
 r</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dialog">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-dialog-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-dialog-element:flow-content-2>Flow content</a>.<dd><a href=#sectioning-root id=the-dialog-element:sectioning-root>Sectioning root</a>.<dt><a href=#concept-element-contexts id=the-dialog-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#flow-content-2 id=the-dialog-element:flow-content-2-2>flow content</a> is expected.<dt><a href=#concept-element-content-model id=the-dialog-element:concept-element-content-model>Content model</a>:<dd><a href=#flow-content-2 id=the-dialog-element:flow-content-2-3>Flow content</a>.<dt><a href=#concept-element-tag-omission id=the-dialog-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-dialog-element:concept-element-attributes>Content attributes</a>:<
 dd><a href=#global-attributes id=the-dialog-element:global-attributes>Global attributes</a><dd><code id=the-dialog-element:attr-dialog-open><a href=#attr-dialog-open>open</a></code> — Whether the dialog box is showing<dt><a href=#concept-element-dom id=the-dialog-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmldialogelement>HTMLDialogElement</dfn> : <a href=#htmlelement id=the-dialog-element:htmlelement>HTMLElement</a> {
@@ -44420,7 +44421,7 @@
   
 
   <p>When the <dfn id=dom-dialog-show><code>show()</code></dfn> method is invoked, the user
-  agent must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24718" title="<dialog>: we should add a showWithoutFocus() method to <dialog> for cases where you don't want it focused">24718</a></div>
+  agent must run the following steps:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24718" title="<dialog>: we should add a showWithoutFocus() method to <dialog> for cases where you don't want it focused">24718</a></div>
 
   <ol><li><p>If the element already has an <code id=the-dialog-element:attr-dialog-open-3><a href=#attr-dialog-open>open</a></code> attribute, then
    abort these steps.<li><p>Add an <code id=the-dialog-element:attr-dialog-open-4><a href=#attr-dialog-open>open</a></code> attribute to the <code id=the-dialog-element:the-dialog-element-9><a href=#the-dialog-element>dialog</a></code>
@@ -44744,7 +44745,7 @@
 
 
 
-  <h5 id=anchor-points>4.11.7.1 Anchor points</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21581" title="Define anchor points in a CSS specification">21581</a></div>
+  <h5 id=anchor-points>4.11.7.1 Anchor points</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21581" title="Define anchor points in a CSS specification">21581</a></div>
 
   <p class=critical>This section will eventually be moved to a CSS specification; it is specified
   here only on an interim basis until an editor can be found to own this.</p>
@@ -44810,7 +44811,7 @@
   </div>
 
 
-  <h4 id=the-script-element>4.12.1 The <dfn id=script><code>script</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23165" title="Implement JavaScript syntax checking in <script>">23165</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23156" title="Bug filing button of the nightly 5.1 spec gets hidden from user upon scroll">23156</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18298" title=""The script element gets inserted into a document." - is the order defined if multiple script elements are simultaneously inserted? What about the relative order of other things that happen on insertion and script elements?">18298</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25943" title="Include execution graph by Peter">25943</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23157" tit
 le="XHTML: validator doesn’t check that Raw Text elements (style/script) match the constraints">23157</a></div>
+  <h4 id=the-script-element>4.12.1 The <dfn id=script><code>script</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23165" title="Implement JavaScript syntax checking in <script>">23165</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23156" title="Bug filing button of the nightly 5.1 spec gets hidden from user upon scroll">23156</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18298" title=""The script element gets inserted into a document." - is the order defined if multiple script elements are simultaneously inserted? What about the relative order of other things that happen on insertion and script elements?">18298</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25943" title="Include execution graph by Peter">25943</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23157
 " title="XHTML: validator doesn’t check that Raw Text elements (style/script) match the constraints">23157</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-script-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-script-element:metadata-content-2>Metadata content</a>.<dd><a href=#flow-content-2 id=the-script-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-script-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#script-supporting-elements-2 id=the-script-element:script-supporting-elements-2>Script-supporting element</a>.<dt><a href=#concept-element-contexts id=the-script-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-script-element:metadata-content-2-2>metadata content</a> is expected.<dd>Where <a href=#phrasing-content-2 id=the-script-element:phrasing-content-2-2>phrasing content</a> is expected.<dd>Where <a href=#script-supporting-elements-2 id=the-script-element:script-supporting-elements-2-2>script-supp
 orting elements</a> are expected.<dt><a href=#concept-element-content-model id=the-script-element:concept-element-content-model>Content model</a>:<dd>If there is no <code id=the-script-element:attr-script-src><a href=#attr-script-src>src</a></code>
    attribute, depends on the value of the <code id=the-script-element:attr-script-type><a href=#attr-script-type>type</a></code> attribute, but must match
@@ -44867,7 +44868,7 @@
 
   <p>The <dfn id=attr-script-async><code>async</code></dfn> and <dfn id=attr-script-defer><code>defer</code></dfn> attributes are <a href=#boolean-attribute id=the-script-element:boolean-attribute>boolean attributes</a> that indicate how the script should be executed. The <code id=the-script-element:attr-script-defer-2><a href=#attr-script-defer>defer</a></code> and <code id=the-script-element:attr-script-async-2><a href=#attr-script-async>async</a></code> attributes
   must not be specified if the <code id=the-script-element:attr-script-src-7><a href=#attr-script-src>src</a></code> attribute is not
-  present.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=script-async">caniuse.com</a></div><div class=status><input onclick=tog
 gleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>8+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=script-defer">caniuse.com</a></div>
+  present.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+<
 /span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=script-async">caniuse.com</a></div><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</
 span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=script-defer">caniuse.com</a></div>
 
   <p>There are three possible modes that can be selected using these attributes. If the <code id=the-script-element:attr-script-async-3><a href=#attr-script-async>async</a></code> attribute is present, then the script will be executed
   as soon as it is available, but without blocking further parsing of the page. If the <code id=the-script-element:attr-script-async-4><a href=#attr-script-async>async</a></code>
@@ -45821,7 +45822,7 @@
   </div>
 
 
-  <h4 id=the-template-element>4.12.3 The <dfn><code>template</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>26+</span></span><span class=firefox><span>Firefox</span> <span>22+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>8+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=safari><span>Safari</span> <span>7.1+</span></span><span class=opera><span>Opera</span> <span>15+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=template">caniuse.com</a></div>
+  <h4 id=the-template-element>4.12.3 The <dfn><code>template</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span>
 </span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=template">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-template-element:concept-element-categories>Categories</a>:<dd><a href=#metadata-content-2 id=the-template-element:metadata-content-2>Metadata content</a>.<dd><a href=#flow-content-2 id=the-template-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-template-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#script-supporting-elements-2 id=the-template-element:script-supporting-elements-2>Script-supporting element</a>.<dt><a href=#concept-element-contexts id=the-template-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#metadata-content-2 id=the-template-element:metadata-content-2-2>metadata content</a> is expected.<dd>Where <a href=#phrasing-content-2 id=the-template-element:phrasing-content-2-2>phrasing content</a> is expected.<dd>Where <a href=#script-supporting-elements-2 id=the-template-element:script-supporting-elemen
 ts-2-2>script-supporting elements</a> are expected.<dd>As a child of a <code id=the-template-element:the-colgroup-element><a href=#the-colgroup-element>colgroup</a></code> element that doesn't have a <code id=the-template-element:attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute.<dt><a href=#concept-element-content-model id=the-template-element:concept-element-content-model>Content model</a>:<dd>Either: <a href=#metadata-content-2 id=the-template-element:metadata-content-2-3>Metadata content</a>.<dd>Or: <a href=#flow-content-2 id=the-template-element:flow-content-2-2>Flow content</a>.<dd>Or: The content model of <code id=the-template-element:the-ol-element><a href=#the-ol-element>ol</a></code> and <code id=the-template-element:the-ul-element><a href=#the-ul-element>ul</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-dl-element><a href=#the-dl-element>dl</a></code> elements.<dd>Or: The content model of <code id=the-temp
 late-element:the-figure-element><a href=#the-figure-element>figure</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-ruby-element><a href=#the-ruby-element>ruby</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-object-element><a href=#the-object-element>object</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-video-element><a href=#the-video-element>video</a></code> and <code id=the-template-element:the-audio-element><a href=#the-audio-element>audio</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-table-element><a href=#the-table-element>table</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-colgroup-element-2><a href=#the-colgroup-element>colgroup</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-thead-element><a href=#the-thead-element>thead</a></code>, <code id=the-template-e
 lement:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, and <code id=the-template-element:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-tr-element><a href=#the-tr-element>tr</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-select-element><a href=#the-select-element>select</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-details-element><a href=#the-details-element>details</a></code> elements.<dd>Or: The content model of <code id=the-template-element:the-menu-element><a href=#the-menu-element>menu</a></code> elements whose <code id=the-template-element:attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#popup-menu-state id=the-template-eleme
 nt:popup-menu-state>popup menu state</a>.<dt><a href=#concept-element-tag-omission id=the-template-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-template-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-template-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-template-element:concept-element-dom>DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmltemplateelement>HTMLTemplateElement</dfn> : <a href=#htmlelement id=the-template-element:htmlelement>HTMLElement</a> {
@@ -45984,7 +45985,7 @@
 
 
 
-  <h4 id=the-canvas-element>4.12.4 The <dfn id=canvas><code>canvas</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9469" title="Shouldn't this paragraph link to #attr-canvas-width and #attr-canvas-height, rather than just saying "the respective content attributes of the same name"?">9469</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safar
 i</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=canvas">caniuse.com</a></div>
+  <h4 id=the-canvas-element>4.12.4 The <dfn id=canvas><code>canvas</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9469" title="Shouldn't this paragraph link to #attr-canvas-width and #attr-canvas-height, rather than just saying "the respective content attributes of the same name"?">9469</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (li
 mited) </span><span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=canvas">caniuse.com</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-canvas-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-canvas-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-canvas-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-canvas-element:embedded-content-category>Embedded content</a>.<dd><a href=#palpable-content-2 id=the-canvas-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-canvas-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-canvas-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-canvas-element:concept-element-content-model>Content model</a>:<dd><a href=#transparent id=the-canvas-element:transparent>Transparent</a>, but with no <a href=#interactive-conte
 nt-2 id=the-canvas-element:interactive-content-2>interactive content</a> descendants except for <code id=the-canvas-element:the-a-element><a href=#the-a-element>a</a></code> elements, <code id=the-canvas-element:the-img-element><a href=#the-img-element>img</a></code> elements with <code id=the-canvas-element:attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attributes, <code id=the-canvas-element:the-button-element><a href=#the-button-element>button</a></code> elements, <code id=the-canvas-element:the-input-element><a href=#the-input-element>input</a></code> elements whose <code id=the-canvas-element:attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" id="the-canvas-element:checkbox-state-(type=checkbox)">Checkbox</a> or <a href="#radio-button-state-(type=radio)" id="the-canvas-element:radio-button-state-(type=radio)">Radio Button</a> states, <code id=the-canvas-element:the-input-element
 -2><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button id=the-canvas-element:concept-button>buttons</a>, <code id=the-canvas-element:the-select-element><a href=#the-select-element>select</a></code> elements with a <code id=the-canvas-element:attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute or a <a href=#concept-select-size id=the-canvas-element:concept-select-size>display size</a> greater than 1, <a href=#sorting-interface-th-element id=the-canvas-element:sorting-interface-th-element>sorting interface <code>th</code> elements</a>, and elements that would not be <a href=#interactive-content-2 id=the-canvas-element:interactive-content-2-2>interactive content</a> except for having the <code id=the-canvas-element:attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified.<dt><a href=#concept-element-tag-omission id=the-canvas-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>
 Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-canvas-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-canvas-element:global-attributes>Global attributes</a><dd><code id=the-canvas-element:attr-canvas-width><a href=#attr-canvas-width>width</a></code> — Horizontal dimension<dd><code id=the-canvas-element:attr-canvas-height><a href=#attr-canvas-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-canvas-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>typedef (<a href=#canvasrenderingcontext2d id=the-canvas-element:canvasrenderingcontext2d>CanvasRenderingContext2D</a> or <a href=#webglrenderingcontext id=the-canvas-element:webglrenderingcontext>WebGLRenderingContext</a>) <dfn id=renderingcontext>RenderingContext</dfn>;
@@ -46452,7 +46453,7 @@
   
 
 
-  <h5 id=2dcontext>4.12.4.2 The 2D rendering context</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17427" title="<canvas>: drawImage() should accept SVGImageElement (<svg:image>)">17427</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18220" title="drawImage should accept SVGImageElement">18220</a></div>
+  <h5 id=2dcontext>4.12.4.2 The 2D rendering context</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17427" title="<canvas>: drawImage() should accept SVGImageElement (<svg:image>)">17427</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18220" title="drawImage should accept SVGImageElement">18220</a></div>
 
   
 
@@ -47804,7 +47805,7 @@
 
 
 
-  <h6 id=path2d-objects>4.12.4.2.7 <code id=path2d-objects:path2d><a href=#path2d>Path2D</a></code> objects</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9236" title="<canvas>: Detecting the intersection of Path objects">9236</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18751" title="<canvas>: a way to get the coordinate of the last point in a path">18751</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21939" title="<canvas>: Path introspection">21939</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25716" title="Path merging should not be part of addText() or addPathByStrokingText(), it is very expensive comput [...]">25716</a></div>
+  <h6 id=path2d-objects>4.12.4.2.7 <code id=path2d-objects:path2d><a href=#path2d>Path2D</a></code> objects</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9236" title="<canvas>: Detecting the intersection of Path objects">9236</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18751" title="<canvas>: a way to get the coordinate of the last point in a path">18751</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21939" title="<canvas>: Path introspection">21939</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25716" title="Path merging should not be part of addText() or addPathByStrokingText(), it is very expensive comput [...]">25716</a></div>
 
   <p><code id=path2d-objects:path2d-2><a href=#path2d>Path2D</a></code> objects can be used to declare paths that are then later used on
   <code id=path2d-objects:canvasrenderingcontext2d><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects. In addition to many of the APIs described in
@@ -48076,7 +48077,7 @@
   
 
 
-  <h6 id=transformations>4.12.4.2.8 <dfn>Transformations</dfn></h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9235" title="<canvas>: perspective transformations">9235</a></div>
+  <h6 id=transformations>4.12.4.2.8 <dfn>Transformations</dfn></h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9235" title="<canvas>: perspective transformations">9235</a></div>
 
   <p>Each <code id=transformations:canvasrenderingcontext2d><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object has a <i>current transformation matrix</i>,
   as well as methods (described in this section) to manipulate it. When a
@@ -48622,7 +48623,7 @@
 
     <p>Returns the measurement described below.</p>
 
-   </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=canvas-text">caniuse.com</a></div>
+   </dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</s
 pan></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=canvas-text">caniuse.com</a></div>
 
   
 
@@ -50468,7 +50469,7 @@
      inclusive, must be treated as the desired quality level. If it is not a number or is outside that range, the user agent must use its
      default value, as if the argument had been omitted.
      <td> <a href=#refsJPEG>[JPEG]</a>
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26919" title="Arguments to what?">26919</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26919" title="Arguments to what?">26919</a></div>
 
   
 
@@ -50667,7 +50668,7 @@
   </div>
 
 
-  <h4 id=rel-up>4.13.2 Bread crumb navigation</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26920" title="<a>Second hand</a>">26920</a></div>
+  <h4 id=rel-up>4.13.2 Bread crumb navigation</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26920" title="<a>Second hand</a>">26920</a></div>
 
   <p>This specification does not provide a machine-readable way of describing bread-crumb navigation
   menus. Authors are encouraged to just use a series of links in a paragraph. The <code id=rel-up:the-nav-element><a href=#the-nav-element>nav</a></code>
@@ -50697,7 +50698,7 @@
   </div>
 
 
-  <h4 id=tag-clouds>4.13.3 Tag clouds</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23610" title="Change tag cloud example">23610</a></div>
+  <h4 id=tag-clouds>4.13.3 Tag clouds</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23610" title="Change tag cloud example">23610</a></div>
 
   <p id=tag-cloud>This specification does not define any markup specifically for marking up lists
   of keywords that apply to a group of pages (also known as <i>tag clouds</i>). In general, authors
@@ -51042,7 +51043,7 @@
 
   <h3 id=selectors>4.15 Matching HTML elements using selectors</h3>
 
-  <h4 id=case-sensitivity>4.15.1 Case-sensitivity</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24005" title="Attribute values can't always be matched case-sensitively">24005</a></div>
+  <h4 id=case-sensitivity>4.15.1 Case-sensitivity</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24005" title="Attribute values can't always be matched case-sensitively">24005</a></div>
 
   <p>The Selectors specification leaves the case-sensitivity of element names, attribute names, and
   attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
@@ -54017,7 +54018,7 @@
   <h2 id=editing>6 <dfn>User interaction</dfn></h2>
 
 
-  <h3 id=the-hidden-attribute>6.1 The <dfn><code>hidden</code></dfn> attribute</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19159" title="allow use of hidden for tab panels">19159</a></div>
+  <h3 id=the-hidden-attribute>6.1 The <dfn><code>hidden</code></dfn> attribute</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19159" title="allow use of hidden for tab panels">19159</a></div>
 
   <p>All <a href=#html-elements id=the-hidden-attribute:html-elements>HTML elements</a> may have the <code id=the-hidden-attribute:the-hidden-attribute><a href=#the-hidden-attribute>hidden</a></code> content
   attribute set. The <code id=the-hidden-attribute:the-hidden-attribute-2><a href=#the-hidden-attribute>hidden</a></code> attribute is a <a href=#boolean-attribute id=the-hidden-attribute:boolean-attribute>boolean
@@ -55391,7 +55392,7 @@
 
   <h3 id=editing-2>6.6 Editing</h3>
 
-  <h4 id=contenteditable>6.6.1 Making document regions editable: The <code id=contenteditable:attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>5.5+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>3+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span c
 lass=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=contenteditable">caniuse.com</a></div>
+  <h4 id=contenteditable>6.6.1 Making document regions editable: The <code id=contenteditable:attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera ye
 s"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=contenteditable">caniuse.com</a></div>
 
   <pre class=idl>[NoInterfaceObject]
 interface ElementContentEditable {
@@ -55445,7 +55446,7 @@
 
 
 
-  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
+  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
 
   
 
@@ -55540,7 +55541,7 @@
 
 
 
-  <h4 id=spelling-and-grammar-checking>6.6.5 Spelling and grammar checking</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>9+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=safari><span>Safari</span> <span>5.1+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=spellcheck-attribute">caniuse.com</a></div>
+  <h4 id=spelling-and-grammar-checking>6.6.5 Spelling and grammar checking</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr partial"><span><span>Chrome for Android</span> (limited) </span><span>37+</span></span><span class="ios_saf partial"><span><span>iOS Safari</span> (limited) </span><span>8+</span></span><span class="android partial"><span><span>Android Browser</span> (limited) </span><span>4.4.3+</span></span><span class="op_mini partial"><span><span>Opera Mini</span> (limited) </span><span>5.0-7.0+</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></s
 pan><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob partial"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff partial"><span><span>Firefox for Android</span> (limited) </span><span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=spellcheck-attribute">caniuse.com</a></div>
 
   
 
@@ -55696,7 +55697,7 @@
   checking is enabled, or could use other interfaces.</p>
 
 
-  <h3 id=dnd>6.7 <dfn>Drag and drop</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>12+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=dragndrop">caniuse.com</a></div>
+  <h3 id=dnd>6.7 <dfn>Drag and drop</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc no"><span>UC Browser for Android</span> <span>None</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span cl
 ass="and_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=dragndrop">caniuse.com</a></div>
 
 
 
@@ -56837,7 +56838,7 @@
 
 
 
-  <h4 id=the-draggable-attribute>6.7.7 The <dfn><code>draggable</code></dfn> attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26024" title="Drag and drop <img> should give the rendered image's URL">26024</a></div>
+  <h4 id=the-draggable-attribute>6.7.7 The <dfn><code>draggable</code></dfn> attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26024" title="Drag and drop <img> should give the rendered image's URL">26024</a></div>
 
   <p>All <a href=#html-elements id=the-draggable-attribute:html-elements>HTML elements</a> may have the <code id=the-draggable-attribute:the-draggable-attribute><a href=#the-draggable-attribute>draggable</a></code>
   content attribute set. The <code id=the-draggable-attribute:the-draggable-attribute-2><a href=#the-draggable-attribute>draggable</a></code> attribute is an
@@ -57711,7 +57712,7 @@
 
 
 
-  <h3 id=the-window-object>7.2 The <code id=the-window-object:window><a href=#window>Window</a></code> object</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10694" title="Specify window.console">10694</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25685" title="Seems that WindowProxy open should have [TreatNullAs=EmptyString] for compat with Blink and Firefox<27 (we have a bug report from regressing this).">25685</a></div>
+  <h3 id=the-window-object>7.2 The <code id=the-window-object:window><a href=#window>Window</a></code> object</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=10694" title="Specify window.console">10694</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25685" title="Seems that WindowProxy open should have [TreatNullAs=EmptyString] for compat with Blink and Firefox<27 (we have a bug report from regressing this).">25685</a></div>
 
   <pre class=idl>[PrimaryGlobal] 
 /*sealed*/ interface <dfn id=window>Window</dfn> : <a href=#eventtarget id=the-window-object:eventtarget>EventTarget</a> {
@@ -58957,7 +58958,7 @@
 
 
 
-  <h4 id=the-history-interface>7.5.2 The <code id=the-history-interface:history-3><a href=#history-3>History</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584" title=""fully exit fullscreen" is not invoked for normal navigation">26584</a></div>
+  <h4 id=the-history-interface>7.5.2 The <code id=the-history-interface:history-3><a href=#history-3>History</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584" title=""fully exit fullscreen" is not invoked for normal navigation">26584</a></div>
 
   <pre class=idl>interface <dfn id=history-3>History</dfn> {
   readonly attribute long <a href=#dom-history-length id=the-history-interface:dom-history-length>length</a>;
@@ -59135,7 +59136,7 @@
   and forward buttons, the user agent must <a href=#traverse-the-history-by-a-delta id=the-history-interface:traverse-the-history-by-a-delta-4>traverse the history by a delta</a> equivalent
   to the action specified by the user.</p>
 
-  <hr id=history-1><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>4+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.2-4.3+</span></span><span class=opera><span>Opera</span> <span>11.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=history">caniuse.com</a></div> 
+  <hr id=history-1><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc partial"><span><span>UC Browser for Android</span> (limited) </span><span>9.9+</span></span><span class="safari partial"><span><span>Safari</span> (limited) </span><span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span
  class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=history">caniuse.com</a></div> 
 
   <p>The <dfn id=dom-history-pushstate><code>pushState(<var>data</var>, <var>title</var>, <var>url</var>)</code></dfn> method adds a state object entry to
   the history.</p>
@@ -59322,7 +59323,7 @@
 
 
 
-  <h4 id=the-location-interface>7.5.3 The <code id=the-location-interface:location><a href=#location>Location</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18152" title="Setting location before the page is done loading shouldn't always be a replace load">18152</a></div>
+  <h4 id=the-location-interface>7.5.3 The <code id=the-location-interface:location><a href=#location>Location</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18152" title="Setting location before the page is done loading shouldn't always be a replace load">18152</a></div>
 
   <p>Each <code id=the-location-interface:document><a href=#document>Document</a></code> object in a <a href=#browsing-context id=the-location-interface:browsing-context>browsing context</a>'s session history is
   associated with a unique instance of a <code id=the-location-interface:location-2><a href=#location>Location</a></code> object.</p>
@@ -59479,7 +59480,7 @@
   properties of a <code id=security-location:location-2><a href=#location>Location</a></code> object are accessed when the <a href=#entry-settings-object id=security-location:entry-settings-object>entry settings
   object</a> specifies an <a href=#effective-script-origin id=security-location:effective-script-origin>effective script origin</a> that is not the <a href=#same-origin id=security-location:same-origin>same</a> as the <code id=security-location:location-3><a href=#location>Location</a></code> object's associated <code id=security-location:document><a href=#document>Document</a></code>'s
   <a href=#browsing-context id=security-location:browsing-context>browsing context</a>'s <a href=#active-document id=security-location:active-document>active document</a>'s <a href=#effective-script-origin id=security-location:effective-script-origin-2>effective script
-  origin</a>, with the following exceptions:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26745" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">26745</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20701" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">20701</a></div>
+  origin</a>, with the following exceptions:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26745" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">26745</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20701" title="Security: Redesign how cross-origin-visible objects work (Location, Window)">20701</a></div>
 
   <ul><li>The <code id=security-location:dom-url-href><a href=#dom-url-href>href</a></code> setter, if the <a href=#responsible-browsing-context id=security-location:responsible-browsing-context>responsible browsing
    context</a> specified by the <a href=#entry-settings-object id=security-location:entry-settings-object-2>entry settings object</a> is <a href=#familiar-with id=security-location:familiar-with>familiar with</a>
@@ -60093,7 +60094,7 @@
 
 
 
-  <h4 id=read-xml>7.6.3 <dfn>Page load processing model for XML files</dfn></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17976" title="xml-stylesheet with type=text/xsl needs to be handled explicitly">17976</a></div>
+  <h4 id=read-xml>7.6.3 <dfn>Page load processing model for XML files</dfn></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17976" title="xml-stylesheet with type=text/xsl needs to be handled explicitly">17976</a></div>
 
   <p>When faced with displaying an XML file inline, user agents must follow the requirements defined
   in the XML and Namespaces in XML recommendations, RFC 7303, DOM, and other relevant specifications
@@ -61606,7 +61607,7 @@
   </div>
 
 
-  <h4 id=downloading-or-updating-an-application-cache>7.7.4 Downloading or updating an application cache</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18279" title="Specification should be clearer about when the downloading of the application cache starts. "These events are delayed until after the load event has fired." is a bit misleading. The chrome developer team interprets it as: Start downloading all resources f">18279</a></div>
+  <h4 id=downloading-or-updating-an-application-cache>7.7.4 Downloading or updating an application cache</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18279" title="Specification should be clearer about when the downloading of the application cache starts. "These events are delayed until after the load event has fired." is a bit misleading. The chrome developer team interprets it as: Start downloading all resources f">18279</a></div>
 
   <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=#absolute-url id=downloading-or-updating-an-application-cache:absolute-url>absolute URL</a> purported to
@@ -62927,7 +62928,7 @@
   <p>When the user agent is required to <dfn id=report-the-error>report an error</dfn> for a
   particular <a href=#concept-script id=runtime-script-errors:concept-script>script</a> <var>script</var> with a particular
   position <var>line</var>:<var>col</var>, using a particular target <var>target</var>, it must run these steps, after which the error is either <dfn id=concept-error-handled><i>handled</i></dfn> or <dfn id=concept-error-nothandled><i>not
-  handled</i></dfn>:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26182" title="Add a console.* API that invokes the HTML "report the error" algorithm (which calls window.onerror)">26182</a></div>
+  handled</i></dfn>:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26182" title="Add a console.* API that invokes the HTML "report the error" algorithm (which calls window.onerror)">26182</a></div>
 
   <ol><li><p>If <var>target</var> is <a href=#in-error-reporting-mode id=runtime-script-errors:in-error-reporting-mode>in error reporting mode</a>, then abort these
    steps; the error is <i id=runtime-script-errors:concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i>.<li><p>Let <var>target</var> be <dfn id=in-error-reporting-mode>in error reporting mode</dfn>.<li><p>Let <var>message</var> be a user-agent-defined string describing the error in a
@@ -62980,7 +62981,7 @@
 
 
 
-  <h6 id=the-errorevent-interface>8.1.3.6.2 The <code id=the-errorevent-interface:errorevent><a href=#errorevent>ErrorEvent</a></code> interface</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25099" title="Should define default values for ErrorEventInit in the IDL, not in the prose">25099</a></div>
+  <h6 id=the-errorevent-interface>8.1.3.6.2 The <code id=the-errorevent-interface:errorevent><a href=#errorevent>ErrorEvent</a></code> interface</h6><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25099" title="Should define default values for ErrorEventInit in the IDL, not in the prose">25099</a></div>
 
   
 
@@ -63913,7 +63914,7 @@
   
 
 
-  <h3 id=atob>8.2 Base64 utility methods</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>
 <a href="http://caniuse.com/#feat=atob-btoa">caniuse.com</a></div>
+  <h3 id=atob>8.2 Base64 utility methods</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><sp
 an>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=atob-btoa">caniuse.com</a></div>
 
   <p>The <code id=atob:dom-windowbase64-atob><a href=#dom-windowbase64-atob>atob()</a></code> and <code id=atob:dom-windowbase64-btoa><a href=#dom-windowbase64-btoa>btoa()</a></code> methods allow authors to transform content to and from
   the base64 encoding.</p>
@@ -64398,7 +64399,7 @@
 
 
 
-  <h3 id=timers>8.4 Timers</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23744" title="Use the WebIDL callback logic in the setTimeout prose">23744</a></div>
+  <h3 id=timers>8.4 Timers</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23744" title="Use the WebIDL callback logic in the setTimeout prose">23744</a></div>
 
   <p>The <code id=timers:dom-windowtimers-settimeout><a href=#dom-windowtimers-settimeout>setTimeout()</a></code>
   and <code id=timers:dom-windowtimers-setinterval><a href=#dom-windowtimers-setinterval>setInterval()</a></code>
@@ -64761,7 +64762,7 @@
 
 
 
-  <h4 id=dialogs-implemented-using-separate-documents>8.5.3 Dialogs implemented using separate documents with <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog><a href=#dom-showmodaldialog>showModalDialog()</a></code></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18154" title="Add 3rd parameter (options) to control the window position and size. (See https://developer.mozilla.org/en/DOM/window.showModalDialog)">18154</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26843" title="Bug filer's alert should style links with underlines">26843</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26858" title="It seems like WebKit and Blink are different enough now to have separate icons in the implementation status (and commit msg?)">26858</a></div>
+  <h4 id=dialogs-implemented-using-separate-documents>8.5.3 Dialogs implemented using separate documents with <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog><a href=#dom-showmodaldialog>showModalDialog()</a></code></h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18154" title="Add 3rd parameter (options) to control the window position and size. (See https://developer.mozilla.org/en/DOM/window.showModalDialog)">18154</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26843" title="Bug filer's alert should style links with underlines">26843</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26858" title="It seems like WebKit and Blink are different enough now to have separate icons in the implementation status (and commit msg?)">26858</a></div>
 
   <p class=critical>This feature is in the process of being removed from the Web platform. (This
   is a long process that takes many years.) Using the <code id=dialogs-implemented-using-separate-documents:dom-showmodaldialog-2><a href=#dom-showmodaldialog>showModalDialog()</a></code> API at this time is highly discouraged.</p>
@@ -65109,7 +65110,7 @@
 
 
 
-  <h5 id=custom-handlers>8.6.1.3 Custom scheme and content handlers: the <code id=custom-handlers:dom-navigator-registerprotocolhandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> and <code id=custom-handlers:dom-navigator-registercontenthandler><a href=#dom-navigator-registercontenthandler>registerContentHandler()</a></code> methods</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13883" title="Index of methods and IDL attributes">13883</a></div>
+  <h5 id=custom-handlers>8.6.1.3 Custom scheme and content handlers: the <code id=custom-handlers:dom-navigator-registerprotocolhandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> and <code id=custom-handlers:dom-navigator-registercontenthandler><a href=#dom-navigator-registercontenthandler>registerContentHandler()</a></code> methods</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13883" title="Index of methods and IDL attributes">13883</a></div>
 
   <pre class=idl>[NoInterfaceObject]
 interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
@@ -65130,7 +65131,7 @@
   type</a>. For example, the same online telephone messaging service could register itself as a
   handler for <code id=custom-handlers:text/vcard><a href=#text/vcard>text/vcard</a></code> files, so that if the user has no native application capable
   of handling vCards, his Web browser can instead suggest he use that site to view contact
-  information stored on vCards that he opens. <a href=#refsSMS>[SMS]</a> <a href=#refsRFC6350>[RFC6350]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26876" title="Title argument for both registerProtoclHandler() and registerContentHandler() should be removed as i [...]">26876</a></div>
+  information stored on vCards that he opens. <a href=#refsSMS>[SMS]</a> <a href=#refsRFC6350>[RFC6350]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26876" title="Title argument for both registerProtoclHandler() and registerContentHandler() should be removed as i [...]">26876</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=custom-handlers:dom-navigator><a href=#dom-navigator>navigator</a></code> . <code id=custom-handlers:dom-navigator-registerprotocolhandler-3><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler</a></code>(<var>scheme</var>, <var>url</var>, <var>title</var>)<dt><var>window</var> . <code id=custom-handlers:dom-navigator-2><a href=#dom-navigator>navigator</a></code> . <code id=custom-handlers:dom-navigator-registercontenthandler-3><a href=#dom-navigator-registercontenthandler>registerContentHandler</a></code>(<var>mimeType</var>, <var>url</var>, <var>title</var>)<dd>
 
@@ -66054,7 +66055,7 @@
 
 
 
-  <h3 id=images>8.7 Images</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22705" title="createImageBitmap in WorkerGlobalScope can only take a subset ImageBitmapSource types">22705</a></div>
+  <h3 id=images>8.7 Images</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22705" title="createImageBitmap in WorkerGlobalScope can only take a subset ImageBitmapSource types">22705</a></div>
 
   <pre class=idl>[Exposed=(Window,Worker)]
 interface <dfn id=imagebitmap>ImageBitmap</dfn> {
@@ -66395,7 +66396,7 @@
   
 
 
-  <h3 id=server-sent-events>9.2 <dfn>Server-sent events</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16070" title="uses MessageEvent but doesn't define or reference external definition">16070</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>6+</span></span><span class=firefox><span>Firefox</span> <span>6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>11+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span>
 <p class=caniuse><a href="http://caniuse.com/#feat=eventsource">caniuse.com</a></div>
+  <h3 id=server-sent-events>9.2 <dfn>Server-sent events</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16070" title="uses MessageEvent but doesn't define or reference external definition">16070</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"
 ><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=eventsource">caniuse.com</a></div>
 
   <h4 id=server-sent-events-intro>9.2.1 Introduction</h4>
 
@@ -66462,7 +66463,7 @@
   push</a>.</p>
 
 
-  <h4 id=the-eventsource-interface>9.2.2 The <code id=the-eventsource-interface:eventsource><a href=#eventsource>EventSource</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23822" title="Should the EventSource, Worker, and SharedWorker constructors resolve the URL using utf-8?">23822</a></div>
+  <h4 id=the-eventsource-interface>9.2.2 The <code id=the-eventsource-interface:eventsource><a href=#eventsource>EventSource</a></code> interface</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23822" title="Should the EventSource, Worker, and SharedWorker constructors resolve the URL using utf-8?">23822</a></div>
 
   <pre class=idl>[<a href=#dom-eventsource id=the-eventsource-interface:dom-eventsource>Constructor</a>(DOMString url, optional <a href=#eventsourceinit id=the-eventsource-interface:eventsourceinit>EventSourceInit</a> eventSourceInitDict), Exposed=(Window,Worker)]
 interface <dfn id=eventsource>EventSource</dfn> : <a href=#eventtarget id=the-eventsource-interface:eventtarget>EventTarget</a> {
@@ -67043,7 +67044,7 @@
    <dt>Related information:<dd>None.</dl>
 
 
-  <h3 id=network>9.3 <dfn>Web sockets</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12212" title="Wrong spam filter">12212</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>14+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>11+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>6.0-6.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>6+</span></span><span class=opera><span>Opera</span> <span>12.1+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><sp
 an>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=websockets">caniuse.com</a></div>
+  <h3 id=network>9.3 <dfn>Web sockets</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12212" title="Wrong spam filter">12212</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><sp
 an>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=websockets">caniuse.com</a></div>
 
   <h4 id=network-intro>9.3.1 Introduction</h4>
 
@@ -67098,7 +67099,7 @@
   established if the server reports that it has selected one of these subprotocols. The subprotocol
   names must all be strings that match the requirements for elements that comprise the value of
   <code id=the-websocket-interface:http-sec-websocket-protocol><a href=#http-sec-websocket-protocol>Sec-WebSocket-Protocol</a></code> fields as defined by the
-  WebSocket protocol specification. <a href=#refsWSP>[WSP]</a></p>
+  WebSocket protocol specification. <a href=#refsWSP>[WSP]</a><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26967" title="Use USVString instead of DOMString for url argument and send() method (removes lone surrogates)">26967</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26968" title="Use BufferSource and "get a copy of the bytes held by the buffer source" instead of ArrayBuffer/ArrayBufferView in send() argument">26968</a></div>
 
   <p>When the <code id=the-websocket-interface:dom-websocket-2><a href=#dom-websocket>WebSocket()</a></code> constructor is invoked, the UA must
   run these steps:</p>
@@ -67657,7 +67658,7 @@
    </dl>
 
 
-  <h3 id=web-messaging>9.4 <dfn id=crossDocumentMessages>Cross-document messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>3+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=x-doc-messaging">caniuse.com</a></div
 >
+  <h3 id=web-messaging>9.4 <dfn id=crossDocumentMessages>Cross-document messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie partial"><span><span>IE</span> (limited) </span><span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob parti
 al"><span><span>IE Mobile</span> (limited) </span><span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=x-doc-messaging">caniuse.com</a></div>
 
   <p>Web browsers, for security and privacy reasons, prevent documents in different domains from
   affecting each other; that is, cross-site scripting is disallowed.</p>
@@ -67774,7 +67775,7 @@
 
 
 
-  <h4 id=posting-messages>9.4.3 Posting messages</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242" title="Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c">18242</a></div>
+  <h4 id=posting-messages>9.4.3 Posting messages</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242" title="Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c">18242</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=posting-messages:dom-window-postmessage><a href=#dom-window-postmessage>postMessage</a></code>(<var>message</var>, <var>targetOrigin</var> [, <var>transfer</var> ] )<dd>
 
@@ -67875,7 +67876,7 @@
 
 
 
-  <h3 id=channel-messaging>9.5 <dfn>Channel messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=channel-messaging">caniuse.com</a></div>
+  <h3 id=channel-messaging>9.5 <dfn>Channel messaging</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox no"><span>Firefox</span> <span>None</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="a
 nd_ff no"><span>Firefox for Android</span> <span>None</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=channel-messaging">caniuse.com</a></div>
 
   <h4 id=introduction-14>9.5.1 Introduction</h4>
 
@@ -68655,7 +68656,7 @@
 
 
 
-  <h2 id=workers>10 Web workers</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>10+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>5.0-5.1+</span></span><span class=android><span>Android Browser</span> <span>4.4+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=webworkers">caniuse.com</a></div>
+  <h2 id=workers>10 Web workers</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for
  Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=webworkers">caniuse.com</a></div>
 
   <h3 id=introduction-15>10.1 Introduction</h3>
 
@@ -68847,7 +68848,7 @@
   <p><a href=https://whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
 
 
-  <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=firefox><span>Firefox</span> <span>29+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=sharedworkers">caniuse.com</a></div>
+  <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie no"><span>IE</span> <span>None</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr no"><span>Chrome for Android</span> <span>None</span></span><span class="ios_saf no"><span>iOS Safari</span> <span>None</span></span><span class="android no"><span>Android Browser</span> <span>None</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari no"><span>Safari</span> <span>None</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob no"><span>IE Mobile</span> <span>None</span></span><
 span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=sharedworkers">caniuse.com</a></div>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -69456,7 +69457,7 @@
 
   <p>The global scope is the "inside" of a worker.</p>
 
-  <h5 id=the-workerglobalscope-common-interface>10.2.1.1 The <code id=the-workerglobalscope-common-interface:workerglobalscope><a href=#workerglobalscope>WorkerGlobalScope</a></code> common interface</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26319" title="Move IDL backlink generator to new pipeline">26319</a></div>
+  <h5 id=the-workerglobalscope-common-interface>10.2.1.1 The <code id=the-workerglobalscope-common-interface:workerglobalscope><a href=#workerglobalscope>WorkerGlobalScope</a></code> common interface</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26319" title="Move IDL backlink generator to new pipeline">26319</a></div>
 
   <pre class=idl>[Exposed=Worker] 
 interface <dfn id=workerglobalscope>WorkerGlobalScope</dfn> : <a href=#eventtarget id=the-workerglobalscope-common-interface:eventtarget>EventTarget</a> {
@@ -69662,7 +69663,7 @@
   <var>url</var> and a <a href=#script-settings-object id=processing-model-11:script-settings-object>script settings object</a> <var>settings object</var>, it must run
   the following steps:</p>
 
-  <ol><li id=worker-processing-model-top><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24519" title="Why do workers use document as their referrer source when they do not seem to need document for anything else? Seems more logical if the worker's location was used as the referrer.">24519</a></div>
+  <ol><li id=worker-processing-model-top><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24519" title="Why do workers use document as their referrer source when they do not seem to need document for anything else? Seems more logical if the worker's location was used as the referrer.">24519</a></div>
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps in that context.</p>
@@ -70327,7 +70328,7 @@
 
 
 
-  <h3 id=storage>11.2 The API</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>3.5+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>4+</span></span><span class=opera><span>Opera</span> <span>10.5+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=namevalue-storage">caniuse.com</a></div>
+  <h3 id=storage>11.2 The API</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for A
 ndroid</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=namevalue-storage">caniuse.com</a></div>
 
   <h4 id=the-storage-interface>11.2.1 The <code id=the-storage-interface:storage-2><a href=#storage-2>Storage</a></code> interface</h4>
 
@@ -70813,7 +70814,7 @@
   "case-insensitive".</p>
 
 
-  <h4 id=the-doctype>12.1.1 The DOCTYPE</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25232" title="De-emphasis DOCTYPE: shift focus from ”required preamble” to ”required rendering mode”">25232</a></div>
+  <h4 id=the-doctype>12.1.1 The DOCTYPE</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25232" title="De-emphasis DOCTYPE: shift focus from ”required preamble” to ”required rendering mode”">25232</a></div>
 
   <p>A <dfn id=syntax-doctype>DOCTYPE</dfn> is a 
   required preamble.</p>
@@ -70850,7 +70851,7 @@
 
   <p>To help authors transition from HTML4 and XHTML1, an <dfn id=obsolete-permitted-doctype-string>obsolete permitted DOCTYPE
   string</dfn> can be inserted into the DOCTYPE (in the position defined above). This string must
-  consist of:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23753" title="A more informative message for “obsolete permitted DOCTYPE”">23753</a></div>
+  consist of:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23753" title="A more informative message for “obsolete permitted DOCTYPE”">23753</a></div>
 
   <ol class=brief><li>One or more <a href=#space-character id=the-doctype:space-character-5>space characters</a>.<li>A string that is an <a href=#ascii-case-insensitive id=the-doctype:ascii-case-insensitive-4>ASCII case-insensitive</a> match for the string "<code>PUBLIC</code>".<li>One or more <a href=#space-character id=the-doctype:space-character-6>space characters</a>.<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>first quote mark</i>).<li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.<li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>first quote mark</i>).<li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a href=#space-character id=the-doctype:space-character-7>space characters</a>.<li>If the cell in the second column of the <i>selected row</i> is no
 t blank, a U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>third quote mark</i>).<li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.<li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</ol>
 
@@ -71118,7 +71119,7 @@
   syntax rules if the attributes are serialised using the HTML syntax.</p>
 
 
-  <h5 id=optional-tags>12.1.2.4 Optional tags</h5>
+  <h5 id=optional-tags>12.1.2.4 Optional tags</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26981" title="Missing </p> omission cases">26981</a></div>
 
   <p>Certain tags can be <dfn id=syntax-tag-omission>omitted</dfn>.</p>
 
@@ -71626,7 +71627,7 @@
 
   
 
-  <h3 id=parsing>12.2 Parsing HTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24892" title="Specify speculative parsing and that it fetches bogus scripts. See https://code.google.com/p/chromium/issues/detail?id=329531">24892</a></div>
+  <h3 id=parsing>12.2 Parsing HTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24892" title="Specify speculative parsing and that it fetches bogus scripts. See https://code.google.com/p/chromium/issues/detail?id=329531">24892</a></div>
 
   <p><i>This section only applies to user agents, data mining tools, and conformance
   checkers.</i></p>
@@ -71795,7 +71796,7 @@
   the first pass. This algorithm takes as input any out-of-band metadata available to the user agent
   (e.g. the <a href=#content-type id=determining-the-character-encoding:content-type>Content-Type metadata</a> of the document) and all the
   bytes available so far, and returns a character encoding and a <a href=#concept-encoding-confidence id=determining-the-character-encoding:concept-encoding-confidence>confidence</a> that is either <i>tentative</i> or
-  <i>certain</i>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18396" title="Encoding Sniffing Algorithm: Add an XML check as a step zero">18396</a></div>
+  <i>certain</i>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18396" title="Encoding Sniffing Algorithm: Add an XML check as a step zero">18396</a></div>
 
   <ol><li>
 
@@ -77443,7 +77444,7 @@
 
   
 
-  <h3 id=writing-xhtml-documents>13.1 Writing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20993" title="To facilitate migration, <!DOCTYPE html> should be recommended for the XHTML5 syntax.">20993</a></div>
+  <h3 id=writing-xhtml-documents>13.1 Writing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=20993" title="To facilitate migration, <!DOCTYPE html> should be recommended for the XHTML5 syntax.">20993</a></div>
 
   
 
@@ -77466,7 +77467,7 @@
 
   
 
-  <h3 id=parsing-xhtml-documents>13.2 Parsing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23739" title="XHTML5: Consider adding ”-//W3C//ENTITIES HTML MathML Set//EN//XML” to list of supported public identifiers">23739</a><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>4+</span></span><span class=ie><span>IE</span> <span>9+</span></span><span class=firefox><span>Firefox</span> <span>2+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>3.2+</span></span><span class=android><span>Android Browser</span> <span>2.1+</span></span><span class=op_mini><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</
 span> <span>3.1+</span></span><span class=opera><span>Opera</span> <span>9.5-9.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=xhtml">caniuse.com</a></div>
+  <h3 id=parsing-xhtml-documents>13.2 Parsing XHTML documents</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23739" title="XHTML5: Consider adding ”-//W3C//ENTITIES HTML MathML Set//EN//XML” to list of supported public identifiers">23739</a><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini yes"><span>Opera Mini</span> <span>5.0-7.0+</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <
 span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=xhtml">caniuse.com</a></div>
 
   <p>This section describes the relationship between XML and the DOM, with a particular emphasis on
   how this interacts with HTML.</p>
@@ -77734,7 +77735,7 @@
 
 
 
-  <h3 id=the-css-user-agent-style-sheet-and-presentational-hints>14.2 The CSS user agent style sheet and presentational hints</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22124" title="The concept of  “presentational hints” is an unnecessary complication. The theoretical difference that it makes is that a user style sheet does not override such a hint unless it uses !important,  [...]">22124</a></div>
+  <h3 id=the-css-user-agent-style-sheet-and-presentational-hints>14.2 The CSS user agent style sheet and presentational hints</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22124" title="The concept of  “presentational hints” is an unnecessary complication. The theoretical difference that it makes is that a user style sheet does not override such a hint unless it uses !important,  [...]">22124</a></div>
 
   <p>The CSS rules given in these subsections are, except where otherwise specified, expected to be
   used as part of the user-agent level style sheet defaults for all documents that contain
@@ -78025,7 +78026,7 @@
 <span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr { white-space: nowrap; }
 wbr { display-outside: break-opportunity; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
-nobr wbr { white-space: normal; }</span></pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26264" title="The <wbr> style should be along the lines of wbr::after { content: '\200B'; white-space: normal; }.">26264</a></div>
+nobr wbr { white-space: normal; }</span></pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26264" title="The <wbr> style should be along the lines of wbr::after { content: '\200B'; white-space: normal; }.">26264</a></div>
 
   <p>The following rules are also expected to apply, as
   <a href=#presentational-hints id=phrasing-content-3:presentational-hints>presentational hints</a>:</p>
@@ -78408,7 +78409,7 @@
 
 
 
-  <h4 id=lists>14.3.8 Lists</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17770" title="i18n comment 20 : list item marker display and position">17770</a></div>
+  <h4 id=lists>14.3.8 Lists</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17770" title="i18n comment 20 : list item marker display and position">17770</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -78479,7 +78480,7 @@
 
   <p id=css-list-rendering class=critical>This specification does not yet define the
   CSS-specific rules for rendering <code id=lists:the-li-element-3><a href=#the-li-element>li</a></code> elements, because CSS doesn't yet provide
-  sufficient hooks for this purpose.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17632" title="Define rendering of <li> elements in terms of CSS (handling start="", reverse="", value="", and <li> elements that aren't children of <ol> elements)">17632</a></div>
+  sufficient hooks for this purpose.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17632" title="Define rendering of <li> elements in terms of CSS (handling start="", reverse="", value="", and <li> elements that aren't children of <ol> elements)">17632</a></div>
 
 
   <h4 id=tables-2>14.3.9 Tables</h4>
@@ -79275,7 +79276,7 @@
 
   
 
-  <h4 id=the-input-element-as-a-text-entry-widget>14.5.4 The <code id=the-input-element-as-a-text-entry-widget:the-input-element><a href=#the-input-element>input</a></code> element as a text entry widget</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24296" title="Treating text inputs as just an inline-block doesn't handle overflow correctly">24296</a></div>
+  <h4 id=the-input-element-as-a-text-entry-widget>14.5.4 The <code id=the-input-element-as-a-text-entry-widget:the-input-element><a href=#the-input-element>input</a></code> element as a text entry widget</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24296" title="Treating text inputs as just an inline-block doesn't handle overflow correctly">24296</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -80328,7 +80329,7 @@
   
 
 
-  <h3 id=non-conforming-features>15.2 Non-conforming features</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26189" title="<rb> and <rtc>">26189</a></div>
+  <h3 id=non-conforming-features>15.2 Non-conforming features</h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26189" title="<rb> and <rtc>">26189</a></div>
 
   <p>Elements in the following list are entirely obsolete, and must not be used by authors:</p>
 
@@ -80377,7 +80378,7 @@
 
    <dt><dfn id=attr-td-scope><code>scope</code></dfn> on <code id=non-conforming-features:the-td-element-3><a href=#the-td-element>td</a></code> elements<dd><p>Use <code id=non-conforming-features:the-th-element-4><a href=#the-th-element>th</a></code> elements for heading cells.</p>
 
-   <dt><dfn id=attr-datasrc><code>datasrc</code></dfn> on <code id=non-conforming-features:the-a-element-10><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-2><a href=#the-applet-element>applet</a></code>, <code id=non-conforming-features:the-button-element><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:frame-2><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-3><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-5><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-6><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element><a href=#the-legend-element>legend</a></c
 ode>, <code id=non-conforming-features:the-marquee-element-2-2><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-11><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-2><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element><a href=#the-span-element>span</a></code>, <code id=non-conforming-features:the-table-element-4><a href=#the-table-element>table</a></code>, and <code id=non-conforming-features:the-textarea-element><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-datafld><code>datafld</code></dfn> on <code id=non-conforming-features:the-a-element-11><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-3><a href=#the-applet-element>applet</a></code>, <code id=non-conforming
 -features:the-button-element-2><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-2><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code>, <code id=non-conforming-features:frame-3><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-4><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-6><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-7><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-2><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-2><a href=#the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-3><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-objec
 t-element-12><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-param-element-4><a href=#the-param-element>param</a></code>, <code id=non-conforming-features:the-select-element-2><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-2><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-textarea-element-2><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-dataformatas><code>dataformatas</code></dfn> on <code id=non-conforming-features:the-button-element-3><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-3><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-input-element-8><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-3><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-3><a href=#
 the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-4><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-13><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-3><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element-3><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-3><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-table-element-5><a href=#the-table-element>table</a></code> elements<dd><p>Use script and a mechanism such as <code id=non-conforming-features:xmlhttprequest><a href=#xmlhttprequest>XMLHttpRequest</a></code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a><dt><dfn id=attr-body-alink><code>alink</code></dfn> on <code id=non-conforming-features:the-body-element><a href=#the-body-element>bod
 y</a></code> elements<dt><dfn id=attr-body-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-body-element-2><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-bottommargin><code>bottommargin</code></dfn> on <code id=non-conforming-features:the-body-element-3><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-leftmargin><code>leftmargin</code></dfn> on <code id=non-conforming-features:the-body-element-4><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-link><code>link</code></dfn> on <code id=non-conforming-features:the-body-element-5><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-body-element-6><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-body-element-7><a href=#the-body-
 element>body</a></code> elements<dt><dfn id=attr-body-rightmargin><code>rightmargin</code></dfn> on <code id=non-conforming-features:the-body-element-8><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-text><code>text</code></dfn> on <code id=non-conforming-features:the-body-element-9><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-topmargin><code>margintop</code></dfn> on <code id=non-conforming-features:the-body-element-10><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-vlink><code>vlink</code></dfn> on <code id=non-conforming-features:the-body-element-11><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-br-clear><code>clear</code></dfn> on <code id=non-conforming-features:the-br-element><a href=#the-br-element>br</a></code> elements<dt><dfn id=attr-caption-align><code>align</code></dfn> on <code id=non-conforming-features:the-caption-element><a href=#the-caption-element>caption</a></cod
 e> elements<dt><dfn id=attr-col-align><code>align</code></dfn> on <code id=non-conforming-features:the-col-element><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-char><code>char</code></dfn> on <code id=non-conforming-features:the-col-element-2><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-col-element-3><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-col-element-4><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-width><code>width</code></dfn> on <code id=non-conforming-features:the-col-element-5><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-div-align><code>align</code></dfn> on <code id=non-conforming-features:the-div-element-4><a href=#the-div-element>div</a></code> elements<dt><dfn id=attr-dl-compact><code>compact</code></df
 n> on <code id=non-conforming-features:the-dl-element><a href=#the-dl-element>dl</a></code> elements<dt><dfn id=attr-embed-align><code>align</code></dfn> on <code id=non-conforming-features:the-embed-element-4><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-embed-element-5><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-embed-element-6><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-hr-align><code>align</code></dfn> on <code id=non-conforming-features:the-hr-element><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-color><code>color</code></dfn> on <code id=non-conforming-features:the-hr-element-2><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-noshade><code>noshade</code></dfn> on <code id=non-conforming-features:the-hr-ele
 ment-3><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-size><code>size</code></dfn> on <code id=non-conforming-features:the-hr-element-4><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-width><code>width</code></dfn> on <code id=non-conforming-features:the-hr-element-5><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hx-align><code>align</code></dfn> on <code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>—<code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements<dt><dfn id=attr-iframe-align><code>align</code></dfn> on <code id=non-conforming-features:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-allowtransparency><code>allowtransparency</code></dfn> on <code id=non-conforming-features:the-iframe-elemen
 t-6><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-frameborder><code>frameborder</code></dfn> on <code id=non-conforming-features:the-iframe-element-7><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-iframe-element-8><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-iframe-element-9><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-iframe-element-10><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-scrolling><code>scrolling</code></dfn> on <code id=non-conforming-features:the-iframe-element-11><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-vspace><code>vspace</code><
 /dfn> on <code id=non-conforming-features:the-iframe-element-12><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-input-align><code>align</code></dfn> on <code id=non-conforming-features:the-input-element-9><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-border><code>border</code></dfn> on <code id=non-conforming-features:the-input-element-10><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-input-element-11><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-input-element-12><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-img-align><code>align</code></dfn> on <code id=non-conforming-features:the-img-element-7><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-border><code>border</code></dfn> on <co
 de id=non-conforming-features:the-img-element-8><a href=#the-img-element>img</a></code> elements (except as noted in the previous section)<dt><dfn id=attr-img-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-img-element-9><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-img-element-10><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-legend-align><code>align</code></dfn> on <code id=non-conforming-features:the-legend-element-4><a href=#the-legend-element>legend</a></code> elements<dt><dfn id=attr-li-type><code>type</code></dfn> on <code id=non-conforming-features:the-li-element><a href=#the-li-element>li</a></code> elements<dt><dfn id=attr-menu-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-menu-element><a href=#the-menu-element>menu</a></code> elements<dt><dfn id=attr-object-align><code>align</code></dfn> on <code id
 =non-conforming-features:the-object-element-14><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-border><code>border</code></dfn> on <code id=non-conforming-features:the-object-element-15><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-object-element-16><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-object-element-17><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-ol-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ol-element><a href=#the-ol-element>ol</a></code> elements<dt><dfn id=attr-p-align><code>align</code></dfn> on <code id=non-conforming-features:the-p-element><a href=#the-p-element>p</a></code> elements<dt><dfn id=attr-pre-width><code>width</code></dfn> on <code id=non-conforming-featur
 es:the-pre-element-3><a href=#the-pre-element>pre</a></code> elements<dt><dfn id=attr-table-align><code>align</code></dfn> on <code id=non-conforming-features:the-table-element-6><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-table-element-7><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-border><code>border</code></dfn> on <code id=non-conforming-features:the-table-element-8><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bordercolor><code>bordercolor</code></dfn> on <code id=non-conforming-features:the-table-element-9><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellpadding><code>cellpadding</code></dfn> on <code id=non-conforming-features:the-table-element-10><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellspacing><code>cellspacing</code></dfn> on <code id=n
 on-conforming-features:the-table-element-11><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-frame><code>frame</code></dfn> on <code id=non-conforming-features:the-table-element-12><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-height><code>height</code></dfn> on <code id=non-conforming-features:the-table-element-13><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-table-element-14><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-rules><code>rules</code></dfn> on <code id=non-conforming-features:the-table-element-15><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-table-element-16><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-width><code>width</code></dfn> on <code id=non-co
 nforming-features:the-table-element-17><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-tbody-align><code>align</code></dfn> on <code id=non-conforming-features:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-char><code>char</code></dfn> on <code id=non-conforming-features:the-tbody-element-2><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-2><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-2><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tbody-element-3><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming
 -features:the-thead-element-3><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-3><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tbody-element-4><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-4><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-4><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tdth-align><code>align</code></dfn> on <code id=non-conforming-features:the-td-element-4><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-5><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-td-element-5><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-eleme
 nt-6><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-char><code>char</code></dfn> on <code id=non-conforming-features:the-td-element-6><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-7><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-td-element-7><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-8><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-height><code>height</code></dfn> on <code id=non-conforming-features:the-td-element-8><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-9><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-nowrap><code>nowrap</code></dfn> on <code id=non-conforming-features:the-td-element-9><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-10><
 a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-td-element-10><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-11><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-width><code>width</code></dfn> on <code id=non-conforming-features:the-td-element-11><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-12><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tr-align><code>align</code></dfn> on <code id=non-conforming-features:the-tr-element><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-tr-element-2><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-char><code>char</code></dfn> on <code id=non-conforming-features:the-tr-element-3><a href=#the-tr-element>tr</a></code> elements
 <dt><dfn id=attr-tr-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tr-element-4><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-height><code>height</code></dfn> on <code id=non-conforming-features:the-tr-element-5><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tr-element-6><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-ul-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ul-element-2><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-ul-type><code>type</code></dfn> on <code id=non-conforming-features:the-ul-element-3><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-background><code>background</code></dfn> on <code id=non-conforming-features:the-body-element-12><a href=#the-body-element>body</a></code>, <code id=non-conforming-features:the-table-element-18><a href=#the-table
 -element>table</a></code>, <code id=non-conforming-features:the-thead-element-5><a href=#the-thead-element>thead</a></code>, <code id=non-conforming-features:the-tbody-element-5><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-tfoot-element-5><a href=#the-tfoot-element>tfoot</a></code>, <code id=non-conforming-features:the-tr-element-7><a href=#the-tr-element>tr</a></code>, <code id=non-conforming-features:the-td-element-12><a href=#the-td-element>td</a></code>, and <code id=non-conforming-features:the-th-element-13><a href=#the-th-element>th</a></code> elements<dd><p>Use CSS instead.</dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24654" title="Add definition of ”layout table”  and make it equal to tables or role=presentation">24654</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24679" title="Addition a
 nd improvements to the table over (non-)layout table heuristics">24679</a></div>
+   <dt><dfn id=attr-datasrc><code>datasrc</code></dfn> on <code id=non-conforming-features:the-a-element-10><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-2><a href=#the-applet-element>applet</a></code>, <code id=non-conforming-features:the-button-element><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:frame-2><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-3><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-5><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-6><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element><a href=#the-legend-element>legend</a></c
 ode>, <code id=non-conforming-features:the-marquee-element-2-2><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-11><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-2><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element><a href=#the-span-element>span</a></code>, <code id=non-conforming-features:the-table-element-4><a href=#the-table-element>table</a></code>, and <code id=non-conforming-features:the-textarea-element><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-datafld><code>datafld</code></dfn> on <code id=non-conforming-features:the-a-element-11><a href=#the-a-element>a</a></code>, <code id=non-conforming-features:the-applet-element-3><a href=#the-applet-element>applet</a></code>, <code id=non-conforming
 -features:the-button-element-2><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-2><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-fieldset-element><a href=#the-fieldset-element>fieldset</a></code>, <code id=non-conforming-features:frame-3><a href=#frame>frame</a></code>, <code id=non-conforming-features:the-iframe-element-4><a href=#the-iframe-element>iframe</a></code>, <code id=non-conforming-features:the-img-element-6><a href=#the-img-element>img</a></code>, <code id=non-conforming-features:the-input-element-7><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-2><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-2><a href=#the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-3><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-objec
 t-element-12><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-param-element-4><a href=#the-param-element>param</a></code>, <code id=non-conforming-features:the-select-element-2><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-2><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-textarea-element-2><a href=#the-textarea-element>textarea</a></code> elements<dt><dfn id=attr-dataformatas><code>dataformatas</code></dfn> on <code id=non-conforming-features:the-button-element-3><a href=#the-button-element>button</a></code>, <code id=non-conforming-features:the-div-element-3><a href=#the-div-element>div</a></code>, <code id=non-conforming-features:the-input-element-8><a href=#the-input-element>input</a></code>, <code id=non-conforming-features:the-label-element-3><a href=#the-label-element>label</a></code>, <code id=non-conforming-features:the-legend-element-3><a href=#
 the-legend-element>legend</a></code>, <code id=non-conforming-features:the-marquee-element-2-4><a href=#the-marquee-element-2>marquee</a></code>, <code id=non-conforming-features:the-object-element-13><a href=#the-object-element>object</a></code>, <code id=non-conforming-features:the-option-element-3><a href=#the-option-element>option</a></code>, <code id=non-conforming-features:the-select-element-3><a href=#the-select-element>select</a></code>, <code id=non-conforming-features:the-span-element-3><a href=#the-span-element>span</a></code>, and <code id=non-conforming-features:the-table-element-5><a href=#the-table-element>table</a></code> elements<dd><p>Use script and a mechanism such as <code id=non-conforming-features:xmlhttprequest><a href=#xmlhttprequest>XMLHttpRequest</a></code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a><dt><dfn id=attr-body-alink><code>alink</code></dfn> on <code id=non-conforming-features:the-body-element><a href=#the-body-element>bod
 y</a></code> elements<dt><dfn id=attr-body-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-body-element-2><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-bottommargin><code>bottommargin</code></dfn> on <code id=non-conforming-features:the-body-element-3><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-leftmargin><code>leftmargin</code></dfn> on <code id=non-conforming-features:the-body-element-4><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-link><code>link</code></dfn> on <code id=non-conforming-features:the-body-element-5><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-body-element-6><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-body-element-7><a href=#the-body-
 element>body</a></code> elements<dt><dfn id=attr-body-rightmargin><code>rightmargin</code></dfn> on <code id=non-conforming-features:the-body-element-8><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-text><code>text</code></dfn> on <code id=non-conforming-features:the-body-element-9><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-topmargin><code>margintop</code></dfn> on <code id=non-conforming-features:the-body-element-10><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-body-vlink><code>vlink</code></dfn> on <code id=non-conforming-features:the-body-element-11><a href=#the-body-element>body</a></code> elements<dt><dfn id=attr-br-clear><code>clear</code></dfn> on <code id=non-conforming-features:the-br-element><a href=#the-br-element>br</a></code> elements<dt><dfn id=attr-caption-align><code>align</code></dfn> on <code id=non-conforming-features:the-caption-element><a href=#the-caption-element>caption</a></cod
 e> elements<dt><dfn id=attr-col-align><code>align</code></dfn> on <code id=non-conforming-features:the-col-element><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-char><code>char</code></dfn> on <code id=non-conforming-features:the-col-element-2><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-col-element-3><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-col-element-4><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-col-width><code>width</code></dfn> on <code id=non-conforming-features:the-col-element-5><a href=#the-col-element>col</a></code> elements<dt><dfn id=attr-div-align><code>align</code></dfn> on <code id=non-conforming-features:the-div-element-4><a href=#the-div-element>div</a></code> elements<dt><dfn id=attr-dl-compact><code>compact</code></df
 n> on <code id=non-conforming-features:the-dl-element><a href=#the-dl-element>dl</a></code> elements<dt><dfn id=attr-embed-align><code>align</code></dfn> on <code id=non-conforming-features:the-embed-element-4><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-embed-element-5><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-embed-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-embed-element-6><a href=#the-embed-element>embed</a></code> elements<dt><dfn id=attr-hr-align><code>align</code></dfn> on <code id=non-conforming-features:the-hr-element><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-color><code>color</code></dfn> on <code id=non-conforming-features:the-hr-element-2><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-noshade><code>noshade</code></dfn> on <code id=non-conforming-features:the-hr-ele
 ment-3><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-size><code>size</code></dfn> on <code id=non-conforming-features:the-hr-element-4><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hr-width><code>width</code></dfn> on <code id=non-conforming-features:the-hr-element-5><a href=#the-hr-element>hr</a></code> elements<dt><dfn id=attr-hx-align><code>align</code></dfn> on <code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-2><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>—<code id=non-conforming-features:the-h1,-h2,-h3,-h4,-h5,-and-h6-elements-3><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements<dt><dfn id=attr-iframe-align><code>align</code></dfn> on <code id=non-conforming-features:the-iframe-element-5><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-allowtransparency><code>allowtransparency</code></dfn> on <code id=non-conforming-features:the-iframe-elemen
 t-6><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-frameborder><code>frameborder</code></dfn> on <code id=non-conforming-features:the-iframe-element-7><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-iframe-element-8><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginheight><code>marginheight</code></dfn> on <code id=non-conforming-features:the-iframe-element-9><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-marginwidth><code>marginwidth</code></dfn> on <code id=non-conforming-features:the-iframe-element-10><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-scrolling><code>scrolling</code></dfn> on <code id=non-conforming-features:the-iframe-element-11><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-iframe-vspace><code>vspace</code><
 /dfn> on <code id=non-conforming-features:the-iframe-element-12><a href=#the-iframe-element>iframe</a></code> elements<dt><dfn id=attr-input-align><code>align</code></dfn> on <code id=non-conforming-features:the-input-element-9><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-border><code>border</code></dfn> on <code id=non-conforming-features:the-input-element-10><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-input-element-11><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-input-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-input-element-12><a href=#the-input-element>input</a></code> elements<dt><dfn id=attr-img-align><code>align</code></dfn> on <code id=non-conforming-features:the-img-element-7><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-border><code>border</code></dfn> on <co
 de id=non-conforming-features:the-img-element-8><a href=#the-img-element>img</a></code> elements (except as noted in the previous section)<dt><dfn id=attr-img-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-img-element-9><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-img-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-img-element-10><a href=#the-img-element>img</a></code> elements<dt><dfn id=attr-legend-align><code>align</code></dfn> on <code id=non-conforming-features:the-legend-element-4><a href=#the-legend-element>legend</a></code> elements<dt><dfn id=attr-li-type><code>type</code></dfn> on <code id=non-conforming-features:the-li-element><a href=#the-li-element>li</a></code> elements<dt><dfn id=attr-menu-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-menu-element><a href=#the-menu-element>menu</a></code> elements<dt><dfn id=attr-object-align><code>align</code></dfn> on <code id
 =non-conforming-features:the-object-element-14><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-border><code>border</code></dfn> on <code id=non-conforming-features:the-object-element-15><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-object-element-16><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-object-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-object-element-17><a href=#the-object-element>object</a></code> elements<dt><dfn id=attr-ol-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ol-element><a href=#the-ol-element>ol</a></code> elements<dt><dfn id=attr-p-align><code>align</code></dfn> on <code id=non-conforming-features:the-p-element><a href=#the-p-element>p</a></code> elements<dt><dfn id=attr-pre-width><code>width</code></dfn> on <code id=non-conforming-featur
 es:the-pre-element-3><a href=#the-pre-element>pre</a></code> elements<dt><dfn id=attr-table-align><code>align</code></dfn> on <code id=non-conforming-features:the-table-element-6><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-table-element-7><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-border><code>border</code></dfn> on <code id=non-conforming-features:the-table-element-8><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-bordercolor><code>bordercolor</code></dfn> on <code id=non-conforming-features:the-table-element-9><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellpadding><code>cellpadding</code></dfn> on <code id=non-conforming-features:the-table-element-10><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-cellspacing><code>cellspacing</code></dfn> on <code id=n
 on-conforming-features:the-table-element-11><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-frame><code>frame</code></dfn> on <code id=non-conforming-features:the-table-element-12><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-height><code>height</code></dfn> on <code id=non-conforming-features:the-table-element-13><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-hspace><code>hspace</code></dfn> on <code id=non-conforming-features:the-table-element-14><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-rules><code>rules</code></dfn> on <code id=non-conforming-features:the-table-element-15><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-vspace><code>vspace</code></dfn> on <code id=non-conforming-features:the-table-element-16><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-table-width><code>width</code></dfn> on <code id=non-co
 nforming-features:the-table-element-17><a href=#the-table-element>table</a></code> elements<dt><dfn id=attr-tbody-align><code>align</code></dfn> on <code id=non-conforming-features:the-tbody-element><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-char><code>char</code></dfn> on <code id=non-conforming-features:the-tbody-element-2><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-2><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-2><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tbody-element-3><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming
 -features:the-thead-element-3><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-3><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tbody-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tbody-element-4><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-thead-element-4><a href=#the-thead-element>thead</a></code>, and <code id=non-conforming-features:the-tfoot-element-4><a href=#the-tfoot-element>tfoot</a></code> elements<dt><dfn id=attr-tdth-align><code>align</code></dfn> on <code id=non-conforming-features:the-td-element-4><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-5><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-td-element-5><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-eleme
 nt-6><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-char><code>char</code></dfn> on <code id=non-conforming-features:the-td-element-6><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-7><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-td-element-7><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-8><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-height><code>height</code></dfn> on <code id=non-conforming-features:the-td-element-8><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-9><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-nowrap><code>nowrap</code></dfn> on <code id=non-conforming-features:the-td-element-9><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-10><
 a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-td-element-10><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-11><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tdth-width><code>width</code></dfn> on <code id=non-conforming-features:the-td-element-11><a href=#the-td-element>td</a></code> and <code id=non-conforming-features:the-th-element-12><a href=#the-th-element>th</a></code> elements<dt><dfn id=attr-tr-align><code>align</code></dfn> on <code id=non-conforming-features:the-tr-element><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-bgcolor><code>bgcolor</code></dfn> on <code id=non-conforming-features:the-tr-element-2><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-char><code>char</code></dfn> on <code id=non-conforming-features:the-tr-element-3><a href=#the-tr-element>tr</a></code> elements
 <dt><dfn id=attr-tr-charoff><code>charoff</code></dfn> on <code id=non-conforming-features:the-tr-element-4><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-height><code>height</code></dfn> on <code id=non-conforming-features:the-tr-element-5><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-tr-valign><code>valign</code></dfn> on <code id=non-conforming-features:the-tr-element-6><a href=#the-tr-element>tr</a></code> elements<dt><dfn id=attr-ul-compact><code>compact</code></dfn> on <code id=non-conforming-features:the-ul-element-2><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-ul-type><code>type</code></dfn> on <code id=non-conforming-features:the-ul-element-3><a href=#the-ul-element>ul</a></code> elements<dt><dfn id=attr-background><code>background</code></dfn> on <code id=non-conforming-features:the-body-element-12><a href=#the-body-element>body</a></code>, <code id=non-conforming-features:the-table-element-18><a href=#the-table
 -element>table</a></code>, <code id=non-conforming-features:the-thead-element-5><a href=#the-thead-element>thead</a></code>, <code id=non-conforming-features:the-tbody-element-5><a href=#the-tbody-element>tbody</a></code>, <code id=non-conforming-features:the-tfoot-element-5><a href=#the-tfoot-element>tfoot</a></code>, <code id=non-conforming-features:the-tr-element-7><a href=#the-tr-element>tr</a></code>, <code id=non-conforming-features:the-td-element-12><a href=#the-td-element>td</a></code>, and <code id=non-conforming-features:the-th-element-13><a href=#the-th-element>th</a></code> elements<dd><p>Use CSS instead.</dl><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24654" title="Add definition of ”layout table”  and make it equal to tables or role=presentation">24654</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24679" title="Addit
 ion and improvements to the table over (non-)layout table heuristics">24679</a></div>
 
 
   
@@ -80790,7 +80791,7 @@
 
 
 
-  <h4 id=other-elements,-attributes-and-apis>15.3.4 Other elements, attributes and APIs</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22253" title="Please spec img.lowsrc IDL attribute">22253</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26540" title="The link for the "partial interface HTMLParagraphElement" points to the wrong place; it points to the original interface">26540</a></div> 
+  <h4 id=other-elements,-attributes-and-apis>15.3.4 Other elements, attributes and APIs</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22253" title="Please spec img.lowsrc IDL attribute">22253</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26540" title="The link for the "partial interface HTMLParagraphElement" points to the wrong place; it points to the original interface">26540</a></div> 
 
   <p>User agents must treat <code id=other-elements,-attributes-and-apis:acronym><a href=#acronym>acronym</a></code> elements in a manner
   equivalent to <code id=other-elements,-attributes-and-apis:the-abbr-element><a href=#the-abbr-element>abbr</a></code> elements in terms of semantics and
@@ -81551,7 +81552,7 @@
 
 
 
-  <h3 id=multipart/x-mixed-replace>16.2 <dfn><code>multipart/x-mixed-replace</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25320" title=multipart/x-mixed-replace>25320</a></div>
+  <h3 id=multipart/x-mixed-replace>16.2 <dfn><code>multipart/x-mixed-replace</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25320" title=multipart/x-mixed-replace>25320</a></div>
 
   <p>This registration is for community review and will be submitted to the IESG for review,
   approval, and registration with IANA.</p>
@@ -81580,7 +81581,7 @@
   body part as defined by the type used by that body part.</p>
 
 
-  <h3 id=application/xhtml+xml>16.3 <dfn><code>application/xhtml+xml</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13787" title="Define fragment identifier semantics for XML MIME types">13787</a></div>
+  <h3 id=application/xhtml+xml>16.3 <dfn><code>application/xhtml+xml</code></dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=13787" title="Define fragment identifier semantics for XML MIME types">13787</a></div>
 
   <p>This registration is for community review and will be submitted to the IESG for review,
   approval, and registration with IANA.</p>
@@ -81764,7 +81765,7 @@
 
 
 
-  <h3 id=web+-scheme-prefix>16.10 <dfn><code>web+</code> scheme prefix</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18496" title="Change the IANA sections to refer to the new registration system and not IANA">18496</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18671" title="Find a solution to the problem of the IANA scheme registry being so incomplete (especially given web+)">18671</a></div>
+  <h3 id=web+-scheme-prefix>16.10 <dfn><code>web+</code> scheme prefix</dfn></h3><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18496" title="Change the IANA sections to refer to the new registration system and not IANA">18496</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18671" title="Find a solution to the problem of the IANA scheme registry being so incomplete (especially given web+)">18671</a></div>
 
   <p>This section describes a convention for use with the IANA URI scheme registry. It does not
   itself register a specific scheme. <a href=#refsRFC4395>[RFC4395]</a></p>
@@ -81786,7 +81787,7 @@
    </dl>
 
 
-  <h2 id=index class=no-num>Index</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17898" title="Index of methods and IDL attributes">17898</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25145" title="Provide an index for selectors">25145</a></div>
+  <h2 id=index class=no-num>Index</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17898" title="Index of methods and IDL attributes">17898</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25145" title="Provide an index for selectors">25145</a></div>
 
   
 
@@ -83497,7 +83498,7 @@
      <td> How the value of the form control is to be wrapped for <a href=#form-submission-2 id=attributes-3:form-submission-2-17>form submission</a>
      <td> "<code id=attributes-3:attr-textarea-wrap-soft><a href=#attr-textarea-wrap-soft>soft</a></code>";
           "<code id=attributes-3:attr-textarea-wrap-hard><a href=#attr-textarea-wrap-hard>hard</a></code>"
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26059" title="Please list longdesc in the table of HTML5 attributes and link to its spec">26059</a></div>
+  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26059" title="Please list longdesc in the table of HTML5 attributes and link to its spec">26059</a></div>
 
   <p class=tablenote><small>An asterisk (*) in a cell indicates that the actual rules are more
   complicated than indicated in the table above.</small></p>
@@ -84510,7 +84511,7 @@
      <td> <code id=events-2:window-10><a href=#window>Window</a></code>, elements
      <td> Fired at nodes <a href=#gains-focus id=events-2:gains-focus>gaining focus</a>
 
-    <tr><td> <dfn id=event-hashchange><code>hashchange</code></dfn>
+    <tr><td> <dfn id=event-hashchange><code>hashchange</code></dfn><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class="chrome yes"><span>Chrome</span> <span>40+</span></span><span class="ie yes"><span>IE</span> <span>11+</span></span><span class="firefox yes"><span>Firefox</span> <span>35+</span></span><span class="and_chr yes"><span>Chrome for Android</span> <span>37+</span></span><span class="ios_saf yes"><span>iOS Safari</span> <span>8+</span></span><span class="android yes"><span>Android Browser</span> <span>4.4.3+</span></span><span class="op_mini no"><span>Opera Mini</span> <span>None</span></span><span class="and_uc yes"><span>UC Browser for Android</span> <span>9.9+</span></span><span class="safari yes"><span>Safari</span> <span>8+</span></span><span class="opera yes"><span>Opera</span> <span>26+</span></span><span class="ie_mob yes"><span>IE Mobile</span> <span>10+</span></span><span class
 ="and_ff yes"><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse>Source: <a href="http://caniuse.com/#feat=hashchange">caniuse.com</a></div>
      <td> <code id=events-2:hashchangeevent><a href=#hashchangeevent>HashChangeEvent</a></code>
      <td> <code id=events-2:window-11><a href=#window>Window</a></code>
      <td> Fired at the <code id=events-2:window-12><a href=#window>Window</a></code> when the fragment identifier part of <a id="events-2:the-document's-address" href=https://dom.spec.whatwg.org/#concept-document-url data-x-internal="the-document's-address">the document's address</a> changes
@@ -84630,7 +84631,7 @@
      <td> <code id=events-2:window-24><a href=#window>Window</a></code>
      <td> Fired at the <code id=events-2:window-25><a href=#window>Window</a></code> object when the page is going away
 
-  </table><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=support><strong>Support:</strong> <span class=chrome><span>Chrome</span> <span>5+</span></span><span class=ie><span>IE</span> <span>8+</span></span><span class=firefox><span>Firefox</span> <span>3.6+</span></span><span class=and_chr><span>Chrome for Android</span> <span>37+</span></span><span class=ios_saf><span>iOS Safari</span> <span>4.0-4.1+</span></span><span class=android><span>Android Browser</span> <span>2.2+</span></span><span class=and_uc><span>UC Browser for Android</span> <span>9.9+</span></span><span class=safari><span>Safari</span> <span>5+</span></span><span class=opera><span>Opera</span> <span>10.6+</span></span><span class=ie_mob><span>IE Mobile</span> <span>10+</span></span><span class=and_ff><span>Firefox for Android</span> <span>32+</span></span><p class=caniuse><a href="http://caniuse.com/#feat=hashchange">caniuse.com</a></div>
+  </table>
 
   <p class=note>See also <a href=#mediaevents>media element events</a>, <a href=#appcacheevents>application cache events</a>, and <a href=#dndevents>drag-and-drop
   events</a>.</p>
@@ -84699,7 +84700,7 @@
    Mozilla Foundation.<dt id=refsRFC1034>[RFC1034]<dd><cite><a href=http://tools.ietf.org/html/rfc1034>Domain Names - Concepts and Facilities</a></cite>, P. Mockapetris. IETF, November 1987.<dt id=refsRFC1123>[RFC1123]<dd><cite><a href=http://tools.ietf.org/html/rfc1123>Requirements for Internet Hosts -- Application and Support</a></cite>, R. Braden. IETF, October 1989.<dt id=refsRFC1345>[RFC1345]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1345>Character Mnemonics and Character Sets</a></cite>, K. Simonsen. IETF.<dt id=refsRFC1468>[RFC1468]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1468>Japanese Character Encoding for Internet Messages</a></cite>, J. Murai, M. Crispin, E. van der Poel. IETF.<dt id=refsRFC1554>[RFC1554]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1554>ISO-2022-JP-2: Multilingual Extension of ISO-2022-JP</a></cite>, M. Ohta, K. Handa. IETF.<dt id=refsRFC1557>[RFC1557]<dd>(Non-normative) <cite><a href=
 http://tools.ietf.org/html/rfc1557>Korean Character Encoding for Internet Messages</a></cite>, U. Choi, K. Chon, H. Park. IETF.<dt id=refsRFC1842>[RFC1842]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1842>ASCII Printable Characters-Based Chinese Character Encoding for Internet Messages</a></cite>, Y. Wei, Y. Zhang, J. Li, J. Ding, Y. Jiang. IETF.<dt id=refsRFC1922>[RFC1922]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc1922>Chinese Character Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao, WCH. Chang, M. Crispin. IETF.<dt id=refsRFC2046>[RFC2046]<dd><cite><a href=http://tools.ietf.org/html/rfc2046>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed, N.  Borenstein. IETF.<dt id=refsRFC2119>[RFC2119]<dd><cite><a href=http://tools.ietf.org/html/rfc2119>Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.<dt id=refsRFC2237>[RFC2237]<dd>(Non-norm
 ative) <cite><a href=http://tools.ietf.org/html/rfc2237>Japanese Character Encoding for Internet Messages</a></cite>, K. Tamaru. IETF.<dt id=refsRFC3447>[RFC3447]<dd><cite><a href=http://tools.ietf.org/html/rfc3447>Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications</a></cite>, J. Jonsson, B. Kaliski. IETF.<dt id=refsRFC2318>[RFC2318]<dd><cite><a href=http://tools.ietf.org/html/rfc2318>The text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF.<dt id=refsRFC2388>[RFC2388]<dd><cite><a href=http://tools.ietf.org/html/rfc2388>Returning Values from Forms: multipart/form-data</a></cite>, L. Masinter. IETF.<dt id=refsRFC2397>[RFC2397]<dd><cite><a href=http://tools.ietf.org/html/rfc2397>The "data" URL scheme</a></cite>, L. Masinter. IETF.<dt id=refsRFC2445>[RFC2445]<dd><cite><a href=http://tools.ietf.org/html/rfc2445>Internet Calendaring and Scheduling Core Object Specification (iCalendar)</a></cite>, F. Dawson, D. Stenerson. IETF.<dt id=refsRFC248
 3>[RFC2483]<dd><cite><a href=http://tools.ietf.org/html/rfc2483>URI Resolution Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel. IETF.<dt id=refsRFC3279>[RFC3279]<dd><cite><a href=http://tools.ietf.org/html/rfc3279>Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a></cite>, W. Polk, R. Housley, L. Bassham. IETF.<dt id=refsRFC3676>[RFC3676]<dd><cite><a href=http://tools.ietf.org/html/rfc3676>The Text/Plain Format and DelSp Parameters</a></cite>, R. Gellens. IETF.<dt id=refsRFC3864>[RFC3864]<dd><cite><a href=http://tools.ietf.org/html/rfc3864>Registration Procedures for Message Header Fields</a></cite>, G. Klyne, M. Nottingham, J. Mogul. IETF.<dt id=refsRFC4329>[RFC4329]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc4329>Scripting Media Types</a></cite>, B. Höhrmann. IETF.<dt id=refsRFC4337>[RFC4337]<dd>(Non-normative) <cite><a href=http://tools.ietf.
 org/html/rfc4337>MIME Type Registration for MPEG-4</a></cite>, Y. Lim, D. Singer. IETF.<dt id=refsRFC4395>[RFC4395]<dd><cite><a href=http://tools.ietf.org/html/rfc4395>Guidelines and Registration Procedures for New URI Schemes</a></cite>, T. Hansen, T. Hardie, L. Masinter. IETF.<dt id=refsRFC4648>[RFC4648]<dd><cite><a href=http://tools.ietf.org/html/rfc4648>The Base16, Base32, and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.<dt id=refsRFC5280>[RFC5280]<dd><cite><a href=http://tools.ietf.org/html/rfc5280>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a></cite>, D. Cooper, S. Santesson, S. Farrell, S. Boeyen, R. Housley, W. Polk. IETF.<dt id=refsRFC5322>[RFC5322]<dd><cite><a href=http://tools.ietf.org/html/rfc5322>Internet Message Format</a></cite>, P. Resnick. IETF.<dt id=refsRFC6381>[RFC6381]<dd><cite><a href=http://tools.ietf.org/html/rfc6381>The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types</a></ci
 te>, R. Gellens, D. Singer, P. Frojdh. IETF.<dt id=refsRFC6266>[RFC6266]<dd><cite><a href=http://tools.ietf.org/html/rfc6266>Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)</a></cite>, J. Reschke. IETF.<dt id=refsRFC6350>[RFC6350]<dd><cite><a href=http://tools.ietf.org/html/rfc6350>vCard Format Specification</a></cite>, S. Perreault. IETF.<dt id=refsRFC7303>[RFC7303]<dd><cite><a href=http://tools.ietf.org/html/rfc7303>XML Media Types</a></cite>, H. Thompson, C. Lilley. IETF.<dt id=refsSCSU>[SCSU]<dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr6/>UTR #6: A Standard Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler, C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium.<dt id=refsSELECTORS>[SELECTORS]<dd><cite><a href=http://dev.w3.org/csswg/selectors/>Selectors</a></cite>, E. Etemad, T. Çelik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.<dt id=refsSMS>[SMS]<dd>(Non-normative) <cite><a 
 href=http://tools.ietf.org/html/rfc5724>URI Scheme for Global System for Mobile Communications (GSM) Short Message Service (SMS)</a></cite>, E. Wilde, A. Vaha-Sipila. IETF.<dt id=refsSRGB>[SRGB]<dd><cite lang=en-GB><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&Click=">IEC 61966-2-1: Multimedia systems and equipment — Colour measurement and management — Part 2-1: Colour management — Default RGB colour space — sRGB</a></cite>. IEC.<dt id=refsSVG>[SVG]<dd><cite><a href=http://www.w3.org/TR/SVGTiny12/>Scalable Vector Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson, R. Berjon, E. Dahlström, A. Emmons, J. Ferraiolo, A. Grasso, V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack, A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers, A. Shellshear. W3C.<dt id=refsTOR>[TOR]<dd>(Non-normative) <cite><a href=https://www.torproject.org/>Tor</a></cite>.<dt id=refsTOUCH>[TOUCH]<dd><cite><a href=https://dvcs.w3.org/hg
 /webevents/raw-file/v1/touchevents.html>Touch Events</a></cite>, D. Schepers, S. Moon, M. Brubeck, A. Barstow. W3C.<dt id=refsTZDATABASE>[TZDATABASE]<dd>(Non-normative) <cite><a href=http://www.iana.org/time-zones>Time Zone Database</a></cite>. IANA.<dt id=refsUAAG>[UAAG]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/UAAG20/>User Agent Accessibility Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards, J. Spellman. W3C.<dt id=refsUCA>[UCA]<dd><cite><a href=http://www.unicode.org/reports/tr10/>UTR #10: Unicode Collation Algorithm</a></cite>, M. Davis, K. Whistler. Unicode Consortium.<dt id=refsUNICODE>[UNICODE]<dd><cite><a href=http://www.unicode.org/versions/>The Unicode Standard</a></cite>. Unicode Consortium.<dt id=refsUNIVCHARDET>[UNIVCHARDET]<dd>(Non-normative) <cite><a href=http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html>A composite approach to language/encoding detection</a></cite>, S. Li, K. Momoi. Netscape. In <cite>Pro
 ceedings of the 19th International Unicode Conference</cite>.<dt id=refsURL>[URL]<dd><cite><a href=https://url.spec.whatwg.org/>URL</a></cite>, A. van Kesteren. WHATWG.<dt id=refsURN>[URN]<dd><cite><a href=http://tools.ietf.org/html/rfc2141>URN Syntax</a></cite>, R. Moats. IETF.<dt id=refsUTF7>[UTF7]<dd>(Non-normative) <cite><a href=http://tools.ietf.org/html/rfc2152>UTF-7: A Mail-Safe Transformation Format of Unicode</a></cite>, D. Goldsmith, M. Davis. IETF.<dt id=refsUTF8DET>[UTF8DET]<dd>(Non-normative) <cite><a href=http://www.w3.org/International/questions/qa-forms-utf-8>Multilingual form encoding</a></cite>, M. Dürst. W3C.<dt id=refsUTR36>[UTR36]<dd>(Non-normative) <cite><a href=http://www.unicode.org/reports/tr36/>UTR #36: Unicode Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode Consortium.<dt id=refsWCAG>[WCAG]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/WCAG20/>Web Content Accessibility Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Co
 oper, L. Reid, G. Vanderheiden. W3C.<dt id=refsWEBGL>[WEBGL]<dd><cite><a href=http://www.khronos.org/registry/webgl/specs/latest/>WebGL Specification</a></cite>, D. Jackson. Khronos Group.<dt id=refsWEBIDL>[WEBIDL]<dd><cite><a href=http://dev.w3.org/2006/webapi/WebIDL/>Web IDL</a></cite>, C. McCormack. W3C.<dt id=refsWEBLINK>[WEBLINK]<dd><cite><a href=http://tools.ietf.org/html/rfc5988>Web Linking</a></cite>, M. Nottingham. IETF.<dt id=refsWEBMCG>[WEBMCG]<dd><cite><a href=http://www.webmproject.org/code/specs/container/>WebM Container Guidelines</a></cite>. The WebM Project.<dt id=refsWEBVTT>[WEBVTT]<dd><cite><a href=http://dev.w3.org/html5/webvtt/>WebVTT</a></cite>, I. Hickson. W3C.<dt id=refsWHATWGWIKI>[WHATWGWIKI]<dd><cite><a href=https://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.<dt id=refsWSP>[WSP]<dd><cite><a href=http://tools.ietf.org/html/rfc6455>The WebSocket protocol</a></cite>, I. Fette, A. Melnikov. IETF.<dt id=refsX121>[X121]<dd><cite>Recommendation X.
 121 — International Numbering Plan for Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3, pp. 317-332.<dt id=refsX690>[X690]<dd><cite><a href=http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf>Recommendation X.690 — Information Technology — ASN.1 Encoding Rules — Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER), and Distinguished Encoding Rules (DER)</a></cite>. International Telecommunication Union.<dt id=refsXFN>[XFN]<dd><cite><a href=http://gmpg.org/xfn/11>XFN 1.1 profile</a></cite>, T. Çelik, M. Mullenweg, E. Meyer. GMPG.<dt id=refsXHR>[XHR]<dd><cite><a href=https://xhr.spec.whatwg.org/><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. WHATWG.<dt id=refsXML>[XML]<dd><cite><a href=http://www.w3.org/TR/xml/>Extensible Markup Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, F. Yergeau. W3C.<dt id=refsXMLBASE>[XMLBASE]<dd><cite><a href=http://www.w3.org/TR/xmlbase/>XML Base</a></cit
 e>, J. Marsh, R. Tobin. W3C.<dt id=refsXMLNS>[XMLNS]<dd><cite><a href=http://www.w3.org/TR/xml-names/>Namespaces in XML</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C.<dt id=refsXMLSSPI>[XMLSSPI]<dd><cite><a href=http://www.w3.org/TR/xml-stylesheet/>Associating Style Sheets with XML documents</a></cite>, J. Clark, S. Pieters, H. Thompson. W3C.<dt id=refsXPATH10>[XPATH10]<dd><cite><a href=http://www.w3.org/TR/1999/REC-xpath-19991116/>XML Path Language (XPath) Version 1.0</a></cite>, J. Clark, S. DeRose. W3C.<dt id=refsXSLT10>[XSLT10]<dd>(Non-normative) <cite><a href=http://www.w3.org/TR/1999/REC-xslt-19991116>XSL Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dl>
 
 
-  <h2 id=acknowledgments class=no-num>Acknowledgements</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26146" title="Add acks from http://picture.responsiveimages.org/#acks">26146</a></div> 
+  <h2 id=acknowledgments class=no-num>Acknowledgements</h2><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26146" title="Add acks from http://picture.responsiveimages.org/#acks">26146</a></div> 
 
   <p>Thanks to Tim Berners-Lee for inventing HTML, without which none of this would exist.</p>
 

Modified: source
===================================================================
--- source	2014-10-03 22:09:38 UTC (rev 8829)
+++ source	2014-10-06 17:43:34 UTC (rev 8830)
@@ -206,35 +206,36 @@
 
    .fingerprint { position: absolute; right: 0; z-index: 5; }
 
-   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; }
+   .status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; top: auto; right: 0.3em; background: #EEE; color: black; box-shadow: 0 0 3px #999; overflow: hidden; margin: -2em 0 0 0; border-collapse: initial; border-spacing: initial; }
    .status.wrapped { width: 1em; height: 1em; }
    .status.wrapped > :not(input) { display: none; }
-   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; }
+   .status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; padding: 0; margin: 0; }
    .status > p { font-size: 0.6em; margin: 0; padding: 0; }
    .status > p + p { padding-top: 0.5em; }
    .status > .support { display: block; }
    .status > .support > span { padding: 0.2em 0; display: block; display: table; }
+   .status > .support > span.partial { color: #666666; filter: grayscale(50%); }
+   .status > .support > span.no { color: #CCCCCC; filter: grayscale(100%); }
    .status > .support > span:first-of-type { padding-top: 0.5em; }
    .status > .support > span > span { padding: 0 0.5em; display: table-cell; vertical-align: top; }
    .status > .support > span > span:first-child { width: 100%; }
    .status > .support > span > span:last-child { width: 100%; white-space: pre; padding: 0; }
    .status > .support > span::before { content: ' '; display: table-cell; min-width: 1.5em; height: 1.5em; background: no-repeat center center; background-size: contain; text-align: right; font-size: 0.75em; font-weight: bold; }
-   .status > .support > .and_chr::before { background-image: url(https://html5.org/tools/icons/chrome-android); }
-   .status > .support > .and_ff::before { background-image: url(https://html5.org/tools/icons/gecko-android); }
-   .status > .support > .and_uc::before { background-image: url(https://html5.org/tools/icons/uc); } /* UC Browser for Android */
-   .status > .support > .android::before { background-image: url(https://html5.org/tools/icons/android); }
-   .status > .support > .bb::before { background-image: url(https://html5.org/tools/icons/bb); } /* Blackberry Browser */
-   .status > .support > .chrome::before { background-image: url(https://html5.org/tools/icons/chrome); }
-   .status > .support > .firefox::before { background-image: url(https://html5.org/tools/icons/gecko); }
-   .status > .support > .ie::before { background-image: url(https://html5.org/tools/icons/internet-explorer); }
-   .status > .support > .ie_mob::before { background-image: url(https://html5.org/tools/icons/internet-explorer-mobile); }
-   .status > .support > .ios_saf::before { background-image: url(https://html5.org/tools/icons/ios-safari); }
-   .status > .support > .op_mini::before { background-image: url(https://html5.org/tools/icons/opera-mini); }
-   .status > .support > .op_mob::before { background-image: url(https://html5.org/tools/icons/opera-mobile); }
-   .status > .support > .opera::before { background-image: url(https://html5.org/tools/icons/opera); }
-   .status > .support > .safari::before { background-image: url(https://html5.org/tools/icons/webkit); }
+   .status > .support > .and_chr::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome-android.png); }
+   .status > .support > .and_ff::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .and_uc::before { background-image: url(https://resources.whatwg.org/browser-logos/uc.png); } /* UC Browser for Android */
+   .status > .support > .android::before { background-image: url(https://resources.whatwg.org/browser-logos/android.svg); }
+   .status > .support > .bb::before { background-image: url(https://resources.whatwg.org/browser-logos/bb.jpg); } /* Blackberry Browser */
+   .status > .support > .chrome::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.png); }
+   .status > .support > .firefox::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); }
+   .status > .support > .ie::before { background-image: url(https://resources.whatwg.org/browser-logos/ie.png); }
+   .status > .support > .ie_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/ie-mobile.svg); }
+   .status > .support > .ios_saf::before { background-image: url(https://resources.whatwg.org/browser-logos/safari-ios.svg); }
+   .status > .support > .op_mini::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .op_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mobile.png); }
+   .status > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.png); }
+   .status > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); }
    .status > .caniuse { text-align: right; font-style: italic; }
-   .status > .caniuse::before { content: 'See also: '; font: inherit; }
 
    .panel { position: fixed; z-index: 30; top: 10%; left: 0; margin: auto; right: 0; width: 35em; border: double thick; background: #EEEEEE; color: black; padding: 1em; font: 1em sans-serif; max-height: 70%; overflow: auto; }
    .panel h2 { margin: 0; text-align: center; }



More information about the Commit-Watchers mailing list