- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Sep 2010 09:25:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4773 Modified Files: acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-dom-interfaces.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html fetching-resources.html forms.html fragment-links.js grouping-content.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html namespaces.html number-state.html obsolete.html offline.html origin-0.html parsing.html references.html rendering.html scripting-1.html sections.html semantics.html spec.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-end.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html toc-status.html toc-status.xml tokenization.html urls.html video.html webappapis.html Log Message: typo (whatwg r5448) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- infrastructure.html 27 Aug 2010 19:26:35 -0000 1.1016 +++ infrastructure.html 8 Sep 2010 09:25:45 -0000 1.1017 @@ -326,7 +326,7 @@ <ol><li><a href="infrastructure.html#resources"><span class="secno">2.1.1 </span>Resources</a></li><li><a href="infrastructure.html#xml"><span class="secno">2.1.2 </span>XML</a></li><li><a href="infrastructure.html#dom-trees"><span class="secno">2.1.3 </span>DOM trees</a></li><li><a href="infrastructure.html#scripting-0"><span class="secno">2.1.4 </span>Scripting</a></li><li><a href="infrastructure.html#plugins"><span class="secno">2.1.5 </span>Plugins</a></li><li><a href="infrastructure.html#character-encodings"><span class="secno">2.1.6 </span>Character encodings</a></li></ol></li><li><a href="infrastructure.html#conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</a> <ol><li><a href="infrastructure.html#dependencies"><span class="secno">2.2.1 </span>Dependencies</a></li><li><a href="infrastructure.html#extensibility"><span class="secno">2.2.2 </span>Extensibility</a></li></ol></li><li><a href="infrastructure.html#case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</a></li></ol></li></ol></div> - <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification refers to both HTML and XML attributes and IDL + <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p>This specification refers to both HTML and XML attributes and IDL attributes, often in the same context. When it is not clear which is being referred to, they are referred to as <dfn title="">content attributes</dfn> for HTML and XML attributes, and <dfn title="">IDL @@ -351,7 +351,7 @@ implies that A called B. Upon returning to A, the implementation must continue from where it left off in calling B.</p> - </div><h4 id="resources"><span class="secno">2.1.1 </span>Resources</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The specification uses the term <dfn title="">supported</dfn> + </div><h4 id="resources"><span class="secno">2.1.1 </span>Resources</h4><p>The specification uses the term <dfn title="">supported</dfn> when referring to whether a user agent has an implementation capable of decoding the semantics of an external resource. A format or type is said to be <i>supported</i> if the implementation can process an @@ -383,7 +383,7 @@ specification that defines the resource's format. For CSS resources, only <code title="">@import</code> rules introduce <a href="#critical-subresources">critical subresources</a>; other resources, e.g. fonts or backgrounds, are - not.</p><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p id="html-namespace">To ease migration from HTML to XHTML, UAs + not.</p><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs conforming to this specification will place elements in HTML in the <code>http://www.w3.org/1999/xhtml</code> namespace, at least for the purposes of the DOM and CSS. The term "<dfn id="html-elements">HTML @@ -399,7 +399,7 @@ not an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">xml</code>". <a href="references.html#refsXML">[XML]</a></p><p>The term <dfn id="xml-mime-type">XML MIME type</dfn> is used to refer to the <a href="#mime-type" title="MIME type">MIME types</a> <code title="">text/xml</code>, <code title="">application/xml</code>, and any <a href="#mime-type">MIME - type</a> whose subtype ends with the four characters "<code title="">+xml</code>". <a href="references.html#refsRFC3023">[RFC3023]</a></p><h4 id="dom-trees"><span class="secno">2.1.3 </span>DOM trees</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The term <dfn id="root-element">root element</dfn>, when not explicitly qualified + type</a> whose subtype ends with the four characters "<code title="">+xml</code>". <a href="references.html#refsRFC3023">[RFC3023]</a></p><h4 id="dom-trees"><span class="secno">2.1.3 </span>DOM trees</h4><p>The term <dfn id="root-element">root element</dfn>, when not explicitly qualified as referring to the document's root element, means the furthest ancestor element node of whatever node is being discussed, or the node itself if it has no ancestors. When the node is a part of the @@ -432,7 +432,7 @@ <code><a href="#node">Node</a></code> with node type <code title="">TEXT_NODE</code> (3) or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value only if its new value is different than its previous value; setting - an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The construction "a <code>Foo</code> object", where + an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where <code>Foo</code> is actually an interface, is sometimes used instead of the more accurate "an object implementing the interface <code>Foo</code>".</p><p>An IDL attribute is said to be <dfn title="">getting</dfn> when @@ -444,7 +444,7 @@ data.</p><p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used interchangeably in the context of events, as in the DOM Events specifications. The term <dfn id="concept-events-trusted" title="concept-events-trusted">trusted event</dfn> is used as defined by the DOM Events specification. <!-- - http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of + http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of content handlers used by the user agent that can take part in the user agent's rendering of a <code><a href="#document">Document</a></code> object, but that neither act as <a href="browsers.html#child-browsing-context" title="child browsing context">child browsing @@ -470,7 +470,7 @@ interacting with external content intended for <a href="#plugin" title="plugin">plugins</a>. When third-party software is run with the same privileges as the user agent itself, vulnerabilities in the third-party software become as dangerous as those in the user - agent.</p><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/101">ISSUE-101</a> (us-ascii-ref) blocks progress to Last Call</span></p><p>The <dfn id="preferred-mime-name">preferred MIME name</dfn> of a character encoding is the + agent.</p><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/101">ISSUE-101</a> (us-ascii-ref) blocks progress to Last Call</span></p><p>The <dfn id="preferred-mime-name">preferred MIME name</dfn> of a character encoding is the name or alias labeled as "preferred MIME name" in the IANA <cite>Character Sets</cite> registry, if there is one, or the encoding's name, if none of the aliases are so labeled. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p><p>An <dfn id="ascii-compatible-character-encoding">ASCII-compatible character encoding</dfn> is a @@ -490,7 +490,7 @@ different <meta charset> elements applying in each case. --><p>The term <dfn title="">Unicode character</dfn> is used to mean a <i title="">Unicode scalar value</i> (i.e. any Unicode code point - that is not a surrogate code point). <a href="references.html#refsUNICODE">[UNICODE]</a></p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All diagrams, examples, and notes in this specification are + that is not a surrogate code point). <a href="references.html#refsUNICODE">[UNICODE]</a></p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and @@ -775,7 +775,7 @@ node for the purposes of the algorithms defined in this specification.</p><div class="impl"> - <h4 id="dependencies"><span class="secno">2.2.1 </span>Dependencies</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="dependencies"><span class="secno">2.2.1 </span>Dependencies</h4> <p>This specification relies on several other underlying specifications.</p> @@ -936,7 +936,7 @@ requirements on character encodings, image formats, audio formats, and video formats in the respective sections.</p> - </div><h4 id="extensibility"><span class="secno">2.2.2 </span>Extensibility</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span></p><p>HTML has a wide number of extensibility mechanisms that can be + </div><h4 id="extensibility"><span class="secno">2.2.2 </span>Extensibility</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span></p><p>HTML has a wide number of extensibility mechanisms that can be used for adding semantics in a safe manner:</p><ul><li>Authors can use the <code title="attr-class"><a href="elements.html#classes">class</a></code> attribute to extend elements, effectively creating their own elements, while using the most applicable existing "real" HTML @@ -1072,7 +1072,7 @@ that interface — leaving the attribute on the object but making it return null or throw an exception is insufficient.</p> - </div><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Comparing two strings in a <dfn id="case-sensitive">case-sensitive</dfn> manner means + </div><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p>Comparing two strings in a <dfn id="case-sensitive">case-sensitive</dfn> manner means comparing them exactly, code point for code point.</p><p>Comparing two strings in an <dfn id="ascii-case-insensitive">ASCII case-insensitive</dfn> manner means comparing them exactly, code point for code point, except that the characters in the range U+0041 to U+005A (i.e. LATIN Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1001 retrieving revision 1.1002 diff -u -d -r1.1001 -r1.1002 --- text-level-semantics.html 26 Aug 2010 02:57:03 -0000 1.1001 +++ text-level-semantics.html 8 Sep 2010 09:25:48 -0000 1.1002 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><a href="text-level-semantics.html#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a> <ol><li><a href="text-level-semantics.html#the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a></li><li><a href="text-level-semantics.html#the-em-element"><span class="secno">4.6.2 </span>The <code>em</code> element</a></li><li><a href="text-level-semantics.html#the-strong-element"><span class="secno">4.6.3 </span>The <code>strong</code> element</a></li><li><a href="text-level-semantics.html#the-small-element"><span class="secno">4.6.4 </span>The <code>small</code> element</a></li><li><a href="text-level-semantics.html#the-cite-element"><span class="secno">4.6.5 </span>The <code>cite</code> element</a></li><li><a href="text-level-semantics.html#the-q-element"><span class="secno">4.6.6 </span>The <code>q</code> element</a></li><li><a href="text-level-semantics.html#the-dfn-element"><span class="secno">4.6.7 </span>The <code>dfn</code> element</a></li><li><a href="text-level-semantics.html#the-abbr-element"><span class="secno">4.6.8 </span>The <code>abbr</code> element</a></li><i><a href="text-level-semantics.html#the-time-element"><span class="secno">4.6.9 </span>The <code>time</code> element</a></li><li><a href="text-level-semantics.html#the-code-element"><span class="secno">4.6.10 </span>The <code>code</code> element</a></li><li><a href="text-level-semantics.html#the-var-element"><span class="secno">4.6.11 </span>The <code>var</code> element</a></li><li><a href="text-level-semantics.html#the-samp-element"><span class="secno">4.6.12 </span>The <code>samp</code> element</a></li><li><a href="text-level-semantics.html#the-kbd-element"><span class="secno">4.6.13 </span>The <code>kbd</code> element</a></li><li><a href="text-level-semantics.html#the-sub-and-sup-elements"><span class="secno">4.6.14 </span>The <code>sub</code> and <code>sup</code> elements</a></li><li><a href="text-level-semantics.html#the-i-element"><span class="secno">4.6.15 </span>The <code>i</code> element</a></li><li><a href="text-level-semantics.html#the-b-element"><span class="secno">4.6.16 </span>The <code>b</coe> element</a></li><li><a href="text-level-semantics.html#the-mark-element"><span class="secno">4.6.17 </span>The <code>mark</code> element</a></li><li><a href="text-level-semantics.html#the-ruby-element"><span class="secno">4.6.18 </span>The <code>ruby</code> element</a></li><li><a href="text-level-semantics.html#the-rt-element"><span class="secno">4.6.19 </span>The <code>rt</code> element</a></li><li><a href="text-level-semantics.html#the-rp-element"><span class="secno">4.6.20 </span>The <code>rp</code> element</a></li><li><a href="text-level-semantics.html#the-bdo-element"><span class="secno">4.6.21 </span>The <code>bdo</code> element</a></li><li><a href="text-level-semantics.html#the-span-element"><span class="secno">4.6.22 </span>The <code>span</code> element</a></li><li><a href="text-level-semantics.html#the-br-element"><span class="secno">4.6.23 </span>The <code>br</code> element</a></li><li><a href="text-level-semantics.html#the-wbr-element"><span class="secno">4.6.24 </span>The <code>wbr</code> eleent</a></li><li><a href="text-level-semantics.html#usage-summary"><span class="secno">4.6.25 </span>Usage summary</a></li></ol></li></ol></li></ol></div> - <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: <a href="content-models.html#phrasing-content">phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -500,7 +500,7 @@ </a> </aside></pre> - </div><h4 id="the-em-element"><span class="secno">4.6.2 </span>The <dfn><code>em</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-em-element"><span class="secno">4.6.2 </span>The <dfn><code>em</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -580,7 +580,7 @@ --> - </div><h4 id="the-strong-element"><span class="secno">4.6.3 </span>The <dfn><code>strong</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-strong-element"><span class="secno">4.6.3 </span>The <dfn><code>strong</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -606,7 +606,7 @@ <strong><strong>Do not take any of the diamonds</strong>, they are explosive and <strong>will destroy anything within ten meters.</strong></strong> You have been warned.</p></pre> - </div><h4 id="the-small-element"><span class="secno">4.6.4 </span>The <dfn><code>small</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-small-element"><span class="secno">4.6.4 </span>The <dfn><code>small</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -677,7 +677,7 @@ <pre><p><strong><small>Continued use of this service will result in a kiss.</small></strong></p></pre> - </div><h4 id="the-cite-element"><span class="secno">4.6.5 </span>The <dfn><code>cite</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-cite-element"><span class="secno">4.6.5 </span>The <dfn><code>cite</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -781,7 +781,7 @@ <pre><p>And then <b>Ian</b> said <q>this might be right, in a gossip column, maybe!</q>.</p></pre> - </div><h4 id="the-q-element"><span class="secno">4.6.6 </span>The <dfn><code>q</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-q-element"><span class="secno">4.6.6 </span>The <dfn><code>q</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -855,7 +855,7 @@ <pre><p>The word "ineffable" could have been used to describe the disaster resulting from the campaign's mismanagement.</p></pre> - </div><h4 id="the-dfn-element"><span class="secno">4.6.7 </span>The <dfn><code>dfn</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-dfn-element"><span class="secno">4.6.7 </span>The <dfn><code>dfn</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -905,7 +905,7 @@ <p>Teal'c activated his <a href=#gdo><abbr title="Garage Door Opener">GDO</abbr></a> and so Hammond ordered the iris to be opened.</p></pre> - </div><h4 id="the-abbr-element"><span class="secno">4.6.8 </span>The <dfn><code>abbr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-abbr-element"><span class="secno">4.6.8 </span>The <dfn><code>abbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -997,7 +997,7 @@ cause other <code><a href="#the-abbr-element">abbr</a></code> elements in the same document with the same contents but without a <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute to behave as if they had the same expansion. Every - <code><a href="#the-abbr-element">abbr</a></code> element is independent.</p><h4 id="the-time-element"><span class="secno">4.6.9 </span>The <dfn><code>time</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <code><a href="#the-abbr-element">abbr</a></code> element is independent.</p><h4 id="the-time-element"><span class="secno">4.6.9 </span>The <dfn><code>time</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1024,7 +1024,11 @@ can offer to add birthday reminders or scheduled events to the user's calendar.</p><!-- it's also intended for restyling to local conventions (2000-12-31 vs 31-12-2000 vs 12-31-2000), but CSS doesn't support - that yet. --><div class="note"> + that yet. Once CSS does support that, we should update this to also + support year and year-month cases, since in Japanese those need + special styling also. See #2 in: + http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/028025.html + ...for details. --><div class="note"> <p>The <code><a href="#the-time-element">time</a></code> element is not intended for encoding times for which a precise date or time cannot be established. For @@ -1235,7 +1239,7 @@ <p>I put a bike bell on his bike.</p> </article></pre> - </div><h4 id="the-code-element"><span class="secno">4.6.10 </span>The <dfn><code>code</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-code-element"><span class="secno">4.6.10 </span>The <dfn><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1284,7 +1288,7 @@ <p>A class is used in that example to indicate the language used.</p> - </div><p class="note">See the <code><a href="grouping-content.html#the-pre-element">pre</a></code> element for more details.</p><h4 id="the-var-element"><span class="secno">4.6.11 </span>The <dfn><code>var</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><p class="note">See the <code><a href="grouping-content.html#the-pre-element">pre</a></code> element for more details.</p><h4 id="the-var-element"><span class="secno">4.6.11 </span>The <dfn><code>var</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1330,7 +1334,7 @@ </figcaption> </figure></pre> - </div><h4 id="the-samp-element"><span class="secno">4.6.12 </span>The <dfn><code>samp</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-samp-element"><span class="secno">4.6.12 </span>The <dfn><code>samp</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1359,7 +1363,7 @@ Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown <span class="prompt">jdoe@demo:~$</span> <span class="cursor">_</span></samp></pre></pre> - </div><h4 id="the-kbd-element"><span class="secno">4.6.13 </span>The <dfn><code>kbd</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-kbd-element"><span class="secno">4.6.13 </span>The <dfn><code>kbd</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1397,7 +1401,7 @@ <pre><p>To make George eat an apple, select <kbd>File | Eat Apple...</kbd></p></pre> - </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.14 </span>The <dfn><code>sub</code></dfn> and <dfn><code>sup</code></dfn> elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.14 </span>The <dfn><code>sub</code></dfn> and <dfn><code>sup</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which these elements may be used:</dt> @@ -1439,7 +1443,7 @@ detailed mathematical markup is not desired. <a href="references.html#refsMATHML">[MATHML]</a></p><div class="example"> <pre><var>E</var>=<var>m</var><var>c</var><sup>2</sup></pre> <pre>f(<var>x</var>, <var>n</var>) = log<sub>4</sub><var>x</var><sup><var>n</var></sup></pre> - </div><h4 id="the-i-element"><span class="secno">4.6.15 </span>The <dfn><code>i</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-i-element"><span class="secno">4.6.15 </span>The <dfn><code>i</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1485,7 +1489,7 @@ up the defining instance of a term.</p><p class="note">Style sheets can be used to format <code><a href="#the-i-element">i</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-i-element">i</a></code> elements will - necessarily be italicized.</p><h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + necessarily be italicized.</p><h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1540,7 +1544,7 @@ </div><p class="note">Style sheets can be used to format <code><a href="#the-b-element">b</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-b-element">b</a></code> elements will - necessarily be boldened.</p><h4 id="the-mark-element"><span class="secno">4.6.17 </span>The <dfn><code>mark</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + necessarily be boldened.</p><h4 id="the-mark-element"><span class="secno">4.6.17 </span>The <dfn><code>mark</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1670,7 +1674,7 @@ <p><mark>An obstruction in a gate will prevent it from accepting a wormhole connection.</mark></p></pre> - </div><h4 id="the-ruby-element"><span class="secno">4.6.18 </span>The <dfn><code>ruby</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-ruby-element"><span class="secno">4.6.18 </span>The <dfn><code>ruby</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1745,7 +1749,7 @@ <p><img alt="The two main ideographs, each with its pinyin annotation rendered in a smaller font above it." src="http://dev.w3.org/html5/spec/images/sample-ruby-pinyin.png"></p> - </div><!-- Note: Examples are 32px/16px Stone Sans Sem ITC TT --><h4 id="the-rt-element"><span class="secno">4.6.19 </span>The <dfn><code>rt</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><!-- Note: Examples are 32px/16px Stone Sans Sem ITC TT --><h4 id="the-rt-element"><span class="secno">4.6.19 </span>The <dfn><code>rt</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-ruby-element">ruby</a></code> element.</dd> @@ -1766,7 +1770,7 @@ <code><a href="#the-ruby-element">ruby</a></code> element represents the same thing as its children.</p> - </div><h4 id="the-rp-element"><span class="secno">4.6.20 </span>The <dfn><code>rp</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-rp-element"><span class="secno">4.6.20 </span>The <dfn><code>rp</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-ruby-element">ruby</a></code> element, either immediately before or immediately after an <code><a href="#the-rt-element">rt</a></code> element.</dd> @@ -1806,7 +1810,7 @@ <pre lang="ja">... 漢 (かん) 字 (じ) ...</pre> - </div><h4 id="the-bdo-element"><span class="secno">4.6.21 </span>The <dfn><code>bdo</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-bdo-element"><span class="secno">4.6.21 </span>The <dfn><code>bdo</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1845,7 +1849,7 @@ layer. For example, an HTML+CSS user agent should implement these requirements by implementing the CSS 'unicode-bidi' property. <a href="references.html#refsCSS">[CSS]</a></p> - </div><h4 id="the-span-element"><span class="secno">4.6.22 </span>The <dfn><code>span</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-span-element"><span class="secno">4.6.22 </span>The <dfn><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1876,7 +1880,7 @@ <span class="keyword">break</span>; }</code></pre></pre> - </div><h4 id="the-br-element"><span class="secno">4.6.23 </span>The <dfn><code>br</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-br-element"><span class="secno">4.6.23 </span>The <dfn><code>br</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1935,7 +1939,7 @@ <p>A <code><a href="#the-br-element">br</a></code> element does not separate paragraphs for the purposes of the Unicode bidirectional algorithm. <a href="references.html#refsBIDI">[BIDI]</a></p> - </div><h4 id="the-wbr-element"><span class="secno">4.6.24 </span>The <dfn><code>wbr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-wbr-element"><span class="secno">4.6.24 </span>The <dfn><code>wbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1963,7 +1967,7 @@ <p>Any content inside <code><a href="#the-wbr-element">wbr</a></code> elements must not be considered part of the surrounding text.</p> - </div><h4 id="usage-summary"><span class="secno">4.6.25 </span>Usage summary</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><thead><tr><th>Element + </div><h4 id="usage-summary"><span class="secno">4.6.25 </span>Usage summary</h4><p><i>This section is non-normative.</i></p><table><thead><tr><th>Element </th><th>Purpose </th><th>Example </th></tr></thead><tbody><tr><td><code><a href="#the-a-element">a</a></code> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- scripting-1.html 23 Aug 2010 22:46:48 -0000 1.14 +++ scripting-1.html 8 Sep 2010 09:25:47 -0000 1.15 @@ -325,7 +325,7 @@ <ol><li><a href="scripting-1.html#script"><span class="secno">4.3.1 </span>The <code>script</code> element</a> <ol><li><a href="scripting-1.html#scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</a></li><li><a href="scripting-1.html#restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span>Restrictions for contents of <code>script</code> elements</a></li><li><a href="scripting-1.html#inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span>Inline documentation for external scripts</a></li></ol></li><li><a href="scripting-1.html#the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></li></ol></li></ol></li></ol></div> - <h3 id="scripting-1"><span class="secno">4.3 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Scripts allow authors to add interactivity to their documents.</p><p>Authors are encouraged to use declarative alternatives to + <h3 id="scripting-1"><span class="secno">4.3 </span>Scripting</h3><p>Scripts allow authors to add interactivity to their documents.</p><p>Authors are encouraged to use declarative alternatives to scripting where possible, as declarative mechanisms are often more maintainable, and many users disable scripting.</p><div class="example"> <p>For example, instead of using script to show or hide a section @@ -337,7 +337,7 @@ dynamically resort the table, the link could also be made to function without scripts by requesting the sorted table from the server.</p> - </div><h4 id="script"><span class="secno">4.3.1 </span>The <dfn><code>script</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="script"><span class="secno">4.3.1 </span>The <dfn><code>script</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> @@ -973,7 +973,7 @@ </script> </form></pre> - </div><h5 id="scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h5 id="scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</h5><div class="impl"> <p>A user agent is said to <dfn id="support-the-scripting-language">support the scripting language</dfn> if <var><a href="#the-script-block-s-type">the script block's type</a></var> is an <a href="infrastructure.html#ascii-case-insensitive">ASCII @@ -1014,7 +1014,7 @@ parameter for the purpose of comparing <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> here.</p> - </div><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn title="script content restrictions">Restrictions for contents of <code>script</code> elements</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="infrastructure.html#textcontent">textContent</a></code> of a <code><a href="#script">script</a></code> element must match the + </div><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn title="script content restrictions">Restrictions for contents of <code>script</code> elements</dfn></h5><p>The <code><a href="infrastructure.html#textcontent">textContent</a></code> of a <code><a href="#script">script</a></code> element must match the <code title="">script</code> production in the following ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a></p><pre>script = data1 *( escape [ script-start data3 ] "-->" data1 ) [ escape ] escape = "<!--" data2 *( script-start data3 script-end data2 ) @@ -1054,7 +1054,7 @@ tag-end =/ %x002F ; U+002F SOLIDUS (/) tag-end =/ %x003E ; U+003E GREATER-THAN SIGN (>)</pre><p>When a <code><a href="#script">script</a></code> element contains <a href="#inline-documentation-for-external-scripts">script documentation</a>, there are further restrictions on the contents - of the element, as described in the section below.</p><h5 id="inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span><dfn title="script documentation">Inline documentation for external scripts</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>If a <code><a href="#script">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is specified, then the + of the element, as described in the section below.</p><h5 id="inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span><dfn title="script documentation">Inline documentation for external scripts</dfn></h5><p>If a <code><a href="#script">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is specified, then the contents of the <code><a href="#script">script</a></code> element, if any, must be such that the value of the <code title="dom-script-text"><a href="#dom-script-text">text</a></code> IDL attribute, which is derived from the element's contents, matches the @@ -1093,7 +1093,7 @@ // e.stop(); </script></pre> - </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/117">ISSUE-117</a> (deprecate-noscript) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/117">ISSUE-117</a> (deprecate-noscript) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- the-map-element.html 24 Aug 2010 22:26:33 -0000 1.13 +++ the-map-element.html 8 Sep 2010 09:25:49 -0000 1.14 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><ol><li><a href="the-map-element.html#the-map-element"><span class="secno">4.8.11 </span>The <code>map</code> element</a></li><li><a href="the-map-element.html#the-area-element"><span class="secno">4.8.12 </span>The <code>area</code> element</a></li><li><a href="the-map-element.html#image-maps"><span class="secno">4.8.13 </span>Image maps</a> <ol><li><a href="the-map-element.html#authoring"><span class="secno">4.8.13.1 </span>Authoring</a></li><li><a href="the-map-element.html#processing-model"><span class="secno">4.8.13.2 </span>Processing model</a></li></ol></li><li><a href="the-map-element.html#mathml"><span class="secno">4.8.14 </span>MathML</a></li><li><a href="the-map-element.html#svg-0"><span class="secno">4.8.15 </span>SVG</a></li><li><a href="the-map-element.html#dimension-attributes"><span class="secno">4.8.16 </span>Dimension attributes</a></li></ol></li></ol></li></ol></div> - <h4 id="the-map-element"><span class="secno">4.8.11 </span>The <dfn><code>map</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h4 id="the-map-element"><span class="secno">4.8.11 </span>The <dfn><code>map</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: <a href="content-models.html#phrasing-content">phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -385,7 +385,7 @@ <p>The IDL attribute <dfn id="dom-map-name" title="dom-map-name"><code>name</code></dfn> must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> - </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -560,14 +560,14 @@ same as setting the element's <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute to the new output value.</p> - </div><h4 id="image-maps"><span class="secno">4.8.13 </span>Image maps</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- TESTS + </div><h4 id="image-maps"><span class="secno">4.8.13 </span>Image maps</h4><!-- TESTS http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0A%3Cimg%20src%3D%22http%3A//hixie.ch/resources/images/smallcats%22%20usemap%3D%23a%20onclick%3Dw%28%27img%27%29%3E%0A%3Cmap%20name%3Da%3E%0A%20%3Carea%20onclick%3Dw%28%271%27%29%20coords%3D%270%25%200%25%20100%25%20100%25%27%20href%3Djavascript%3A%3E%0A%3C/map%3E http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0A%3Cbody%20onfocus%3D%22w%28document.activeElement.tagName%29%22%3E%0A%3Cimg%20src%3D%22http%3A//hixie.ch/resources/images/smallcats%22%20usemap%3D%23a%20onclick%3Dw%28%27img%27%29%20onfocus%3D%22w%28document.activeElement.tagName%29%22%3E%0A%3Cimg%20src%3D%22http%3A//hixie.ch/resources/images/sample%22%20usemap%3D%23a%20onclick%3Dw%28%27img%27%29%20onfocus%3D%22w%28document.activeElement.tagName%29%22%3E%0A%3Cmap%20name%3Da%20onfocus%3D%22w%28document.activeElement.tagName%29%22%3E%0A%20%3Carea%20onclick%3Dw%28%271%27%29%20coords%3D%270%200%2050%2050%27%20href%3Djavascript%3A%20onfocus%3D%22w%28document.activeElement.tagName%29%22%3E%0A%3C/map%3E%0A%3Cscript%3E%0A%20var%20x%20%3D%20document.getElementsByTagName%28%27img%27%29%5B0%5D%3B%0A%20x.parentNode.appendChild%28x%29%3B%0A%20document.getElementsByTagName%28%27area%27%29%5B0%5D.focus%28%29%3B%0A%3C/script%3E http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3Ex%3Cmap%3E%3Carea%20shape%3Dpolyg%20coords%3D%221%2C2%203%22%3E%3C/map%3E%0A%3Cscript%3Ex%20%3D%20document.getElementsByTagName%28%27area%27%29%5B0%5D%3B%20w%28x.shape%20+%20%27%20%27%20+%20x.coords%29%3C/script%3E http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0D%0A%3Cp%3E%3Cimg%20src%3D%22http%3A//hixie.ch/resources/images/astrophy/128%22%20usemap%3D%23a%3E%0D%0A%3Cmap%20name%3Da%3E%3Carea%20shape%3Dcirc%20coords%3D%2220%2C20%2C10%25%22%20href%3D%23%3E%3Carea%20shape%3Dcirc%20coords%3D%2220%2C20%2C10%22%20href%3D%23%3E%3C/map%3E%0D%0A%3Cscript%3Edocument.write%28document.getElementsByTagName%28%27area%27%29%5B0%5D.coords%29%3C/script%3E --><div class="impl"> - <h5 id="authoring"><span class="secno">4.8.13.1 </span>Authoring</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="authoring"><span class="secno">4.8.13.1 </span>Authoring</h5> </div><p>An <dfn id="image-map">image map</dfn> allows geometric areas on an image to be associated with <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><p>An image, in the form of an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element or an @@ -601,7 +601,7 @@ </div><div class="impl"> - <h5 id="processing-model"><span class="secno">4.8.13.2 </span>Processing model</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="processing-model"><span class="secno">4.8.13.2 </span>Processing model</h5> <p>If an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element or an <code><a href="the-iframe-element.html#the-object-element">object</a></code> element representing an image has a <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute specified, @@ -797,7 +797,7 @@ user agent must act as if it had rerun the algorithms for image maps.</p> - </div><h4 id="mathml"><span class="secno">4.8.14 </span>MathML</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="math"><code>math</code></dfn> element from the <a href="namespaces.html#mathml-namespace">MathML + </div><h4 id="mathml"><span class="secno">4.8.14 </span>MathML</h4><p>The <dfn id="math"><code>math</code></dfn> element from the <a href="namespaces.html#mathml-namespace">MathML namespace</a> falls into the <a href="content-models.html#embedded-content">embedded content</a>, <a href="content-models.html#phrasing-content">phrasing content</a>, and <a href="content-models.html#flow-content">flow content</a> categories for the purposes of the content models in this @@ -859,7 +859,7 @@ </body> </html></pre> - </div><h4 id="svg-0"><span class="secno">4.8.15 </span>SVG</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="svg"><code>svg</code></dfn> element from the <a href="namespaces.html#svg-namespace">SVG + </div><h4 id="svg-0"><span class="secno">4.8.15 </span>SVG</h4><p>The <dfn id="svg"><code>svg</code></dfn> element from the <a href="namespaces.html#svg-namespace">SVG namespace</a> falls into the <a href="content-models.html#embedded-content">embedded content</a>, <a href="content-models.html#phrasing-content">phrasing content</a>, and <a href="content-models.html#flow-content">flow content</a> categories for the purposes of the content models in this @@ -882,7 +882,7 @@ <code>foreignObject</code> element. <em>This</em> specification does not define any processing for elements in SVG fragments that are not in the HTML namespace; they are considered neither conforming nor - non-conforming from the perspective of this specification.</p><h4 id="dimension-attributes"><span class="secno">4.8.16 </span><dfn>Dimension attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><span class="impl"><strong>Author requirements</strong>:</span> + non-conforming from the perspective of this specification.</p><h4 id="dimension-attributes"><span class="secno">4.8.16 </span><dfn>Dimension attributes</dfn></h4><p><span class="impl"><strong>Author requirements</strong>:</span> The <dfn id="attr-dim-width" title="attr-dim-width"><code>width</code></dfn> and <dfn id="attr-dim-height" title="attr-dim-height"><code>height</code></dfn> attributes on <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="video.html#video">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a> state, Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.867 retrieving revision 1.868 diff -u -d -r1.867 -r1.868 --- the-canvas-element.html 24 Aug 2010 20:06:37 -0000 1.867 +++ the-canvas-element.html 8 Sep 2010 09:25:48 -0000 1.868 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><ol><li><a href="the-canvas-element.html#the-canvas-element"><span class="secno">4.8.10 </span>The <code>canvas</code> element</a> <ol><li><a href="the-canvas-element.html#color-spaces-and-color-correction"><span class="secno">4.8.10.1 </span>Color spaces and color correction</a></li><li><a href="the-canvas-element.html#security-with-canvas-elements"><span class="secno">4.8.10.2 </span>Security with <code>canvas</code> elements</a></li></ol></li></ol></li></ol></li></ol></div> - <h4 id="the-canvas-element"><span class="secno">4.8.10 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + <h4 id="the-canvas-element"><span class="secno">4.8.10 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -601,7 +601,7 @@ </div><div class="impl"> - <h5 id="color-spaces-and-color-correction"><span class="secno">4.8.10.1 </span>Color spaces and color correction</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="color-spaces-and-color-correction"><span class="secno">4.8.10.1 </span>Color spaces and color correction</h5> <p>The <code><a href="#the-canvas-element">canvas</a></code> APIs must perform color correction at only two points: when rendering images with their own gamma @@ -640,7 +640,7 @@ </div><div class="impl"> - <h5 id="security-with-canvas-elements"><span class="secno">4.8.10.2 </span>Security with <code><a href="#the-canvas-element">canvas</a></code> elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="security-with-canvas-elements"><span class="secno">4.8.10.2 </span>Security with <code><a href="#the-canvas-element">canvas</a></code> elements</h5> <p><strong>Information leakage</strong> can occur if scripts from one <a href="origin-0.html#origin">origin</a> can access information (e.g. read pixels) Index: toc-status.xml =================================================================== RCS file: /sources/public/html5/spec/toc-status.xml,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- toc-status.xml 16 Aug 2010 22:06:46 -0000 1.91 +++ toc-status.xml 8 Sep 2010 09:25:50 -0000 1.92 @@ -455,38 +455,38 @@ <li><a href="#alt"><span class="secno">4.8.1.1</span> Requirements for providing text to act as an alternative for images</a> <ol> -<li><a href="#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1</span> A link or button containing nothing but +<li><a href="#general-guidelines"><span class="secno">4.8.1.1.1</span> General guidelines</a></li> +<li><a href="#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2</span> A link or button containing nothing but the image</a></li> <li><a href="#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"> -<span class="secno">4.8.1.1.2</span> A phrase or paragraph with an +<span class="secno">4.8.1.1.3</span> A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li> <li><a href="#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"> -<span class="secno">4.8.1.1.3</span> A short phrase or label with +<span class="secno">4.8.1.1.4</span> A short phrase or label with an alternative graphical representation: icons, logos</a></li> <li><a href="#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"> -<span class="secno">4.8.1.1.4</span> Text that has been rendered to +<span class="secno">4.8.1.1.5</span> Text that has been rendered to a graphic for typographical effect</a></li> <li><a href="#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno"> -4.8.1.1.5</span> A graphical representation of some of the +4.8.1.1.6</span> A graphical representation of some of the surrounding text</a></li> <li><a href="#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno"> -4.8.1.1.6</span> A purely decorative image that doesn't add any +4.8.1.1.7</span> A purely decorative image that doesn't add any information</a></li> <li><a href="#a-group-of-images-that-form-a-single-larger-picture-with-no-links"> -<span class="secno">4.8.1.1.7</span> A group of images that form a +<span class="secno">4.8.1.1.8</span> A group of images that form a single larger picture with no links</a></li> <li><a href="#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno"> -4.8.1.1.8</span> A group of images that form a single larger +4.8.1.1.9</span> A group of images that form a single larger picture with links</a></li> -<li><a href="#a-key-part-of-the-content"><span class="secno">4.8.1.1.9</span> A key part of the content</a></li> -<li><a href="#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.10</span> An image not intended for the +<li><a href="#a-key-part-of-the-content"><span class="secno">4.8.1.1.10</span> A key part of the content</a></li> +<li><a href="#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11</span> An image not intended for the user</a></li> <li><a href="#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"> -<span class="secno">4.8.1.1.11</span> An image in an e-mail or +<span class="secno">4.8.1.1.12</span> An image in an e-mail or private document intended for a specific person who is known to be able to view images</a></li> -<li><a href="#general-guidelines"><span class="secno">4.8.1.1.12</span> General guidelines</a></li> <li><a href="#guidance-for-markup-generators"><span class="secno">4.8.1.1.13</span> Guidance for markup generators</a></li> <li><a href="#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14</span> Guidance for conformance checkers</a></li> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.994 retrieving revision 1.995 diff -u -d -r1.994 -r1.995 --- tabular-data.html 28 Aug 2010 13:50:45 -0000 1.994 +++ tabular-data.html 8 Sep 2010 09:25:48 -0000 1.995 @@ -325,7 +325,7 @@ <ol><li><a href="tabular-data.html#the-table-element"><span class="secno">4.9.1 </span>The <code>table</code> element</a></li><li><a href="tabular-data.html#the-caption-element"><span class="secno">4.9.2 </span>The <code>caption</code> element</a></li><li><a href="tabular-data.html#the-colgroup-element"><span class="secno">4.9.3 </span>The <code>colgroup</code> element</a></li><li><a href="tabular-data.html#the-col-element"><span class="secno">4.9.4 </span>The <code>col</code> element</a></li><li><a href="tabular-data.html#the-tbody-element"><span class="secno">4.9.5 </span>The <code>tbody</code> element</a></li><li><a href="tabular-data.html#the-thead-element"><span class="secno">4.9.6 </span>The <code>thead</code> element</a></li><li><a href="tabular-data.html#the-tfoot-element"><span class="secno">4.9.7 </span>The <code>tfoot</code> element</a></li><li><a href="tabular-data.html#the-tr-element"><span class="secno">4.9.8 </span>The <code>tr</code> element</a></li><li><a href="tabular-data.html#the-tdelement"><span class="secno">4.9.9 </span>The <code>td</code> element</a></li><li><a href="tabular-data.html#the-th-element"><span class="secno">4.9.10 </span>The <code>th</code> element</a></li><li><a href="tabular-data.html#attributes-common-to-td-and-th-elements"><span class="secno">4.9.11 </span>Attributes common to <code>td</code> and <code>th</code> elements</a></li><li><a href="tabular-data.html#processing-model-0"><span class="secno">4.9.12 </span>Processing model</a> <ol><li><a href="tabular-data.html#forming-a-table"><span class="secno">4.9.12.1 </span>Forming a table</a></li><li><a href="tabular-data.html#header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</a></li></ol></li><li><a href="tabular-data.html#examples"><span class="secno">4.9.13 </span>Examples</a></li></ol></li></ol></li></ol></div> - <h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span></p><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + <h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span></p><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -901,7 +901,7 @@ </table> </section></pre> - </div><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As the first element child of a <code><a href="#the-table-element">table</a></code> element.</dd> @@ -948,7 +948,7 @@ </caption></pre> - </div><h4 id="the-colgroup-element"><span class="secno">4.9.3 </span>The <dfn><code>colgroup</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-colgroup-element"><span class="secno">4.9.3 </span>The <dfn><code>colgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any @@ -982,7 +982,7 @@ same name. The value must be <a href="common-dom-interfaces.html#limited-to-only-non-negative-numbers-greater-than-zero">limited to only non-negative numbers greater than zero</a>.</p> - </div><h4 id="the-col-element"><span class="secno">4.9.4 </span>The <dfn><code>col</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-col-element"><span class="secno">4.9.4 </span>The <dfn><code>col</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-colgroup-element">colgroup</a></code> element that doesn't have @@ -1015,7 +1015,7 @@ same name. The value must be <a href="common-dom-interfaces.html#limited-to-only-non-negative-numbers-greater-than-zero">limited to only non-negative numbers greater than zero</a>.</p> - </div><h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any @@ -1094,7 +1094,7 @@ to the number of elements in the <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code> collection, the method must instead raise an <code><a href="common-dom-interfaces.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> - </div><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any @@ -1118,7 +1118,44 @@ <p>The <code><a href="#the-thead-element">thead</a></code> element takes part in the <a href="#table-model">table model</a>.</p> - </div><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><div class="example"> + + <p>This example shows a <code><a href="#the-thead-element">thead</a></code> element being used. + Notice the use of both <code><a href="#the-th-element">th</a></code> and <code><a href="#the-td-element">td</a></code> elements + in the <code><a href="#the-thead-element">thead</a></code> element: the first row is the headers, + and the second row is an explanation of how to fill in the + table.</p> + + <pre><table> + <caption> School auction sign-up sheet </caption> +<strong> <thead> + <tr> + <th><label for=e1>Name</label> + <th><label for=e2>Product</label> + <th><label for=e3>Picture</label> + <th><label for=e4>Price</label> + <tr> + <td>Your name here + <td>What are you selling? + <td>Link to a picture + <td>Your reserve price +</strong> <tbody> + <tr> + <td>Ms Danus + <td>Doughnuts + <td><img src="http://example.com/mydoughnuts.png" title="Doughnuts from Ms Danus"> + <td>$45 + <tr> + <td><input id=e1 type=text name=who required form=f> + <td><input id=e2 type=text name=what required form=f> + <td><input id=e3 type=url name=pic form=f> + <td><input id=e4 type=number step=0.01 min=0 value=0 required form=f> +</table> +<form id=f action="/auction.cgi"> + <input type=button name=add value="Submit"> +</form></pre> + + </div><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any @@ -1146,7 +1183,7 @@ <p>The <code><a href="#the-tfoot-element">tfoot</a></code> element takes part in the <a href="#table-model">table model</a>.</p> - </div><h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-thead-element">thead</a></code> element.</dd> @@ -1157,8 +1194,7 @@ elements, but only if there are no <code><a href="#the-tbody-element">tbody</a></code> elements that are children of the <code><a href="#the-table-element">table</a></code> element.</dd> <dt>Content model:</dt> - <dd>When the parent node is a <code><a href="#the-thead-element">thead</a></code> element: Zero or more <code><a href="#the-th-element">th</a></code> elements</dd> - <dd>Otherwise: Zero or more <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> elements</dd> + <dd>Zero or more <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> elements</dd> <dt>Content attributes:</dt> <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> @@ -1286,7 +1322,7 @@ to the number of elements in the <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> collection, the method must instead raise an <code><a href="common-dom-interfaces.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> - </div><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd> @@ -1307,7 +1343,7 @@ <p>The <code><a href="#the-td-element">td</a></code> element and its <code title="attr-tdth-colspan"><a href="#attr-tdth-colspan">colspan</a></code>, <code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan">rowspan</a></code>, and <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attributes take part in the <a href="#table-model">table model</a>.</p> - </div><h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd> @@ -1412,7 +1448,7 @@ them.</p> <!-- image source: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/151 --> - <img alt="" src="http://dev.w3.org/html5/spec/images/table-scope-diagram.png"><!-- (alt is empty because the diagram is completely described by the previous paragraphs) --></div><h4 id="attributes-common-to-td-and-th-elements"><span class="secno">4.9.11 </span>Attributes common to <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements may have a <dfn id="attr-tdth-colspan" title="attr-tdth-colspan"><code>colspan</code></dfn> content + <img alt="" src="http://dev.w3.org/html5/spec/images/table-scope-diagram.png"><!-- (alt is empty because the diagram is completely described by the previous paragraphs) --></div><h4 id="attributes-common-to-td-and-th-elements"><span class="secno">4.9.11 </span>Attributes common to <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements</h4><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements may have a <dfn id="attr-tdth-colspan" title="attr-tdth-colspan"><code>colspan</code></dfn> content attribute specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a> greater than zero.</p><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements may also have a <dfn id="attr-tdth-rowspan" title="attr-tdth-rowspan"><code>rowspan</code></dfn> content @@ -1489,7 +1525,7 @@ </div><div class="impl"> - <h4 id="processing-model-0"><span class="secno">4.9.12 </span>Processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="processing-model-0"><span class="secno">4.9.12 </span>Processing model</h4> <p>The various table elements and their content attributes together define the <dfn id="table-model">table model</dfn>.</p> @@ -1561,7 +1597,7 @@ descendants. Documents must not have table model errors.</p> - <h5 id="forming-a-table"><span class="secno">4.9.12.1 </span>Forming a table</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="forming-a-table"><span class="secno">4.9.12.1 </span>Forming a table</h5> <p>To determine which elements correspond to which slots in a <a href="#concept-table" title="concept-table">table</a> associated with a <code><a href="#the-table-element">table</a></code> element, to determine the dimensions of the table @@ -2138,7 +2174,7 @@ - <h5 id="header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="header-and-data-cell-semantics"><span class="secno">4.9.12.2 </span>Forming relationships between data cells and header cells</h5> <p>Each cell can be assigned zero or more header cells. The <dfn id="algorithm-for-assigning-header-cells">algorithm for assigning header cells</dfn> to a cell <var title="">principal cell</var> is as follows.</p> @@ -2484,7 +2520,7 @@ elements and its text content, if any, consists only of <a href="common-microsyntaxes.html#white_space">White_Space</a> characters.</p> - </div><h4 id="examples"><span class="secno">4.9.13 </span>Examples</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The following shows how might one mark up the bottom part of + </div><h4 id="examples"><span class="secno">4.9.13 </span>Examples</h4><p><i>This section is non-normative.</i></p><p>The following shows how might one mark up the bottom part of table 45 of the <cite>Smithsonian physical tables, Volume 71</cite>:</p><!-- Smithsonian physical tables, Volume 71: By Smithsonian Institution, Frederick Eugene Fowle; page 76 --><!-- from the reprint of the seventh revised edition; publication 2539, published 1921 --><pre><table> <caption>Specification values: <b>Steel</b>, <b>Castings</b>, Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- the-iframe-element.html 11 Aug 2010 03:56:46 -0000 1.14 +++ the-iframe-element.html 8 Sep 2010 09:25:48 -0000 1.15 @@ -323,7 +323,7 @@ <a href="video.html">4.8.6 The video element →</a> <ol class="toc"><li><ol><li><ol><li><a href="the-iframe-element.html#the-iframe-element"><span class="secno">4.8.2 </span>The <code>iframe</code> element</a></li><li><a href="the-iframe-element.html#the-embed-element"><span class="secno">4.8.3 </span>The <code>embed</code> element</a></li><li><a href="the-iframe-element.html#the-object-element"><span class="secno">4.8.4 </span>The <code>object</code> element</a></li><li><a href="the-iframe-element.html#the-param-element"><span class="secno">4.8.5 </span>The <code>param</code> element</a></li></ol></li></ol></li></ol></div> - <h4 id="the-iframe-element"><span class="secno">4.8.2 </span>The <dfn><code>iframe</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/100">ISSUE-100</a> (srcdoc) and <a href="http://www.w3.org/html/wg/tracker/issues/103">ISSUE-103</a> (srcdoc-xml-escaping) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + <h4 id="the-iframe-element"><span class="secno">4.8.2 </span>The <dfn><code>iframe</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/100">ISSUE-100</a> (srcdoc) and <a href="http://www.w3.org/html/wg/tracker/issues/103">ISSUE-103</a> (srcdoc-xml-escaping) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -812,7 +812,7 @@ <p class="warning">These flags only take effect when the <a href="browsers.html#nested-browsing-context">nested browsing context</a> of the <code><a href="#the-iframe-element">iframe</a></code> is - <a href="history.html#navigate" title="navigate">navigated</a>. Removing then, or removing + <a href="history.html#navigate" title="navigate">navigated</a>. Removing them, or removing the entire <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, has no effect on an already-loaded page.</p> @@ -1069,7 +1069,7 @@ <pre><iframe src="http://ads.example.com/?customerid=923513721&amp;format=banner" width="468" height="60"></iframe></pre> - </div><h4 id="the-embed-element"><span class="secno">4.8.3 </span>The <dfn><code>embed</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- (v2?) + </div><h4 id="the-embed-element"><span class="secno">4.8.3 </span>The <dfn><code>embed</code></dfn> element</h4><!-- (v2?) we have all kinds of quirks we should define if they come up during testing, as e.g. shown in: http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsObjectFrame.cpp @@ -1330,7 +1330,7 @@ <param name="quality" value="high"> </object></pre> - </div><h4 id="the-object-element"><span class="secno">4.8.4 </span>The <dfn><code>object</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-object-element"><span class="secno">4.8.4 </span>The <dfn><code>object</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -2021,7 +2021,7 @@ </object> </p></pre> - </div><h4 id="the-param-element"><span class="secno">4.8.5 </span>The <dfn><code>param</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-param-element"><span class="secno">4.8.5 </span>The <dfn><code>param</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of an <code><a href="#the-object-element">object</a></code> element, before any <a href="content-models.html#flow-content">flow content</a>.</dd> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- association-of-controls-and-forms.html 28 Aug 2010 13:50:44 -0000 1.25 +++ association-of-controls-and-forms.html 8 Sep 2010 09:25:42 -0000 1.26 @@ -326,7 +326,7 @@ <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.20.1 </span>Definitions</a></li><li><a href="association-of-controls-and-forms.html#constraint-validation"><span class="secno">4.10.20.2 </span>Constraint validation</a></li><li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.20.3 </span>The constraint validation API</a></li><li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.20.4 </span>Security</a></li></ol></li><li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.21 </span>Form submission</a> <ol><li><a href="association-of-controls-and-forms.html#introduction-1"><span class="secno">4.10.21.1 </span>Introduction</a></li><li><a href="association-of-controls-and-forms.html#implicit-submission"><span class="secno">4.10.21.2 </span>Implicit submission</a></li><li><a href="association-of-controls-and-forms.html#form-submission-algorithm"><span class="secno">4.10.21.3 </span>Form submission algorithm</a></li><li><a href="association-of-controls-and-forms.html#url-encoded-form-data"><span class="secno">4.10.21.4 </span>URL-encoded form data</a></li><li><a href="association-of-controls-and-forms.html#multipart-form-data"><span class="secno">4.10.21.5 </span>Multipart form data</a></li><li><a href="association-of-controls-and-forms.html#plain-text-form-data"><span class="secno">4.10.21.6 </span>Plain text form data</a></li></ol></li><li><a href="association-of-controls-and-forms.html#resetting-a-form"><span class="secno">4.10.22 </span>Resetting a form</a></li><li><a href="association-of-controls-nd-forms.html#event-dispatch"><span class="secno">4.10.23 </span>Event dispatch</a></li></ol></li></ol></li></ol></div> - <h4 id="association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <a href="forms.html#form-associated-element">form-associated element</a> can have a relationship + <h4 id="association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</h4><p>A <a href="forms.html#form-associated-element">form-associated element</a> can have a relationship with a <code><a href="forms.html#the-form-element">form</a></code> element, which is called the element's <dfn id="form-owner">form owner</dfn>. If a <a href="forms.html#form-associated-element">form-associated element</a> is not associated with a <code><a href="forms.html#the-form-element">form</a></code> element, its <a href="#form-owner">form @@ -461,7 +461,7 @@ on getting, must return the element's <a href="#form-owner">form owner</a>, or null if there isn't one.</p> - </div><h4 id="attributes-common-to-form-controls"><span class="secno">4.10.19 </span><dfn>Attributes common to form controls</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-fe-name" title="attr-fe-name"><code>name</code></dfn> content + </div><h4 id="attributes-common-to-form-controls"><span class="secno">4.10.19 </span><dfn>Attributes common to form controls</dfn></h4><h5 id="naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</h5><p>The <dfn id="attr-fe-name" title="attr-fe-name"><code>name</code></dfn> content attribute gives the name of the form control, as used in <a href="#form-submission">form submission</a> and in the <code><a href="forms.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="forms.html#dom-form-elements">elements</a></code> object. If the attribute is specified, its value must not be the empty string.</p><p>Any non-empty value for <code title="attr-form-name"><a href="forms.html#attr-form-name">name</a></code> @@ -485,7 +485,7 @@ <p>The <dfn id="dom-fe-name" title="dom-fe-name"><code>name</code></dfn> IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> content attribute.</p> - </div><h5 id="enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-fe-disabled" title="attr-fe-disabled"><code>disabled</code></dfn> + </div><h5 id="enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</h5><p>The <dfn id="attr-fe-disabled" title="attr-fe-disabled"><code>disabled</code></dfn> content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>.</p><p>A form control is <dfn id="concept-fe-disabled" title="concept-fe-disabled">disabled</dfn> if its <code title="attr-fe-disabled"><a href="#attr-fe-disabled">disabled</a></code> attribute is set, or if it is a descendant of a <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element @@ -513,7 +513,7 @@ is only used by <code><a href="the-input-element.html#the-input-element">input</a></code> elements.) These are used to describe how the user interacts with the control.</p> - </div><h5 id="autofocusing-a-form-control"><span class="secno">4.10.19.4 </span>Autofocusing a form control</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2: Apply this to contentEditable elements --><p>The <dfn id="attr-fe-autofocus" title="attr-fe-autofocus"><code>autofocus</code></dfn> + </div><h5 id="autofocusing-a-form-control"><span class="secno">4.10.19.4 </span>Autofocusing a form control</h5><!-- v2: Apply this to contentEditable elements --><p>The <dfn id="attr-fe-autofocus" title="attr-fe-autofocus"><code>autofocus</code></dfn> content attribute allows the author to indicate that a control is to be focused as soon as the page is loaded, allowing the user to just start typing without having to manually focus the main control.</p><p>The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute is @@ -559,7 +559,7 @@ the document was loaded.</p> <pre><input maxlength="256" name="q" value="" autofocus> <input type="submit" value="Search"></pre> - </div><h5 id="limiting-user-input-length"><span class="secno">4.10.19.5 </span>Limiting user input length</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</dfn>, controlled by a <var title="">dirty value flag</var> declares a limit on the number of + </div><h5 id="limiting-user-input-length"><span class="secno">4.10.19.5 </span>Limiting user input length</h5><p>A <dfn id="attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</dfn>, controlled by a <var title="">dirty value flag</var> declares a limit on the number of characters a user can input.</p><p>If an element has its <a href="#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> specified, the attribute's value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative @@ -580,7 +580,7 @@ <a href="common-microsyntaxes.html#code-point-length">code-point length</a> is greater than the element's <a href="#maximum-allowed-value-length">maximum allowed value length</a>.</p> - </div><h5 id="form-submission-0"><span class="secno">4.10.19.6 </span>Form submission</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="attributes-for-form-submission">Attributes for form submission</dfn> can be specified both + </div><h5 id="form-submission-0"><span class="secno">4.10.19.6 </span>Form submission</h5><p><dfn id="attributes-for-form-submission">Attributes for form submission</dfn> can be specified both on <code><a href="forms.html#the-form-element">form</a></code> elements and on <a href="forms.html#concept-submit-button" title="concept-submit-button">submit buttons</a> (elements that represent buttons that submit forms, e.g. an <code><a href="the-input-element.html#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is @@ -697,7 +697,7 @@ attribute. The <dfn id="dom-fs-formtarget" title="dom-fs-formTarget"><code>formTarget</code></dfn> IDL attribute must reflect the <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code> content attribute. - </p></div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </p></div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><div class="impl"> <p>A <a href="forms.html#category-listed" title="category-listed">listed form-associated element</a> is a <dfn id="candidate-for-constraint-validation">candidate for constraint validation</dfn> @@ -779,7 +779,7 @@ </div><div class="impl"> - <h5 id="constraint-validation"><span class="secno">4.10.20.2 </span>Constraint validation</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="constraint-validation"><span class="secno">4.10.20.2 </span>Constraint validation</h5> <p>When the user agent is required to <dfn id="statically-validate-the-constraints">statically validate the constraints</dfn> of <code><a href="forms.html#the-form-element">form</a></code> element <var title="">form</var>, it must run the following steps, which return @@ -859,7 +859,7 @@ <li><p>Return a <i>negative</i> result.</p></li> - </ol></div><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.3 </span>The <dfn>constraint validation API</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code></dt> + </ol></div><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.3 </span>The <dfn>constraint validation API</dfn></h5><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code></dt> <dd> @@ -1086,9 +1086,9 @@ hostile users, and unintentionally bypassed by users of older user agents or automated tools that do not implement these features. The constraint validation features are only intended to improve the user - experience, not to provide any kind of security mechanism.</p><h4 id="form-submission"><span class="secno">4.10.21 </span><dfn>Form submission</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + experience, not to provide any kind of security mechanism.</p><h4 id="form-submission"><span class="secno">4.10.21 </span><dfn>Form submission</dfn></h4><div class="impl"> - <h5 id="introduction-1"><span class="secno">4.10.21.1 </span>Introduction</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="introduction-1"><span class="secno">4.10.21.1 </span>Introduction</h5> </div><p><i>This section is non-normative.</i></p><p>When a form is submitted, the data in the form is converted into the structure specified by the <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a>, and then sent to the @@ -1114,7 +1114,7 @@ fur ------kYFrd4jNJEgCervE--</pre><div class="impl"> - <h5 id="implicit-submission"><span class="secno">4.10.21.2 </span>Implicit submission</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="implicit-submission"><span class="secno">4.10.21.2 </span>Implicit submission</h5> <p>User agents may establish a <a href="forms.html#concept-button" title="concept-button">button</a> in each form as being the form's <dfn id="default-button">default button</dfn>. This should be the first <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> in <a href="infrastructure.html#tree-order">tree @@ -1140,7 +1140,7 @@ </div><div class="impl"> - <h5 id="form-submission-algorithm"><span class="secno">4.10.21.3 </span>Form submission algorithm</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="form-submission-algorithm"><span class="secno">4.10.21.3 </span>Form submission algorithm</h5> <p>When a <code><a href="forms.html#the-form-element">form</a></code> element <var title="">form</var> is <dfn id="concept-form-submit" title="concept-form-submit">submitted</dfn> from an element <var title="">submitter</var> (typically a button), optionally with a <var title="">scripted-submit</var> flag set, the user agent must @@ -1311,8 +1311,8 @@ there are no <a href="number-state.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>, then append an entry in the <var title="">form data set</var> with the <var title="">name</var> as the name, the empty string - as the value, and <code title="">application/octet-stream</code> - as the type.</p></li> + as the value, and <code>application/octet-stream</code> as the + type.</p></li> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=529859 --> <li><p>Otherwise, if the <var title="">field</var> element is an @@ -1685,7 +1685,7 @@ </ol></div><div class="impl"> - <h5 id="url-encoded-form-data"><span class="secno">4.10.21.4 </span>URL-encoded form data</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="url-encoded-form-data"><span class="secno">4.10.21.4 </span>URL-encoded form data</h5> <p>The <dfn id="application-x-www-form-urlencoded-encoding-algorithm"><code title="">application/x-www-form-urlencoded</code> encoding algorithm</dfn> is as follows:</p> @@ -1813,7 +1813,7 @@ </ol></div><div class="impl"> - <h5 id="multipart-form-data"><span class="secno">4.10.21.5 </span>Multipart form data</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="multipart-form-data"><span class="secno">4.10.21.5 </span>Multipart form data</h5> <p>The <dfn id="multipart-form-data-encoding-algorithm"><code title="">multipart/form-data</code> encoding algorithm</dfn> is to encode the <var title="">form data set</var> @@ -1834,7 +1834,7 @@ </div><div class="impl"> - <h5 id="plain-text-form-data"><span class="secno">4.10.21.6 </span>Plain text form data</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="plain-text-form-data"><span class="secno">4.10.21.6 </span>Plain text form data</h5> <p>The <dfn id="text-plain-encoding-algorithm"><code title="">text/plain</code> encoding algorithm</dfn> is as follows:</p> @@ -1888,7 +1888,7 @@ </ol></div><div class="impl"> - <h4 id="resetting-a-form"><span class="secno">4.10.22 </span>Resetting a form</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="resetting-a-form"><span class="secno">4.10.22 </span>Resetting a form</h4> <p>When a <code><a href="forms.html#the-form-element">form</a></code> element <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must @@ -1905,7 +1905,7 @@ </div><div class="impl"> - <h4 id="event-dispatch"><span class="secno">4.10.23 </span>Event dispatch</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="event-dispatch"><span class="secno">4.10.23 </span>Event dispatch</h4> <p>When the user agent is to <dfn id="broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</dfn> or <dfn id="broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- the-end.html 11 Aug 2010 03:56:46 -0000 1.12 +++ the-end.html 8 Sep 2010 09:25:48 -0000 1.13 @@ -326,7 +326,7 @@ <div class="impl"> - <h4 id="the-end"><span class="secno">8.2.6 </span>The end</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-end"><span class="secno">8.2.6 </span>The end</h4> <p>Once the user agent <dfn id="stop-parsing" title="stop parsing">stops parsing</dfn> the document, the user agent must run the following steps:</p> @@ -440,7 +440,7 @@ </div><div class="impl"> - <h4 id="coercing-an-html-dom-into-an-infoset"><span class="secno">8.2.7 </span>Coercing an HTML DOM into an infoset</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="coercing-an-html-dom-into-an-infoset"><span class="secno">8.2.7 </span>Coercing an HTML DOM into an infoset</h4> <p>When an application uses an <a href="parsing.html#html-parser">HTML parser</a> in conjunction with an XML pipeline, it is possible that the @@ -526,7 +526,7 @@ </div><div class="impl"> - <h4 id="an-introduction-to-error-handling-and-strange-cases-in-the-parser"><span class="secno">8.2.8 </span>An introduction to error handling and strange cases in the parser</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="an-introduction-to-error-handling-and-strange-cases-in-the-parser"><span class="secno">8.2.8 </span>An introduction to error handling and strange cases in the parser</h4> <p><i>This section is non-normative.</i></p> @@ -617,7 +617,7 @@ elements</a>, so that when the "3" is parsed, it is appended to the <code><a href="grouping-content.html#the-p-element">p</a></code> element:</p> - <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul><h5 id="unexpected-markup-in-tables"><span class="secno">8.2.8.3 </span>Unexpected markup in tables</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">1</span></li></ul></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">2</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">3</span></li></ul></li></ul></li></ul></li></ul><h5 id="unexpected-markup-in-tables"><span class="secno">8.2.8.3 </span>Unexpected markup in tables</h5> <p><i>This section is non-normative.</i></p> @@ -716,7 +716,7 @@ result in yet another <code><a href="text-level-semantics.html#the-b-element">b</a></code> element being created, this time after the table:</p> - <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="text-level-semantics.html#he-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">ccc</span></li></ul></li></ul></li></ul></li></ul><h5 id="scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">8.2.8.4 </span>Scripts that modify the page as it is being parsed</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <ul class="domTree"><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code></li><li class="t1"><code><a href="text-level-semantics.html#the-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">bbb</span></li></ul></li><li class="t1"><code><a href="tabular-data.html#the-table-element">table</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tbody-element">tbody</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-tr-element">tr</a></code><ul><li class="t1"><code><a href="tabular-data.html#the-td-element">td</a></code><ul><li class="t3"><code>#text</code>: <span title="">aaa</span></li></ul></li></ul></li></ul></li></ul></li><li class="t1"><code><a href="text-level-semantics.html#he-b-element">b</a></code><ul><li class="t3"><code>#text</code>: <span title="">ccc</span></li></ul></li></ul></li></ul></li></ul><h5 id="scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">8.2.8.4 </span>Scripts that modify the page as it is being parsed</h5> <p><i>This section is non-normative.</i></p> @@ -775,7 +775,7 @@ - <h3 id="serializing-html-fragments"><span class="secno">8.3 </span>Serializing HTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="serializing-html-fragments"><span class="secno">8.3 </span>Serializing HTML fragments</h3> <p>The following steps form the <dfn id="html-fragment-serialization-algorithm">HTML fragment serialization algorithm</dfn>. The algorithm takes as input a DOM @@ -960,7 +960,7 @@ tag for the <code><a href="grouping-content.html#the-p-element">p</a></code>).</p> - <h3 id="parsing-html-fragments"><span class="secno">8.4 </span>Parsing HTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-html-fragments"><span class="secno">8.4 </span>Parsing HTML fragments</h3> <p>The following steps form the <dfn id="html-fragment-parsing-algorithm">HTML fragment parsing algorithm</dfn>. The algorithm optionally takes as input an Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- history.html 28 Aug 2010 13:50:44 -0000 1.1004 +++ history.html 8 Sep 2010 09:25:45 -0000 1.1005 @@ -328,7 +328,7 @@ <ol><li><a href="history.html#event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</a></li></ol></li><li><a href="history.html#unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</a> <ol><li><a href="history.html#event-definition"><span class="secno">5.5.10.1 </span>Event definition</a></li></ol></li><li><a href="history.html#aborting-a-document-load"><span class="secno">5.5.11 </span>Aborting a document load</a></li></ol></li></ol></li></ol></div> - <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code><a href="infrastructure.html#document">Document</a></code>s in a <a href="browsers.html#browsing-context">browsing + <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p>The sequence of <code><a href="infrastructure.html#document">Document</a></code>s in a <a href="browsers.html#browsing-context">browsing context</a> is its <dfn id="session-history">session history</dfn>.</p><p><code><a href="#history-0">History</a></code> objects provide a representation of the pages in the session history of <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>. Each <a href="browsers.html#browsing-context">browsing @@ -416,7 +416,7 @@ entries that shared the same <code><a href="infrastructure.html#document">Document</a></code> object with it must share the new object as well.</p> - </div><h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="history-0">History</dfn> { + </div><h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> { readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>; void <a href="#dom-history-go" title="dom-history-go">go</a>(in optional long delta); void <a href="#dom-history-back" title="dom-history-back">back</a>(); @@ -475,7 +475,7 @@ <dd> - <p>Updates the current entry in the session histor to have the given data, title, and, if provided, URL.</p> + <p>Updates the current entry in the session history to have the given data, title, and, if provided, URL.</p> </dd> @@ -762,7 +762,7 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()"> </FORM></pre> - </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each <code><a href="infrastructure.html#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing + </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p>Each <code><a href="infrastructure.html#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing context</a>'s session history is associated with a unique instance of a <code><a href="#location">Location</a></code> object.</p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="#dom-document-location">location</a></code> [ = <var title="">value</var> ]</dt> <dt><var title="">window</var> . <code title="dom-location"><a href="#dom-location">location</a></code> [ = <var title="">value</var> ]</dt> @@ -976,7 +976,7 @@ </li></ul></div><div class="impl"> - <h4 id="history-notes"><span class="secno">5.4.4 </span>Implementation notes for session history</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="history-notes"><span class="secno">5.4.4 </span>Implementation notes for session history</h4> <!-- don't change the ID without updating multiple internal links --> <p><i>This section is non-normative.</i></p> @@ -1012,9 +1012,9 @@ a timer, or from event listeners that are not triggered in response to a clear user action, or that are invoked in rapid succession.</p> - </div><h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><div class="impl"> - <h4 id="navigating-across-documents"><span class="secno">5.5.1 </span>Navigating across documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="navigating-across-documents"><span class="secno">5.5.1 </span>Navigating across documents</h4> <p>Certain actions cause the <a href="browsers.html#browsing-context">browsing context</a> to <i><a href="#navigate">navigate</a></i> to a new resource. Navigation always involves @@ -1496,7 +1496,7 @@ source</a>.</p> - <h4 id="read-html"><span class="secno">5.5.2 </span><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-html"><span class="secno">5.5.2 </span><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4> <p>When an HTML document is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to @@ -1537,7 +1537,7 @@ - <h4 id="read-xml"><span class="secno">5.5.3 </span><dfn title="navigate-xml">Page load processing model for XML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-xml"><span class="secno">5.5.3 </span><dfn title="navigate-xml">Page load processing model for XML files</dfn></h4> <p>When faced with displaying an XML file inline, user agents must first <a href="#create-a-document-object">create a <code>Document</code> object</a>, following @@ -1596,7 +1596,7 @@ <code><a href="infrastructure.html#document">Document</a></code>.</p> - <h4 id="read-text"><span class="secno">5.5.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p> + <h4 id="read-text"><span class="secno">5.5.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4> <p>When a plain text document is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="webappapis.html#queue-a-task">queue a task</a> to @@ -1648,7 +1648,7 @@ section must be the <a href="webappapis.html#networking-task-source">networking task source</a>.</p> - <h4 id="read-image"><span class="secno">5.5.5 </span><dfn title="navigate-image">Page load processing model for images</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-image"><span class="secno">5.5.5 </span><dfn title="navigate-image">Page load processing model for images</dfn></h4> <p>When an image resource is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a @@ -1680,7 +1680,7 @@ a script, to give the document a <code><a href="semantics.html#the-title-element-0">title</a></code>, etc.</p> - <h4 id="read-plugin"><span class="secno">5.5.6 </span><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-plugin"><span class="secno">5.5.6 </span><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4> <p>When a resource that requires an external resource to be rendered is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent @@ -1718,7 +1718,7 @@ synthesized <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element will <a href="the-iframe-element.html#sandboxPluginEmbed">fail to render the content</a>.</p> - <h4 id="read-ua-inline"><span class="secno">5.5.7 </span><dfn title="navigate-ua-inline">Page load processing model for inline content that doesn't have a DOM</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-ua-inline"><span class="secno">5.5.7 </span><dfn title="navigate-ua-inline">Page load processing model for inline content that doesn't have a DOM</dfn></h4> <p>When the user agent is to display a user agent page inline in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a @@ -1745,7 +1745,7 @@ - <h4 id="scroll-to-fragid"><span class="secno">5.5.8 </span><dfn title="navigate-fragid">Navigating to a fragment identifier</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="scroll-to-fragid"><span class="secno">5.5.8 </span><dfn title="navigate-fragid">Navigating to a fragment identifier</dfn></h4> <p>When a user agent is supposed to navigate to a fragment identifier, then the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to @@ -1841,7 +1841,7 @@ document</a>, if that is an element; otherwise there is no <i><a href="#target-element">target element</a></i>. <a href="references.html#refsSELECTORS">[SELECTORS]</a></p> - </div><h4 id="history-traversal"><span class="secno">5.5.9 </span>History traversal</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- session history --><div class="impl"> + </div><h4 id="history-traversal"><span class="secno">5.5.9 </span>History traversal</h4><!-- session history --><div class="impl"> <p>When a user agent is required to <dfn id="traverse-the-history">traverse the history</dfn> to a <i>specified entry</i>, optionally with <a href="#replacement-enabled">replacement @@ -2015,7 +2015,7 @@ <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> - <h5 id="event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</h5> </div><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event is fired in certain cases when navigating to a <a href="#session-history-entry">session history @@ -2107,7 +2107,7 @@ <p>The <dfn id="dom-pagetransitionevent-persisted" title="dom-PageTransitionEvent-persisted"><code>persisted</code></dfn> attribute represents the context information for the event.</p> - </div><h4 id="unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h4 id="unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</h4><div class="impl"> <p>A <code><a href="infrastructure.html#document">Document</a></code> has a <var title="concept-document-salvageable">salvageable</var> state, which is initially true.</p> @@ -2266,7 +2266,7 @@ <a href="timers.html#list-of-active-timeouts">list of active timeouts</a> and its <a href="timers.html#list-of-active-intervals">list of active intervals</a>.</p></li> - </ol><h5 id="event-definition"><span class="secno">5.5.10.1 </span>Event definition</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </ol><h5 id="event-definition"><span class="secno">5.5.10.1 </span>Event definition</h5> </div><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a href="infrastructure.html#event">Event</a> { attribute DOMString <a href="#dom-beforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>; @@ -2291,7 +2291,7 @@ </div><div class="impl"> - <h4 id="aborting-a-document-load"><span class="secno">5.5.11 </span>Aborting a document load</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="aborting-a-document-load"><span class="secno">5.5.11 </span>Aborting a document load</h4> <p>If the user cancels any instance of the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> in the context of a <code><a href="infrastructure.html#document">Document</a></code> in a <a href="browsers.html#browsing-context">browsing context</a>, then, if Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- common-dom-interfaces.html 27 Aug 2010 19:26:34 -0000 1.12 +++ common-dom-interfaces.html 8 Sep 2010 09:25:42 -0000 1.13 @@ -325,7 +325,7 @@ <ol><li><a href="common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes"><span class="secno">2.7.1 </span>Reflecting content attributes in IDL attributes</a></li><li><a href="common-dom-interfaces.html#collections-0"><span class="secno">2.7.2 </span>Collections</a> <ol><li><a href="common-dom-interfaces.html#htmlcollection-0"><span class="secno">2.7.2.1 </span>HTMLCollection</a></li><li><a href="common-dom-interfaces.html#htmlallcollection-0"><span class="secno">2.7.2.2 </span>HTMLAllCollection</a></li><li><a href="common-dom-interfaces.html#htmlformcontrolscollection-0"><span class="secno">2.7.2.3 </span>HTMLFormControlsCollection</a></li><li><a href="common-dom-interfaces.html#htmloptionscollection-0"><span class="secno">2.7.2.4 </span>HTMLOptionsCollection</a></li></ol></li><li><a href="common-dom-interfaces.html#domtokenlist-0"><span class="secno">2.7.3 </span>DOMTokenList</a></li><li><a href="common-dom-interfaces.html#domsettabletokenlist-0"><span class="secno">2.7.4 </span>DOMSettableTokenList</a></li><li><a href="common-dom-interfaces.html#safe-passing-of-structured-data"><span class="secno">2.7.5 </span>Safe passing of structured data</a></li><li><a href="common-dom-interfaces.html#domstringmap-0"><span class="secno">2.7.6 </span>DOMStringMap</a></li><i><a href="common-dom-interfaces.html#dom-feature-strings"><span class="secno">2.7.7 </span>DOM feature strings</a></li><li><a href="common-dom-interfaces.html#exceptions"><span class="secno">2.7.8 </span>Exceptions</a></li><li><a href="common-dom-interfaces.html#garbage-collection"><span class="secno">2.7.9 </span>Garbage collection</a></li></ol></li></ol></li></ol></div> - <h3 id="common-dom-interfaces"><span class="secno">2.7 </span>Common DOM interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.7.1 </span>Reflecting content attributes in IDL attributes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a + <h3 id="common-dom-interfaces"><span class="secno">2.7 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.7.1 </span>Reflecting content attributes in IDL attributes</h4><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 on setting, the IDL attribute changes the value of the content @@ -514,7 +514,7 @@ attribute. Otherwise, the IDL attribute must be set to the empty string.</p> - </div><h4 id="collections-0"><span class="secno">2.7.2 </span>Collections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlcollection">HTMLCollection</a></code>, <code><a href="#htmlallcollection">HTMLAllCollection</a></code>, + </div><h4 id="collections-0"><span class="secno">2.7.2 </span>Collections</h4><p>The <code><a href="#htmlcollection">HTMLCollection</a></code>, <code><a href="#htmlallcollection">HTMLAllCollection</a></code>, <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code>, <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code>, and <code>HTMLPropertiesCollection</code> interfaces represent various @@ -537,10 +537,10 @@ <p>An attribute that returns a collection must return the same object every time it is retrieved.</p> - </div><h5 id="htmlcollection-0"><span class="secno">2.7.2.1 </span>HTMLCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlcollection">HTMLCollection</a></code> interface represents a generic + </div><h5 id="htmlcollection-0"><span class="secno">2.7.2.1 </span>HTMLCollection</h5><p>The <code><a href="#htmlcollection">HTMLCollection</a></code> interface represents a generic <a href="#collections" title="collections">collection</a> of elements.</p><pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> { readonly attribute unsigned long <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a>; - caller getter object <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>(in unsigned long index); // only returns Element + caller getter <a href="infrastructure.html#element">Element</a> <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>(in unsigned long index); caller getter object <a href="#dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem">namedItem</a>(in DOMString name); // only returns Element };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="#dom-htmlcollection-length">length</a></code></dt> <dd> @@ -608,10 +608,10 @@ </ul><p>If no such elements are found, then the method must return null.</p> - </div><h5 id="htmlallcollection-0"><span class="secno">2.7.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code> interface represents a generic + </div><h5 id="htmlallcollection-0"><span class="secno">2.7.2.2 </span>HTMLAllCollection</h5><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code> interface represents a generic <a href="#collections" title="collections">collection</a> of elements just like <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method - returns an <code><a href="#htmlcollection">HTMLCollection</a></code> object when there are + returns an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object when there are multiple matching elements.</p><pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>() caller getter object <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem() @@ -698,7 +698,7 @@ documents</a>, the argument must first be <a href="infrastructure.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</p> - </div><h5 id="htmlformcontrolscollection-0"><span class="secno">2.7.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code> interface represents + </div><h5 id="htmlformcontrolscollection-0"><span class="secno">2.7.2.3 </span>HTMLFormControlsCollection</h5><p>The <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code> interface represents a <a href="#collections" title="collections">collection</a> of <a href="forms.html#category-listed" title="category-listed">listed elements</a> in <code><a href="forms.html#the-form-element">form</a></code> and <code><a href="forms.html#the-fieldset-element">fieldset</a></code> elements.</p><pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>() @@ -806,7 +806,7 @@ </li></ol><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E...%0A%3Cform%20name%3D%22a%22%3E%3Cinput%20id%3D%22x%22%20name%3D%22y%22%3E%3Cinput%20name%3D%22x%22%20id%3D%22y%22%3E%3C/form%3E%0A%3Cscript%3E%0A%20%20var%20x%3B%0A%20%20w%28x%20%3D%20document.forms%5B%27a%27%5D%5B%27x%27%5D%29%3B%0A%20%20w%28x.length%29%3B%0A%20%20x%5B0%5D.parentNode.removeChild%28x%5B0%5D%29%3B%0A%20%20w%28x.length%29%3B%0A%20%20w%28x%20%3D%3D%20document.forms%5B%27a%27%5D%5B%27x%27%5D%29%3B%0A%3C/script%3E%0A ---></div><h5 id="htmloptionscollection-0"><span class="secno">2.7.2.4 </span>HTMLOptionsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code> interface represents a +--></div><h5 id="htmloptionscollection-0"><span class="secno">2.7.2.4 </span>HTMLOptionsCollection</h5><p>The <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code> interface represents a list of <code><a href="the-button-element.html#the-option-element">option</a></code> elements. It is always rooted on a <code><a href="the-button-element.html#the-select-element">select</a></code> element and has attributes and methods that manipulate that element's descendants.</p><pre class="idl">interface <dfn id="htmloptionscollection">HTMLOptionsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { @@ -816,6 +816,7 @@ void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before); void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before); void <a href="#dom-htmloptionscollection-remove" title="dom-HTMLOptionsCollection-remove">remove</a>(in long index); + attribute long <a href="#dom-htmloptionscollection-selectedindex" title="dom-HTMLOptionsCollection-selectedIndex">selectedIndex</a>; };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a href="#dom-htmloptionscollection-length">length</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -857,6 +858,17 @@ <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element, then the method does nothing.</p> </dd> + <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-selectedIndex"><a href="#dom-htmloptionscollection-selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> + + <dd> + + <p>Returns the index of the first selected item, if any, or + −1 if there is no selected item.</p> + + <p>Can be set, to change the selection.</p> + + </dd> + </dl><div class="impl"> <p>The object's <span>indices of the supported indexed @@ -955,7 +967,14 @@ <li><p>Remove <var title="">element</var> from its parent node.</p></li> - </ol><!-- see also http://ln.hixie.ch/?start=1161042744&count=1 --></div><h4 id="domtokenlist-0"><span class="secno">2.7.3 </span>DOMTokenList</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domtokenlist">DOMTokenList</a></code> interface represents an interface + </ol><p>The <dfn id="dom-htmloptionscollection-selectedindex" title="dom-HTMLOptionsCollection-selectedIndex"><code>selectedIndex</code></dfn> + IDL attribute must act like the identically named attribute on the + <code><a href="the-button-element.html#the-select-element">select</a></code> element on which the + <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code> is rooted</p> + + <!-- see also http://ln.hixie.ch/?start=1161042744&count=1 --> + + </div><h4 id="domtokenlist-0"><span class="secno">2.7.3 </span>DOMTokenList</h4><p>The <code><a href="#domtokenlist">DOMTokenList</a></code> interface represents an interface to an underlying string that consists of a <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a>.</p><p class="note"><code><a href="#domtokenlist">DOMTokenList</a></code> objects are always <a href="infrastructure.html#case-sensitive">case-sensitive</a>, even when the underlying string might @@ -1130,7 +1149,7 @@ <dfn id="dom-tokenlist-tostring" title="dom-tokenlist-toString">stringify</dfn> to the object's underlying string representation.</p> - </div><h4 id="domsettabletokenlist-0"><span class="secno">2.7.4 </span>DOMSettableTokenList</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domsettabletokenlist">DOMSettableTokenList</a></code> interface is the same as the + </div><h4 id="domsettabletokenlist-0"><span class="secno">2.7.4 </span>DOMSettableTokenList</h4><p>The <code><a href="#domsettabletokenlist">DOMSettableTokenList</a></code> interface is the same as the <code><a href="#domtokenlist">DOMTokenList</a></code> interface, except that it allows the underlying string to be directly changed.</p><pre class="idl">interface <dfn id="domsettabletokenlist">DOMSettableTokenList</dfn> : <a href="#domtokenlist">DOMTokenList</a> { attribute DOMString <a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>; @@ -1153,7 +1172,7 @@ </div><div class="impl"> - <h4 id="safe-passing-of-structured-data"><span class="secno">2.7.5 </span>Safe passing of structured data</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="safe-passing-of-structured-data"><span class="secno">2.7.5 </span>Safe passing of structured data</h4> <p>When a user agent is required to obtain a <dfn id="structured-clone">structured clone</dfn> of an object, it must run the following algorithm, which @@ -1275,7 +1294,7 @@ <dd><p>Throw a <code><a href="#data_clone_err">DATA_CLONE_ERR</a></code> exception and abort the overall <a href="#structured-clone">structured clone</a> algorithm.</p></dd> - </dl></div><h4 id="domstringmap-0"><span class="secno">2.7.6 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domstringmap">DOMStringMap</a></code> interface represents a set of + </dl></div><h4 id="domstringmap-0"><span class="secno">2.7.6 </span>DOMStringMap</h4><p>The <code><a href="#domstringmap">DOMStringMap</a></code> interface represents a set of name-value pairs. It exposes these using the scripting language's native mechanisms for property access.</p><div class="impl"> @@ -1349,7 +1368,7 @@ } }</pre> - </div><h4 id="dom-feature-strings"><span class="secno">2.7.7 </span>DOM feature strings</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>DOM3 Core defines mechanisms for checking for interface support, + </div><h4 id="dom-feature-strings"><span class="secno">2.7.7 </span>DOM feature strings</h4><p>DOM3 Core defines mechanisms for checking for interface support, and for obtaining implementations of interfaces, using <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures">feature strings</a>. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>Authors are strongly discouraged from using these, as they are notoriously unreliable and imprecise. Authors are encouraged to rely @@ -1362,7 +1381,7 @@ with <var title="">feature</var> set to either "<code title="">HTML</code>" or "<code title="">XHTML</code>" and <var title="">version</var> set to either "<code>1.0</code>" or "<code>2.0</code>".</p> - </div><h4 id="exceptions"><span class="secno">2.7.8 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code><a href="infrastructure.html#domexception">DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li> + </div><h4 id="exceptions"><span class="secno">2.7.8 </span>Exceptions</h4><p>The following are <code><a href="infrastructure.html#domexception">DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li> <li value="2"><dfn id="domstring_size_err"><code>DOMSTRING_SIZE_ERR</code></dfn></li> <li value="3"><dfn id="hierarchy_request_err"><code>HIERARCHY_REQUEST_ERR</code></dfn></li> <li value="4"><dfn id="wrong_document_err"><code>WRONG_DOCUMENT_ERR</code></dfn></li> @@ -1385,17 +1404,25 @@ <li value="21"><dfn id="url_mismatch_err"><code>URL_MISMATCH_ERR</code></dfn></li> <!-- actually defined right here for now --> <li value="22"><dfn id="quota_exceeded_err"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> <!-- actually defined right here for now --> <li value="23"><dfn id="timeout_err"><code>TIMEOUT_ERR</code></dfn></li> <!-- actually in XHR for now --> - <li value="24"><dfn id="data_clone_err"><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now --> -<!--v2DATAGRID <li value="24"><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now --> - <li value="81"><dfn id="parse_err"><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls --> - <li value="82"><dfn id="serialize_err"><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls --> - </ol><pre class="impl">[Supplemental] exception DOMException { + <li value="24"><dfn id="not_readable_err"><code>NOT_READABLE_ERR</code></dfn></li> <!-- File API --> + <li value="25"><dfn id="data_clone_err"><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now --> + <li value="26"><dfn id="encoding_err"><code>ENCODING_ERR</code></dfn></li> <!-- File API --> +<!--v2DATAGRID <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now --> +<!-- + <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - -> + <li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - -> +--> + </ol><div class="impl"> + + <pre class="idl">[Supplemental] exception DOMException { const unsigned short <a href="#url_mismatch_err">URL_MISMATCH_ERR</a> = 21; const unsigned short <a href="#quota_exceeded_err">QUOTA_EXCEEDED_ERR</a> = 22; - const unsigned short <a href="#data_clone_err">DATA_CLONE_ERR</a> = 24; -};</pre><div class="impl"> + const unsigned short <a href="#data_clone_err">DATA_CLONE_ERR</a> = 25; +};</pre> - <h4 id="garbage-collection"><span class="secno">2.7.9 </span>Garbage collection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </div><div class="impl"> + + <h4 id="garbage-collection"><span class="secno">2.7.9 </span>Garbage collection</h4> <p>There is an <dfn id="implied-strong-reference">implied strong reference</dfn> from any IDL attribute that returns a pre-existing object to that object.</p> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- parsing.html 26 Aug 2010 01:56:33 -0000 1.20 +++ parsing.html 8 Sep 2010 09:25:47 -0000 1.21 @@ -328,7 +328,7 @@ <div class="impl"> - <h3 id="parsing"><span class="secno">8.2 </span>Parsing HTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing"><span class="secno">8.2 </span>Parsing HTML documents</h3> <p><i>This section only applies to user agents, data mining tools, and conformance checkers.</i></p> @@ -394,7 +394,7 @@ </div><div class="impl"> - <h4 id="overview-of-the-parsing-model"><span class="secno">8.2.1 </span>Overview of the parsing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="overview-of-the-parsing-model"><span class="secno">8.2.1 </span>Overview of the parsing model</h4> <p>The input to the HTML parsing process consists of a stream of Unicode characters, which is passed through a @@ -441,7 +441,7 @@ </div><div class="impl"> - <h4 id="the-input-stream"><span class="secno">8.2.2 </span>The <dfn>input stream</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-stream"><span class="secno">8.2.2 </span>The <dfn>input stream</dfn></h4> <p>The stream of Unicode characters that comprises the input to the tokenization stage will be initially seen by the user agent as a @@ -455,7 +455,7 @@ specification. This section does not apply to XML documents. <a href="references.html#refsXML">[XML]</a></p> - <h5 id="determining-the-character-encoding"><span class="secno">8.2.2.1 </span>Determining the character encoding</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="determining-the-character-encoding"><span class="secno">8.2.2.1 </span>Determining the character encoding</h5> <p>In some cases, it might be impractical to unambiguously determine the encoding before parsing the document. Because of this, this @@ -997,7 +997,7 @@ desire to be maximally compatible with legacy content. <a href="references.html#refsHTTP">[HTTP]</a> <a href="references.html#refsRFC2046">[RFC2046]</a></p> - <h5 id="character-encodings-0"><span class="secno">8.2.2.2 </span>Character encodings</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="character-encodings-0"><span class="secno">8.2.2.2 </span>Character encodings</h5> <p>User agents must at a minimum support the UTF-8 and Windows-1252 encodings, but may support more. <a href="references.html#refsRFC3629">[RFC3629]</a> <a href="references.html#refsWIN1252">[WIN1252]</a></p> @@ -1084,7 +1084,7 @@ - <h5 id="preprocessing-the-input-stream"><span class="secno">8.2.2.3 </span>Preprocessing the input stream</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="preprocessing-the-input-stream"><span class="secno">8.2.2.3 </span>Preprocessing the input stream</h5> <p>Given an encoding, the bytes in the input stream must be converted to Unicode characters for the tokenizer, as described by @@ -1167,7 +1167,7 @@ the stream, but rather the lack of any further characters.</p> - <h5 id="changing-the-encoding-while-parsing"><span class="secno">8.2.2.4 </span>Changing the encoding while parsing</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="changing-the-encoding-while-parsing"><span class="secno">8.2.2.4 </span>Changing the encoding while parsing</h5> <p>When the parser requires the user agent to <dfn id="change-the-encoding">change the encoding</dfn>, it must run the following steps. This might happen @@ -1221,9 +1221,9 @@ </ol></div><div class="impl"> - <h4 id="parse-state"><span class="secno">8.2.3 </span>Parse state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="parse-state"><span class="secno">8.2.3 </span>Parse state</h4> - <h5 id="the-insertion-mode"><span class="secno">8.2.3.1 </span>The insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="the-insertion-mode"><span class="secno">8.2.3.1 </span>The insertion mode</h5> <p>The <dfn id="insertion-mode">insertion mode</dfn> is a state variable that controls the primary operation of the tree construction stage.</p> @@ -1373,7 +1373,7 @@ <a href="#insertion-mode">insertion mode</a> to "<a href="tokenization.html#parsing-main-inforeign" title="insertion mode: in foreign content">in foreign content</a>".</li> - </ol><h5 id="the-stack-of-open-elements"><span class="secno">8.2.3.2 </span>The stack of open elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </ol><h5 id="the-stack-of-open-elements"><span class="secno">8.2.3.2 </span>The stack of open elements</h5> <p>Initially, the <dfn id="stack-of-open-elements">stack of open elements</dfn> is empty. The stack grows downwards; the topmost node on the stack is the first @@ -1520,7 +1520,7 @@ the stack is manipulated in a random-access fashion.</p> - <h5 id="the-list-of-active-formatting-elements"><span class="secno">8.2.3.3 </span>The list of active formatting elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="the-list-of-active-formatting-elements"><span class="secno">8.2.3.3 </span>The list of active formatting elements</h5> <p>Initially, the <dfn id="list-of-active-formatting-elements">list of active formatting elements</dfn> is empty. It is used to handle mis-nested <a href="#formatting" title="formatting">formatting element tags</a>.</p> @@ -1617,7 +1617,7 @@ <li>Go to step 1.</li> - </ol><h5 id="the-element-pointers"><span class="secno">8.2.3.4 </span>The element pointers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </ol><h5 id="the-element-pointers"><span class="secno">8.2.3.4 </span>The element pointers</h5> <p>Initially, the <dfn id="head-element-pointer"><code title="">head</code> element pointer</dfn> and the <dfn id="form-element-pointer"><code title="">form</code> element @@ -1634,7 +1634,7 @@ markup, for historical reasons.</p> - <h5 id="other-parsing-state-flags"><span class="secno">8.2.3.5 </span>Other parsing state flags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="other-parsing-state-flags"><span class="secno">8.2.3.5 </span>Other parsing state flags</h5> <p>The <dfn id="scripting-flag">scripting flag</dfn> is set to "enabled" if <a href="webappapis.html#concept-n-script" title="concept-n-script">scripting was enabled</a> for the <code><a href="infrastructure.html#document">Document</a></code> with which the parser is associated when the Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- fetching-resources.html 24 Aug 2010 18:56:40 -0000 1.12 +++ fetching-resources.html 8 Sep 2010 09:25:43 -0000 1.13 @@ -326,7 +326,7 @@ <div class="impl"> - <h3 id="fetching-resources"><span class="secno">2.6 </span>Fetching resources</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="fetching-resources"><span class="secno">2.6 </span>Fetching resources</h3> <p>When a user agent is to <dfn id="fetch">fetch</dfn> a resource or <a href="urls.html#url">URL</a>, optionally from an origin <i title="">origin</i>, @@ -532,7 +532,7 @@ applicable.</p> - <h4 id="concept-http-equivalent"><span class="secno">2.6.1 </span>Protocol concepts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="concept-http-equivalent"><span class="secno">2.6.1 </span>Protocol concepts</h4> <p>User agents can implement a variety of transfer protocols, but this specification mostly defines behavior in terms of HTTP. <a href="references.html#refsHTTP">[HTTP]</a></p> @@ -555,7 +555,7 @@ protocol.</p> - <h4 id="encrypted-http-and-related-security-concerns"><span class="secno">2.6.2 </span>Encrypted HTTP and related security concerns</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="encrypted-http-and-related-security-concerns"><span class="secno">2.6.2 </span>Encrypted HTTP and related security concerns</h4> <p>Anything in this specification that refers to HTTP also applies to HTTP-over-TLS, as represented by <a href="urls.html#url" title="url">URLs</a> @@ -601,7 +601,7 @@ </div> - <h4 id="content-type-sniffing"><span class="secno">2.6.3 </span>Determining the type of a resource</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="content-type-sniffing"><span class="secno">2.6.3 </span>Determining the type of a resource</h4> <p>The <dfn id="content-type" title="Content-Type">Content-Type metadata</dfn> of a resource must be obtained and interpreted in a manner consistent Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec/origin-0.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- origin-0.html 11 Aug 2010 03:56:45 -0000 1.9 +++ origin-0.html 8 Sep 2010 09:25:47 -0000 1.10 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><a href="origin-0.html#origin-0"><span class="secno">5.3 </span>Origin</a> <ol><li><a href="origin-0.html#relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</a></li></ol></li></ol></li></ol></div> - <h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- Hallowed are the Ori --><p>The <dfn id="origin">origin</dfn> of a resource and the <dfn id="effective-script-origin">effective script + <h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><!-- Hallowed are the Ori --><p>The <dfn id="origin">origin</dfn> of a resource and the <dfn id="effective-script-origin">effective script origin</dfn> of a resource are both either opaque identifiers or tuples consisting of a scheme component, a host component, a port component, and optionally extra data.</p><p class="note">The extra data could include the certificate of the @@ -671,7 +671,7 @@ <li><p>Return true.</p></li> - </ol></div><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt> + </ol></div><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt> <dd> @@ -693,18 +693,17 @@ brackets from the host portion of the <a href="urls.html#url-host" title="url-host"><host></a> component must be omitted from the attribute's value.</p> - <p>On getting, the attribute must return its current - value, unless the document was created by - <code>XMLHttpRequest</code>, in which case it must throw an - <code><a href="common-dom-interfaces.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception.</p> + <p>On getting, the attribute must return its current value, unless + the <code><a href="infrastructure.html#document">Document</a></code> has no <a href="browsers.html#browsing-context">browsing context</a>, in + which case it must return the empty string.</p> <p>On setting, the user agent must run the following algorithm:</p> <ol><li> - <p>If the document was created by <code>XMLHttpRequest</code>, - throw an <code><a href="common-dom-interfaces.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception and abort these - steps.</p> + <p>If the <code><a href="infrastructure.html#document">Document</a></code> has no <a href="browsers.html#browsing-context">browsing + context</a>, throw a <code><a href="common-dom-interfaces.html#security_err">SECURITY_ERR</a></code> exception and + abort these steps.</p> </li> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- common-input-element-attributes.html 28 Aug 2010 13:50:44 -0000 1.13 +++ common-input-element-attributes.html 8 Sep 2010 09:25:42 -0000 1.14 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><ol><li><ol><li><a href="common-input-element-attributes.html#common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code>input</code> element attributes</a> <ol><li><a href="common-input-element-attributes.html#the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete">autocomplete</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-list-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-list">list</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly">readonly</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size">size</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required">required</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-multiple-attribute"><span class="secno">4.10.7..6 </span>The <code title="attr-input-multiple">multiple</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength">maxlength</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern">pattern</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min">min</code> and <code title="attr-input-max">max</code> attributes</a></li><li><a href="common-input-element-attributes.html#the-step-attribute"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step">step</code> attribute</a></li><li><a href="common-input-element-attributes.html#the-placeholder-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-placeholder">placeholder</code> ttribute</a></li></ol></li><li><a href="common-input-element-attributes.html#common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code>input</code> element APIs</a></li><li><a href="common-input-element-attributes.html#common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</a></li></ol></li></ol></li></ol></li></ol></div> - <h5 id="common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + <h5 id="common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element attributes</h5><div class="impl"> <p>These attributes only apply to an <code><a href="the-input-element.html#the-input-element">input</a></code> element if its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in a @@ -333,7 +333,7 @@ agents must <a href="infrastructure.html#ignore">ignore</a> the attribute, regardless of the requirements and definitions below.</p> - </div><h6 id="the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents sometimes have features for helping users fill forms + </div><h6 id="the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code> attribute</h6><p>User agents sometimes have features for helping users fill forms in, for example prefilling the user's address based on earlier user input.</p><p>The <dfn id="attr-input-autocomplete" title="attr-input-autocomplete"><code>autocomplete</code></dfn> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The attribute has @@ -417,7 +417,7 @@ significant security implications for the user if all values are always remembered, regardless of the site's preferences.</p> - </div><h6 id="the-list-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-list" title="attr-input-list"><code>list</code></dfn> + </div><h6 id="the-list-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute</h6><p>The <dfn id="attr-input-list" title="attr-input-list"><code>list</code></dfn> attribute is used to identify an element that lists predefined options suggested to the user.</p><p>If present, its value must be the <a href="elements.html#concept-id" title="concept-id">ID</a> of a <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element in the same document.</p><div class="impl"> @@ -524,7 +524,7 @@ <code><a href="the-input-element.html#the-input-element">input</a></code> element in UAs that support <code><a href="the-button-element.html#the-datalist-element">datalist</a></code>.</p> - </div><h6 id="the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-readonly" title="attr-input-readonly"><code>readonly</code></dfn> + </div><h6 id="the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute</h6><p>The <dfn id="attr-input-readonly" title="attr-input-readonly"><code>readonly</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that controls whether or not the user can edit the form control. <span class="impl">When specified, the element is <i title="concept-input-immutable"><a href="the-input-element.html#concept-input-immutable">immutable</a></i>.</span></p><div class="impl"> @@ -563,7 +563,7 @@ <p> <button name="action" value="update">Save</button> </p> </form></pre> - </div><h6 id="the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-size" title="attr-input-size"><code>size</code></dfn> + </div><h6 id="the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute</h6><p>The <dfn id="attr-input-size" title="attr-input-size"><code>size</code></dfn> attribute gives the number of characters that, in a visual rendering, the user agent is to allow the user to see while editing the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a>.</p><p>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute, if @@ -579,7 +579,7 @@ <a href="common-dom-interfaces.html#limited-to-only-non-negative-numbers-greater-than-zero">limited to only non-negative numbers greater than zero</a>.</p> - </div><h6 id="the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-required" title="attr-input-required"><code>required</code></dfn> + </div><h6 id="the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute</h6><p>The <dfn id="attr-input-required" title="attr-input-required"><code>required</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. When specified, the element is <dfn id="concept-input-required" title="concept-input-required"><i>required</i></dfn>.</p><div class="impl"> @@ -612,7 +612,7 @@ <input type=submit value="Create account"> </form></pre> - </div><h6 id="the-multiple-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-multiple" title="attr-input-multiple"><code>multiple</code></dfn> + </div><h6 id="the-multiple-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code> attribute</h6><p>The <dfn id="attr-input-multiple" title="attr-input-multiple"><code>multiple</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that indicates whether the user is to be allowed to specify more than one value.</p><div class="example"> @@ -656,7 +656,7 @@ <pre><label>Attachments: <input type=file multiple name=att></label></pre> - </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-maxlength" title="attr-input-maxlength"><code>maxlength</code></dfn> + </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code> attribute</h6><p>The <dfn id="attr-input-maxlength" title="attr-input-maxlength"><code>maxlength</code></dfn> attribute<span class="impl">, when it applies,</span> is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a><span class="impl"> controlled by the <code><a href="the-input-element.html#the-input-element">input</a></code> element's <a href="the-input-element.html#concept-input-value-dirty-flag" title="concept-input-value-dirty-flag">dirty value flag</a></span>.</p><p>If the <code><a href="the-input-element.html#the-input-element">input</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum allowed @@ -672,7 +672,7 @@ <pre>What are you doing? <input name=status maxlength=140></pre> - </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-pattern" title="attr-input-pattern"><code>pattern</code></dfn> + </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute</h6><p>The <dfn id="attr-input-pattern" title="attr-input-pattern"><code>pattern</code></dfn> attribute specifies a regular expression against which the control's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> is to be checked.</p><p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a></p><div class="impl"> @@ -717,7 +717,7 @@ required pattern. Birthday</samp>, which is not useful.</p><p>UAs may still show the <code><a href="semantics.html#the-title-element-0">title</a></code> in non-error situations (for example, as a tooltip when hovering over the control), so authors should be careful not to word <code><a href="semantics.html#the-title-element-0">title</a></code>s as if an - error has necessarily occurred.</p><h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attributes</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate + error has necessarily occurred.</p><h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attributes</h6><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate the allowed range of values for the element.</p><div class="impl"> <p>Their syntax is defined by the section that defines the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute's current state.</p> @@ -780,7 +780,7 @@ <pre><input name=quantity required type=number min=1 value=1></pre> - </div><h6 id="the-step-attribute"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-step" title="attr-input-step"><code>step</code></dfn> + </div><h6 id="the-step-attribute"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute</h6><p>The <dfn id="attr-input-step" title="attr-input-step"><code>step</code></dfn> attribute indicates the granularity that is expected (and required) of the <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a>, by limiting the allowed values. <span class="impl">The section that defines the @@ -852,7 +852,7 @@ <p>Normally, time controls are limited to an accuracy of one minute.</p> - </div><h6 id="the-placeholder-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- similar text in the <textarea> section --><p>The <dfn id="attr-input-placeholder" title="attr-input-placeholder"><code>placeholder</code></dfn> + </div><h6 id="the-placeholder-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code> attribute</h6><!-- similar text in the <textarea> section --><p>The <dfn id="attr-input-placeholder" title="attr-input-placeholder"><code>placeholder</code></dfn> attribute represents a <em>short</em> hint (a word or short phrase) intended to aid the user with data entry. A hint could be a sample value or a brief description of the expected format. The attribute, @@ -881,7 +881,7 @@ <p><label>Description: <input type="text" name="desc" placeholder="My Email Account"></label></p> </fieldset></pre> - </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element APIs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="#dom-input-value">value</a></code> [ = <var title="">value</var> ]</dt> + </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element APIs</h5><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="#dom-input-value">value</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -1146,7 +1146,7 @@ </div><div class="impl"> - <h5 id="common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</h5> <p>When the <dfn id="event-input-input" title="event-input-input"><code>input</code></dfn> event applies, any time the user causes the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> to change, the user agent must Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1008 retrieving revision 1.1009 diff -u -d -r1.1008 -r1.1009 --- dom.html 12 Aug 2010 08:37:06 -0000 1.1008 +++ dom.html 8 Sep 2010 09:25:42 -0000 1.1009 @@ -325,7 +325,7 @@ <ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a> <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></li><li><a href="dom.html#loading-xml-documents"><span class="secno">3.1.6 </span>Loading XML documents</a></li></ol></li></ol></li></ol></div> - <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every XML and HTML document in an HTML UA is represented by a + <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a <code><a href="infrastructure.html#document">Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a> that is set when the <code><a href="infrastructure.html#document">Document</a></code> is created. <dfn id="the-document-s-current-address">The document's current address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a> @@ -343,7 +343,7 @@ documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML documents</dfn> when they are created. Whether a document is an <a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of - certain APIs and the case-sensitivity of some selectors.</p><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <code><a href="infrastructure.html#document">Document</a></code> objects (in user agents implementing + certain APIs and the case-sensitivity of some selectors.</p><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code><a href="infrastructure.html#document">Document</a></code> objects (in user agents implementing this specification) <span class="impl">must</span> also implement the <code><a href="#htmldocument">HTMLDocument</a></code> interface, available using binding-specific methods. (This is the case whether or not the @@ -472,7 +472,7 @@ an <code><a href="#htmldocument">HTMLDocument</a></code> object are accessed by scripts whose <a href="origin-0.html#effective-script-origin">effective script origin</a> is not the <a href="origin-0.html#same-origin" title="same origin">same</a> as the <code><a href="infrastructure.html#document">Document</a></code>'s <a href="origin-0.html#effective-script-origin">effective - script origin</a>.</p><h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a href="#dom-document-url">URL</a></code></dt> + script origin</a>.</p><h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a href="#dom-document-url">URL</a></code></dt> <dd> <p>Returns <a href="#the-document-s-address">the document's address</a>.</p> </dd> @@ -718,7 +718,7 @@ attribute must, on getting, return the <a href="#current-document-readiness">current document readiness</a>.</p> - </div><h4 id="dom-tree-accessors"><span class="secno">3.1.4 </span><dfn>DOM tree accessors</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="the-html-element">The <code>html</code> element</dfn> of a document is the + </div><h4 id="dom-tree-accessors"><span class="secno">3.1.4 </span><dfn>DOM tree accessors</dfn></h4><p><dfn id="the-html-element">The <code>html</code> element</dfn> of a document is the document's root element, if there is one and it's an <code><a href="semantics.html#the-html-element-0">html</a></code> element, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a href="#dom-document-head">head</a></code></dt> <dd> @@ -1085,7 +1085,7 @@ </div><hr><p class="note">The <code title="dom-document-dir"><a href="elements.html#dom-document-dir">dir</a></code> attribute on the <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined along with the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> content - attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><a href="#xml-documents">XML documents</a> can be created from script using the + attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p><a href="#xml-documents">XML documents</a> can be created from script using the <code title="dom-DOMImplementation-createDocument"><a href="infrastructure.html#dom-domimplementation-createdocument">createDocument()</a></code> method on the <code><a href="infrastructure.html#domimplementation">DOMImplementation</a></code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code> method:</p><pre class="idl">[Supplemental, NoInterfaceObject] Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- embedded-content-1.html 26 Aug 2010 18:06:33 -0000 1.17 +++ embedded-content-1.html 8 Sep 2010 09:25:43 -0000 1.18 @@ -324,9 +324,9 @@ <ol class="toc"><li><ol><li><a href="embedded-content-1.html#embedded-content-1"><span class="secno">4.8 </span>Embedded content</a> <ol><li><a href="embedded-content-1.html#the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a> <ol><li><a href="embedded-content-1.html#alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</a> - <ol><li><a href="embedded-content-1.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1 </span>A link or button containing nothing but the image</a></li><li><a href="embedded-content-1.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.2 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li><li><a href="embedded-content-1.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.3 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li><li><a href="embedded-content-1.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.4 </span>Text that has been rendered to a graphic for typographical effect</a></li><li><a href="embedded-content-1.html#a-graphical-represetation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.5 </span>A graphical representation of some of the surrounding text</a></li><li><a href="embedded-content-1.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.6 </span>A purely decorative image that doesn't add any information</a></li><li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.7 </span>A group of images that form a single larger picture with no links</a></li><li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with links</a></li><li><a href="embedded-content-1.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.9 </span>A key part of the content</a></li><li><a href="embedded-content-1.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.10 </span>An imag not intended for the user</a></li><li><a href="embedded-content-1.html#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.11 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</a></li><li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.12 </span>General guidelines</a></li><li><a href="embedded-content-1.html#guidance-for-markup-generators"><span class="secno">4.8.1.1.13 </span>Guidance for markup generators</a></li><li><a href="embedded-content-1.html#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14 </span>Guidance for conformance checkers</a></li></ol></li></ol></li></ol></li></ol></li></ol></div> + <ol><li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</a></li><li><a href="embedded-content-1.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2 </span>A link or button containing nothing but the image</a></li><li><a href="embedded-content-1.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.3 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li><li><a href="embedded-content-1.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.4 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li><li><a href="embedded-content-1.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.5 </span>Text thathas been rendered to a graphic for typographical effect</a></li><li><a href="embedded-content-1.html#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.6 </span>A graphical representation of some of the surrounding text</a></li><li><a href="embedded-content-1.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.7 </span>A purely decorative image that doesn't add any information</a></li><li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with no links</a></li><li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.9 </span>A group of images that form a single larger picture with links</a></li><li><a href="embedded-content-1.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.10 </span>A key part of the content</a><li><li><a href="embedded-content-1.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</a></li><li><a href="embedded-content-1.html#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.12 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</a></li><li><a href="embedded-content-1.html#guidance-for-markup-generators"><span class="secno">4.8.1.1.13 </span>Guidance for markup generators</a></li><li><a href="embedded-content-1.html#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14 </span>Guidance for conformance checkers</a></li></ol></li></ol></li></ol></li></ol></li></ol></div> - <h3 id="embedded-content-1"><span class="secno">4.8 </span>Embedded content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-img-element"><span class="secno">4.8.1 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="embedded-content-1"><span class="secno">4.8 </span>Embedded content</h3><h4 id="the-img-element"><span class="secno">4.8.1 </span>The <dfn><code>img</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -818,11 +818,25 @@ <p>He would play in the morning, he would play in the evening.</p> </article></pre> - </div><h5 id="alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Except where otherwise specified, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be specified and its + </div><h5 id="alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><h6 id="general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Except where otherwise specified, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be specified and its value must not be empty; the value must be an appropriate replacement for the image. The specific requirements for the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute depend on what the image is intended to represent, as described in the following - sections.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>When an <a href="text-level-semantics.html#the-a-element">a</a> element that creates a + sections.</p><p>The most general rule to consider when writing alternative text + is the following: <strong>the intent is that replacing every image + with the text of its <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute + not change the meaning of the page</strong>.</p><p>So, in general, alternative text can be written by considering + what one would have written had one not been able to include the + image.</p><p>A corollary to this is that the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute's value should never + contain text that could be considered the image's <em>caption</em>, + <em>title</em>, or <em>legend</em>. It is supposed to contain + replacement text that could be used by users <em>instead</em> of the + image; it is not meant to supplement the image. The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute can be used for + supplemental information.</p><p class="note">One way to think of alternative text is to think + about how you would read the page containing the image to someone + over the phone, without mentioning that there is an image + present. Whatever you say instead of the image is typically a good + start for writing the alternative text.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>When an <a href="text-level-semantics.html#the-a-element">a</a> element that creates a <a href="links.html#hyperlink">hyperlink</a>, or a <code><a href="the-button-element.html#the-button-element">button</a></code> element, has no textual content but contains one or more images, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attributes must contain text that together convey the purpose of the link or button.</p><div class="example"> @@ -861,7 +875,7 @@ <pre><button name="rgb"><strong><img src="red" alt="sRGB profile"><img src="green" alt=""><img src="blue" alt=""></strong></button> <button name="cmyk"><strong><img src="cyan" alt="CMYK profile"><img src="magenta" alt=""><img src="yellow" alt=""><img src="black" alt=""></strong></button></pre> - </div><h6 id="a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.2 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Sometimes something can be more clearly stated in graphical + </div><h6 id="a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.3 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Sometimes something can be more clearly stated in graphical form, for example as a flowchart, a diagram, a graph, or a simple map showing directions. In such cases, an image can be given using the <code><a href="#the-img-element">img</a></code> element, but the lesser textual version must @@ -923,7 +937,7 @@ <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code> element of a <code><a href="grouping-content.html#the-figure-element">figure</a></code> with this image).</p> - </div><h6 id="a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.3 </span>A short phrase or label with an alternative graphical representation: icons, logos</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>A document can contain information in iconic form. The icon is + </div><h6 id="a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.4 </span>A short phrase or label with an alternative graphical representation: icons, logos</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>A document can contain information in iconic form. The icon is intended to help users of visual browsers to recognize features at a glance.</p><p>In some cases, the icon is supplemental to a text label conveying the same meaning. In those cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be present but must @@ -1029,7 +1043,7 @@ the text flows seamlessly into the surrounding text, as if the image had never been there in the first place.</p> - </div><h6 id="text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.4 </span>Text that has been rendered to a graphic for typographical effect</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Sometimes, an image just consists of text, and the purpose of the + </div><h6 id="text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.5 </span>Text that has been rendered to a graphic for typographical effect</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Sometimes, an image just consists of text, and the purpose of the image is not to highlight the actual typographic effects used to render the text, but just to convey the text itself.</p><p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be present but must consist of the same text as @@ -1043,7 +1057,7 @@ <pre><h1><strong><img src="earthdayheading.png" alt="Earth Day"></strong></h1></pre> - </div><h6 id="a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.5 </span>A graphical representation of some of the surrounding text</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In many cases, the image is actually just supplementary, and + </div><h6 id="a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.6 </span>A graphical representation of some of the surrounding text</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In many cases, the image is actually just supplementary, and its presence merely reinforces the surrounding text. In these cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be present but its value must be the empty string.</p><p>In general, an image falls into this category if removing the @@ -1113,7 +1127,7 @@ Standards mode, and about 9% triggered the Standards mode.</p> <strong><p><img src="rendering-mode-pie-chart.png" alt=""></p></strong></pre> - </div><h6 id="a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.6 </span>A purely decorative image that doesn't add any information</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In general, if an image is decorative but isn't especially + </div><h6 id="a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.7 </span>A purely decorative image that doesn't add any information</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In general, if an image is decorative but isn't especially page-specific, for example an image that forms part of a site-wide design scheme, the image should be specified in the site's CSS, not in the markup of the document.</p><p>However, a decorative image that isn't discussed by the @@ -1141,7 +1155,7 @@ Round an island there below,<br> The island of Shalott.</p></pre> - </div><h6 id="a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.7 </span>A group of images that form a single larger picture with no links</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>When a picture has been sliced into smaller image files that are + </div><h6 id="a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with no links</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><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 title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute set as per the relevant rules that would be appropriate @@ -1170,7 +1184,7 @@ ><img src="1" alt=""><img src="1" alt=""><img src="0" alt="" ><img src="0" alt=""></strong></meter></p></pre> - </div><h6 id="a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with links</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Generally, <a href="the-map-element.html#image-map" title="image map">image maps</a> should be + </div><h6 id="a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.9 </span>A group of images that form a single larger picture with links</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Generally, <a href="the-map-element.html#image-map" title="image map">image maps</a> should be used instead of slicing an image for links.</p><p>However, if an image is indeed sliced and any of the components of the sliced picture are the sole contents of links, then one image per link must have alternative text in its <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute representing the purpose @@ -1188,7 +1202,7 @@ ><img src="fsm-middle.png" alt="" ><a href="?go=right"><img src="fsm-right.png" alt="Right side."></a></p></strong></pre> - </div><h6 id="a-key-part-of-the-content"><span class="secno">4.8.1.1.9 </span>A key part of the content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In some cases, the image is a critical part of the + </div><h6 id="a-key-part-of-the-content"><span class="secno">4.8.1.1.10 </span>A key part of the content</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>In some cases, the image is a critical part of the content. This could be the case, for instance, on a page that is part of a photo gallery. The image is the whole <em>point</em> of the page containing it.</p><p>How to provide alternative text for an image that is a key part @@ -1444,13 +1458,13 @@ </dd> - </dl><h6 id="an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.10 </span>An image not intended for the user</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Generally authors should avoid using <code><a href="#the-img-element">img</a></code> elements + </dl><h6 id="an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>Generally authors should avoid using <code><a href="#the-img-element">img</a></code> elements for purposes other than showing images.</p><p>If an <code><a href="#the-img-element">img</a></code> element is being used for purposes other than showing an image, e.g. as part of a service to count page views, then the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be the empty string.</p><p>In such cases, the <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code> and <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code> attributes should both - be set to zero.</p><h6 id="an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.11 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p><i>This section does not apply to documents that are publicly + be set to zero.</p><h6 id="an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.12 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p><i>This section does not apply to documents that are publicly accessible, or whose target audience is not necessarily personally known to the author, such as documents on a Web site, e-mails sent to public mailing lists, or software documentation.</i></p><p>When an image is included in a private communication (such as an @@ -1462,23 +1476,9 @@ the e-mail is still usable should the user use a mail client that does not support images, or should the document be forwarded on to other users whose abilities might not include easily seeing - images.</p><h6 id="general-guidelines"><span class="secno">4.8.1.1.12 </span>General guidelines</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span></p><p>The most general rule to consider when writing alternative text - is the following: <strong>the intent is that replacing every image - with the text of its <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute - not change the meaning of the page</strong>.</p><p>So, in general, alternative text can be written by considering - what one would have written had one not been able to include the - image.</p><p>A corollary to this is that the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute's value should never - contain text that could be considered the image's <em>caption</em>, - <em>title</em>, or <em>legend</em>. It is supposed to contain - replacement text that could be used by users <em>instead</em> of the - image; it is not meant to supplement the image. The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute can be used for - supplemental information.</p><p class="note">One way to think of alternative text is to think - about how you would read the page containing the image to someone - over the phone, without mentioning that there is an image - present. Whatever you say instead of the image is typically a good - start for writing the alternative text.</p><div class="impl"> + images.</p><div class="impl"> - <h6 id="guidance-for-markup-generators"><span class="secno">4.8.1.1.13 </span>Guidance for markup generators</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h6 id="guidance-for-markup-generators"><span class="secno">4.8.1.1.13 </span>Guidance for markup generators</h6> <p>Markup generators (such as WYSIWYG authoring tools) should, wherever possible, obtain alternative text from their @@ -1511,7 +1511,7 @@ </div><div class="impl"> - <h6 id="guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14 </span>Guidance for conformance checkers</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h6 id="guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14 </span>Guidance for conformance checkers</h6> <p>A conformance checker must report the lack of an <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute as an error unless one of the conditions listed below applies:</p> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- the-input-element.html 27 Aug 2010 21:56:48 -0000 1.13 +++ the-input-element.html 8 Sep 2010 09:25:49 -0000 1.14 @@ -323,11 +323,12 @@ <a href="states-of-the-type-attribute.html">4.10.7.1 States of the type attribute →</a> </div> - <h4 id="the-input-element"><span class="secno">4.10.7 </span>The <dfn><code>input</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h4 id="the-input-element"><span class="secno">4.10.7 </span>The <dfn><code>input</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is <em>not</em> in the <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state: <a href="content-models.html#interactive-content">Interactive content</a>.</dd> - <dd><a href="forms.html#category-listed" title="category-listed">Listed</a>, <a href="forms.html#category-label" title="category-label">labelable</a>, <a href="forms.html#category-submit" title="category-submit">submittable</a>, and <a href="forms.html#category-reset" title="category-reset">resettable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> + <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is <em>not</em> in the <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state:<a href="forms.html#category-listed" title="category-listed">Listed</a>, <a href="forms.html#category-label" title="category-label">labelable</a>, <a href="forms.html#category-submit" title="category-submit">submittable</a>, and <a href="forms.html#category-reset" title="category-reset">resettable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> + <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state: <a href="forms.html#category-listed" title="category-listed">Listed</a>, <a href="forms.html#category-submit" title="category-submit">submittable</a>, and <a href="forms.html#category-reset" title="category-reset">resettable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> <dt>Content model:</dt> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- rendering.html 26 Aug 2010 05:06:33 -0000 1.22 +++ rendering.html 8 Sep 2010 09:25:47 -0000 1.23 @@ -330,7 +330,7 @@ <div class="impl"> - <h2 id="rendering"><span class="secno">10 </span>Rendering</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h2 id="rendering"><span class="secno">10 </span>Rendering</h2> <p><i>User agents are not required to present HTML documents in any particular way. However, this section provides a set of suggestions @@ -342,7 +342,7 @@ lead to this experience.</i></p> - <h3 id="introduction-6"><span class="secno">10.1 </span>Introduction</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="introduction-6"><span class="secno">10.1 </span>Introduction</h3> <p>In general, user agents are expected to support CSS, and many of the suggestions in this section are expressed in CSS terms. User @@ -375,9 +375,9 @@ </div><div class="impl"> - <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">10.2 </span>The CSS user agent style sheet and presentational hints</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">10.2 </span>The CSS user agent style sheet and presentational hints</h3> - <h4 id="introduction-7"><span class="secno">10.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="introduction-7"><span class="secno">10.2.1 </span>Introduction</h4> <p>The CSS rules given in these subsections are, except where otherwise specified, expected to be used as part of the user-agent @@ -426,7 +426,7 @@ </div><div class="impl"> - <h4 id="display-types"><span class="secno">10.2.2 </span>Display types</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="display-types"><span class="secno">10.2.2 </span>Display types</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -510,7 +510,7 @@ </div><div class="impl"> - <h4 id="margins-and-padding"><span class="secno">10.2.3 </span>Margins and padding</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="margins-and-padding"><span class="secno">10.2.3 </span>Margins and padding</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -688,7 +688,7 @@ </div><div class="impl"> - <h4 id="alignment"><span class="secno">10.2.4 </span>Alignment</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="alignment"><span class="secno">10.2.4 </span>Alignment</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -800,7 +800,7 @@ </div><div class="impl"> - <h4 id="fonts-and-colors"><span class="secno">10.2.5 </span>Fonts and colors</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="fonts-and-colors"><span class="secno">10.2.5 </span>Fonts and colors</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1040,7 +1040,7 @@ </ol></div><div class="impl"> - <h4 id="punctuation-and-decorations"><span class="secno">10.2.6 </span>Punctuation and decorations</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="punctuation-and-decorations"><span class="secno">10.2.6 </span>Punctuation and decorations</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1203,7 +1203,7 @@ </div><div class="impl"> - <h4 id="resetting-rules-for-inherited-properties"><span class="secno">10.2.7 </span>Resetting rules for inherited properties</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="resetting-rules-for-inherited-properties"><span class="secno">10.2.7 </span>Resetting rules for inherited properties</h4> <p>The following rules are also expected to be in play, resetting certain properties to block inheritance by default.</p> @@ -1237,7 +1237,7 @@ </div><div class="impl"> - <h4 id="the-hr-element-0"><span class="secno">10.2.8 </span>The <code><a href="grouping-content.html#the-hr-element">hr</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-hr-element-0"><span class="secno">10.2.8 </span>The <code><a href="grouping-content.html#the-hr-element">hr</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1287,7 +1287,7 @@ </div><div class="impl"> - <h4 id="the-fieldset-element-0"><span class="secno">10.2.9 </span>The <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-fieldset-element-0"><span class="secno">10.2.9 </span>The <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1324,9 +1324,9 @@ </td><td>In the middle </td></tr></tbody></table></div><div class="impl"> - <h3 id="replaced-elements"><span class="secno">10.3 </span>Replaced elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="replaced-elements"><span class="secno">10.3 </span>Replaced elements</h3> - <h4 id="embedded-content-2"><span class="secno">10.3.1 </span>Embedded content</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="embedded-content-2"><span class="secno">10.3.1 </span>Embedded content</h4> <p>The <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, and <code><a href="video.html#video">video</a></code> elements are expected to be treated as replaced @@ -1382,7 +1382,7 @@ </div><div class="impl"> - <h4 id="images"><span class="secno">10.3.2 </span>Images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="images"><span class="secno">10.3.2 </span>Images</h4> <p>When an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element or an <code><a href="the-input-element.html#the-input-element">input</a></code> element when its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in @@ -1451,7 +1451,7 @@ </div><div class="impl"> - <h4 id="attributes-for-embedded-content-and-images"><span class="secno">10.3.3 </span>Attributes for embedded content and images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="attributes-for-embedded-content-and-images"><span class="secno">10.3.3 </span>Attributes for embedded content and images</h4> <p>The following CSS rules are expected to apply as <a href="#presentational-hints">presentational hints</a>:</p> @@ -1546,7 +1546,7 @@ </div><div class="impl"> - <h4 id="image-maps-0"><span class="secno">10.3.4 </span>Image maps</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="image-maps-0"><span class="secno">10.3.4 </span>Image maps</h4> <p>Shapes on an <a href="the-map-element.html#image-map">image map</a> are expected to act, for the purpose of the CSS cascade, as elements independent of the original @@ -1571,7 +1571,7 @@ </div><div class="impl"> - <h4 id="toolbars-0"><span class="secno">10.3.5 </span>Toolbars</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="toolbars-0"><span class="secno">10.3.5 </span>Toolbars</h4> <p>When a <code><a href="interactive-elements.html#menus">menu</a></code> element's <code title="attr-menu-type"><a href="interactive-elements.html#attr-menu-type">type</a></code> attribute is in the <a href="interactive-elements.html#toolbar-state" title="toolbar state">toolbar</a> state, the element is expected to be treated as a replaced element with a height about two @@ -1584,9 +1584,9 @@ </div><div class="impl"> - <h3 id="bindings"><span class="secno">10.4 </span>Bindings</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="bindings"><span class="secno">10.4 </span>Bindings</h3> - <h4 id="introduction-8"><span class="secno">10.4.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="introduction-8"><span class="secno">10.4.1 </span>Introduction</h4> <p>A number of elements have their rendering defined in terms of the 'binding' property. <a href="references.html#refsBECSS">[BECSS]</a></p> @@ -1606,7 +1606,7 @@ </div><div class="impl"> - <h4 id="the-button-element-0"><span class="secno">10.4.2 </span>The <code><a href="the-button-element.html#the-button-element">button</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-button-element-0"><span class="secno">10.4.2 </span>The <code><a href="the-button-element.html#the-button-element">button</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1631,7 +1631,7 @@ </div> --><div class="impl"> - <h4 id="the-details-element-0"><span class="secno">10.4.3 </span>The <code><a href="interactive-elements.html#the-details-element">details</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-details-element-0"><span class="secno">10.4.3 </span>The <code><a href="interactive-elements.html#the-details-element">details</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1664,7 +1664,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-text-entry-widget"><span class="secno">10.4.4 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a text entry widget</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-text-entry-widget"><span class="secno">10.4.4 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a text entry widget</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1708,7 +1708,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-domain-specific-widgets"><span class="secno">10.4.5 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as domain-specific widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-domain-specific-widgets"><span class="secno">10.4.5 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as domain-specific widgets</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1760,7 +1760,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-range-control"><span class="secno">10.4.6 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a range control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-range-control"><span class="secno">10.4.6 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a range control</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1783,7 +1783,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-color-well"><span class="secno">10.4.7 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a color well</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-color-well"><span class="secno">10.4.7 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a color well</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1802,7 +1802,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a check box and radio button widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a check box and radio button widgets</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1821,7 +1821,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-file-upload-control"><span class="secno">10.4.9 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a file upload control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-file-upload-control"><span class="secno">10.4.9 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a file upload control</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1836,7 +1836,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-button"><span class="secno">10.4.10 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a button</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-button"><span class="secno">10.4.10 </span>The <code><a href="the-input-element.html#the-input-element">input</a></code> element as a button</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1854,7 +1854,7 @@ </div><div class="impl"> - <h4 id="the-marquee-element-0"><span class="secno">10.4.11 </span>The <code><a href="obsolete.html#the-marquee-element">marquee</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-marquee-element-0"><span class="secno">10.4.11 </span>The <code><a href="obsolete.html#the-marquee-element">marquee</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2015,7 +2015,7 @@ </div><div class="impl"> - <h4 id="the-meter-element-0"><span class="secno">10.4.12 </span>The <code><a href="the-button-element.html#the-meter-element">meter</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-meter-element-0"><span class="secno">10.4.12 </span>The <code><a href="the-button-element.html#the-meter-element">meter</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2043,7 +2043,7 @@ </div><div class="impl"> - <h4 id="the-progress-element-0"><span class="secno">10.4.13 </span>The <code><a href="the-button-element.html#the-progress-element">progress</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-progress-element-0"><span class="secno">10.4.13 </span>The <code><a href="the-button-element.html#the-progress-element">progress</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2077,7 +2077,7 @@ </div><div class="impl"> - <h4 id="the-select-element-0"><span class="secno">10.4.14 </span>The <code><a href="the-button-element.html#the-select-element">select</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-select-element-0"><span class="secno">10.4.14 </span>The <code><a href="the-button-element.html#the-select-element">select</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2137,7 +2137,7 @@ </div><div class="impl"> - <h4 id="the-textarea-element-0"><span class="secno">10.4.15 </span>The <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-textarea-element-0"><span class="secno">10.4.15 </span>The <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2190,7 +2190,7 @@ </div><div class="impl"> - <h4 id="the-keygen-element-0"><span class="secno">10.4.16 </span>The <code><a href="the-button-element.html#the-keygen-element">keygen</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-keygen-element-0"><span class="secno">10.4.16 </span>The <code><a href="the-button-element.html#the-keygen-element">keygen</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2203,7 +2203,7 @@ </div><div class="impl"> - <h4 id="the-time-element-0"><span class="secno">10.4.17 </span>The <code><a href="text-level-semantics.html#the-time-element">time</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-time-element-0"><span class="secno">10.4.17 </span>The <code><a href="text-level-semantics.html#the-time-element">time</a></code> element</h4> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2219,7 +2219,7 @@ </div><div class="impl"> - <h3 id="frames-and-framesets"><span class="secno">10.5 </span>Frames and framesets</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="frames-and-framesets"><span class="secno">10.5 </span>Frames and framesets</h3> <p>When an <code><a href="semantics.html#the-html-element-0">html</a></code> element's second child element is a <code><a href="obsolete.html#frameset">frameset</a></code> element, the user agent is expected to render @@ -2501,7 +2501,7 @@ </div><div class="impl"> - <h3 id="interactive-media"><span class="secno">10.6 </span>Interactive media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="interactive-media"><span class="secno">10.6 </span>Interactive media</h3> <h4 id="links-forms-and-navigation"><span class="secno">10.6.1 </span>Links, forms, and navigation</h4> @@ -2533,7 +2533,7 @@ - <h4 id="the-title-attribute-0"><span class="secno">10.6.2 </span>The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-title-attribute-0"><span class="secno">10.6.2 </span>The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute</h4> <p>Given an element (e.g. the element designated by the mouse cursor), if the element, or one of its ancestors, has a <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute, and the nearest such @@ -2567,7 +2567,7 @@ </div> - <h4 id="editing-hosts"><span class="secno">10.6.3 </span>Editing hosts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="editing-hosts"><span class="secno">10.6.3 </span>Editing hosts</h4> <p>The current text editing caret (the one at the <a href="editing.html#caret-position">caret position</a> in a focused <a href="editing.html#editing-host">editing host</a>) is expected @@ -2582,7 +2582,7 @@ - <h3 id="print-media"><span class="secno">10.7 </span>Print media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="print-media"><span class="secno">10.7 </span>Print media</h3> <p>User agents are expected to allow the user to request the opportunity to <dfn id="obtain-a-physical-form">obtain a physical form</dfn> (or a Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1035 retrieving revision 1.1036 diff -u -d -r1.1035 -r1.1036 --- acknowledgements.html 28 Aug 2010 13:50:43 -0000 1.1035 +++ acknowledgements.html 8 Sep 2010 09:25:42 -0000 1.1036 @@ -321,7 +321,7 @@ <a href="spec.html#contents">Table of contents</a> </div> - <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- ACKS --><p>Thanks to + <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to Aankhen, Aaron Boodman, @@ -513,6 +513,7 @@ Eric Rescorla, Eric Semling, Erik Arvidsson, + Erik Rose, Evan Martin, Evan Prodromou, Evert, @@ -783,6 +784,7 @@ Scott González, Scott Hess, Sean Fraser, + Sean Hayes, Sean Hogan, Sean Knapp, Sebastian Markbåge, Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- grouping-content.html 26 Aug 2010 02:57:03 -0000 1.11 +++ grouping-content.html 8 Sep 2010 09:25:45 -0000 1.12 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><a href="grouping-content.html#grouping-content"><span class="secno">4.5 </span>Grouping content</a> <ol><li><a href="grouping-content.html#the-p-element"><span class="secno">4.5.1 </span>The <code>p</code> element</a></li><li><a href="grouping-content.html#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a></li><li><a href="grouping-content.html#the-pre-element"><span class="secno">4.5.3 </span>The <code>pre</code> element</a></li><li><a href="grouping-content.html#the-blockquote-element"><span class="secno">4.5.4 </span>The <code>blockquote</code> element</a></li><li><a href="grouping-content.html#the-ol-element"><span class="secno">4.5.5 </span>The <code>ol</code> element</a></li><li><a href="grouping-content.html#the-ul-element"><span class="secno">4.5.6 </span>The <code>ul</code> element</a></li><li><a href="grouping-content.html#the-li-element"><span class="secno">4.5.7 </span>The <code>li</code> element</a></li><li><a href="grouping-content.html#the-dl-element"><span class="secno">4.5.8 </span>The <code>dl</code> element</a></li><li><a href="grouping-content.html#th-dt-element"><span class="secno">4.5.9 </span>The <code>dt</code> element</a></li><li><a href="grouping-content.html#the-dd-element"><span class="secno">4.5.10 </span>The <code>dd</code> element</a></li><li><a href="grouping-content.html#the-figure-element"><span class="secno">4.5.11 </span>The <code>figure</code> element</a></li><li><a href="grouping-content.html#the-figcaption-element"><span class="secno">4.5.12 </span>The <code>figcaption</code> element</a></li><li><a href="grouping-content.html#the-div-element"><span class="secno">4.5.13 </span>The <code>div</code> element</a></li></ol></li></ol></li></ol></div> - <h3 id="grouping-content"><span class="secno">4.5 </span>Grouping content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-p-element"><span class="secno">4.5.1 </span>The <dfn><code>p</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="grouping-content"><span class="secno">4.5 </span>Grouping content</h3><h4 id="the-p-element"><span class="secno">4.5.1 </span>The <dfn><code>p</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -389,7 +389,7 @@ </footer> </section></pre> - </div><h4 id="the-hr-element"><span class="secno">4.5.2 </span>The <dfn><code>hr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-hr-element"><span class="secno">4.5.2 </span>The <dfn><code>hr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -480,7 +480,7 @@ of Gralmond's winters.</p></pre> </div><p class="note">The <code><a href="#the-hr-element">hr</a></code> element does not affect the - document's <a href="sections.html#outline">outline</a>.</p><h4 id="the-pre-element"><span class="secno">4.5.3 </span>The <dfn><code>pre</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + document's <a href="sections.html#outline">outline</a>.</p><h4 id="the-pre-element"><span class="secno">4.5.3 </span>The <dfn><code>pre</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -565,7 +565,7 @@ ~cdr 11dec07</pre></pre> - </div><h4 id="the-blockquote-element"><span class="secno">4.5.4 </span>The <dfn><code>blockquote</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-blockquote-element"><span class="secno">4.5.4 </span>The <dfn><code>blockquote</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -656,7 +656,7 @@ </div><p class="note"><a href="links.html#conversations">Examples of how to represent a conversation</a> are shown in a later section; it is not appropriate to use the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> - elements for this purpose.</p><h4 id="the-ol-element"><span class="secno">4.5.5 </span>The <dfn><code>ol</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + elements for this purpose.</p><h4 id="the-ol-element"><span class="secno">4.5.5 </span>The <dfn><code>ol</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -742,7 +742,7 @@ <li>Norway </ol></pre> - </div><h4 id="the-ul-element"><span class="secno">4.5.6 </span>The <dfn><code>ul</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-ul-element"><span class="secno">4.5.6 </span>The <dfn><code>ul</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -788,7 +788,7 @@ <li>United States </ul></pre> - </div><h4 id="the-li-element"><span class="secno">4.5.7 </span>The <dfn><code>li</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-li-element"><span class="secno">4.5.7 </span>The <dfn><code>li</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Inside <code><a href="#the-ol-element">ol</a></code> elements.</dd> @@ -873,7 +873,7 @@ <code><a href="interactive-elements.html#menus">menu</a></code> element and itself has a child that defines a <a href="commands.html#concept-command" title="concept-command">command</a>, then the <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="links.html#selector-enabled">:enabled</a></code> and <code title="selector-disabled"><a href="links.html#selector-disabled">:disabled</a></code> pseudo-classes in the - same way as the first such child element does.</p><h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + same way as the first such child element does.</p><h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -998,7 +998,7 @@ </dl></pre> </div><p class="note">The <code><a href="#the-dl-element">dl</a></code> element is inappropriate for marking up dialogue. <a href="links.html#conversations">Examples of how to - mark up dialogue</a> are shown below.</p><h4 id="the-dt-element"><span class="secno">4.5.9 </span>The <dfn><code>dt</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + mark up dialogue</a> are shown below.</p><h4 id="the-dt-element"><span class="secno">4.5.9 </span>The <dfn><code>dt</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Before <code><a href="#the-dd-element">dd</a></code> or <code><a href="#the-dt-element">dt</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd> @@ -1031,7 +1031,7 @@ </dl> </article></pre> - </div><h4 id="the-dd-element"><span class="secno">4.5.10 </span>The <dfn><code>dd</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-dd-element"><span class="secno">4.5.10 </span>The <dfn><code>dd</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>After <code><a href="#the-dt-element">dt</a></code> or <code><a href="#the-dd-element">dd</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd> @@ -1062,7 +1062,7 @@ <dd><i class="part-of-speech"><abbr>v.intr.</abbr></i> To be delighted oneself.</dd> <dd><i class="part-of-speech"><abbr>v.tr.</abbr></i> To cause one to be delighted.</dd> </dl></pre> - </div><h4 id="the-figure-element"><span class="secno">4.5.11 </span>The <dfn><code>figure</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-figure-element"><span class="secno">4.5.11 </span>The <dfn><code>figure</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1186,7 +1186,7 @@ </dl><p>The <code><a href="#the-figcaption-element">figcaption</a></code> element <a href="rendering.html#represents">represents</a> a caption or legend for the rest of the contents of the <code><a href="#the-figcaption-element">figcaption</a></code> element's parent <code><a href="#the-figure-element">figure</a></code> - element<span class="impl">, if any</span>.</p><h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn><code>div</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + element<span class="impl">, if any</span>.</p><h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn><code>div</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- timers.html 28 Aug 2010 13:50:45 -0000 1.10 +++ timers.html 8 Sep 2010 09:25:49 -0000 1.11 @@ -326,7 +326,7 @@ <ol><li><a href="timers.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li><li><a href="timers.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a> <ol><li><a href="timers.html#security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</a></li><li><a href="timers.html#sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</a></li></ol></li><li><a href="timers.html#manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</a></li></ol></li></ol></li></ol></div> - <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> + <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> and <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code> methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowtimers">WindowTimers</dfn> { @@ -604,14 +604,14 @@ </ol><hr><p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <dfn id="timer-task-source">timer task source</dfn>.</p> - </div><h3 id="user-prompts"><span class="secno">6.3 </span>User prompts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- + </div><h3 id="user-prompts"><span class="secno">6.3 </span>User prompts</h3><!-- v2 ideas: * in-window modal dialogs - escape/enter handling - dragging the window out of the tab * in-window non-modal palettes - with a solution for the mobile space - --><h4 id="simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt> + --><h4 id="simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt> <dd> <p>Displays a modal alert with the given message, and waits for the user to dismiss it.</p> @@ -673,7 +673,7 @@ user aborts, then the method must return null; otherwise, the method must return the string that the user responded with.</p> - </div><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="#dom-print">print</a></code>()</dt> + </div><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="#dom-print">print</a></code>()</dt> <dd> @@ -762,7 +762,7 @@ </li> - </ol></div><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt> + </ol></div><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt> <dd> @@ -966,7 +966,7 @@ value</a> to the given new value.</p> </div><p class="note">The <code title="dom-window-close"><a href="browsers.html#dom-window-close">window.close()</a></code> method can be used to - close the browsing context.</p><h3 id="system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + close the browsing context.</p><h3 id="system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</h3><div class="impl"> <p>The <dfn id="dom-navigator" title="dom-navigator"><code>navigator</code></dfn> attribute of the <code><a href="browsers.html#window">Window</a></code> interface must return an @@ -1022,7 +1022,7 @@ <dd><p>Must return either null or a language tag representing the user's preferred language.</p></dd> --> - </div><h4 id="client-identification"><span class="secno">6.4.1 </span>Client identification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases, despite the best efforts of the entire + </div><h4 id="client-identification"><span class="secno">6.4.1 </span>Client identification</h4><p>In certain cases, despite the best efforts of the entire industry, Web browsers have bugs and limitations that Web authors are forced to work around.</p><p>This section defines a collection of attributes that can be used to determine, from script, the kind of user agent in use, in order @@ -1081,7 +1081,7 @@ <!-- vendorSub: Mozilla and Safari only; always returns "" --> - </dl></div><h4 id="custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn> + </dl></div><h4 id="custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</h4><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn> method allows Web sites to register themselves as possible handlers for particular schemes. For example, an online telephone messaging service could register itself as a handler of the <code>sms:</code> @@ -1269,7 +1269,7 @@ </div><div class="impl"> - <h5 id="security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</h5> <p>These mechanisms can introduce a number of concerns, in particular privacy concerns.</p> @@ -1350,7 +1350,7 @@ </div><div class="impl"> - <h5 id="sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</h5> <p><i>This section is non-normative.</i></p> @@ -1392,7 +1392,7 @@ method would work equivalently, but for schemes instead of unknown content types.</p> - </div><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt> + </div><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt> <dd> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- elements.html 28 Aug 2010 13:50:44 -0000 1.11 +++ elements.html 8 Sep 2010 09:25:43 -0000 1.12 @@ -327,7 +327,7 @@ attribute (XML only)</a></li><li><a href="elements.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a></li><li><a href="elements.html#classes"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a></li><li><a href="elements.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a></li><li><a href="elements.html#embedding-custom-non-visible-data"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data</a></li></ol></li><li><a href="elements.html#element-definitions"><span class="secno">3.2.4 </span>Element definitions</a> <ol><li><a href="elements.html#attributes"><span class="secno">3.2.4.1 </span>Attributes</a></li></ol></li></ol></li></ol></li></ol></div> - <h3 id="elements"><span class="secno">3.2 </span>Elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="semantics-0"><span class="secno">3.2.1 </span>Semantics</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span></p><p>Elements, attributes, and attribute values in HTML are defined + <h3 id="elements"><span class="secno">3.2 </span>Elements</h3><h4 id="semantics-0"><span class="secno">3.2.1 </span>Semantics</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span></p><p>Elements, attributes, and attribute values in HTML are defined (by this specification) to have certain meanings (semantics). For example, the <code><a href="grouping-content.html#the-ol-element">ol</a></code> element represents an ordered list, and the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute represents the @@ -414,7 +414,7 @@ document as this occurs.</p><p class="example">HTML has a <code><a href="the-button-element.html#the-progress-element">progress</a></code> element that describes a progress bar. If its "value" attribute is dynamically updated by a script, the UA would update the rendering to show the - progress changing.</p><h4 id="elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The nodes representing <a href="infrastructure.html#html-elements">HTML elements</a> in the DOM + progress changing.</p><h4 id="elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</h4><p>The nodes representing <a href="infrastructure.html#html-elements">HTML elements</a> in the DOM <span class="impl">must</span> implement, and expose to scripts, the interfaces listed for them in the relevant sections of this specification. This includes <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#xml-documents">XML @@ -536,7 +536,7 @@ <a href="infrastructure.html#html-elements">HTML elements</a> that are not defined by this specification (or <a href="infrastructure.html#other-applicable-specifications">other applicable specifications</a>).</p> - </div><h4 id="global-attributes"><span class="secno">3.2.3 </span><dfn>Global attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following attributes are common to and may be specified on + </div><h4 id="global-attributes"><span class="secno">3.2.3 </span><dfn>Global attributes</dfn></h4><p>The following attributes are common to and may be specified on all <a href="infrastructure.html#html-elements">HTML elements</a><span class="impl"> (even those not defined in this specification)</span>:</p><ul class="brief"><li><code title="attr-accesskey"><a href="editing.html#the-accesskey-attribute">accesskey</a></code></li> <li><code title="attr-class"><a href="#classes">class</a></code></li> @@ -630,7 +630,7 @@ namespace specified.</p><hr><p>To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of <a href="content-models.html#annotations-for-assistive-technology-products-aria">annotations for assistive technology - products</a> can be specified (the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes).</p><h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its + products</a> can be specified (the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes).</p><h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The value must be unique amongst all the IDs in the element's <a href="infrastructure.html#home-subtree">home subtree</a> and must contain at least one character. The value @@ -661,7 +661,7 @@ <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attribute.</p> - </div><h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute + </div><h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute <a href="rendering.html#represents">represents</a> advisory information for the element, such as would be appropriate for a tooltip. On a link, this could be the title or a description of the target resource; on an image, it could @@ -696,7 +696,7 @@ must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-title"><a href="#the-title-attribute">title</a></code> content attribute.</p> - </div><h5 id="the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> and <code title="attr-xml-lang"><a href="#attr-xml-lang">xml:lang</a></code> attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-lang" title="attr-lang"><code>lang</code></dfn> attribute (in + </div><h5 id="the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> and <code title="attr-xml-lang"><a href="#attr-xml-lang">xml:lang</a></code> attributes</h5><p>The <dfn id="attr-lang" title="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 text. Its value must be a valid BCP 47 language tag, or the empty @@ -792,7 +792,7 @@ defined in XML Base. <a href="references.html#refsXMLBASE">[XMLBASE]</a></p><p>The <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only">xml:base</a></code> attribute may be used on elements of <a href="dom.html#xml-documents">XML documents</a>. Authors must not use the <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only">xml:base</a></code> attribute in - <a href="dom.html#html-documents">HTML documents</a>.</p><h5 id="the-dir-attribute"><span class="secno">3.2.3.5 </span>The <dfn title="attr-dir"><code>dir</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute specifies the + <a href="dom.html#html-documents">HTML documents</a>.</p><h5 id="the-dir-attribute"><span class="secno">3.2.3.5 </span>The <dfn title="attr-dir"><code>dir</code></dfn> attribute</h5><p>The <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute specifies the element's text directionality. The attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> with the keyword <code title="">ltr</code> mapping to the state <i>ltr</i>, and the keyword <code title="">rtl</code> @@ -843,7 +843,7 @@ </div><p class="note">Authors are strongly encouraged to use the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute to indicate text direction rather than using CSS, since that way their documents will continue to render correctly even in the absence of CSS (e.g. as interpreted - by search engines).</p><h5 id="classes"><span class="secno">3.2.3.6 </span>The <dfn title="attr-class"><code>class</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> may have a + by search engines).</p><h5 id="classes"><span class="secno">3.2.3.6 </span>The <dfn title="attr-class"><code>class</code></dfn> attribute</h5><p>Every <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> may have a <code title="attr-class"><a href="#classes">class</a></code> attribute specified.</p><p>The attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a> representing the various classes that the element belongs to.</p><div class="impl"> @@ -866,7 +866,7 @@ <dfn id="dom-classlist" title="dom-classList"><code>classList</code></dfn> IDL attributes must both <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-class"><a href="#classes">class</a></code> content attribute.</p> - </div><h5 id="the-style-attribute"><span class="secno">3.2.3.7 </span>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-style"><a href="#the-style-attribute">style</a></code> content attribute set. This is a + </div><h5 id="the-style-attribute"><span class="secno">3.2.3.7 </span>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-style"><a href="#the-style-attribute">style</a></code> content attribute set. This is a <span>CSS styling attribute</span> as defined by the CSS Styling Attribute Syntax specification. <a href="references.html#refsCSSATTR">[CSSATTR]</a></p><div class="impl"> @@ -906,7 +906,7 @@ transparent">green</span> and my eyes are <span style="color: blue; background: transparent">blue</span>.</p></pre> - </div><h5 id="embedding-custom-non-visible-data"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="custom-data-attribute">custom data attribute</dfn> is an attribute in no + </div><h5 id="embedding-custom-non-visible-data"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn></h5><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" title="attr-data-*"><code>data-</code></dfn>", has at least one character after the hyphen, is <a href="infrastructure.html#xml-compatible">XML-compatible</a>, and contains no characters in the range U+0041 to U+005A (LATIN CAPITAL @@ -1076,7 +1076,7 @@ names like <code title="">data-doquery-range</code>, and a library called "jJo" could use attributes names like <code title="">data-jjo-range</code>.</p> - </div><h4 id="element-definitions"><span class="secno">3.2.4 </span>Element definitions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each element in this specification has a definition that includes + </div><h4 id="element-definitions"><span class="secno">3.2.4 </span>Element definitions</h4><p>Each element in this specification has a definition that includes the following information:</p><dl><dt>Categories</dt> <dd>A list of <a href="content-models.html#content-categories" title="content categories">categories</a> to @@ -1112,7 +1112,7 @@ </dl><p>This is then followed by a description of what the element <a href="rendering.html#represents">represents</a>, along with any additional normative conformance criteria that may apply to authors<span class="impl" title=""> and implementations</span>. Examples are sometimes - also included.</p><h5 id="attributes"><span class="secno">3.2.4.1 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p id="attribute-text">Except where otherwise specified, attributes + also included.</p><h5 id="attributes"><span class="secno">3.2.4.1 </span>Attributes</h5><p id="attribute-text">Except where otherwise specified, attributes on <a href="infrastructure.html#html-elements">HTML elements</a> may have any string value, including the empty string. Except where explicitly stated, there is no restriction on what text can be specified in such attributes.</p></body></html> \ No newline at end of file Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- urls.html 23 Aug 2010 22:46:48 -0000 1.13 +++ urls.html 8 Sep 2010 09:25:50 -0000 1.14 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><a href="urls.html#urls"><span class="secno">2.5 </span>URLs</a> <ol><li><a href="urls.html#terminology-0"><span class="secno">2.5.1 </span>Terminology</a></li><li><a href="urls.html#dynamic-changes-to-base-urls"><span class="secno">2.5.2 </span>Dynamic changes to base URLs</a></li><li><a href="urls.html#interfaces-for-url-manipulation"><span class="secno">2.5.3 </span>Interfaces for URL manipulation</a></li></ol></li></ol></li></ol></div> - <h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- see also: svn diff -r3244:3245 source --><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.</p><p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of + <h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><!-- see also: svn diff -r3244:3245 source --><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.</p><p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of the following conditions holds:</p><ul><li><p>The <a href="#url">URL</a> is a valid URI reference <a href="references.html#refsRFC3986">[RFC3986]</a>.</p></li> <li><p>The <a href="#url">URL</a> is a valid IRI reference and it has no @@ -485,7 +485,7 @@ herein is really called something else altogether. This is a <a href="introduction.html#willful-violation">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a></p><div class="impl"> - <h4 id="dynamic-changes-to-base-urls"><span class="secno">2.5.2 </span>Dynamic changes to base URLs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="dynamic-changes-to-base-urls"><span class="secno">2.5.2 </span>Dynamic changes to base URLs</h4> <p>When an <code title="attr-xml-base"><a href="elements.html#the-xml:base-attribute-xml-only">xml:base</a></code> attribute changes, the attribute's element, and all descendant elements, are @@ -547,7 +547,7 @@ </dd> - </dl></div><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.3 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL + </dl></div><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.3 </span>Interfaces for URL manipulation</h4><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL attributes</dfn> will have seven attributes with the following definitions:</p><pre class="idl extract"> attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>; attribute DOMString <a href="#dom-uda-host" title="dom-uda-host">host</a>; Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- tokenization.html 28 Aug 2010 13:50:46 -0000 1.28 +++ tokenization.html 8 Sep 2010 09:25:50 -0000 1.29 @@ -327,7 +327,7 @@ <div class="impl"> - <h4 id="tokenization"><span class="secno">8.2.4 </span><dfn>Tokenization</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="tokenization"><span class="secno">8.2.4 </span><dfn>Tokenization</dfn></h4> <p>Implementations must act as if they used the following state machine to tokenize HTML. The state machine must start in the @@ -398,7 +398,7 @@ error, by unicode, then EOF, ending with "anything else" --> - <h5 id="data-state"><span class="secno">8.2.4.1 </span><dfn>Data state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="data-state"><span class="secno">8.2.4.1 </span><dfn>Data state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -416,7 +416,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="character-reference-in-data-state"><span class="secno">8.2.4.2 </span><dfn>Character reference in data state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="character-reference-in-data-state"><span class="secno">8.2.4.2 </span><dfn>Character reference in data state</dfn></h5> <p>Attempt to <a href="#consume-a-character-reference">consume a character reference</a>, with no <a href="#additional-allowed-character">additional allowed character</a>.</p> @@ -429,7 +429,7 @@ <p>Finally, switch to the <a href="#data-state">data state</a>.</p> - <h5 id="rcdata-state"><span class="secno">8.2.4.3 </span><dfn>RCDATA state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="rcdata-state"><span class="secno">8.2.4.3 </span><dfn>RCDATA state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -460,7 +460,7 @@ <p>Finally, switch to the <a href="#rcdata-state">RCDATA state</a>.</p> - <h5 id="rawtext-state"><span class="secno">8.2.4.5 </span><dfn>RAWTEXT state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="rawtext-state"><span class="secno">8.2.4.5 </span><dfn>RAWTEXT state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -474,7 +474,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-state"><span class="secno">8.2.4.6 </span><dfn>Script data state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-state"><span class="secno">8.2.4.6 </span><dfn>Script data state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -488,7 +488,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="plaintext-state"><span class="secno">8.2.4.7 </span><dfn>PLAINTEXT state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="plaintext-state"><span class="secno">8.2.4.7 </span><dfn>PLAINTEXT state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -499,7 +499,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="tag-open-state"><span class="secno">8.2.4.8 </span><dfn>Tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="tag-open-state"><span class="secno">8.2.4.8 </span><dfn>Tag open state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -561,7 +561,7 @@ <dd><a href="parsing.html#parse-error">Parse error</a>. Switch to the <a href="#bogus-comment-state">bogus comment state</a>.</dd> - </dl><h5 id="tag-name-state"><span class="secno">8.2.4.10 </span><dfn>Tag name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="tag-name-state"><span class="secno">8.2.4.10 </span><dfn>Tag name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -592,7 +592,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the current tag token's tag name.</dd> - </dl><h5 id="rcdata-less-than-sign-state"><span class="secno">8.2.4.11 </span><dfn>RCDATA less-than sign state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rcdata-less-than-sign-state"><span class="secno">8.2.4.11 </span><dfn>RCDATA less-than sign state</dfn></h5> <!-- identical to the RAWTEXT less-than sign state, except s/RAWTEXT/RCDATA/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -606,7 +606,7 @@ <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rcdata-state">RCDATA state</a>.</dd> - </dl><h5 id="rcdata-end-tag-open-state"><span class="secno">8.2.4.12 </span><dfn>RCDATA end tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rcdata-end-tag-open-state"><span class="secno">8.2.4.12 </span><dfn>RCDATA end tag open state</dfn></h5> <!-- identical to the RAWTEXT (and Script data) end tag open state, except s/RAWTEXT/RCDATA/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -633,7 +633,7 @@ character token, and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rcdata-state">RCDATA state</a>.</dd> - </dl><h5 id="rcdata-end-tag-name-state"><span class="secno">8.2.4.13 </span><dfn>RCDATA end tag name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rcdata-end-tag-name-state"><span class="secno">8.2.4.13 </span><dfn>RCDATA end tag name state</dfn></h5> <!-- identical to the RAWTEXT (and Script data) end tag name state, except s/RAWTEXT/RCDATA/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -678,7 +678,7 @@ the buffer), and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rcdata-state">RCDATA state</a>.</dd> - </dl><h5 id="rawtext-less-than-sign-state"><span class="secno">8.2.4.14 </span><dfn>RAWTEXT less-than sign state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rawtext-less-than-sign-state"><span class="secno">8.2.4.14 </span><dfn>RAWTEXT less-than sign state</dfn></h5> <!-- identical to the RCDATA less-than sign state, except s/RCDATA/RAWTEXT/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -692,7 +692,7 @@ <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rawtext-state">RAWTEXT state</a>.</dd> - </dl><h5 id="rawtext-end-tag-open-state"><span class="secno">8.2.4.15 </span><dfn>RAWTEXT end tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rawtext-end-tag-open-state"><span class="secno">8.2.4.15 </span><dfn>RAWTEXT end tag open state</dfn></h5> <!-- identical to the RCDATA (and Script data) end tag open state, except s/RCDATA/RAWTEXT/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -719,7 +719,7 @@ character token, and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rawtext-state">RAWTEXT state</a>.</dd> - </dl><h5 id="rawtext-end-tag-name-state"><span class="secno">8.2.4.16 </span><dfn>RAWTEXT end tag name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="rawtext-end-tag-name-state"><span class="secno">8.2.4.16 </span><dfn>RAWTEXT end tag name state</dfn></h5> <!-- identical to the RCDATA (and Script data) end tag name state, except s/RCDATA/RAWTEXT/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -764,7 +764,7 @@ the buffer), and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#rawtext-state">RAWTEXT state</a>.</dd> - </dl><h5 id="script-data-less-than-sign-state"><span class="secno">8.2.4.17 </span><dfn>Script data less-than sign state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-less-than-sign-state"><span class="secno">8.2.4.17 </span><dfn>Script data less-than sign state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -782,7 +782,7 @@ <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-state">script data state</a>.</dd> - </dl><h5 id="script-data-end-tag-open-state"><span class="secno">8.2.4.18 </span><dfn>Script data end tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-end-tag-open-state"><span class="secno">8.2.4.18 </span><dfn>Script data end tag open state</dfn></h5> <!-- identical to the RCDATA (and RAWTEXT) end tag open state, except s/RCDATA/Script data/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -809,7 +809,7 @@ character token, and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-state">script data state</a>.</dd> - </dl><h5 id="script-data-end-tag-name-state"><span class="secno">8.2.4.19 </span><dfn>Script data end tag name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-end-tag-name-state"><span class="secno">8.2.4.19 </span><dfn>Script data end tag name state</dfn></h5> <!-- identical to the RCDATA (and RAWTEXT) end tag name state, except s/RCDATA/Script data/g --> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -854,7 +854,7 @@ the buffer), and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-state">script data state</a>.</dd> - </dl><h5 id="script-data-escape-start-state"><span class="secno">8.2.4.20 </span><dfn>Script data escape start state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escape-start-state"><span class="secno">8.2.4.20 </span><dfn>Script data escape start state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -866,7 +866,7 @@ <dd>Reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-state">script data state</a>.</dd> - </dl><h5 id="script-data-escape-start-dash-state"><span class="secno">8.2.4.21 </span><dfn>Script data escape start dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escape-start-dash-state"><span class="secno">8.2.4.21 </span><dfn>Script data escape start dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -878,7 +878,7 @@ <dd>Reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-state">script data state</a>.</dd> - </dl><h5 id="script-data-escaped-state"><span class="secno">8.2.4.22 </span><dfn>Script data escaped state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-state"><span class="secno">8.2.4.22 </span><dfn>Script data escaped state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -898,7 +898,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-escaped-dash-state"><span class="secno">8.2.4.23 </span><dfn>Script data escaped dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-dash-state"><span class="secno">8.2.4.23 </span><dfn>Script data escaped dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -918,7 +918,7 @@ <dd>Switch to the <a href="#script-data-escaped-state">script data escaped state</a>. Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-escaped-dash-dash-state"><span class="secno">8.2.4.24 </span><dfn>Script data escaped dash dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-dash-dash-state"><span class="secno">8.2.4.24 </span><dfn>Script data escaped dash dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -941,7 +941,7 @@ <dd>Switch to the <a href="#script-data-escaped-state">script data escaped state</a>. Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-escaped-less-than-sign-state"><span class="secno">8.2.4.25 </span><dfn>Script data escaped less-than sign state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-less-than-sign-state"><span class="secno">8.2.4.25 </span><dfn>Script data escaped less-than sign state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -969,7 +969,7 @@ <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-escaped-state">script data escaped state</a>.</dd> - </dl><h5 id="script-data-escaped-end-tag-open-state"><span class="secno">8.2.4.26 </span><dfn>Script data escaped end tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-end-tag-open-state"><span class="secno">8.2.4.26 </span><dfn>Script data escaped end tag open state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -995,7 +995,7 @@ character token, and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-escaped-state">script data escaped state</a>.</dd> - </dl><h5 id="script-data-escaped-end-tag-name-state"><span class="secno">8.2.4.27 </span><dfn>Script data escaped end tag name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-escaped-end-tag-name-state"><span class="secno">8.2.4.27 </span><dfn>Script data escaped end tag name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1039,7 +1039,7 @@ the buffer), and reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-escaped-state">script data escaped state</a>.</dd> - </dl><h5 id="script-data-double-escape-start-state"><span class="secno">8.2.4.28 </span><dfn>Script data double escape start state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escape-start-state"><span class="secno">8.2.4.28 </span><dfn>Script data double escape start state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1070,7 +1070,7 @@ <dd>Reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-escaped-state">script data escaped state</a>.</dd> - </dl><h5 id="script-data-double-escaped-state"><span class="secno">8.2.4.29 </span><dfn>Script data double escaped state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escaped-state"><span class="secno">8.2.4.29 </span><dfn>Script data double escaped state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1091,7 +1091,7 @@ <dd>Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-double-escaped-dash-state"><span class="secno">8.2.4.30 </span><dfn>Script data double escaped dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escaped-dash-state"><span class="secno">8.2.4.30 </span><dfn>Script data double escaped dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1113,7 +1113,7 @@ state</a>. Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-double-escaped-dash-dash-state"><span class="secno">8.2.4.31 </span><dfn>Script data double escaped dash dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escaped-dash-dash-state"><span class="secno">8.2.4.31 </span><dfn>Script data double escaped dash dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1138,7 +1138,7 @@ state</a>. Emit the <a href="parsing.html#current-input-character">current input character</a> as a character token.</dd> - </dl><h5 id="script-data-double-escaped-less-than-sign-state"><span class="secno">8.2.4.32 </span><dfn>Script data double escaped less-than sign state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escaped-less-than-sign-state"><span class="secno">8.2.4.32 </span><dfn>Script data double escaped less-than sign state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1151,7 +1151,7 @@ <dd>Reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-double-escaped-state">script data double escaped state</a>.</dd> - </dl><h5 id="script-data-double-escape-end-state"><span class="secno">8.2.4.33 </span><dfn>Script data double escape end state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="script-data-double-escape-end-state"><span class="secno">8.2.4.33 </span><dfn>Script data double escape end state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1182,7 +1182,7 @@ <dd>Reconsume the <a href="parsing.html#current-input-character">current input character</a> in the <a href="#script-data-double-escaped-state">script data double escaped state</a>.</dd> - </dl><h5 id="before-attribute-name-state"><span class="secno">8.2.4.34 </span><dfn>Before attribute name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="before-attribute-name-state"><span class="secno">8.2.4.34 </span><dfn>Before attribute name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1224,7 +1224,7 @@ the empty string. Switch to the <a href="#attribute-name-state">attribute name state</a>.</dd> - </dl><h5 id="attribute-name-state"><span class="secno">8.2.4.35 </span><dfn>Attribute name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="attribute-name-state"><span class="secno">8.2.4.35 </span><dfn>Attribute name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1273,7 +1273,7 @@ associated with it (if any).</p> - <h5 id="after-attribute-name-state"><span class="secno">8.2.4.36 </span><dfn>After attribute name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="after-attribute-name-state"><span class="secno">8.2.4.36 </span><dfn>After attribute name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1317,7 +1317,7 @@ its value to the empty string. Switch to the <a href="#attribute-name-state">attribute name state</a>.</dd> - </dl><h5 id="before-attribute-value-state"><span class="secno">8.2.4.37 </span><dfn>Before attribute value state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="before-attribute-value-state"><span class="secno">8.2.4.37 </span><dfn>Before attribute value state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1435,7 +1435,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the current attribute's value.</dd> - </dl><h5 id="character-reference-in-attribute-value-state"><span class="secno">8.2.4.41 </span><dfn>Character reference in attribute value state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="character-reference-in-attribute-value-state"><span class="secno">8.2.4.41 </span><dfn>Character reference in attribute value state</dfn></h5> <p>Attempt to <a href="#consume-a-character-reference">consume a character reference</a>.</p> @@ -1475,7 +1475,7 @@ <dd><a href="parsing.html#parse-error">Parse error</a>. Reconsume the character in the <a href="#before-attribute-name-state">before attribute name state</a>.</dd> - </dl><h5 id="self-closing-start-tag-state"><span class="secno">8.2.4.43 </span><dfn>Self-closing start tag state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="self-closing-start-tag-state"><span class="secno">8.2.4.43 </span><dfn>Self-closing start tag state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1492,7 +1492,7 @@ <dd><a href="parsing.html#parse-error">Parse error</a>. Reconsume the character in the <a href="#before-attribute-name-state">before attribute name state</a>.</dd> - </dl><h5 id="bogus-comment-state"><span class="secno">8.2.4.44 </span><dfn>Bogus comment state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="bogus-comment-state"><span class="secno">8.2.4.44 </span><dfn>Bogus comment state</dfn></h5> <p>Consume every character up to and including the first U+003E GREATER-THAN SIGN character (>) or the end of the file (EOF), @@ -1510,7 +1510,7 @@ character.</p> - <h5 id="markup-declaration-open-state"><span class="secno">8.2.4.45 </span><dfn>Markup declaration open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="markup-declaration-open-state"><span class="secno">8.2.4.45 </span><dfn>Markup declaration open state</dfn></h5> <p>If the next two characters are both U+002D HYPHEN-MINUS characters (-), consume those two characters, create a comment token @@ -1535,7 +1535,7 @@ comment.</p> - <h5 id="comment-start-state"><span class="secno">8.2.4.46 </span><dfn>Comment start state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="comment-start-state"><span class="secno">8.2.4.46 </span><dfn>Comment start state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1555,7 +1555,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="comment-start-dash-state"><span class="secno">8.2.4.47 </span><dfn>Comment start dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-start-dash-state"><span class="secno">8.2.4.47 </span><dfn>Comment start dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1576,7 +1576,7 @@ <a href="parsing.html#current-input-character">current input character</a> to the comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="comment-state"><span class="secno">8.2.4.48 </span><dfn id="comment">Comment state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-state"><span class="secno">8.2.4.48 </span><dfn id="comment">Comment state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1592,7 +1592,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the comment token's data.</dd> - </dl><h5 id="comment-end-dash-state"><span class="secno">8.2.4.49 </span><dfn>Comment end dash state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-end-dash-state"><span class="secno">8.2.4.49 </span><dfn>Comment end dash state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1609,7 +1609,7 @@ <a href="parsing.html#current-input-character">current input character</a> to the comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="comment-end-state"><span class="secno">8.2.4.50 </span><dfn>Comment end state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-end-state"><span class="secno">8.2.4.50 </span><dfn>Comment end state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1649,7 +1649,7 @@ comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="comment-end-bang-state"><span class="secno">8.2.4.51 </span><dfn>Comment end bang state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-end-bang-state"><span class="secno">8.2.4.51 </span><dfn>Comment end bang state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1673,7 +1673,7 @@ character</a> to the comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="comment-end-space-state"><span class="secno">8.2.4.52 </span><dfn>Comment end space state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="comment-end-space-state"><span class="secno">8.2.4.52 </span><dfn>Comment end space state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1700,7 +1700,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the comment token's data. Switch to the <a href="#comment-state">comment state</a>.</dd> - </dl><h5 id="doctype-state"><span class="secno">8.2.4.53 </span><dfn>DOCTYPE state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="doctype-state"><span class="secno">8.2.4.53 </span><dfn>DOCTYPE state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1720,7 +1720,7 @@ <dd><a href="parsing.html#parse-error">Parse error</a>. Reconsume the character in the <a href="#before-doctype-name-state">before DOCTYPE name state</a>.</dd> - </dl><h5 id="before-doctype-name-state"><span class="secno">8.2.4.54 </span><dfn>Before DOCTYPE name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="before-doctype-name-state"><span class="secno">8.2.4.54 </span><dfn>Before DOCTYPE name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1752,7 +1752,7 @@ <a href="parsing.html#current-input-character">current input character</a>. Switch to the <a href="#doctype-name-state">DOCTYPE name state</a>.</dd> - </dl><h5 id="doctype-name-state"><span class="secno">8.2.4.55 </span><dfn>DOCTYPE name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="doctype-name-state"><span class="secno">8.2.4.55 </span><dfn>DOCTYPE name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1781,7 +1781,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the current DOCTYPE token's name.</dd> - </dl><h5 id="after-doctype-name-state"><span class="secno">8.2.4.56 </span><dfn>After DOCTYPE name state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="after-doctype-name-state"><span class="secno">8.2.4.56 </span><dfn>After DOCTYPE name state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1821,7 +1821,7 @@ </dd> - </dl><h5 id="after-doctype-public-keyword-state"><span class="secno">8.2.4.57 </span><dfn>After DOCTYPE public keyword state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="after-doctype-public-keyword-state"><span class="secno">8.2.4.57 </span><dfn>After DOCTYPE public keyword state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1858,7 +1858,7 @@ <i>force-quirks flag</i> to <i>on</i>. Switch to the <a href="#bogus-doctype-state">bogus DOCTYPE state</a>.</dd> - </dl><h5 id="before-doctype-public-identifier-state"><span class="secno">8.2.4.58 </span><dfn>Before DOCTYPE public identifier state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="before-doctype-public-identifier-state"><span class="secno">8.2.4.58 </span><dfn>Before DOCTYPE public identifier state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1936,7 +1936,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the current DOCTYPE token's public identifier.</dd> - </dl><h5 id="after-doctype-public-identifier-state"><span class="secno">8.2.4.61 </span><dfn>After DOCTYPE public identifier state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="after-doctype-public-identifier-state"><span class="secno">8.2.4.61 </span><dfn>After DOCTYPE public identifier state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -1972,7 +1972,7 @@ <i>force-quirks flag</i> to <i>on</i>. Switch to the <a href="#bogus-doctype-state">bogus DOCTYPE state</a>.</dd> - </dl><h5 id="between-doctype-public-and-system-identifiers-state"><span class="secno">8.2.4.62 </span><dfn>Between DOCTYPE public and system identifiers state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="between-doctype-public-and-system-identifiers-state"><span class="secno">8.2.4.62 </span><dfn>Between DOCTYPE public and system identifiers state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -2007,7 +2007,7 @@ <i>force-quirks flag</i> to <i>on</i>. Switch to the <a href="#bogus-doctype-state">bogus DOCTYPE state</a>.</dd> - </dl><h5 id="after-doctype-system-keyword-state"><span class="secno">8.2.4.63 </span><dfn>After DOCTYPE system keyword state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="after-doctype-system-keyword-state"><span class="secno">8.2.4.63 </span><dfn>After DOCTYPE system keyword state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -2044,7 +2044,7 @@ <i>force-quirks flag</i> to <i>on</i>. Switch to the <a href="#bogus-doctype-state">bogus DOCTYPE state</a>.</dd> - </dl><h5 id="before-doctype-system-identifier-state"><span class="secno">8.2.4.64 </span><dfn>Before DOCTYPE system identifier state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="before-doctype-system-identifier-state"><span class="secno">8.2.4.64 </span><dfn>Before DOCTYPE system identifier state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -2124,7 +2124,7 @@ <dd>Append the <a href="parsing.html#current-input-character">current input character</a> to the current DOCTYPE token's system identifier.</dd> - </dl><h5 id="after-doctype-system-identifier-state"><span class="secno">8.2.4.67 </span><dfn>After DOCTYPE system identifier state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="after-doctype-system-identifier-state"><span class="secno">8.2.4.67 </span><dfn>After DOCTYPE system identifier state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -2149,7 +2149,7 @@ state</a>. (This does <em>not</em> set the DOCTYPE token's <i>force-quirks flag</i> to <i>on</i>.)</dd> - </dl><h5 id="bogus-doctype-state"><span class="secno">8.2.4.68 </span><dfn>Bogus DOCTYPE state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="bogus-doctype-state"><span class="secno">8.2.4.68 </span><dfn>Bogus DOCTYPE state</dfn></h5> <p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p> @@ -2164,7 +2164,7 @@ <dt>Anything else</dt> <dd>Ignore the character.</dd> - </dl><h5 id="cdata-section-state"><span class="secno">8.2.4.69 </span><dfn>CDATA section state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="cdata-section-state"><span class="secno">8.2.4.69 </span><dfn>CDATA section state</dfn></h5> <p>Consume every character up to the next occurrence of the three character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE @@ -2181,7 +2181,7 @@ - <h5 id="tokenizing-character-references"><span class="secno">8.2.4.70 </span>Tokenizing character references</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="tokenizing-character-references"><span class="secno">8.2.4.70 </span>Tokenizing character references</h5> <p>This section defines how to <dfn id="consume-a-character-reference">consume a character reference</dfn>. This definition is used when parsing character @@ -2389,7 +2389,7 @@ thing to do is to close some formatting elements from the middle of the stack when you hit a limit, or something. --> - <h4 id="tree-construction"><span class="secno">8.2.5 </span><dfn>Tree construction</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="tree-construction"><span class="secno">8.2.5 </span><dfn>Tree construction</dfn></h4> <p>The input to the tree construction stage is a sequence of tokens from the <a href="#tokenization">tokenization</a> stage. The tree construction @@ -2463,7 +2463,7 @@ constraints.</p> - <h5 id="creating-and-inserting-elements"><span class="secno">8.2.5.1 </span>Creating and inserting elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="creating-and-inserting-elements"><span class="secno">8.2.5.1 </span>Creating and inserting elements</h5> <p>When the steps below require the UA to <dfn id="create-an-element-for-the-token" title="create an element for the token">create an element for a token</dfn> in a @@ -2642,7 +2642,7 @@ </li><li><p>Then, switch the <a href="parsing.html#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>".</p></li> - </ol><h5 id="closing-elements-that-have-implied-end-tags"><span class="secno">8.2.5.2 </span>Closing elements that have implied end tags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </ol><h5 id="closing-elements-that-have-implied-end-tags"><span class="secno">8.2.5.2 </span>Closing elements that have implied end tags</h5> <p>When the steps below require the UA to <dfn id="generate-implied-end-tags">generate implied end tags</dfn>, then, while the <a href="parsing.html#current-node">current node</a> is a @@ -2658,7 +2658,7 @@ above steps as if that element was not in the above list.</p> - <h5 id="foster-parenting"><span class="secno">8.2.5.3 </span>Foster parenting</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="foster-parenting"><span class="secno">8.2.5.3 </span>Foster parenting</h5> <p>Foster parenting happens when content is misnested in tables.</p> @@ -2696,7 +2696,7 @@ - <h5 id="the-initial-insertion-mode"><span class="secno">8.2.5.4 </span>The "<dfn title="insertion mode: initial">initial</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="the-initial-insertion-mode"><span class="secno">8.2.5.4 </span>The "<dfn title="insertion mode: initial">initial</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-initial-insertion-mode" title="insertion mode: initial">initial</a>", tokens must be handled as follows:</p> @@ -2890,7 +2890,7 @@ </dd> - </dl><h5 id="the-before-html-insertion-mode"><span class="secno">8.2.5.5 </span>The "<dfn title="insertion mode: before html">before html</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="the-before-html-insertion-mode"><span class="secno">8.2.5.5 </span>The "<dfn title="insertion mode: before html">before html</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-before-html-insertion-mode" title="insertion mode: before html">before html</a>", tokens must be handled as follows:</p> @@ -2974,7 +2974,7 @@ as described in the next section.</p> - <h5 id="the-before-head-insertion-mode"><span class="secno">8.2.5.6 </span>The "<dfn title="insertion mode: before head">before head</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="the-before-head-insertion-mode"><span class="secno">8.2.5.6 </span>The "<dfn title="insertion mode: before head">before head</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-before-head-insertion-mode" title="insertion mode: before head">before head</a>", tokens must be handled as follows:</p> @@ -3040,7 +3040,7 @@ </dd> - </dl><h5 id="parsing-main-inhead"><span class="secno">8.2.5.7 </span>The "<dfn title="insertion mode: in head">in head</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inhead"><span class="secno">8.2.5.7 </span>The "<dfn title="insertion mode: in head">in head</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inhead" title="insertion mode: in head">in head</a>", tokens must be handled as follows:</p> @@ -3205,7 +3205,7 @@ </dd> - </dl><h5 id="parsing-main-inheadnoscript"><span class="secno">8.2.5.8 </span>The "<dfn title="insertion mode: in head noscript">in head noscript</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inheadnoscript"><span class="secno">8.2.5.8 </span>The "<dfn title="insertion mode: in head noscript">in head noscript</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inheadnoscript" title="insertion mode: in head noscript">in head noscript</a>", tokens must be handled as follows:</p> @@ -3266,7 +3266,7 @@ </dd> - </dl><h5 id="the-after-head-insertion-mode"><span class="secno">8.2.5.9 </span>The "<dfn title="insertion mode: after head">after head</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="the-after-head-insertion-mode"><span class="secno">8.2.5.9 </span>The "<dfn title="insertion mode: after head">after head</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-after-head-insertion-mode" title="insertion mode: after head">after head</a>", tokens must be handled as follows:</p> @@ -3357,7 +3357,7 @@ token.</p> </dd> - </dl><h5 id="parsing-main-inbody"><span class="secno">8.2.5.10 </span>The "<dfn title="insertion mode: in body">in body</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inbody"><span class="secno">8.2.5.10 </span>The "<dfn title="insertion mode: in body">in body</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inbody" title="insertion mode: in body">in body</a>", tokens must be handled as follows:</p> @@ -3803,8 +3803,8 @@ <dt>An end tag whose tag name is "p"</dt> <dd> - <p>If the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> does not <a href="parsing.html#has-an-element-in-button-scope" title="has an element in button scope">have an element in sbutton - cope</a> with the same tag name as that of the token, then this + <p>If the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> does not <a href="parsing.html#has-an-element-in-button-scope" title="has an element in button scope">have an element in button + scope</a> with the same tag name as that of the token, then this is a <a href="parsing.html#parse-error">parse error</a>; act as if a start tag with the tag name "p" had been seen, then reprocess the current token.</p> @@ -4576,7 +4576,7 @@ </ol></dd> - </dl><h5 id="parsing-main-incdata"><span class="secno">8.2.5.11 </span>The "<dfn title="insertion mode: text">text</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-incdata"><span class="secno">8.2.5.11 </span>The "<dfn title="insertion mode: text">text</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>", tokens must be handled as follows:</p> @@ -4718,7 +4718,7 @@ </dd> - </dl><h5 id="parsing-main-intable"><span class="secno">8.2.5.12 </span>The "<dfn title="insertion mode: in table">in table</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-intable"><span class="secno">8.2.5.12 </span>The "<dfn title="insertion mode: in table">in table</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-intable" title="insertion mode: in table">in table</a>", tokens must be handled as follows:</p> @@ -4922,7 +4922,7 @@ - <h5 id="parsing-main-intabletext"><span class="secno">8.2.5.13 </span>The "<dfn title="insertion mode: in table text">in table text</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-main-intabletext"><span class="secno">8.2.5.13 </span>The "<dfn title="insertion mode: in table text">in table text</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-intabletext" title="insertion mode: in table text">in table text</a>", tokens must be handled @@ -4957,7 +4957,7 @@ </dd> - </dl><h5 id="parsing-main-incaption"><span class="secno">8.2.5.14 </span>The "<dfn title="insertion mode: in caption">in caption</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-incaption"><span class="secno">8.2.5.14 </span>The "<dfn title="insertion mode: in caption">in caption</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-incaption" title="insertion mode: in caption">in caption</a>", tokens must be handled as follows:</p> @@ -5015,7 +5015,7 @@ mode</a>.</p> </dd> - </dl><h5 id="parsing-main-incolgroup"><span class="secno">8.2.5.15 </span>The "<dfn title="insertion mode: in column group">in column group</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-incolgroup"><span class="secno">8.2.5.15 </span>The "<dfn title="insertion mode: in column group">in column group</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-incolgroup" title="insertion mode: in column group">in column group</a>", tokens must be handled as follows:</p> @@ -5102,7 +5102,7 @@ </dd> - </dl><h5 id="parsing-main-intbody"><span class="secno">8.2.5.16 </span>The "<dfn title="insertion mode: in table body">in table body</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-intbody"><span class="secno">8.2.5.16 </span>The "<dfn title="insertion mode: in table body">in table body</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-intbody" title="insertion mode: in table body">in table body</a>", tokens must be handled as follows:</p> @@ -5191,7 +5191,7 @@ case</a>.</p> - <h5 id="parsing-main-intr"><span class="secno">8.2.5.17 </span>The "<dfn title="insertion mode: in row">in row</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-main-intr"><span class="secno">8.2.5.17 </span>The "<dfn title="insertion mode: in row">in row</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-intr" title="insertion mode: in row">in row</a>", tokens must be handled as follows:</p> @@ -5282,7 +5282,7 @@ case</a>.</p> - <h5 id="parsing-main-intd"><span class="secno">8.2.5.18 </span>The "<dfn title="insertion mode: in cell">in cell</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-main-intd"><span class="secno">8.2.5.18 </span>The "<dfn title="insertion mode: in cell">in cell</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-intd" title="insertion mode: in cell">in cell</a>", tokens must be handled as follows:</p> @@ -5377,7 +5377,7 @@ cell</a>".</p> - <h5 id="parsing-main-inselect"><span class="secno">8.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-main-inselect"><span class="secno">8.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inselect" title="insertion mode: in select">in select</a>", tokens must be handled as follows:</p> @@ -5523,7 +5523,7 @@ <p><a href="parsing.html#parse-error">Parse error</a>. Ignore the token.</p> </dd> - </dl><h5 id="parsing-main-inselectintable"><span class="secno">8.2.5.20 </span>The "<dfn title="insertion mode: in select in table">in select in table</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inselectintable"><span class="secno">8.2.5.20 </span>The "<dfn title="insertion mode: in select in table">in select in table</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inselectintable" title="insertion mode: in select in table">in select in table</a>", tokens must be handled as follows:</p> @@ -5555,7 +5555,7 @@ mode</a>.</p> </dd> - </dl><h5 id="parsing-main-inforeign"><span class="secno">8.2.5.21 </span>The "<dfn title="insertion mode: in foreign content">in foreign content</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inforeign"><span class="secno">8.2.5.21 </span>The "<dfn title="insertion mode: in foreign content">in foreign content</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inforeign" title="insertion mode: in foreign content">in foreign content</a>", tokens must be @@ -5800,7 +5800,7 @@ </dd> - </dl><h5 id="parsing-main-afterbody"><span class="secno">8.2.5.22 </span>The "<dfn title="insertion mode: after body">after body</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-afterbody"><span class="secno">8.2.5.22 </span>The "<dfn title="insertion mode: after body">after body</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-afterbody" title="insertion mode: after body">after body</a>", tokens must be handled as follows:</p> @@ -5858,7 +5858,7 @@ </dd> - </dl><h5 id="parsing-main-inframeset"><span class="secno">8.2.5.23 </span>The "<dfn title="insertion mode: in frameset">in frameset</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-inframeset"><span class="secno">8.2.5.23 </span>The "<dfn title="insertion mode: in frameset">in frameset</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-inframeset" title="insertion mode: in frameset">in frameset</a>", tokens must be handled as follows:</p> @@ -5951,7 +5951,7 @@ <p><a href="parsing.html#parse-error">Parse error</a>. Ignore the token.</p> </dd> - </dl><h5 id="parsing-main-afterframeset"><span class="secno">8.2.5.24 </span>The "<dfn title="insertion mode: after frameset">after frameset</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="parsing-main-afterframeset"><span class="secno">8.2.5.24 </span>The "<dfn title="insertion mode: after frameset">after frameset</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#parsing-main-afterframeset" title="insertion mode: after frameset">after frameset</a>", tokens must be handled as follows:</p> @@ -6005,7 +6005,7 @@ <p><a href="parsing.html#parse-error">Parse error</a>. Ignore the token.</p> </dd> - </dl><h5 id="the-after-after-body-insertion-mode"><span class="secno">8.2.5.25 </span>The "<dfn title="insertion mode: after after body">after after body</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="the-after-after-body-insertion-mode"><span class="secno">8.2.5.25 </span>The "<dfn title="insertion mode: after after body">after after body</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-after-after-body-insertion-mode" title="insertion mode: after after body">after after body</a>", tokens must be handled as follows:</p> @@ -6039,7 +6039,7 @@ reprocess the token.</p> </dd> - </dl><h5 id="the-after-after-frameset-insertion-mode"><span class="secno">8.2.5.26 </span>The "<dfn title="insertion mode: after after frameset">after after frameset</dfn>" insertion mode</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h5 id="the-after-after-frameset-insertion-mode"><span class="secno">8.2.5.26 </span>The "<dfn title="insertion mode: after after frameset">after after frameset</dfn>" insertion mode</h5> <p>When the <a href="parsing.html#insertion-mode">insertion mode</a> is "<a href="#the-after-after-frameset-insertion-mode" title="insertion mode: after after frameset">after after frameset</a>", tokens must be handled as follows:</p> Index: fragment-links.js =================================================================== RCS file: /sources/public/html5/spec/fragment-links.js,v retrieving revision 1.262 retrieving revision 1.263 diff -u -d -r1.262 -r1.263 --- fragment-links.js 27 Aug 2010 21:56:47 -0000 1.262 +++ fragment-links.js 8 Sep 2010 09:25:43 -0000 1.263 @@ -1,4 +1,4 @@ -var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'the-button-element','refsRFC1554':'references','ix-handler-ondrag':'index','dom-cva-willvalidate':'association-of-controls-and-forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'dnd','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'association-of-controls-and-forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'webappapis','conformance-requirements-for-authors':'introduction','attr-input-vspace':'obsolete','dom-meter-optimum':'the-button-element','the-root-element':'semantics','scriptTag':'tokenization','command-facet-type':'commands','dom-opener':'browsers','concept-http-equivalent':'fetching-resources','obtain-a-physical-form':'rendering','hierarchical-url':'urls','dom-area-rel':'the-map-element','concept-slots':'tbular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'common-microsyntaxes','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','about:blank':'fetching-resources','ix-handler-window-onafterprint':'index','concept-appcache-matches-fallback':'offline','concept-marquee-on':'obsolete','ix-handler-onchange':'index','the-end':'the-end','the-after-head-insertion-mode':'tokenization','strip-leading-and-trailing-whitespace':'common-microsyntaxes','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'webappapis','the-br-element':'text-level-semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'dnd','namespaces':'namespaces','dom-undomanager-add':'dnd','command-redo':'dnd','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'video','special':'parsing','ix-handler-ondurationchange':'index','concept-facet':'commands','changesToNetworkingModel':'ofline','hierarchy_request_err':'common-dom-interfaces','dom-tr-sectionrowindex':'tabular-data','critical-subresources':'infrastructure','attr-script-async':'scripting-1','a-graphical-representation-of-some-of-the-surrounding-text':'embedded-content-1','ix-handler-ondblclick':'index','sandboxed-top-level-navigation-browsing-context-flag':'the-iframe-element','math':'the-map-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'parsing','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'common-input-element-attributes','concept-uda-input':'urls','resetting-a-form':'association-of-controls-and-forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'embedded-content-1','dom-input-alt':'the-input-element','the-cite-element':text-level-semantics','attr-button-type':'the-button-element','attr-input-type-button-keyword':'the-input-element','dom-select-type':'the-button-element','formatting':'parsing','handler-onformchange':'webappapis','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'the-button-element','parse-error':'parsing','dom-datatransfer-files':'dnd','dom-select-options':'the-button-element','concept-fe-disabled':'association-of-controls-and-forms','refsRFC3490':'references','dom-object-border':'obsolete','dom-feature-strings':'common-dom-interfaces','quirks-mode':'dom','character-encodings-0':'parsing','root-element':'infrastructure','dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','the-wbr-element':'text-level-semantics','concept-encoding-confidence':'parsing','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-frgment-identifier':'history','encrypted-http-and-related-security-concerns':'fetching-resources','command-forwarddelete':'dnd','original-insertion-mode':'parsing','link-type-external':'links','script-data-state':'tokenization','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'common-microsyntaxes','dom-selection-collapse':'editing','command-bold':'dnd','command-delete':'dnd','dom-node-namespaceuri':'infrastructure','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'the-button-element','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'content-models','dom-form-reset':'forms','link-type-index':'links','dom-frame-scrolling':'obsolete','dom-img-width':'embedded-content-1','fire-a-simple-event':'webappapis','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'association-of-controls-and-forms','refsDOMRANGE':'references','dom-are-alt':'the-map-element','dom-input-files':'common-input-element-attributes','html-fragment-serialization-algorithm':'the-end','the-after-after-body-insertion-mode':'tokenization','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'timers','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'common-dom-interfaces','dom-iframe-src':'the-iframe-element','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'embedded-content-1','mq':'common-microsyntaxes','exceptions':'common-dom-interfaces','the-document-s-domain':'origin-0','dom-accesskey':'editing','scripting':'webappapis','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'tokenization','attr-meta-http-equiv-refresh':'semantics','concept-navigate-mature':'history','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'association-of-controls-andforms','dom-input-min':'the-input-element','system-state-and-capabilities':'timers','comment-end-bang-state':'tokenization','dom-history-forward':'history','dom-image':'embedded-content-1','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'tokenization','syntax-attributes':'syntax','rawtext-state':'tokenization','command-facet-checkedstate':'commands','refsRFC3279':'references','ordinary':'parsing','absolute-url':'urls','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'common-microsyntaxes','edits-and-paragraphs':'edits','handler-onclick':'webappapis','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','dndevents':'dnd','syntax-comments':'syntax','split-a-string-on-spaces':'common-microsyntaxes','unknown-images':'embedded-content-1','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dom-htmloptionscollection-emove':'common-dom-interfaces','execCommand':'dnd','plaintext-state':'tokenization','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','timers':'timers','meta-description':'semantics','event-handler-attributes':'webappapis','valid-simple-color':'common-microsyntaxes','quota_exceeded_err':'common-dom-interfaces','image-maps':'the-map-element','parsing-cache-manifests':'offline','origin':'origin-0','poster-frame':'video','handler-onload':'webappapis','the-session-history-of-browsing-contexts':'history','refsWHATWGWIKI':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'common-dom-interfaces','ix-handler-onseeked':'index','attributes-0':'syntax','attributes-1':'index','style-sheet-ready':'semantics','scripting-0':'infrastructure','attr-input-alt':'number-state','handler-onmouseout':'webappapis','cncept-input-min':'common-input-element-attributes','attr-marquee-direction-down':'obsolete','converting-a-character-width-to-pixels':'rendering','security-location':'history','list-of-active-intervals':'timers','refsABOUT':'references','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'common-microsyntaxes','dom-input-required':'the-input-element','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','resulting-autocompletion-state':'common-input-element-attributes','dom-validitystate-valid':'association-of-controls-and-forms','attr-textarea-cols':'the-button-element','dom-input-multiple':'the-input-element','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'urls','dom-basefont-size':'obsolete','concept-input-min-zero':'common-input-element-attributes','handlerwindow-onmessage':'webappapis','url-host-specific':'urls','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'dnd','command-unlink':'dnd','fire-a-click-event':'webappapis','dom-document-defaultcharset':'dom','the-blockquote-element':'grouping-content','attr-object-type':'the-iframe-element','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'the-input-element','attr-textarea-readonly':'the-button-element','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'rendering','serialize_err':'common-dom-interfaces','dom-htmlallcollection-nameditem':'common-dom-interfaces','matching-html-elements-using-selectors':'links','attr-input-type-color-keyword':'the-input-element','concept-form-submit':'association-of-controls-and-forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'content-models','htmlhrelement':'grouping-content','dom-range-selectnodecontents':'infrastructure','get-the-timeout':'timers','event-dragover''dnd','ix-handler-onkeydown':'index','sandboxLinks':'history','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'webappapis','dom-input-readonly':'the-input-element','concept-input-step':'common-input-element-attributes','default-media':'semantics','dom-li-type':'obsolete','refsIANAPERMHEADERS':'references','dom-area-search':'the-map-element','refsRFC3548':'references','attr-link-urn':'obsolete','html-elements':'infrastructure','refsWEBLINK':'references','comment-0':'infrastructure','dom-window':'browsers','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'the-iframe-element','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','has-a-border':'rendering','xpath-1.0-processors':'apis-in-html-documents','parse-a-time-component':'common-microsyntaxes','attr-media-preload-none-state':'video''suffering-from-being-too-long':'association-of-controls-and-forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'association-of-controls-and-forms','script-processing-defer':'scripting-1','concept-spellcheck-default-true':'editing','refsRFC1557':'references','ix-handler-oncanplay':'index','rank':'sections','network-states':'video','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','the-initial-insertion-mode':'tokenization','limited-to-only-non-negative-numbers-greater-than-zero':'common-dom-interfaces','navigator':'timers','dom-document-bgcolor':'obsolete','link-type-help':'links','abort-an-html-parser':'the-end','dom-area-hash':'the-map-element','attr-embed-vspace':'obsolete','set-of-comma-separated-tokens':'common-microsyntaxes','parsing-main-afterframeset':'tokenization','documenttype':'infrastructure','dom-img-height':'embedded-content-1','link-type-author':'links','handler-ondurationchange':'webappapis','attr-mediacontrols':'video','htmlmetaelement':'semantics','dom-undomanager-item':'dnd','attr-script-charset':'scripting-1','htmlcollection-0':'common-dom-interfaces','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'association-of-controls-and-forms','dom-document-plugins':'dom','textarea-effective-height':'rendering','html-fragment-parsing-algorithm':'the-end','handler-window-onpageshow':'webappapis','dom-marquee-scrollamount':'obsolete','dom-select-length':'the-button-element','in-a-document':'infrastructure','best-representation-of-the-global-date-and-time-string':'common-microsyntaxes','table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'apis-in-html-documents','dynamic-nested-browsing-context-properties':'browsers','classes':'elements','the-multiple-attribute':'common-input-element-attributes','dom-mediaerror-code':'video','the-list-of-active-formatting-elements':'parsing','form-elementpointer':'parsing','dom-textarea-maxlength':'the-button-element','error-codes':'video','dom-input-valueasdate':'common-input-element-attributes','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'the-iframe-element','submit-delete-action':'association-of-controls-and-forms','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','attr-button-value':'the-button-element','parse-a-url':'urls','navigatorabilities':'timers','dom-tdth-width':'obsolete','attr-table-cellspacing':'obsolete','link-type-nofollow':'links','event-drag':'dnd','script-processing-noscript':'scripting-1','dom-tbody-choff':'obsolete','handler-onfocus':'webappapis','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'common-dom-interfaces','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'rendering','guidance-for-conformance-checkers':'embedded-content-1','the-title-elment':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'grouping-content','fetching-resources':'fetching-resources','attr-dim-height':'the-map-element','attr-iframe-vspace':'obsolete','dom-undomanager-position':'dnd','radio-button-state':'number-state','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-map-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'parsing','ix-handler-ondragover':'index','the-mark-element':'text-level-semantics','dom-undomanager':'dnd','selector-active':'links','same-origin':'origin-0','dom-optgroup-label':'the-button-element','about:srcdoc':'urls','ix-handler-onvolumechange':'index','concept-fs-target':'association-of-controls-and-forms','dom-pagetransitionevent-initpagetransitionevent':'history','not_found_err':'common-dom-interfaces','dom-htmloptionscollection-length':'common-dom-interfaces','conceptdatetime-local':'common-microsyntaxes','dom-media-preload':'video','pseudo-classes':'links','colors':'common-microsyntaxes','outerhtml':'apis-in-html-documents','handler-onplaying':'webappapis','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'common-dom-interfaces','radionodelist':'common-dom-interfaces','cookie-free-document-object':'dom','url-path':'urls','domtokenlist':'common-dom-interfaces','dom-marquee-behavior':'obsolete','dom-img-usemap':'embedded-content-1','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'association-of-controls-and-forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'common-microsyntaxes','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'webappapis','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','dom-title-text':'semantics','mathml-namespace':'namespaces','dom-selection-addrange':'editing','dom-media-initialtie':'video','parsing-main-inselectintable':'tokenization','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'webappapis','event-media-canplay':'video','ix-handler-onkeypress':'index','dom-option-form':'the-button-element','ix-handler-onloadedmetadata':'index','selector-invalid':'links','refsRFC1922':'references','refsFILEAPI':'references','attr-iframe-srcdoc':'the-iframe-element','implementation-notes':'dnd','the-col-element':'tabular-data','the-placeholder-attribute':'common-input-element-attributes','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'rendering','creator-browsing-context':'browsers','no_data_allowed_err':'common-dom-interfaces','selector-enabled':'links','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'timers','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-scripts':'webappapis','marquee-sroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'the-button-element','active-document':'browsers','article-example':'sections','using-the-input-element-to-define-a-command':'commands','hidden-state':'states-of-the-type-attribute','dom-htmloptionscollection-nameditem':'common-dom-interfaces','refsRFC5724':'references','attr-li-value':'grouping-content','attr-command-type-keyword-checkbox':'interactive-elements','the-address-element':'sections','events':'webappapis','newlines':'syntax','handler-onkeypress':'webappapis','refsORIGIN':'references','attr-button-type-button':'the-button-element','concept-option-value':'the-button-element','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'the-button-element','dom-basefont-color':'obsolete','handler-onloadeddata':'webappapis','the-button-element-0':'rendering','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','dom-frame-frameborder':'obsoete','table-model-error':'tabular-data','overview-of-the-parsing-model':'parsing','parse-a-week-string':'common-microsyntaxes','ix-handler-onscroll':'index','dom-option-defaultselected':'the-button-element','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'tokenization','dom-a-media':'text-level-semantics','urls':'urls','the-select-element-0':'rendering','dom-frame-contentwindow':'obsolete','mediaerror':'video','concept-section':'sections','cdata-section-state':'tokenization','ix-handler-window-onpopstate':'index','using-the-a-element-to-define-a-command':'commands','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'the-button-element','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'parsing','attr-area-shape-rect':'the-map-element','attr-input-value':'the-input-element','innerhtml':'apis-in-html-documents','attr-input-min':'common-input-element-attributes','e-mail-state':'states-of-the-type-attribute','dom-style-scped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'the-input-element','dom-undomanager-clearundo':'dnd','unicode-serialization-of-an-origin':'origin-0','htmlembedelement':'the-iframe-element','syntax-errors':'introduction','list-of-the-descendant-browsing-contexts':'browsers','handler-window-onredo':'webappapis','dom-map-areas':'the-map-element','about:legacy-compat':'urls','category-label':'forms','handler-onpause':'webappapis','dom-history':'history','refsRFC3629':'references','character-encoding-declaration':'semantics','concept-uda-setter':'urls','attr-keygen-challenge':'the-button-element','non-scripted':'infrastructure','concept-input-step-default':'common-input-element-attributes','date-state':'states-of-the-type-attribute','dom-htmloptionscollection-add':'common-dom-interfaces','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','ix-handler-window-onblur':'index','dom-frame-marginheiht':'obsolete','foreign-elements':'syntax','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'the-button-element','sbu-not-copy':'webappapis','attr-input-type-text-keyword':'the-input-element','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-map-element','element-definitions':'elements','dom-area-port':'the-map-element','syntax-tag-omission':'syntax','selector-in-range':'links','attr-fs-method-get':'association-of-controls-and-forms','bogus-comment-state':'tokenization','list-of-active-timeouts':'timers','attr-hyperlink-media':'links','concept-appcache-manifest-explicit':'offline','link-type-prev':'links','expose-a-user-interface-to-the-user':'video','dom-area-host':'the-map-element','attr-form-accept-charset':'forms','dynamic-changes-to-base-urls':'urls','attr-fs-formmethod':'association-of-controls-and-forms','xml-mime-type':'infrastructure','the-dragevent-and-datatransfr-interfaces':'dnd','limited-quirks-mode':'dom','htmlbrelement':'text-level-semantics','attr-img-hspace':'obsolete','common-parser-idioms':'common-microsyntaxes','dom-element-tagname':'infrastructure','concept-fv-valid':'association-of-controls-and-forms','submit-mailto-headers':'association-of-controls-and-forms','handler-onended':'webappapis','interactive-media':'rendering','using-the-option-element-to-define-a-command':'commands','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','object-type-detection':'the-iframe-element','dialog-arguments-origin':'timers','script-data-escaped-state':'tokenization','attr-fe-maxlength':'association-of-controls-and-forms','documents':'dom','ix-handler-onplay':'index','rules-for-parsing-integers':'common-microsyntaxes','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'the-button-element','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'content-models','handler-onprogress':'webppapis','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','dom-a-charset':'obsolete','the-output-element':'the-button-element','ix-handler-onemptied':'index','attr-input-type-image-keyword':'the-input-element','statically-validate-the-constraints':'association-of-controls-and-forms','white_space':'common-microsyntaxes','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'commands','handler-onchange':'webappapis','dom-script-async':'scripting-1','dom-table-frame':'obsolete','dom-range-deletecontents':'infrastructure','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'the-input-element','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','garbage-collection':'common-dom-interfaces','attribute-text':'elements','dom-radionodelist-value':'common-dom-interfaces','dom-uda-hash':'urls','script-data-double-escaped-state':'tokenization','attr-iframe-sandbox-allow-forms':'the-iframe-element','validation_err':'common-dom-iterfaces','the-title-attribute-0':'rendering','dom-form-dispatchformchange':'forms','collections':'common-dom-interfaces','case-insensitive-selector-exception':'rendering','week-state':'states-of-the-type-attribute','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','disk-space':'offline','script-data-end-tag-open-state':'tokenization','scriptingLanguages':'scripting-1','foster-parent':'tokenization','canceled-activation-steps':'content-models','concept-script':'webappapis','dom-area-media':'the-map-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'the-iframe-element','script-data-escaped-end-tag-open-state':'tokenization','security-document':'dom','scrolling-elements-into-view':'editing','case-sensitive':'infrastructure','dom-validitystate-toolong':'association-of-controls-and-forms','running-a-script':'scripting1','network_err':'common-dom-interfaces','the-marquee-element-0':'rendering','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','script-processing-empty':'scripting-1','domstringmap-0':'common-dom-interfaces','dom-applet-code':'obsolete','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'content-models','dom-iframe-name':'the-iframe-element','head-element-pointer':'parsing','category-submit':'forms','attr-embed-type':'the-iframe-element','manually-releasing-the-storage-mutex':'timers','attr-background':'obsolete','insert-an-html-element':'tokenization','best-representation-of-the-number-as-a-floating-point-number':'common-microsyntaxes','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formatting-elements':'parsing','neted-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-map-element','dom-select-selectedindex':'the-button-element','phrasing-content':'content-models','dom-document-head':'dom','the-input-element-as-a-range-control':'rendering','dnd':'dnd','attr-marquee-behavior':'obsolete','attr-meter-min':'the-button-element','tag-clouds':'links','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'timers','attr-command-disabled':'interactive-elements','strike':'obsolete','handler-ondblclick':'webappapis','scriptForeignEndTag':'tokenization','event-dragenter':'dnd','months':'common-microsyntaxes','dom-navigator-appname':'timers','dom-document-lastmodified':'dom','support-the-scripting-language':'scripting-1','dom-source-src':'video','dom-select-required':'the-button-element','attr-script-type':'scripting-1','common-idioms-without-dedicated-elements':'links','refsMIMESNIFF':'references','interactions-with-xpath-and-xslt':'pis-in-html-documents','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'parsing','attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formmethod':'association-of-controls-and-forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'common-dom-interfaces','parsing':'parsing','rendering':'rendering','refsATOM':'references','handler-onwaiting':'webappapis','attr-param-type':'obsolete','handler-onseeking':'webappapis','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'common-input-element-attributes','read-html':'history','attr-button-type-submit':'the-button-element','reset-the-form-owner':'association-of-controls-and-forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'common-input-element-attributes','dom-history-length':'history','htmlscriptelement':'scripting-1','negative-tabindex':'editing','unquoted':'syntax','iindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'association-of-controls-and-forms','index_size_err':'common-dom-interfaces','loading-xml-documents':'dom','serializing-html-fragments':'the-end','attr-fs-formenctype':'association-of-controls-and-forms','attr-fs-action':'association-of-controls-and-forms','concept-video-intrinsic-height':'video','dom-document-querycommandenabled':'dnd','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'common-microsyntaxes','command-facet-hiddenstate':'commands','markup-declaration-open-state':'tokenization','dom-fs-novalidate':'association-of-controls-and-forms','attr':'infrastructure','end-tag-open-state':'tokenization','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'tokenization','broadcast-formchange-events':'association-of-controls-and-forms','refsSVG':'references','introduction-2':'links','obsolete-permitted-doctype-sting':'syntax','concept-bc-noscript':'webappapis','frameset':'obsolete','concept-spellcheck-default-false':'editing','ix-handler-onseeking':'index','ix-handler-onended':'index','attr-media-preload-auto':'video','attr-media-preload-metadata':'video','ix-handler-window-onstorage':'index','method-context':'timers','concept-input-value-number-string':'the-input-element','tree-construction':'tokenization','command-insertunorderedlist':'dnd','getcontext-return':'the-canvas-element','application-x-www-form-urlencoded-encoding-algorithm':'association-of-controls-and-forms','parsing-xhtml-fragments':'the-xhtml-syntax','attr-script-event':'obsolete','attr-select-size':'the-button-element','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'webappapis','the-input-element-as-domain-specific-widgets':'rendering','ix-handler-onprogress':'index','the-location-inerface':'history','dom-undomanager-clearredo':'dnd','attr-q-cite':'text-level-semantics','node':'infrastructure','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'apis-in-html-documents','meta-generator':'semantics','handler-onstalled':'webappapis','attr-spellcheck':'editing','local-date-and-time-state':'states-of-the-type-attribute','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','meta-keywords':'semantics','dom-document-forms':'dom','scriptEndTag':'tokenization','dom-br-clear':'obsolete','ix-handler-onplaying':'index','attr-link-charset':'obsolete','concept-datetime':'common-microsyntaxes','html-namespace':'infrastructure','event-dispatch':'association-of-controls-and-forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','dom-scrollintoview':'editing','navigating-nested-browsing-context-in-the-dom':'browsers','dom-progress-position':'the-button-element','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'association-of-controls-and-forms','attr-meta-content':'semantics','ix-handler-window-onunload':'index','command-italic':'dnd','handler-window-onafterprint':'webappapis','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','attr-caption-align':'obsolete','attr-textarea-placeholder':'the-button-element','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'common-input-element-attributes','sequential-link-types':'links','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','attr-body-margintop':'obsolete','submit-data-put':'association-of-controls-and-forms','dom-dim-width':'the-map-element','local-dates-and-times':'common-microsyntaxes','editors':'infrastructure','media-timeline':'video','ix-handler-window-onresize':'index','dom-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concet-n-noscript':'webappapis','dom-selection-deletefromdocument':'editing','htmlselectelement':'the-button-element','valid-media-query':'common-microsyntaxes','reset-the-insertion-mode-appropriately':'parsing','event-handlers-on-elements-document-objects-and-window-objects':'webappapis','doctype-public-identifier-double-quoted-state':'tokenization','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'rendering','nestedParsing':'parsing','dom-tr-align':'obsolete','concept-http-equivalent-get':'fetching-resources','script-data-escape-start-state':'tokenization','xml-namespace':'namespaces','table-charref-overrides':'tokenization','command-undo':'dnd','event-undo':'dnd','dom-dataset':'elements','documentfragment':'infrastructure','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'links','attr-dataformatas':'obsolete','input-type-attr-summary':'the-input-element','list-of-code-entry-poits':'webappapis','remove-a-token-from-a-string':'common-microsyntaxes','number-state':'number-state','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'the-button-element','a-form-control-s-value':'association-of-controls-and-forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'tokenization','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'the-iframe-element','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'common-microsyntaxes','home-subtree':'infrastructure','the-pre-element':'grouping-content','concept-submit-button':'forms','command-unselect':'dnd','dom-fs-enctype':'association-of-controls-and-forms','dimRendering':'rendering','ix-handler-onmouseover':'index','xml':'infrastructure','explicit-eof-character':'parsing','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','attr-param-value':'the-iframe-element','parse-a-time-zone-offst-component':'common-microsyntaxes','refsECMA262':'references','command-selectall':'dnd','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'links','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'rendering','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'webappapis','margins-and-padding':'rendering','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'parsing','changing-the-encoding-while-parsing':'parsing','set-of-space-separated-tokens':'common-microsyntaxes','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'elements','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'the-input-element','an-entry-with-persisted-user-state':'history','dom-li-value':'grouping-content','htmlparagraphelement':'grouping-content','dom-document':'browsers','dom-uda-hostname':'urls','dom-tdth-ch:'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'references','refsRFC4329':'references','security_err':'common-dom-interfaces','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'association-of-controls-and-forms','image-maps-0':'rendering','attr-mod-datetime':'edits','the-noscript-element':'scripting-1','attr-input-type-range-keyword':'the-input-element','dom-prompt':'timers','live':'infrastructure','parse-a-time-string':'common-microsyntaxes','dom-range-endcontainer':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'tokenization','scriptTagParserResumes':'tokenization','dom-table-cellpadding':'obsolete','dom-print':'timers','obtain-the-storage-mutex':'webappapis','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'tokenization','attr-input-readonly':'common-input-element-attributes','ix-handler-onstalled':'index','attr-area-shape-keyword-circle':'the-ap-element','character-reference-in-attribute-value-state':'tokenization','report-the-error':'webappapis','parsing-main-incaption':'tokenization','concept-input-step-default-base':'common-input-element-attributes','before-doctype-name-state':'tokenization','attr-tabindex':'editing','dom-area-target':'the-map-element','dom-a-rel':'text-level-semantics','dom-object-type':'the-iframe-element','printing':'timers','attr-link-media':'semantics','attributes-common-to-form-controls':'association-of-controls-and-forms','discard-a-document':'browsers','handler-onselect':'webappapis','domexception':'infrastructure','htmlformcontrolscollection-0':'common-dom-interfaces','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'the-button-element','attr-fs-novalidate':'association-of-controls-and-forms','table-uda':'urls','media-playback':'video','attr-input-type-reset-keyword':'the-input-element','attr-optgroup-label':'the-button-element','pending-stae-object':'history','dom-pagetransitionevent-persisted':'history','dom-img-alt':'embedded-content-1','dom-option-disabled':'the-button-element','dom-command-checked':'interactive-elements','explicit-self-navigation-override':'browsers','the-param-element':'the-iframe-element','charset':'semantics','refsRFC5322':'references','auxiliary-browsing-context':'browsers','dom-media-startoffsettime':'video','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'the-button-element','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'webappapis','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'scripting-1','htmlareaelement':'the-map-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'tokenization','url-query':'urls','attr-hyperlink-type':'links','form-submission-algorithm':'association-f-controls-and-forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'the-end','sandboxPluginObject':'the-iframe-element','outline':'sections','attr-select-multiple':'the-button-element','get-the-timed-task':'timers','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'the-iframe-element','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'tokenization','definitions':'association-of-controls-and-forms','ix-handler-oncanplaythrough':'index','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'grouping-content','effective-script-origin':'origin-0','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','script-processing-parser-inserted':'scripting-1','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','parse-a-local-date-and-time-string':'common-microsyntaxes','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':'tokenization','ix-handleronabort':'index','acknowledge-self-closing-flag':'tokenization','htmlquoteelement':'grouping-content','attr-input-autocomplete':'common-input-element-attributes','command-facet-id':'commands','user-prompts':'timers','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'apis-in-html-documents','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsRFC1842':'references','attr-object-data':'the-iframe-element','ix-handler-onmousemove':'index','client-side-form-validation':'forms','conversations':'links','sandboxed-scripts-browsing-context-flag':'the-iframe-element','container-frame-element':'rendering','print-media':'rendering','attr-tdth-height':'obsolete','attr-body-alink':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','concept-http-equivalent-codes':'fetching-resources','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-map-element','signedpublickeyandhallenge':'the-button-element','dom-font-color':'obsolete','uievent':'infrastructure','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','task-source':'webappapis','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'common-input-element-attributes','selector-read-only':'links','authors-using-xhtml':'iana','ready-to-be-parser-executed':'scripting-1','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'parsing','dom-window-personalbar':'browsers','manifests':'offline','dom-domhtmlimplementation-createhtmldocument':'dom','attr-body-marginwidth':'obsolete','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','event-click':'infrastructure','canvas':'the-canvas-element','command-formatblock':'dnd','ix-handler-onkeyup':'index','a-browsing-context-is-discarded':'browsers','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'timers','htmlhtmlelement':'semantics',handler-onvolumechange':'webappapis','htmlunknownelement':'elements','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'sections','the-size-attribute':'common-input-element-attributes','the-main-part-of-the-content':'links','create-a-script-from-a-node':'webappapis','dependencies':'infrastructure','event-online':'offline','unloading-document-cleanup-steps':'history','htmllinkelement':'semantics','heading-content-0':'content-models','concept-error-nothandled':'webappapis','ix-handler-window-onbeforeunload':'index','language':'elements','text-html':'iana','dom-progress-max':'the-button-element','ix-handler-window-onmessage':'index','mutation-during-parsing':'tokenization','valid-list-of-integers':'common-microsyntaxes','script-processing-encoding':'scripting-1','concept-form-reset':'association-of-controls-and-forms','attr-hr-width':'obsolete','the-style-attribute':'elements','the-div-element':'grouping-content','dom-meter-max':'the-buton-element','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'apis-in-html-documents','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'association-of-controls-and-forms','dom-script-defer':'scripting-1','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'tokenization','domimplementation':'infrastructure','elements-0':'syntax','elements-1':'index','concept-option-index':'the-button-element','script-execution-environment':'webappapis','limited-to-only-non-negative-numbers':'common-dom-interfaces','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','script-processing-for':'scripting-1','doctype-legacy-string':'syntax','event-handler-idl-attributes':'webappapis','limited-to-only-known-values':'common-dom-interfaes','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'the-button-element','dom-command-ro-disabled':'commands','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'rendering','dom-document-close':'apis-in-html-documents','parsing-main-inforeign':'tokenization','attr-input-type-radio-keyword':'the-input-element','the-figure-element':'grouping-content','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'common-dom-interfaces','document.title':'dom','valid-non-empty-url-potentially-surrounded-by-spaces':'urls','ix-handler-onwaiting':'index','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'the-input-element','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','dom-input-value-default-on':'common-input-element-attributes','htmltablecaptionelment':'tabular-data','common-input-element-attributes':'common-input-element-attributes','synchronous-section':'webappapis','dom-option-index':'the-button-element','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'commands','optional-tags':'syntax','ix-handler-ondrop':'index','attr-link-sizes':'links','refsGRAPHICS':'references','the-document-s-address':'dom','dom-table-deleterow':'tabular-data','handler-appcache-onobsolete':'offline','dom-document-domain':'origin-0','dom-form-name':'forms','editing':'editing','isindex':'tokenization','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','scroll-to-fragid':'history','the-input-element-as-a-file-upload-control':'rendering','type_mismatch_err':'common-dom-interfaces','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'infrastructure','dom-area-cords':'the-map-element','dom-tokenlist-add':'common-dom-interfaces','event-pageshow':'history','the-script-block-s-character-encoding':'scripting-1','punctuation-and-decorations':'rendering','dom-param-value':'the-iframe-element','preprocessing-the-input-stream':'parsing','script-data-escaped-dash-state':'tokenization','dom-hashchangeevent-inithashchangeevent':'history','processinginstruction':'infrastructure','dom-area-hostname':'the-map-element','general-guidelines':'embedded-content-1','dom-media-ended':'video','dom-fs-formtarget':'association-of-controls-and-forms','the-article-element':'sections','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','set-of-scripts-that-will-execute-as-soon-as-possible':'scripting-1','concept-option-selectedness':'the-button-element','attr-input-checked':'the-input-element','misinterpreted-for-compatibility':'parsing','spacer':'obsolete','has-an-element-in-the-specific-scope':'parsing','the-aside-elemen':'sections','dom-command-type':'interactive-elements','dom-fs-target':'association-of-controls-and-forms','dom-domsettabletokenlist-value':'common-dom-interfaces','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'sections','htmldocument':'dom','dom-area-hreflang':'the-map-element','syntax_err':'common-dom-interfaces','dom-appcache-status':'offline','link-type-last':'links','custom-validity-error-message':'association-of-controls-and-forms','dom-length':'browsers','the-min-and-max-attributes':'common-input-element-attributes','next-input-character':'parsing','the-progress-element-0':'rendering','attr-area-shape-default':'the-map-element','xmp':'obsolete','dom-classname':'elements','media-element-attributes':'video','attr-input-type':'the-input-element','htmllegendelement':'forms','parsing-main-intr':'tokenization','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-level-emantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'tokenization','sce-not-copy':'webappapis','ix-handler-window-ononline':'index','attr-body-marginleft':'obsolete','parsing-main-intd':'tokenization','attr-iframe-sandbox-allow-scripts':'the-iframe-element','the-header-element':'sections','dom-meta-content':'semantics','dom-node-localname':'infrastructure','concept-input-min-default':'common-input-element-attributes','dom-object-data':'the-iframe-element','dom-validitystate-rangeunderflow':'association-of-controls-and-forms','defineTimeline':'video','command-insertlinebreak':'dnd','replaced-elements':'rendering','svg-namespace':'namespaces','attr-map-name':'the-map-element','misnested-tags:-b-i-b-i':'the-end','concept-time':'common-microsyntaxes','dom-mod-datetime':'edits','document.writeln':'apis-in-html-documents','security-2':'browsers','attr-link-methods':'obsolete','command-subscript':'dnd','attr-source-src':'video','th-var-element':'text-level-semantics','toolbars-0':'rendering','dom-datalist-options':'the-button-element','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'dnd','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'common-microsyntaxes','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'common-microsyntaxes','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'the-button-element','infrastructure':'infrastructure','foster-parent-element':'tokenization','form-submission':'association-of-controls-and-forms','parsing-main-afterbody':'tokenization','attr-hyperlink-target':'links','svg-0':'the-map-element','scripting-1':'scripting-1','dom-selection-getrangeat':'editing','selector-valid':'links','handler-window-onundo':'webappapis','dom-appcache-updateready':'offline','security-0':'association-of-controls-and-forms','parse-a-globaldate-and-time-string':'common-microsyntaxes','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-map-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','attr-media-preload':'video','dates':'common-microsyntaxes','dom-marquee-loop':'obsolete','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','valid-non-empty-url':'urls','authoring':'the-map-element','dom-output-type':'the-button-element','url-scheme':'urls','parse_err':'common-dom-interfaces','dom-embed-type':'the-iframe-element','boolean-attribute':'common-microsyntaxes','content-type-sniffing:-image':'fetching-resources','cdatasection':'infrastructure','writing':'syntax','dom-ul-compact':'obsolete','ix-handler-onblur':'index','dom-command-ro-icon':'commands','attr-iframe-name':'the-iframe-element','dom-iframe-contentwindow':'the-iframe-element','annotations-fo-assistive-technology-products-aria':'content-models','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','dom-changes':'dnd','rcdata-less-than-sign-state':'tokenization','dom-fe-autofocus':'association-of-controls-and-forms','making-entire-documents-editable':'editing','dom-document-getelementbyid':'infrastructure','documentSelection':'editing','dom-confirm':'timers','htmlbaseelement':'semantics','adjust-mathml-attributes':'tokenization','dom-input-accept':'the-input-element','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'webappapis','dom-alert':'timers','dom-fe-name':'association-of-controls-and-forms','the-area-element':'the-map-element','doctype-state':'tokenization','dom-navigator-canplaytype':'video','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','attr-keygen-keytype':'the-button-element','prefix-match':'infrastructure','refsCESU8':'references','script-s-document':'webappapis','image-button-state':'number-state',source-node':'dnd','time-ranges':'video','handler-window-onerror':'webappapis','attr-area-shape-keyword-default':'the-map-element','dom-document-nameditem':'dom','fallback-free':'dom','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-range-endoffset':'infrastructure','dom-canvas-width':'the-canvas-element','dom-map-name':'the-map-element','element-content-categories':'index','ix-handler-window-onload':'index','concept-input-value-string-number':'the-input-element','create-an-element-for-the-token':'tokenization','insertion-point':'parsing','dom-document-open':'apis-in-html-documents','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'sections','concept-input-value-string-date':'the-input-element','boolean-attributes':'common-microsyntaxes','ix-handler-window-onpageshow':'index','domstring_size_err':'common-dom-interfaces','refsCORS':'references','dom-undomanager-length':'dnd','resetBCName':'history','the-dt-element':'grouping-content','dom-valiitystate-customerror':'association-of-controls-and-forms','table-descriptions':'tabular-data','links-created-by-a-and-area-elements':'links','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','dom-selection-tostring':'editing','the-map-element':'the-map-element','dom-canvas-getcontext':'the-canvas-element','rules-for-parsing-dimension-values':'common-microsyntaxes','refsBOCU1':'references','the-window-object':'browsers','editing-apis':'dnd','process-the-iframe-attributes':'the-iframe-element','refsISO885911':'references','dom-validitystate-rangeoverflow':'association-of-controls-and-forms','dom-link-hreflang':'semantics','dom-select-value':'the-button-element','data-mining':'infrastructure','dom-fs-formenctype':'association-of-controls-and-forms','the-object-element':'the-iframe-element','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'content-models','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-lement':'text-level-semantics','handler-window-onhashchange':'webappapis','refsRFC2045':'references','dom-th-scope':'tabular-data','nodelist':'infrastructure','attr-command-checked':'interactive-elements','refsSRGB':'references','concept-input-immutable':'the-input-element','the-li-element':'grouping-content','dom-a-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'links','current-target-element':'dnd','parsing-main-inselect':'tokenization','attr-link-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'the-button-element','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','publickeyandchallenge':'the-button-element','create-a-document-object':'history','represents':'rendering','the-p-element':'grouping-ontent','textcontent':'infrastructure','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'edits','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'links','attr-embed-hspace':'obsolete','refsCSSRUBY':'references','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','restrictions-on-content-models-and-on-attribute-values':'introduction','dom-form-length':'forms','event-loop':'webappapis','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'webappapis','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'number-state','dom-applet-alt':'obsolete','the-dl-element':'grouping-content','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'links','interfaces-for-url-manipulation':'urls','x-tat':'introduction','dom-hr-align':'obsolete','lists-of-integers':'common-microsyntaxes','run-canceled-activation-steps':'content-models','refsGBK':'references','attr-base-target':'semantics','return-value':'timers','images':'rendering','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'edits','selector-out-of-range':'links','dom-location':'history','dom-input-indeterminate':'the-input-element','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':'the-button-element','date-and-time-state':'states-of-the-type-attribute','focusable':'editing','override-url':'history','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'common-dom-interfaces','dom-htmlcollection-nameditem':'common-dom-interfaces','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-fs-method-post':'association-of-controls-and-forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete','attr-obect-code':'obsolete','rel-alternate':'links','the-meter-element-0':'rendering','the-script-settings-determined-from-the-node':'webappapis','htmlappletelement':'obsolete','concept-row':'tabular-data','dom-history-replacestate':'history','doctype-public-identifier-single-quoted-state':'tokenization','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'association-of-controls-and-forms','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','stack-of-open-elements':'parsing','timer-task-source':'timers','refsRFC2119':'references','content-type':'fetching-resources','the-command':'interactive-elements','attr-body-text':'obsolete','webappapis':'webappapis','dom-input-stepup':'common-input-element-attributes','the-keygen-element-0':'rendering','dom-img-naturalwidth':'embedded-content-1','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'commands','refsWEBIDL':'references','invalid_access_err':'common-dom-interfaces','attr-link-type''semantics','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'webappapis','the-title-attribute':'elements','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'tokenization','styling':'semantics','attr-input-autocomplete-on-state':'common-input-element-attributes','concept-bc-script':'webappapis','handler-window-onbeforeunload':'webappapis','inline-documentation-for-external-scripts':'scripting-1','handler-oninput':'webappapis','the-code-element':'text-level-semantics','ix-handler-onformchange':'index','concept-select-pick':'the-button-element','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'embedded-content-1','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','ix-handler-onreadystatechange':'index','command-inserttext':'dnd','refsWEBSTORAGE':'references','refused-to-allowthe-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'tokenization','attr-img-align':'obsolete','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','using-the-rules-for':'parsing','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'common-dom-interfaces','mathml':'the-map-element','dom-validitystate-patternmismatch':'association-of-controls-and-forms','dom-base-href':'semantics','undomanagerevent':'dnd','current-input-character':'parsing','dom-appcache-swapcache':'offline','svg':'the-map-element','external-resource-link':'links','popstateevent':'history','dom-event-target':'infrastructure','attr-iframe-scrolling':'obsolete','ix-handler-window-onundo':'index','link-type-noreferrer':'links','forming-a-table':'tabular-data','checkbox-state':'number-state','dom-col-width':'obsolete','the-fieldset-element-0':'rendering','attr-fs-method-put':'association-of-controls-and-forms','rules-for-parsing-simple-color-values':'common-microsytaxes','presentational-hints':'rendering','ix-handler-onfocus':'index','dom-meter-value':'the-button-element','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'tokenization','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'tokenization','dom-blur':'editing','client-identification':'timers','concept-id':'elements','dom-object-usemap':'the-iframe-element','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','dialog-arguments':'timers','concept-command':'commands','doctype-system-identifier-single-quoted-state':'tokenization','an-image-not-intended-for-the-user':'embedded-content-1','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'association-of-controls-and-forms','command-facet-action':'commands','dom-draggable':'dnd','script-data-double-escape-start-state':'tokenization','dom-outerhtml':'apis-in-html-documents','htmlolistelement':'gruping-content','attr-option-name':'obsolete','redo:-moving-forward-in-the-undo-transaction-history':'dnd','anonymous-command':'commands','bogus-doctype-state':'tokenization','dom-window-nameditem-filter':'browsers','fallback-content':'content-models','dom-datatransfer-effectallowed':'dnd','selector-default':'links','keywords-and-enumerated-attributes':'common-microsyntaxes','link-type-sidebar':'links','attr-body-marginheight':'obsolete','barred-from-constraint-validation':'association-of-controls-and-forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','attr-fe-disabled':'association-of-controls-and-forms','browsing-context-container':'browsers','definitions-0':'webappapis','definitions-1':'webappapis','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'webappapis','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'embedded-content-1','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers''the-input-stream':'parsing','dom-tbody-ch':'obsolete','table-encoding-overrides':'parsing','dom-mod-cite':'edits','tt':'obsolete','dom-validitystate-valuemissing':'association-of-controls-and-forms','invalid_state_err':'common-dom-interfaces','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','dom-range-setstart':'infrastructure','security-window':'browsers','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'dnd','application-cache-api':'offline','handler-onsuspend':'webappapis','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'dnd','dom-navigator-yieldforstorageupdates':'timers','the-applet-element':'obsolete','use-div-for-wrappers':'sections','sandboxed-navigation-browsing-context-flag':'the-iframe-element','refsTIS620':'references','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'webappapis','dom-area-type':'the-map-element','htmltextareaelement':the-button-element','dom-cva-validity':'association-of-controls-and-forms','dom-timeranges-length':'video','processing-model':'the-map-element','navigate-non-Document':'history','concept-fs-method':'association-of-controls-and-forms','attr-iframe-hspace':'obsolete','the-link-is-an-alternative-stylesheet':'links','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'association-of-controls-and-forms','security-1':'browsers','safe-passing-of-structured-data':'common-dom-interfaces','scriptTagXML':'the-xhtml-syntax','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'the-button-element','case-sensitive-selector-exception':'rendering','ix-handler-onmousewheel':'index','table-script-bom':'scripting-1','timeout_err':'common-dom-interfaces','terminology-0':'urls','parsing-main-intbody':'tokenization','insertion-mode':'parsing','dom-datatranser-getdata':'dnd','attr-input-placeholder':'common-input-element-attributes','dom-based-xslt-1.0-processors':'apis-in-html-documents','concept-param-parameter':'the-iframe-element','flow-content-0':'content-models','script-data-double-escaped-dash-dash-state':'tokenization','dom-tokenlist-remove':'common-dom-interfaces','dom-window-item':'browsers','dom-validitystate-stepmismatch':'association-of-controls-and-forms','sandboxPluginEmbed':'the-iframe-element','no_modification_allowed_err':'common-dom-interfaces','attr-meter-low':'the-button-element','attr-script-defer':'scripting-1','table-uda-examples':'urls','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'the-button-element','windowtimers':'timers','comment-state':'tokenization','refsRFC2388':'references','states-of-the-type-attribute':'states-of-the-type-attribute','url_mismatch_err':'common-dom-interfaces','dom-style-type':'semantics','url-encoded-form-data':'association-of-contrls-and-forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'rendering','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'links','suffering-from-a-custom-error':'association-of-controls-and-forms','attr-a-urn':'obsolete','dom-option-tvd':'the-button-element','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','the-insertion-mode':'parsing','attr-ul-type':'obsolete','introduction-8':'rendering','namespace_err':'common-dom-interfaces','introduction-4':'webappapis','introduction-7':'rendering','introduction-6':'rendering','introduction-1':'association-of-controls-and-forms','introduction-0':'forms','introduction-3':'offline','the-button-element':'the-button-element','implied-strong-reference':'common-om-interfaces','dom-output-value':'the-button-element','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'association-of-controls-and-forms','dom-button-type':'the-button-element','the-ol-element':'grouping-content','meta-charset-during-parse':'tokenization','event-appcache-cached':'offline','constructing-form-data-set':'association-of-controls-and-forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','document':'infrastructure','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'tokenization','dom-input-autocomplete':'the-input-element','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','file-upload-state':'number-state','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','attr-textarea-rows-value':'the-button-element','refsCSSUI':'references','histoy':'history','dom-html-version':'obsolete','dom-keygen-challenge':'the-button-element','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'scripting-1','numbers':'common-microsyntaxes','dom-dragevent-initdragevent':'dnd','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'common-microsyntaxes','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','has-an-element-in-button-scope':'parsing','undomanager':'dnd','ix-handler-ondragstart':'index','frameset-ok-flag':'parsing','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'webappapis','width-of-the-select-s-labels':'rendering','hyperlink-annotation':'links','menus':'interactive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'embedded-content-1','misnested-tags:-b-p-b-p':'the-end','refsNPAPI':'references','month-state':'states-of-the-type-attribute','the-dd-element':'grouping-cotent','after-doctype-system-identifier-state':'tokenization','concept-task':'webappapis','dom-area-protocol':'the-map-element','stop-parsing':'the-end','enabling-and-disabling-form-controls':'association-of-controls-and-forms','reflect':'common-dom-interfaces','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'the-iframe-element','dom-document-anchors':'obsolete','input-type-change':'the-input-element','adoptionAgency':'tokenization','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'the-button-element','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'association-of-controls-and-forms','dom-parent':'browsers','selector-checked':'links','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'elements','refsARIAIMPL':'references','dom-marquee-hsace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'edits','dom-manipulation-task-source':'webappapis','meta-application-name':'semantics','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'tokenization','beforeunloadevent':'history','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'common-microsyntaxes','associatedSection':'sections','multipart-form-data':'association-of-controls-and-forms','parsing-main-intable':'tokenization','interactive-content-0':'content-models','the-nav-element':'sections','after-doctype-public-keyword-state':'tokenization','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optional':'links','rules-for-parsing-a-hash-name-reference':'common-microsyntaxes','concept-input-step-scale':'commo-input-element-attributes','dom-marquee-direction':'obsolete','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'sections','dom-select-size':'the-button-element','concept-option-label':'the-button-element','auxiliary-browsing-contexts':'browsers','implicit-submission':'association-of-controls-and-forms','attr-table-datapagesize':'obsolete','ignore-destructive-writes':'scripting-1','attr-textarea-required':'the-button-element','dom-link-rev':'obsolete','generate-implied-end-tags':'tokenization','handler-onkeyup':'webappapis','attr-progress-value':'the-button-element','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','attr-option-value':'the-button-element','event-loops':'webappapis','dom-showmodaldialog':'timers','dom-area-rellist':'the-map-element','attr-input-type-passwrd-keyword':'the-input-element','editing-hosts':'rendering','attr-param-name':'the-iframe-element','event':'infrastructure','the-select-element':'the-button-element','dom-input-value':'common-input-element-attributes','broadcast-forminput-events':'association-of-controls-and-forms','attr-embed-align':'obsolete','dom-selection-rangecount':'editing','tokenization':'tokenization','attr-blockquote-cite':'grouping-content','dom-window-close':'browsers','attr-input-required':'common-input-element-attributes','handler-onratechange':'webappapis','initial-code-entry-point':'webappapis','invalid_modification_err':'common-dom-interfaces','task-queue':'webappapis','offline':'offline','dom-document-body':'dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'parsing','dom-media-buffered':'video','the-progress-element':'the-button-element','attr-img-src':'embedded-content-1','attr-lang':'elements','dom-iframe-frameborder':'obsolete','dom-fs-action':'association-of-controls-and-forms','placeholder-label-optio':'the-button-element','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','dom-windowtimers-setinterval':'timers','other-parsing-state-flags':'parsing','refsHTTP':'references','selection-0':'editing','completely-loaded':'the-end','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'content-models','the-after-after-frameset-insertion-mode':'tokenization','dom-tr-ch':'obsolete','multipart-form-data-encoding-algorithm':'association-of-controls-and-forms','security-risks-in-the-drag-and-drop-model':'dnd','attr-media-preload-metadata-state':'video','handler-onmouseover':'webappapis','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'tokenization','the-script-block-s-source':'scripting-1','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'commands','script-data-double-escaped-less-than-sign-state':'tokenization','ix-handler-window-onoffline':'index','dom-clgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'tokenization','has-an-element-in-list-item-scope':'parsing','implementing-the-server-side-processing-for-a-form':'forms','limiting-user-input-length':'association-of-controls-and-forms','attr-a-name':'obsolete','parse-state':'parsing','events-and-the-window-object':'webappapis','script':'scripting-1','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'number-state','button-state':'number-state','list-state':'interactive-elements','dom-base-target':'semantics','attr-object-border':'obsolete','handler-window-onbeforeprint':'webappapis','dom-uda-search':'urls','secondary-insertion-mode':'parsing','dragevent':'dnd','pragma-directives':'semantics','conforming-documents':'infrastructure','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'scripting-1','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','eventtarget':'infrastructure','attr-meta-name:'semantics','transparent-content-models':'content-models','simple-dialogs':'timers','unload-a-document':'history','dom-tokenlist-tostring':'common-dom-interfaces','attr-li-type':'obsolete','text-content':'content-models','hierarchical-link-types':'links','attr-input-step':'common-input-element-attributes','dom-area-pathname':'the-map-element','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'tabular-data','url-host':'urls','ix-handler-onload':'index','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'content-models','run-synthetic-click-activation-steps':'content-models','command-api':'commands','htmlallcollection':'common-dom-interfaces','executing-a-script-block':'scripting-1','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','ordinal-value':'grouping-content','warnings-for-obsolete-but-conformingfeatures':'obsolete','skip-whitespace':'common-microsyntaxes','html-namespace-0':'namespaces','cache-failure-steps':'offline','adjust-svg-attributes':'tokenization','dom-uda-protocol':'urls','range-state':'number-state','attr-area-shape-keyword-rect':'the-map-element','dom-range-setend':'infrastructure','attributes-for-embedded-content-and-images':'rendering','session-history':'history','dom-select-item':'the-button-element','valid-url-potentially-surrounded-by-spaces':'urls','dom-document-referrer':'dom','attr-body-marginbottom':'obsolete','dom-datatransfer-dropeffect':'dnd','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-radio-button-widgets':'rendering','handler-appcache-onchecking':'offline','comment-end-space-state':'tokenization','xlink-namespace':'namespaces','attr-input-type-week-keyword':'the-input-element','maximum-allowed-value-length':'association-of-controls-and-forms','htmlpreelement':'gruping-content','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'dnd','the-draggable-attribute':'dnd','attr-fs-method':'association-of-controls-and-forms','sandboxWindowOpen':'browsers','before-doctype-public-identifier-state':'tokenization','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'rendering','command-facet-label':'commands','dom-navigator-useragent':'timers','attr-area-shape':'the-map-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'common-dom-interfaces','refsIANACHARSET':'references','attributes-for-form-submission':'association-of-controls-and-forms','determining-the-character-encoding':'parsing','dom-command-ro-checked':'commands','maps-to-the-pixel-length-property':'rendering','content-type-sniffing':'fetching-resources','drag-and-drop-initialization-steps':'dnd','attrfs-method-put-keyword':'association-of-controls-and-forms','concept-input-max':'common-input-element-attributes','generic-raw-text-element-parsing-algorithm':'tokenization','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handler-onscroll':'webappapis','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'the-button-element','concept-n-script':'webappapis','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'association-of-controls-and-forms','attr-a-shape':'obsolete','dom-document-dir':'elements','dom-meter-low':'the-button-element','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-scoped':'semantics','domsettabletokenlist-0':'common-dom-interfaces','attribute-value-unquoted-state':'tokenization','temporary-buffer':'tokenization','the-autocomplete-attribute':'common-input-eement-attributes','algorithm-for-extracting-an-encoding-from-a-content-type':'fetching-resources','parse-a-month-component':'common-microsyntaxes','attr-input-type-tel-keyword':'the-input-element','parsing-main-intabletext':'tokenization','dom-select-nameditem':'the-button-element','restrictions-for-contents-of-script-elements':'scripting-1','association-of-controls-and-forms':'association-of-controls-and-forms','generic-rcdata-element-parsing-algorithm':'tokenization','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','refsSHIFTJIS':'references','the-label-element':'forms','attr-input-autocomplete-off-state':'common-input-element-attributes','dom-window-stop':'browsers','active-parser':'dom','handler-window-onfocus':'webappapis','the-meter-element':'the-button-element','furthest-ancestor-browsing-context':'browsers','dom-input-max':'the-input-element','concept-fe-checked':'association-of-controls-and-forms','designMode':'editing','dom-applet-codebase':'obsolete','concept-time-dae':'text-level-semantics','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'association-of-controls-and-forms','storage-mutex':'webappapis','parse-a-date-component':'common-microsyntaxes','marquee-scroll-distance':'obsolete','concept-input-checked-dirty-flag':'the-input-element','lists-of-dimensions':'common-microsyntaxes','user-interface':'video','img-load':'embedded-content-1','about-blank-origin':'browsers','attr-hyperlink-rel':'links','text-node':'infrastructure','command-insertimage':'dnd','dom-hashchangeevent-newurl':'history','attr-ol-start':'grouping-content','locked-for-focus':'editing','formatblock-candidate':'dnd','dom-document-url':'dom','ix-handler-onerror':'index','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'the-input-element','dom-input-placeholder':'the-input-element','htmloutputelement':'the-button-element','dom-body-alink':'obsolete','dom-dim-height':'the-map-element','embedded-content':'content-models','script-data-less-than-sign-stte':'tokenization','appropriate-end-tag-token':'tokenization','collections-0':'common-dom-interfaces','dom-embed-src':'the-iframe-element','event-media-ended':'video','dom-media-error':'video','dom-input-value-default':'common-input-element-attributes','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'links','dom-navigator':'timers','attr-body-vlink':'obsolete','handler-ondragleave':'webappapis','event-redo':'dnd','table-aria-weak':'content-models','value-sanitization-algorithm':'the-input-element','attr-input-hspace':'obsolete','document.write':'apis-in-html-documents','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'association-of-controls-and-forms','the-head-element':'dom','ix-handler-window-onbeforeprint':'index','raw-text-elements':'syntax','handler-ondragover':'webappapis','collect-a-sequence-of-characters':'common-microsyntaxes','handler-onblur':'webappapis','dom-id:'elements','character-reference-in-rcdata-state':'tokenization','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'dnd','tag-name-state':'tokenization','insertadjacenthtml':'apis-in-html-documents','dom-input-value-value':'common-input-element-attributes','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-1','dom-media-play':'video','ascii-serialization-of-an-origin':'origin-0','xmlns-namespace':'namespaces','data-state':'tokenization','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','event-domactivate':'infrastructure','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'the-button-element','concept-appcache-completeness':'offline','handler-ondragend':'webappapis','dom-uda-port':'urls','dom-form-item':'forms','dom-fs-formnovalidate':'association-of-controls-and-forms','refsPINGBACK':'references','dom-script-charset':'scripting-1','attr-input-type-datetime-keywor':'the-input-element','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'the-button-element','textarea-effective-width':'rendering','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'common-input-element-attributes','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'the-input-element','attr-media-preload-none':'video','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','table-http-equiv':'semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'timers','writing-a-form-s-user-interface':'forms','dom-select-remove':'the-button-element','concept-fs-enctype':'association-of-controls-and-forms','attr-tth-align':'obsolete','dom-option-label':'the-button-element','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','url-decomposition-idl-attributes':'urls','dom-ul-type':'obsolete','attr-fs-formtarget':'association-of-controls-and-forms','parsing-main-inbody':'tokenization','htmlframeelement':'obsolete','concept-http-equivalent-headers':'fetching-resources','concept-appcache-fallback':'offline','dom-textarea-value':'the-button-element','attr-iframe-sandbox-allow-top-navigation':'the-iframe-element','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','event-media-ratechange':'video','dom-link-href':'semantics','attr-object-name':'the-iframe-element','attr-area-coords':'the-map-element','embedding-custom-non-visible-data':'elements','wrong_document_err':'common-dom-interfaces','dom-location-protocol':'history','attr-mod-cite':'edits','compatibility-caseless':'infrastructure','security-and-privacy-consideration':'video','introduction-5':'dnd','validitystate':'association-of-controls-and-forms','attr-a-coords':'obsolete','dom-location-assign':'history','attr-input-maxlength':'common-input-element-attributes','the-ul-element':'grouping-content','metadata-content-0':'content-models','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'edits','event-media-abort':'video','attr-hr-size':'obsolete','dom-navigator-platform':'timers','run-final-activation-steps':'content-models','attr-form-name':'forms','event-offline':'offline','big':'obsolete','spin-the-event-loop':'webappapis','concept-embed-active':'the-iframe-element','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'webappapis','dom-appcache-idle':'offline','attr-fe-name-isindex':'association-of-controls-and-forms','run-pre-click-activation-steps':'content-models','image-map':'the-map-element','dom-param-name':'the-iframe-element','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inseted':'scripting-1','undo-object':'dnd','facets':'commands','ignore':'infrastructure','valid-local-date-and-time-string':'common-microsyntaxes','ix-handler-window-onerror':'index','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'parsing','valid-floating-point-number':'common-microsyntaxes','dom-cva-checkvalidatity':'association-of-controls-and-forms','dom-option-text':'the-button-element','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'association-of-controls-and-forms','dom-fs-formaction':'association-of-controls-and-forms','refsWIN874':'references','bindings':'rendering','ix-event-handlers':'index','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','dom-input-valueasnumber':'common-input-element-attibutes','dom-legend-form':'forms','opening-the-input-stream':'apis-in-html-documents','script-processing-src-prepare':'scripting-1','ix-handler-onforminput':'index','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'links','maps-to-the-dimension-property':'rendering','attr-iframe-allowtransparency':'obsolete','dom-document-write':'apis-in-html-documents','the-directionality':'elements','the-list-attribute':'common-input-element-attributes','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'the-end','dom-media-have_metadata':'video','interactive-content':'content-models','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'dnd','attr-iframe-src':'the-iframe-element','attr-object-standby':'obsolete','range':'infrastructure','queue-a-task':'webappapis','valid-browsing-context-name':'browsers','command-facet-accesskey':'commands''attr-input-type-number-keyword':'the-input-element','self-closing-start-tag-state':'tokenization','security-and-privacy':'timers','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'association-of-controls-and-forms','parsing-main-inhead':'tokenization','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'links','refsRFC2318':'references','parser-pause-flag':'parsing','telephone-state':'states-of-the-type-attribute','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','unfocusing-steps':'editing','dom-select-selectedoptions':'the-button-element','frames':'obsolete','ix-handler-oncontextmenu':'index','alphanumeric-ascii-characters':'common-microsyntaxes','suffering-from-a-pattern-mismatch':'association-of-controls-and-forms','dom-document-querycommandvalue':'dnd','quirks-mode-doctypes':'tokenization','dom-pre-width':'obsolete','concept-link-type-sniffing':semantics','concept-input-mutable':'the-input-element','dom-option':'the-button-element','dom-col-span':'tabular-data','text-field-selection':'editing','ix-handler-ondragend':'index','sections':'sections','dom-navigator-registerprotocolhandler':'timers','document-metadata':'semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'parsing','common-event-behaviors':'common-input-element-attributes','htmlulistelement':'grouping-content','attr-input-align':'obsolete','the-iframe-element':'the-iframe-element','the-before-head-insertion-mode':'tokenization','datatransfer':'dnd','dom-table-summary':'tabular-data','refsMAILTO':'references','dom-select-multiple':'the-button-element','dom-marquee-width':'obsolete','constraint-validation':'association-of-controls-and-forms','script-processing-prepare':'scripting-1','htmlparamelement':'the-iframe-element','ix-handler-ontimeupdate':'index','attr-link-rev':'obsolete','the-th-element':'tabular-data','current-entry-of-the-joint-session-history:'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'tokenization','reset-button-state':'number-state','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','ix-handler-onsubmit':'index','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','fragment-case':'the-end','refsCSSOM':'references','dom-document-fgcolor':'obsolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'tokenization','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'the-iframe-element','concept-output-mode':'the-button-element','attr-col-char':'obsolete','valid-e-mail-address':'states-of-the-type-attribute','attr-th-scope-auto':'tabular-data','refsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'dnd','attr-input-list':'common-input-element-attributes','dom-getselection':'editing','attr-colgroup-spn':'tabular-data','attr-object-archive':'obsolete','being-rendered':'rendering','event-appcache-noupdate':'offline','elements':'elements','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'editing','plain-text-form-data':'association-of-controls-and-forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'association-of-controls-and-forms','text-state-and-search-state':'states-of-the-type-attribute','non-negative-integers':'common-microsyntaxes','relevant-application-cache':'offline','valid-month-string':'common-microsyntaxes','syntax-attribute-name':'syntax','htmloptgroupelement':'the-button-element','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'the-button-element','the-pattern-attribute':'common-input-element-attributes','source-default-media':'video','attr-input-max':'common-input-element-attributes','align-descendants':'rendering','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'the-end','xtensibility':'infrastructure','content-type-sniffing:-text-or-binary':'fetching-resources','script-s-browsing-context':'webappapis','undo-transaction-history':'dnd','dom-range-startoffset':'infrastructure','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'parsing','submit-body':'association-of-controls-and-forms','headings-and-sections':'sections','dom-table-cellspacing':'obsolete','handler-ondragstart':'webappapis','parse-a-month-string':'common-microsyntaxes','handler-onmousewheel':'webappapis','dom-map-images':'the-map-element','dom-option-t':'the-button-element','handler-onabort':'webappapis','concept-week':'common-microsyntaxes','dom-media-readystate':'video','dom-fe-disabled':'association-of-controls-and-forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'common-microsyntaxes','attr-iframe-seamless':'the-iframe-element','event-media-error':'video','valid-week-string':'common-microsyntaxes','vlid-url':'urls','dom-selection-selectallchildren':'editing','attr-data':'elements','before-attribute-value-state':'tokenization','concept-fetch-loaded':'fetching-resources','printing-steps':'timers','categories':'forms','primary-context':'the-canvas-element','attr-output-for':'the-button-element','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete','rawtext-end-tag-open-state':'tokenization','ix-handler-window-onfocus':'index','rel-archives':'links','dom-textarea-required':'the-button-element','dom-htmlformcontrolscollection-nameditem':'common-dom-interfaces','ix-handler-onloadstart':'index','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-map-element','between-doctype-public-and-system-identifiers-state':'tokenization','handler-onmouseup':'webappapis','attr-embed-src':'the-ifrae-element','video':'video','foster-parenting':'tokenization','attr-img-name':'obsolete','dom-script-text':'scripting-1','affected-by-a-base-url-change':'urls','index':'index','insert-a-character':'tokenization','the-hgroup-element':'sections','handler-window-onload':'webappapis','code-point-length':'common-microsyntaxes','events-0':'index','stall-timeout':'video','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'the-button-element','rcdata-end-tag-name-state':'tokenization','dom-input-step':'the-input-element','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','input-img-available':'number-state','attr-fs-target':'association-of-controls-and-forms','dom-uda-host':'urls','script-data-escape-start-dash-state':'tokenization','dom-node-childnodes':'infrastructure','event-media-duratinchange':'video','domsettabletokenlist':'common-dom-interfaces','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','refsSCSU':'references','htmldivelement':'grouping-content','media-element':'video','the-constraint-validation-api':'association-of-controls-and-forms','script-data-end-tag-name-state':'tokenization','dom-marquee-start':'obsolete','link-type-pingback':'links','refsBIDI':'references','data_clone_err':'common-dom-interfaces','the-hr-element':'grouping-content','dom-input-align':'obsolete','link-type-next':'links','sandboxed-automatic-features-browsing-context-flag':'the-iframe-element','dom-tr-insertcell':'tabular-data','validity-states':'association-of-controls-and-forms','the-script-block-s-type':'scripting-1','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'association-of-controls-and-forms','attr-fs-formaction':'association-of-controls-and-forms','handler-onmousemove':'webappapis','dom-textarea-type':'te-button-element','frame':'obsolete','xmldocumentloader':'dom','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'the-button-element','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'fetching-resources','dom-link-type':'semantics','doctype-name-state':'tokenization','an-iframe-srcdoc-document':'the-iframe-element','refsWIN949':'references','refsCSS':'references','the-step-attribute':'common-input-element-attributes','concept-appcache-obsolete':'offline','concept-meta-extensions':'semantics','concept-embed-type':'the-iframe-element','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'tokenization','read-text':'history','delay-the-load-event':'the-end','dom-area-shape':'the-map-element','signed-integers':'common-microsyntaxes','htmllielement':'grouping-content','the-toolbar-barprop-object':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace:'obsolete','windowmodal':'timers','dom-cva-setcustomvalidity':'association-of-controls-and-forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','read-xml':'history','browser-state':'offline','dom-windowtimers-settimeout':'timers','handler-onshow':'webappapis','dom-navigator-online':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'fetching-resources','before-doctype-system-identifier-state':'tokenization','attr-style-media':'semantics','concept-select-toggle':'the-button-element','links':'links','dom-document-getelementsbyclassname':'dom','submit-get-action':'association-of-controls-and-forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'dnd','event-appcache-checking':'offline','refsARIA':'references','parsing-main-inframeset':'tokenization','after-doctype-namestate':'tokenization','attr-meta-http-equiv':'semantics','parsing-html-fragments':'the-end','htmldatalistelement':'the-button-element','attr-textarea-rows':'the-button-element','ix-handler-onloadeddata':'index','refsUTR36':'references','dom-input-stepdown':'common-input-element-attributes','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'elements','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','dom-img-src':'embedded-content-1','dom-undomanager-remove':'dnd','ix-handler-onmouseout':'index','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'origin-0','event-appcache-obsolete':'offline','ix-handler-window-onpagehide':'index','refsX690':'references','focus-management':'editing','attr-img-alt':'embedded-content-1','context-menus':'interactive-elements','dom-appcache-checking':'offline','read-ua-inlin':'history','handler-oncontextmenu':'webappapis','refsXML':'references','dom-xmldocumentloader-load':'dom','refsXMLNS':'references','using-the-command-element-to-define-a-command':'commands','dom-media-seekable':'video','parsing-main-inheadnoscript':'tokenization','element':'infrastructure','script-processing-src':'scripting-1','attr-iframe-marginwidth':'obsolete','concept-js-deref':'webappapis','concept-fetch-total':'fetching-resources','command-superscript':'dnd','applicationcache':'offline','frames-and-framesets':'rendering','concept-fs-novalidate':'association-of-controls-and-forms','dom-a-type':'text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'the-input-element','coercing-an-html-dom-into-an-infoset':'the-end','documentEncoding':'parsing','attr-datasrc':'obsolete','htmlinputelement':'the-input-element','ix-handler-oninput':'index','dom-output-htmlfor':'the-button-element','htmloptionelement':'the-button-element','attr-input-type-filekeyword':'the-input-element','the-base-element':'semantics','history-traversal-task-source':'webappapis','submit-mutate-action':'association-of-controls-and-forms','table-model':'tabular-data','user-interaction-task-source':'webappapis','dom-img-complete':'embedded-content-1','dom-selection-collapsetoend':'editing','dom-document-querycommandstate':'dnd','dom-uda-pathname':'urls','dom-command-radiogroup':'interactive-elements','script-processing-inline':'scripting-1','entity-references':'infrastructure','concept-textarea-raw-value':'the-button-element','handler-oncanplay':'webappapis','attr-select-required':'the-button-element','skip-white_space-characters':'common-microsyntaxes','concept-marquee-off':'obsolete','dropEffect-initialization':'dnd','dom-document-images':'dom','activation-behavior':'content-models','attr-input-type-checkbox-keyword':'the-input-element','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'content-models','handler-onplay':'webappapis','event-handler-conten-attributes':'webappapis','undo-position':'dnd','linkTypes':'links','dom-iscontenteditable':'editing','text-0':'syntax','script-data-double-escaped-dash-state':'tokenization','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'webappapis','processing-model-2':'webappapis','refsMATHML':'references','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'embedded-content-1','runtime-script-errors':'webappapis','constraints':'association-of-controls-and-forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'common-input-element-attributes','the-input-element-as-a-color-well':'rendering','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'association-of-controls-and-forms','meta':'semantics','dom-a-hrefang':'text-level-semantics','attr-optgroup-disabled':'the-button-element','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'the-iframe-element','refsPNG':'references','dom-media-network_no_source':'video','ix-handler-onclick':'index','selector-indeterminate':'links','the-before-html-insertion-mode':'tokenization','script-processing-start':'scripting-1','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'webappapis','navigating-across-documents':'history','dom-input-selectedoption':'common-input-element-attributes','attr-input-accept':'number-state','dom-input-defaultvalue':'the-input-element','attr-input-type-month-keyword':'the-input-element','secondary-browsing-context':'browsers','undo':'dnd','dom-object-vspace':'obsolete','dom-document-defaultview':'browsers','character-reference-in-data-state':'tokenization','suffering-from-being-missing':'association-of-controls-and-forms','dom-iframe-sandbox':'the-iframe-element','dom-domimplementation-createocument':'infrastructure','command-facet-disabledstate':'commands','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'common-microsyntaxes','attr-details-open':'interactive-elements','dom-input-size':'the-input-element','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'links','concept-input-max-default':'common-input-element-attributes','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'webappapis','htmlbasefontelement':'obsolete','other-link-types':'links','attr-abbr-title':'text-level-semantics','interactively-validate-the-constraints':'association-of-controls-and-forms','attr-script-for':'obsolete','dom-document-commands':'commands','suffering-from-an-overflow':'association-of-controls-and-forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','concept-inut-type-image-coordinate':'number-state','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-map-element','dom-range-collapsed':'infrastructure','concept-row-group':'tabular-data','sandboxOrigin':'origin-0','represented-by-the-collection':'common-dom-interfaces','the-xml:base-attribute-xml-only':'elements','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','attr-button-type-reset-state':'the-button-element','sectioning-content-0':'content-models','dom-node-insertbefore':'infrastructure','calling-scripts':'webappapis','htmlelement':'elements','selector-required':'links','url-port':'urls','handler-window-onstorage':'webappapis','enumerated-attribute':'common-microsyntaxes','clear-the-stack-back-to-a-table-row-context':'tokenization','dom-input-defaultchecked':'the-input-element','attr-input-size':'common-input-element-attributes','resolve-a-url':'urls','dom-datatransfer-setdragimage':'dnd',locked-for-reset':'forms','the-time-element-0':'rendering','space-separated-tokens':'common-microsyntaxes','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'rendering','htmlallcollection-0':'common-dom-interfaces','dom-col-valign':'obsolete','dom-input-src':'the-input-element','concept-textarea-dirty':'the-button-element','await-a-stable-state':'webappapis','dom-command-ro-label':'commands','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'dnd','concept-link-obtain':'semantics','semantics-0':'elements','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':'commands','metadata-content':'content-models','dom-iframe-seamless':'the-iframe-element','parse-a-date-string':'common-microsyntaxes','dom-body-background':'obsolete','document-base-url':urls','table-aria-strong':'content-models','selectors':'links','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'common-dom-interfaces','unexpected-markup-in-tables':'the-end','attr-object-hspace':'obsolete','ix-handler-onsuspend':'index','refsXSLT10':'references','attr-fe-name-charset':'association-of-controls-and-forms','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-range-startcontainer':'infrastructure','dom-image-w':'embedded-content-1','presentational-markup':'introduction','ix-handler-onmouseup':'index','attr-command-type-state-radio':'interactive-elements','ix-handler-onratechange':'index','the-selection':'editing','configuring-a-form-to-communicate-with-a-server':'forms','attr-tdth-width':'obsolete','authority-based-url':'urls','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'webappapis','htmlcanvaselement':'the-canvas-element','dom-dir':'elements','img-available':'embedded-content-1','concept-ouput-defaultvalue':'the-button-element','dom-classlist':'elements','handler-window-onunload':'webappapis','url':'urls','valid-date-or-time-string':'common-microsyntaxes','the-link-element':'semantics','url-fragment':'urls','the-ready-states':'video','ix-handler-ondragleave':'index','the-form-element':'forms','timeline-offset':'video','selection':'editing','rules-for-parsing-floating-point-number-values':'common-microsyntaxes','text':'infrastructure','attr-col-align':'obsolete','javascript-protocol':'webappapis','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'webappapis','sectioning-content':'content-models','the-html-element-0':'semantics','not_supported_err':'common-dom-interfaces','attr-area-shape-keyword-polygon':'the-map-element','application-cache-download-process':'offline','dom-document-vlnkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'scripting-1','dom-document-clear':'obsolete','refsPSL':'references','comma-separated-tokens':'common-microsyntaxes','ready-for-editing-host-commands':'dnd','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'timers','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'grouping-content','effectAllowed-initialization':'dnd','dom-datatransfer-addelement':'dnd','recommended-reading':'introduction','selector-link':'links','navigatoronline':'timers','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'states-of-the-type-attribute','the-kbd-element':'text-level-semantics','dom-textarea-readonly':'the-button-element','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','x-this':'introduction','seamless-browsing-context-flag':'the-iframe-element','dom-tabinde':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handler-ondrop':'webappapis','concept-month':'common-microsyntaxes','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'webappapis','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'links','dom-a-host':'text-level-semantics','interfaces':'index','ix-handler-window-onhashchange':'index','the-tfoot-element':'tabular-data','event-dragend':'dnd','dom-object-name':'the-iframe-element','dom-script-type':'scripting-1','the-datalist-element':'the-button-element','the-windowproxy-object':'browsers','hashchangeevent':'history','attr-table-bgcolor':'obsolete','dom-node-parentnode':'infrastructure','aborting-a-document-load':'history','dom-meter-high':'the-button-element','current-node':'parsing','commands':'commands','initial-playback-position':'video','flow-content':'content-models','plugin':'infrastructure','common-dom-interfaces':'common-dom-interfaces','an-image-in-an-e-mail-or-rivate-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'embedded-content-1','dom-tbody-deleterow':'tabular-data','attr-body-marginright':'obsolete','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','attributes':'elements','refsBCP47':'references','dom-object-align':'obsolete','ix-handler-onmousedown':'index','close-the-cell':'tokenization','comment':'tokenization','dom-div-align':'obsolete','valid-date-string':'common-microsyntaxes','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'common-microsyntaxes','dom-textarea-textlength':'the-button-element','pending-table-character-tokens':'tokenization','additional-allowed-character':'tokenization','abort_err':'common-dom-interfaces','handler-onsubmit':'webappapis','media-element-load-algorithm':'video','dom-textarea-placeholder':'the-button-element','seekUpdate':'video','event-media-seeked':'video','form-owner':'association-of-controls-and-forms','refsWIN154':'references','attribute-value-double-quoted-state':'tokenization','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','event-pagehide':'history','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','dom-node-ownerdocument':'infrastructure','concept-input-value-dirty-flag':'the-input-element','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'links','attr-input-src':'number-state','rules-for-parsing-a-list-of-integers':'common-microsyntaxes','attr-tr-valign':'obsolete','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','dom-datatransfer-cleardata':'dnd','dom-legend-align':'obsolete','dom-tokenlist-toggle':'common-dom-interfaces','dom-dragevent-datatransfer':'dnd','earliest-possible-position':'video','outline-depth':'sections','scripting-flag':'parsing','valid-integer':'common-microsyntaxs','event-handlers':'webappapis','event-firing':'webappapis','ix-handler-onshow':'index','dom-param-valuetype':'obsolete','the-hr-element-0':'rendering','fonts-and-colors':'rendering','immediate-user-selection':'dnd','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'tokenization','submit-data-post':'association-of-controls-and-forms','nested-browsing-contexts':'browsers','dom-optgroup-disabled':'the-button-element','link-type-up':'links','adjust-foreign-attributes':'tokenization','dom-command-disabled':'interactive-elements','command-createlink':'dnd','attr-media-autoplay':'video','htmldlistelement':'grouping-content','the-tbody-element':'tabular-data','link-type-search':'links','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'the-button-element','sequential-focus-navigation-and-the-tabindex-attribute':'editing,'handler-window-ononline':'webappapis','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'common-dom-interfaces','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','dom-meter-min':'the-button-element','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'webappapis','ix-handler-ondragenter':'index','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolete','event-media-canplaythrough':'video','htmlcollection':'common-dom-interfaces','attr-tdth-nowrap':'obsolete','global-attributes':'elements','dom-link-target':'obsolete','the-section-element':'sections','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','concept-select-size':'the-button-element','dom-document-scripts':'dom','attr-fs-enctype-text':'association-of-controls-and-forms','autoocusing-a-form-control':'association-of-controls-and-forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'elements','handler-onmousedown':'webappapis','attr-link-hreflang':'semantics','htmloptionscollection-0':'common-dom-interfaces','attr-html-version':'obsolete','editing-host':'editing','outlines':'sections','after-attribute-value-quoted-state':'tokenization','dom-tokenlist-contains':'common-dom-interfaces','alignment':'rendering','dom-media-loop':'video','dom-htmlallcollection-tags':'common-dom-interfaces','attr-area-shape-poly':'the-map-element','percentages-and-dimensions':'common-microsyntaxes','dom-col-choff':'obsolete','dom-option-tv':'the-button-element','dom-meta-name':'semantics','dom-document-querycommandsupported':'dnd','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','radio-button-group':'number-state','attr-xml-lang':'elements','concept-error-handled':'webappapis','attr-link-target''obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'the-input-element','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'timers','sandboxed-origin-browsing-context-flag':'the-iframe-element','attr-button-type-button-state':'the-button-element','dom-selection-removerange':'editing','dom-iframe-contentdocument':'the-iframe-element','attr-command-label':'interactive-elements','attr-input-pattern':'common-input-element-attributes','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'common-input-element-attributes','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','embedded-content-2':'rendering','dom-tdth-nowrap':'obsolete','attr-body-link':'obsolete','sample-handler-impl':'timers','handler-onreadystatechange':'webappapis','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'dnd','rules-for-serializing-simple-color-values':'common-microsntaxes','dom-hr-color':'obsolete','attr-textarea-wrap':'the-button-element','attr-datafld':'obsolete','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'elements','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'common-microsyntaxes','dom-meta-httpequiv':'semantics','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'webappapis','suffering-from-a-type-mismatch':'association-of-controls-and-forms','dom-undomanagerevent-data':'dnd','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'dnd','the-small-element':'text-level-semantics','custom-data-attribute':'elements','session-history-entry':'history','dom-frame-src':'obsolete','dom-option-value':'the-button-element','common-input-element-apis':'common-input-element-attributes','dom-lang':'elements','dom-style':'elements','focusing-steps':'editing','potentially-playing':'video','atr-ul-compact':'obsolete','ix-handler-onselect':'index','attr-tdth-axis':'obsolete','navigatorid':'timers','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'dnd','url-state':'states-of-the-type-attribute','mime-type':'infrastructure','valid-hash-name-reference':'common-microsyntaxes','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'association-of-controls-and-forms','sandboxed-plugins-browsing-context-flag':'the-iframe-element','command-facet-hint':'commands','script-s-global-object':'webappapis','event-input-input':'common-input-element-attributes','selector-read-write':'links','dom-lfe-labels':'forms','dom-datatransfer-setdata':'dnd','column-header':'tabular-data','loading-the-media-resource':'video','time-state':'states-of-the-type-attribute','application-xhtml-xml':'iana','ix-handler-oninvalid':'index','dom-hashchangeevent-oldurl':'history','dom-datatransfer-types':'dnd','document-level-focus-apis':'editing','the-b-elemen':'text-level-semantics','vaguer-moments-in-time':'common-microsyntaxes','the-css-user-agent-style-sheet-and-presentational-hints':'rendering','pagetransitionevent':'history','content-models':'content-models','refsUNICODE':'references','media-data':'video','command-facet-icon':'commands','concept-form-reset-control':'association-of-controls-and-forms','dom-windowmodal-dialogarguments':'timers','dom-insertadjacenthtml':'apis-in-html-documents','algorithm-for-processing-row-groups':'tabular-data','dom-select-add':'the-button-element','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-circ':'the-map-element','tag-cloud':'links','function':'webappapis','serializability-of-script-execution':'introduction','already-started':'scripting-1','attr-input-type-search-keyword':'the-input-element','handler-ondragenter':'webappapis','jump-to-a-code-entry-point':'webappapis','handler-onseeked':'webappapis','refsRFC2425':'references','om-embed-name':'obsolete','fully-active':'browsers','script-processing-style-delayed':'scripting-1','structured-clone':'common-dom-interfaces','rateUpdate':'video','internal-structured-cloning-algorithm':'common-dom-interfaces','current-playback-position':'video','attr-textarea-maxlength':'the-button-element','dom-location-host':'history','comment-start-state':'tokenization','display-types':'rendering','handler-oncanplaythrough':'webappapis','dom-object-contentdocument':'the-iframe-element','caret-position':'editing','the-undomanager-interface':'dnd','attr-legend-align':'obsolete','end-tags':'syntax','dom-function-call':'webappapis','the-element-pointers':'parsing','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-duration':'video','valid-lowercase-simple-color':'common-microsyntaxes','tokenizing-character-references':'tokenization','dom-popstateevent-initpopstateevent':'history','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','dom-input-valuefilename':'common-input-element-attributes','named-character-references':'named-character-references','the-stack-of-open-elements':'parsing','paused-for-user-interaction':'video','space-character':'common-microsyntaxes','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'links','dom-ol-start':'grouping-content','base-dnd-feedback':'dnd','dom-menu-label':'interactive-elements','attribute-name-state':'tokenization','dom-input-maxlength':'the-input-element','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'the-input-element','dom-tdth-cellindex':'tabular-data','security-nav':'browsers','grouping-content':'grouping-content','authors-using-html':'iana','dom-progress-value':'the-button-element','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'tokenization','has-an-element-in-scope':'parsing','attr-canvas-height':'the-canvas-element','current-entry':'hisory','dom-htmlcollection-length':'common-dom-interfaces','link-type-tag':'links','contenteditable-insertText':'editing','refsRFC2426':'references','attr-object-codebase':'obsolete','dom-keygen-type':'the-button-element','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'common-input-element-attributes','refsSELECTORS':'references','start-tags':'syntax','comment-end-dash-state':'tokenization','content-categories':'content-models','parsing-main-incolgroup':'tokenization','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'the-button-element','submit-button-state':'number-state','concept-select-option-list':'the-button-element' }; +var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'the-button-element','refsRFC1554':'references','ix-handler-ondrag':'index','dom-cva-willvalidate':'association-of-controls-and-forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'dnd','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'association-of-controls-and-forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'webappapis','conformance-requirements-for-authors':'introduction','attr-input-vspace':'obsolete','dom-meter-optimum':'the-button-element','the-root-element':'semantics','scriptTag':'tokenization','command-facet-type':'commands','dom-opener':'browsers','concept-http-equivalent':'fetching-resources','obtain-a-physical-form':'rendering','hierarchical-url':'urls','dom-area-rel':'the-map-element','concept-slots':'tbular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'common-microsyntaxes','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','about:blank':'fetching-resources','ix-handler-window-onafterprint':'index','concept-appcache-matches-fallback':'offline','concept-marquee-on':'obsolete','ix-handler-onchange':'index','the-end':'the-end','the-after-head-insertion-mode':'tokenization','strip-leading-and-trailing-whitespace':'common-microsyntaxes','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'webappapis','the-br-element':'text-level-semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'dnd','namespaces':'namespaces','dom-undomanager-add':'dnd','command-redo':'dnd','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'video','special':'parsing','ix-handler-ondurationchange':'index','concept-facet':'commands','changesToNetworkingModel':'ofline','hierarchy_request_err':'common-dom-interfaces','dom-tr-sectionrowindex':'tabular-data','critical-subresources':'infrastructure','attr-script-async':'scripting-1','a-graphical-representation-of-some-of-the-surrounding-text':'embedded-content-1','ix-handler-ondblclick':'index','sandboxed-top-level-navigation-browsing-context-flag':'the-iframe-element','math':'the-map-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'parsing','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'common-input-element-attributes','concept-uda-input':'urls','resetting-a-form':'association-of-controls-and-forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'embedded-content-1','dom-input-alt':'the-input-element','the-cite-element':text-level-semantics','attr-button-type':'the-button-element','attr-input-type-button-keyword':'the-input-element','dom-select-type':'the-button-element','formatting':'parsing','handler-onformchange':'webappapis','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'the-button-element','parse-error':'parsing','dom-datatransfer-files':'dnd','dom-select-options':'the-button-element','concept-fe-disabled':'association-of-controls-and-forms','refsRFC3490':'references','dom-object-border':'obsolete','dom-feature-strings':'common-dom-interfaces','quirks-mode':'dom','character-encodings-0':'parsing','root-element':'infrastructure','dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','the-wbr-element':'text-level-semantics','concept-encoding-confidence':'parsing','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-frgment-identifier':'history','encrypted-http-and-related-security-concerns':'fetching-resources','command-forwarddelete':'dnd','original-insertion-mode':'parsing','link-type-external':'links','script-data-state':'tokenization','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'common-microsyntaxes','dom-selection-collapse':'editing','command-bold':'dnd','command-delete':'dnd','dom-node-namespaceuri':'infrastructure','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'the-button-element','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'content-models','dom-form-reset':'forms','link-type-index':'links','dom-frame-scrolling':'obsolete','dom-img-width':'embedded-content-1','fire-a-simple-event':'webappapis','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'association-of-controls-and-forms','refsDOMRANGE':'references','dom-are-alt':'the-map-element','dom-input-files':'common-input-element-attributes','html-fragment-serialization-algorithm':'the-end','the-after-after-body-insertion-mode':'tokenization','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'timers','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'common-dom-interfaces','dom-iframe-src':'the-iframe-element','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'embedded-content-1','mq':'common-microsyntaxes','exceptions':'common-dom-interfaces','the-document-s-domain':'origin-0','dom-accesskey':'editing','scripting':'webappapis','valid-browsing-context-name-or-keyword':'browsers','dom-htmloptionscollection-selectedindex':'common-dom-interfaces','after-attribute-name-state':'tokenization','attr-meta-http-equiv-refresh':'semantics','concept-navigate-mature':'history','the-dfn-element':'text-level-semanics','text-plain-encoding-algorithm':'association-of-controls-and-forms','dom-input-min':'the-input-element','system-state-and-capabilities':'timers','comment-end-bang-state':'tokenization','dom-history-forward':'history','dom-image':'embedded-content-1','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'tokenization','syntax-attributes':'syntax','rawtext-state':'tokenization','command-facet-checkedstate':'commands','refsRFC3279':'references','ordinary':'parsing','absolute-url':'urls','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'common-microsyntaxes','edits-and-paragraphs':'edits','handler-onclick':'webappapis','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','dndevents':'dnd','syntax-comments':'syntax','split-a-string-on-spaces':'common-microsyntaxes','unknown-images':'embedded-content-1','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','the-dtails-element':'interactive-elements','dom-htmloptionscollection-remove':'common-dom-interfaces','execCommand':'dnd','plaintext-state':'tokenization','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','timers':'timers','meta-description':'semantics','event-handler-attributes':'webappapis','valid-simple-color':'common-microsyntaxes','quota_exceeded_err':'common-dom-interfaces','image-maps':'the-map-element','parsing-cache-manifests':'offline','origin':'origin-0','poster-frame':'video','handler-onload':'webappapis','the-session-history-of-browsing-contexts':'history','refsWHATWGWIKI':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'common-dom-interfaces','ix-handler-onseeked':'index','attributes-0':'syntax','attributes-1':'index','style-sheet-ready':'semantics','scripting-0':'infrastructure','atr-input-alt':'number-state','handler-onmouseout':'webappapis','concept-input-min':'common-input-element-attributes','attr-marquee-direction-down':'obsolete','converting-a-character-width-to-pixels':'rendering','security-location':'history','list-of-active-intervals':'timers','refsABOUT':'references','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'common-microsyntaxes','dom-input-required':'the-input-element','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','resulting-autocompletion-state':'common-input-element-attributes','dom-validitystate-valid':'association-of-controls-and-forms','attr-textarea-cols':'the-button-element','dom-input-multiple':'the-input-element','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'urls','dom-basefont-size':'obsolete','oncept-input-min-zero':'common-input-element-attributes','handler-window-onmessage':'webappapis','url-host-specific':'urls','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'dnd','command-unlink':'dnd','fire-a-click-event':'webappapis','dom-document-defaultcharset':'dom','the-blockquote-element':'grouping-content','attr-object-type':'the-iframe-element','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'the-input-element','attr-textarea-readonly':'the-button-element','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'rendering','sandboxLinks':'history','dom-htmlallcollection-nameditem':'common-dom-interfaces','matching-html-elements-using-selectors':'links','attr-input-type-color-keyword':'the-input-element','concept-form-submit':'association-of-controls-and-forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'content-models','htmlhrelement':'grouping-content','dom-range-selectnodecontents':'infrastrcture','get-the-timeout':'timers','event-dragover':'dnd','ix-handler-onkeydown':'index','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'webappapis','dom-input-readonly':'the-input-element','concept-input-step':'common-input-element-attributes','default-media':'semantics','dom-li-type':'obsolete','refsIANAPERMHEADERS':'references','dom-area-search':'the-map-element','refsRFC3548':'references','attr-link-urn':'obsolete','html-elements':'infrastructure','refsWEBLINK':'references','comment-0':'infrastructure','dom-window':'browsers','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'the-iframe-element','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','has-a-border':'rendering','xpath-1.0-processors':'apis-in-html-documents','parse-a-time-component':'common-microsyntaxes','attr-media-peload-none-state':'video','suffering-from-being-too-long':'association-of-controls-and-forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'association-of-controls-and-forms','script-processing-defer':'scripting-1','concept-spellcheck-default-true':'editing','refsRFC1557':'references','ix-handler-oncanplay':'index','rank':'sections','network-states':'video','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','the-initial-insertion-mode':'tokenization','limited-to-only-non-negative-numbers-greater-than-zero':'common-dom-interfaces','navigator':'timers','dom-document-bgcolor':'obsolete','link-type-help':'links','abort-an-html-parser':'the-end','dom-area-hash':'the-map-element','attr-embed-vspace':'obsolete','set-of-comma-separated-tokens':'common-microsyntaxes','parsing-main-afterframeset':'tokenization','documenttype':'infrastructure','dom-img-height':'embedded-content-1','link-type-author':'links','handler-ondurationchange:'webappapis','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'dnd','attr-script-charset':'scripting-1','htmlcollection-0':'common-dom-interfaces','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'association-of-controls-and-forms','dom-document-plugins':'dom','textarea-effective-height':'rendering','html-fragment-parsing-algorithm':'the-end','handler-window-onpageshow':'webappapis','dom-marquee-scrollamount':'obsolete','dom-select-length':'the-button-element','in-a-document':'infrastructure','best-representation-of-the-global-date-and-time-string':'common-microsyntaxes','table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'apis-in-html-documents','dynamic-nested-browsing-context-properties':'browsers','classes':'elements','the-multiple-attribute':'common-input-element-attributes','dom-mediaerror-code':'video','the-list-of-active-formatting-element':'parsing','form-element-pointer':'parsing','dom-textarea-maxlength':'the-button-element','error-codes':'video','dom-input-valueasdate':'common-input-element-attributes','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'the-iframe-element','submit-delete-action':'association-of-controls-and-forms','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','attr-button-value':'the-button-element','parse-a-url':'urls','navigatorabilities':'timers','dom-tdth-width':'obsolete','attr-table-cellspacing':'obsolete','link-type-nofollow':'links','event-drag':'dnd','script-processing-noscript':'scripting-1','dom-tbody-choff':'obsolete','handler-onfocus':'webappapis','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'common-dom-interfaces','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'rendering','guidance-for-conformance-checkers':'embedde-content-1','the-title-element':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'grouping-content','fetching-resources':'fetching-resources','attr-dim-height':'the-map-element','attr-iframe-vspace':'obsolete','dom-undomanager-position':'dnd','radio-button-state':'number-state','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-map-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'parsing','ix-handler-ondragover':'index','the-mark-element':'text-level-semantics','dom-undomanager':'dnd','selector-active':'links','same-origin':'origin-0','dom-optgroup-label':'the-button-element','about:srcdoc':'urls','ix-handler-onvolumechange':'index','concept-fs-target':'association-of-controls-and-forms','dom-pagetransitionevent-initpagetransitionevent':'history','not_found_err':'common-dom-interfaces','dom-htmloptionscollection-length':'commo-dom-interfaces','concept-datetime-local':'common-microsyntaxes','dom-media-preload':'video','pseudo-classes':'links','colors':'common-microsyntaxes','outerhtml':'apis-in-html-documents','handler-onplaying':'webappapis','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'common-dom-interfaces','radionodelist':'common-dom-interfaces','cookie-free-document-object':'dom','url-path':'urls','domtokenlist':'common-dom-interfaces','dom-marquee-behavior':'obsolete','dom-img-usemap':'embedded-content-1','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'association-of-controls-and-forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'common-microsyntaxes','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'webappapis','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','dom-title-text':'semantics','mathml-namespace':'namespaces','dom-selection-addrange':'ediing','dom-media-initialtime':'video','parsing-main-inselectintable':'tokenization','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'webappapis','event-media-canplay':'video','ix-handler-onkeypress':'index','dom-option-form':'the-button-element','ix-handler-onloadedmetadata':'index','selector-invalid':'links','refsRFC1922':'references','refsFILEAPI':'references','attr-iframe-srcdoc':'the-iframe-element','implementation-notes':'dnd','the-col-element':'tabular-data','the-placeholder-attribute':'common-input-element-attributes','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'rendering','creator-browsing-context':'browsers','no_data_allowed_err':'common-dom-interfaces','selector-enabled':'links','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'timers','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-script':'webappapis','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'the-button-element','active-document':'browsers','article-example':'sections','using-the-input-element-to-define-a-command':'commands','hidden-state':'states-of-the-type-attribute','dom-htmloptionscollection-nameditem':'common-dom-interfaces','refsRFC5724':'references','attr-li-value':'grouping-content','attr-command-type-keyword-checkbox':'interactive-elements','the-address-element':'sections','events':'webappapis','newlines':'syntax','handler-onkeypress':'webappapis','refsORIGIN':'references','attr-button-type-button':'the-button-element','concept-option-value':'the-button-element','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'the-button-element','dom-basefont-color':'obsolete','handler-onloadeddata':'webappapis','the-button-element-0':'rendering','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','do-frame-frameborder':'obsolete','table-model-error':'tabular-data','overview-of-the-parsing-model':'parsing','parse-a-week-string':'common-microsyntaxes','ix-handler-onscroll':'index','dom-option-defaultselected':'the-button-element','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'tokenization','dom-a-media':'text-level-semantics','urls':'urls','the-select-element-0':'rendering','dom-frame-contentwindow':'obsolete','mediaerror':'video','concept-section':'sections','cdata-section-state':'tokenization','ix-handler-window-onpopstate':'index','using-the-a-element-to-define-a-command':'commands','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'the-button-element','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'parsing','attr-area-shape-rect':'the-map-element','attr-input-value':'the-input-element','innerhtml':'apis-in-html-documents','attr-input-min':'common-input-element-attributes','e-mail-state':'states-of-the-typ-attribute','dom-style-scoped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'the-input-element','dom-undomanager-clearundo':'dnd','unicode-serialization-of-an-origin':'origin-0','htmlembedelement':'the-iframe-element','syntax-errors':'introduction','list-of-the-descendant-browsing-contexts':'browsers','handler-window-onredo':'webappapis','dom-map-areas':'the-map-element','about:legacy-compat':'urls','category-label':'forms','handler-onpause':'webappapis','dom-history':'history','refsRFC3629':'references','character-encoding-declaration':'semantics','concept-uda-setter':'urls','attr-keygen-challenge':'the-button-element','non-scripted':'infrastructure','concept-input-step-default':'common-input-element-attributes','date-state':'states-of-the-type-attribute','dom-htmloptionscollection-add':'common-dom-interfaces','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','ix-handler-window-onblur':'idex','dom-frame-marginheight':'obsolete','foreign-elements':'syntax','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'the-button-element','sbu-not-copy':'webappapis','attr-input-type-text-keyword':'the-input-element','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-map-element','element-definitions':'elements','dom-area-port':'the-map-element','syntax-tag-omission':'syntax','selector-in-range':'links','attr-fs-method-get':'association-of-controls-and-forms','bogus-comment-state':'tokenization','list-of-active-timeouts':'timers','attr-hyperlink-media':'links','concept-appcache-manifest-explicit':'offline','link-type-prev':'links','expose-a-user-interface-to-the-user':'video','dom-area-host':'the-map-element','attr-form-accept-charset':'forms','dynamic-changes-to-base-urls':'urls','attr-fs-formmethod':'association-of-controls-and-forms','xml-mime-type':'infrastructure','th-dragevent-and-datatransfer-interfaces':'dnd','limited-quirks-mode':'dom','htmlbrelement':'text-level-semantics','attr-img-hspace':'obsolete','common-parser-idioms':'common-microsyntaxes','dom-element-tagname':'infrastructure','concept-fv-valid':'association-of-controls-and-forms','submit-mailto-headers':'association-of-controls-and-forms','handler-onended':'webappapis','interactive-media':'rendering','using-the-option-element-to-define-a-command':'commands','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','object-type-detection':'the-iframe-element','dialog-arguments-origin':'timers','script-data-escaped-state':'tokenization','attr-fe-maxlength':'association-of-controls-and-forms','documents':'dom','ix-handler-onplay':'index','rules-for-parsing-integers':'common-microsyntaxes','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'the-button-element','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'content-models''handler-onprogress':'webappapis','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','dom-a-charset':'obsolete','the-output-element':'the-button-element','ix-handler-onemptied':'index','attr-input-type-image-keyword':'the-input-element','statically-validate-the-constraints':'association-of-controls-and-forms','white_space':'common-microsyntaxes','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'commands','handler-onchange':'webappapis','dom-script-async':'scripting-1','dom-table-frame':'obsolete','dom-range-deletecontents':'infrastructure','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'the-input-element','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','garbage-collection':'common-dom-interfaces','attribute-text':'elements','dom-radionodelist-value':'common-dom-interfaces','dom-uda-hash':'urls','script-data-double-escaped-state':'tokenization','attr-iframe-sandbox-allow-forms':'the-iframe-element','valdation_err':'common-dom-interfaces','the-title-attribute-0':'rendering','dom-form-dispatchformchange':'forms','collections':'common-dom-interfaces','case-insensitive-selector-exception':'rendering','week-state':'states-of-the-type-attribute','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','disk-space':'offline','script-data-end-tag-open-state':'tokenization','scriptingLanguages':'scripting-1','foster-parent':'tokenization','canceled-activation-steps':'content-models','concept-script':'webappapis','dom-area-media':'the-map-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'the-iframe-element','script-data-escaped-end-tag-open-state':'tokenization','security-document':'dom','scrolling-elements-into-view':'editing','case-sensitive':'infrastructure','dom-validitystate-toolong':'association-of-controls-and-forms','runing-a-script':'scripting-1','network_err':'common-dom-interfaces','the-marquee-element-0':'rendering','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','script-processing-empty':'scripting-1','domstringmap-0':'common-dom-interfaces','dom-applet-code':'obsolete','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'content-models','dom-iframe-name':'the-iframe-element','head-element-pointer':'parsing','category-submit':'forms','attr-embed-type':'the-iframe-element','manually-releasing-the-storage-mutex':'timers','attr-background':'obsolete','insert-an-html-element':'tokenization','best-representation-of-the-number-as-a-floating-point-number':'common-microsyntaxes','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formattig-elements':'parsing','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-map-element','dom-select-selectedindex':'the-button-element','phrasing-content':'content-models','dom-document-head':'dom','the-input-element-as-a-range-control':'rendering','dnd':'dnd','attr-marquee-behavior':'obsolete','attr-meter-min':'the-button-element','tag-clouds':'links','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'timers','attr-command-disabled':'interactive-elements','strike':'obsolete','handler-ondblclick':'webappapis','scriptForeignEndTag':'tokenization','event-dragenter':'dnd','months':'common-microsyntaxes','dom-navigator-appname':'timers','dom-document-lastmodified':'dom','support-the-scripting-language':'scripting-1','dom-source-src':'video','dom-select-required':'the-button-element','attr-script-type':'scripting-1','common-idioms-without-dedicated-elements':'links','refsMIMESNIFF':'references','interactins-with-xpath-and-xslt':'apis-in-html-documents','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'parsing','attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formmethod':'association-of-controls-and-forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'common-dom-interfaces','parsing':'parsing','rendering':'rendering','refsATOM':'references','handler-onwaiting':'webappapis','attr-param-type':'obsolete','handler-onseeking':'webappapis','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'common-input-element-attributes','read-html':'history','attr-button-type-submit':'the-button-element','reset-the-form-owner':'association-of-controls-and-forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'common-input-element-attributes','dom-history-length':'history','htmlscriptelement':'scripting-1','negative-tabindex':'editig','unquoted':'syntax','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'association-of-controls-and-forms','index_size_err':'common-dom-interfaces','loading-xml-documents':'dom','serializing-html-fragments':'the-end','attr-fs-formenctype':'association-of-controls-and-forms','attr-fs-action':'association-of-controls-and-forms','concept-video-intrinsic-height':'video','dom-document-querycommandenabled':'dnd','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'common-microsyntaxes','command-facet-hiddenstate':'commands','markup-declaration-open-state':'tokenization','dom-fs-novalidate':'association-of-controls-and-forms','attr':'infrastructure','end-tag-open-state':'tokenization','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'tokenization','broadcast-formchange-events':'association-of-controls-and-forms','refsSVG':'references','introduction-2':'links','obslete-permitted-doctype-string':'syntax','concept-bc-noscript':'webappapis','frameset':'obsolete','concept-spellcheck-default-false':'editing','ix-handler-onseeking':'index','ix-handler-onended':'index','attr-media-preload-auto':'video','attr-media-preload-metadata':'video','ix-handler-window-onstorage':'index','method-context':'timers','concept-input-value-number-string':'the-input-element','tree-construction':'tokenization','command-insertunorderedlist':'dnd','getcontext-return':'the-canvas-element','application-x-www-form-urlencoded-encoding-algorithm':'association-of-controls-and-forms','parsing-xhtml-fragments':'the-xhtml-syntax','attr-script-event':'obsolete','attr-select-size':'the-button-element','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'webappapis','the-input-element-as-domain-specific-widgets':'rendering','ix-handler-onprogress:'index','the-location-interface':'history','dom-undomanager-clearredo':'dnd','attr-q-cite':'text-level-semantics','node':'infrastructure','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'apis-in-html-documents','meta-generator':'semantics','handler-onstalled':'webappapis','attr-spellcheck':'editing','local-date-and-time-state':'states-of-the-type-attribute','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','meta-keywords':'semantics','dom-document-forms':'dom','scriptEndTag':'tokenization','dom-br-clear':'obsolete','ix-handler-onplaying':'index','attr-link-charset':'obsolete','concept-datetime':'common-microsyntaxes','html-namespace':'infrastructure','event-dispatch':'association-of-controls-and-forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','dom-scrollintoview':'editing','navigatig-nested-browsing-contexts-in-the-dom':'browsers','dom-progress-position':'the-button-element','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'association-of-controls-and-forms','attr-meta-content':'semantics','ix-handler-window-onunload':'index','command-italic':'dnd','handler-window-onafterprint':'webappapis','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','attr-caption-align':'obsolete','attr-textarea-placeholder':'the-button-element','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'common-input-element-attributes','sequential-link-types':'links','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','attr-body-margintop':'obsolete','submit-data-put':'association-of-controls-and-forms','dom-dim-width':'the-map-element','local-dates-and-times':'common-microsyntaxes','editors':'infrastructure','media-timeline':'video','ix-handler-window-onresize':'index','dom-table-insertrow':'tabular-data','xml-parser''the-xhtml-syntax','concept-n-noscript':'webappapis','dom-selection-deletefromdocument':'editing','htmlselectelement':'the-button-element','valid-media-query':'common-microsyntaxes','reset-the-insertion-mode-appropriately':'parsing','event-handlers-on-elements-document-objects-and-window-objects':'webappapis','doctype-public-identifier-double-quoted-state':'tokenization','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'rendering','nestedParsing':'parsing','dom-tr-align':'obsolete','concept-http-equivalent-get':'fetching-resources','script-data-escape-start-state':'tokenization','xml-namespace':'namespaces','table-charref-overrides':'tokenization','command-undo':'dnd','event-undo':'dnd','dom-dataset':'elements','documentfragment':'infrastructure','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'links','attr-dataformatas':'obsolete','input-type-attr-summary':'the-input-elemen','list-of-code-entry-points':'webappapis','remove-a-token-from-a-string':'common-microsyntaxes','number-state':'number-state','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'the-button-element','a-form-control-s-value':'association-of-controls-and-forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'tokenization','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'the-iframe-element','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'common-microsyntaxes','home-subtree':'infrastructure','the-pre-element':'grouping-content','concept-submit-button':'forms','command-unselect':'dnd','dom-fs-enctype':'association-of-controls-and-forms','dimRendering':'rendering','ix-handler-onmouseover':'index','xml':'infrastructure','explicit-eof-character':'parsing','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','attr-param-value':'the-iframe-elemen','parse-a-time-zone-offset-component':'common-microsyntaxes','refsECMA262':'references','command-selectall':'dnd','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'links','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'rendering','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'webappapis','margins-and-padding':'rendering','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'parsing','changing-the-encoding-while-parsing':'parsing','set-of-space-separated-tokens':'common-microsyntaxes','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'elements','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'the-input-element','an-entry-with-persisted-user-state':'history','dom-li-value':'grouping-content','htmlparagraphelement':'grouping-content','dom-document':'browsers','dom-uda-hosname':'urls','dom-tdth-ch':'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'references','refsRFC4329':'references','security_err':'common-dom-interfaces','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'association-of-controls-and-forms','image-maps-0':'rendering','attr-mod-datetime':'edits','the-noscript-element':'scripting-1','attr-input-type-range-keyword':'the-input-element','dom-prompt':'timers','live':'infrastructure','parse-a-time-string':'common-microsyntaxes','dom-range-endcontainer':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'tokenization','scriptTagParserResumes':'tokenization','dom-table-cellpadding':'obsolete','dom-print':'timers','obtain-the-storage-mutex':'webappapis','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'tokenization','attr-input-readonly':'common-input-element-attributes','ix-handler-onstalled':'index','attr-area-sape-keyword-circle':'the-map-element','character-reference-in-attribute-value-state':'tokenization','report-the-error':'webappapis','parsing-main-incaption':'tokenization','concept-input-step-default-base':'common-input-element-attributes','before-doctype-name-state':'tokenization','attr-tabindex':'editing','dom-area-target':'the-map-element','dom-a-rel':'text-level-semantics','dom-object-type':'the-iframe-element','printing':'timers','attr-link-media':'semantics','attributes-common-to-form-controls':'association-of-controls-and-forms','discard-a-document':'browsers','handler-onselect':'webappapis','domexception':'infrastructure','htmlformcontrolscollection-0':'common-dom-interfaces','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'the-button-element','attr-fs-novalidate':'association-of-controls-and-forms','table-uda':'urls','media-playback':'video','attr-input-type-reset-keyword':'the-input-element','attr-optgroup-label':'the-buton-element','pending-state-object':'history','dom-pagetransitionevent-persisted':'history','dom-img-alt':'embedded-content-1','dom-option-disabled':'the-button-element','dom-command-checked':'interactive-elements','explicit-self-navigation-override':'browsers','the-param-element':'the-iframe-element','charset':'semantics','refsRFC5322':'references','auxiliary-browsing-context':'browsers','dom-media-startoffsettime':'video','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'the-button-element','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'webappapis','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'scripting-1','htmlareaelement':'the-map-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'tokenization','url-query':'urls','attr-hyperlink-type':'links','form-submissio-algorithm':'association-of-controls-and-forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'the-end','sandboxPluginObject':'the-iframe-element','outline':'sections','attr-select-multiple':'the-button-element','get-the-timed-task':'timers','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'the-iframe-element','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'tokenization','definitions':'association-of-controls-and-forms','ix-handler-oncanplaythrough':'index','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'grouping-content','effective-script-origin':'origin-0','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','script-processing-parser-inserted':'scripting-1','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','parse-a-local-date-and-time-string':'common-microsyntaxes','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':tokenization','ix-handler-onabort':'index','acknowledge-self-closing-flag':'tokenization','htmlquoteelement':'grouping-content','attr-input-autocomplete':'common-input-element-attributes','command-facet-id':'commands','user-prompts':'timers','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'apis-in-html-documents','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsRFC1842':'references','attr-object-data':'the-iframe-element','ix-handler-onmousemove':'index','client-side-form-validation':'forms','conversations':'links','sandboxed-scripts-browsing-context-flag':'the-iframe-element','container-frame-element':'rendering','print-media':'rendering','attr-tdth-height':'obsolete','attr-body-alink':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','concept-http-equivalent-codes':'fetching-resources','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-map-elment','signedpublickeyandchallenge':'the-button-element','dom-font-color':'obsolete','uievent':'infrastructure','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','task-source':'webappapis','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'common-input-element-attributes','selector-read-only':'links','authors-using-xhtml':'iana','ready-to-be-parser-executed':'scripting-1','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'parsing','dom-window-personalbar':'browsers','manifests':'offline','dom-domhtmlimplementation-createhtmldocument':'dom','attr-body-marginwidth':'obsolete','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','event-click':'infrastructure','canvas':'the-canvas-element','command-formatblock':'dnd','ix-handler-onkeyup':'index','a-browsing-context-is-discarded':'browsers','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'timers','htmhtmlelement':'semantics','handler-onvolumechange':'webappapis','htmlunknownelement':'elements','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'sections','the-size-attribute':'common-input-element-attributes','the-main-part-of-the-content':'links','create-a-script-from-a-node':'webappapis','dependencies':'infrastructure','event-online':'offline','unloading-document-cleanup-steps':'history','htmllinkelement':'semantics','heading-content-0':'content-models','concept-error-nothandled':'webappapis','ix-handler-window-onbeforeunload':'index','language':'elements','text-html':'iana','dom-progress-max':'the-button-element','ix-handler-window-onmessage':'index','mutation-during-parsing':'tokenization','valid-list-of-integers':'common-microsyntaxes','script-processing-encoding':'scripting-1','concept-form-reset':'association-of-controls-and-forms','attr-hr-width':'obsolete','the-style-attribute':'elements','the-div-element':'grouping-conten','dom-meter-max':'the-button-element','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'apis-in-html-documents','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'association-of-controls-and-forms','dom-script-defer':'scripting-1','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'tokenization','domimplementation':'infrastructure','elements-0':'syntax','elements-1':'index','concept-option-index':'the-button-element','script-execution-environment':'webappapis','limited-to-only-non-negative-numbers':'common-dom-interfaces','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','script-processing-for':'scripting-1','doctype-legacy-string':'syntax','event-handler-idl-attributes':'webappapis','limited-to-only-known-vlues':'common-dom-interfaces','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'the-button-element','dom-command-ro-disabled':'commands','syntax-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'rendering','dom-document-close':'apis-in-html-documents','parsing-main-inforeign':'tokenization','attr-input-type-radio-keyword':'the-input-element','the-figure-element':'grouping-content','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'common-dom-interfaces','document.title':'dom','valid-non-empty-url-potentially-surrounded-by-spaces':'urls','ix-handler-onwaiting':'index','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'the-input-element','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','dom-input-value-default-on':'common-input-element-attriutes','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'common-input-element-attributes','synchronous-section':'webappapis','dom-option-index':'the-button-element','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'commands','optional-tags':'syntax','ix-handler-ondrop':'index','attr-link-sizes':'links','refsGRAPHICS':'references','the-document-s-address':'dom','dom-table-deleterow':'tabular-data','handler-appcache-onobsolete':'offline','dom-document-domain':'origin-0','dom-form-name':'forms','editing':'editing','isindex':'tokenization','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','scroll-to-fragid':'history','the-input-element-as-a-file-upload-control':'rendering','type_mismatch_err':'common-dom-interfaces','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'ifrastructure','dom-area-coords':'the-map-element','dom-tokenlist-add':'common-dom-interfaces','event-pageshow':'history','the-script-block-s-character-encoding':'scripting-1','punctuation-and-decorations':'rendering','dom-param-value':'the-iframe-element','preprocessing-the-input-stream':'parsing','script-data-escaped-dash-state':'tokenization','selector-checked':'links','processinginstruction':'infrastructure','dom-area-hostname':'the-map-element','general-guidelines':'embedded-content-1','dom-media-ended':'video','dom-fs-formtarget':'association-of-controls-and-forms','the-article-element':'sections','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','set-of-scripts-that-will-execute-as-soon-as-possible':'scripting-1','concept-option-selectedness':'the-button-element','attr-input-checked':'the-input-element','misinterpreted-for-compatibility':'parsing','spacer':'obsolete','has-an-element-in-the-specific-scope':'parsing','the-aside-elemet':'sections','dom-command-type':'interactive-elements','dom-fs-target':'association-of-controls-and-forms','dom-domsettabletokenlist-value':'common-dom-interfaces','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'sections','htmldocument':'dom','dom-area-hreflang':'the-map-element','syntax_err':'common-dom-interfaces','dom-appcache-status':'offline','link-type-last':'links','custom-validity-error-message':'association-of-controls-and-forms','dom-length':'browsers','the-min-and-max-attributes':'common-input-element-attributes','next-input-character':'parsing','the-progress-element-0':'rendering','attr-area-shape-default':'the-map-element','xmp':'obsolete','dom-classname':'elements','media-element-attributes':'video','attr-input-type':'the-input-element','htmllegendelement':'forms','parsing-main-intr':'tokenization','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-levelsemantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'tokenization','sce-not-copy':'webappapis','ix-handler-window-ononline':'index','attr-body-marginleft':'obsolete','parsing-main-intd':'tokenization','attr-iframe-sandbox-allow-scripts':'the-iframe-element','the-header-element':'sections','dom-meta-content':'semantics','dom-node-localname':'infrastructure','concept-input-min-default':'common-input-element-attributes','dom-object-data':'the-iframe-element','dom-validitystate-rangeunderflow':'association-of-controls-and-forms','defineTimeline':'video','command-insertlinebreak':'dnd','replaced-elements':'rendering','svg-namespace':'namespaces','attr-map-name':'the-map-element','misnested-tags:-b-i-b-i':'the-end','concept-time':'common-microsyntaxes','dom-mod-datetime':'edits','document.writeln':'apis-in-html-documents','security-2':'browsers','attr-link-methods':'obsolete','command-subscript':'dnd','attr-source-src':'video','te-var-element':'text-level-semantics','toolbars-0':'rendering','dom-datalist-options':'the-button-element','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'dnd','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'common-microsyntaxes','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'common-microsyntaxes','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'the-button-element','infrastructure':'infrastructure','foster-parent-element':'tokenization','form-submission':'association-of-controls-and-forms','parsing-main-afterbody':'tokenization','attr-hyperlink-target':'links','svg-0':'the-map-element','scripting-1':'scripting-1','dom-selection-getrangeat':'editing','selector-valid':'links','handler-window-onundo':'webappapis','dom-appcache-updateready':'offline','security-0':'association-of-controls-and-forms','parse-a-globa-date-and-time-string':'common-microsyntaxes','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-map-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','attr-media-preload':'video','dates':'common-microsyntaxes','dom-marquee-loop':'obsolete','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','valid-non-empty-url':'urls','authoring':'the-map-element','dom-output-type':'the-button-element','url-scheme':'urls','the-p-element':'grouping-content','dom-embed-type':'the-iframe-element','boolean-attribute':'common-microsyntaxes','content-type-sniffing:-image':'fetching-resources','cdatasection':'infrastructure','writing':'syntax','dom-ul-compact':'obsolete','ix-handler-onblur':'index','dom-command-ro-icon':'commands','attr-iframe-name':'the-iframe-element','dom-iframe-contentwindow':'the-iframe-element','annotations-fo-assistive-technology-products-aria':'content-models','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','dom-changes':'dnd','rcdata-less-than-sign-state':'tokenization','dom-fe-autofocus':'association-of-controls-and-forms','making-entire-documents-editable':'editing','dom-document-getelementbyid':'infrastructure','documentSelection':'editing','dom-confirm':'timers','htmlbaseelement':'semantics','adjust-mathml-attributes':'tokenization','dom-input-accept':'the-input-element','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'webappapis','dom-alert':'timers','dom-fe-name':'association-of-controls-and-forms','the-area-element':'the-map-element','doctype-state':'tokenization','dom-navigator-canplaytype':'video','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','attr-keygen-keytype':'the-button-element','prefix-match':'infrastructure','refsCESU8':'references','script-s-document':'webappapis','image-button-state':'number-state',source-node':'dnd','time-ranges':'video','handler-window-onerror':'webappapis','attr-area-shape-keyword-default':'the-map-element','dom-document-nameditem':'dom','fallback-free':'dom','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-range-endoffset':'infrastructure','dom-canvas-width':'the-canvas-element','dom-map-name':'the-map-element','element-content-categories':'index','ix-handler-window-onload':'index','concept-input-value-string-number':'the-input-element','create-an-element-for-the-token':'tokenization','insertion-point':'parsing','dom-document-open':'apis-in-html-documents','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'sections','concept-input-value-string-date':'the-input-element','boolean-attributes':'common-microsyntaxes','ix-handler-window-onpageshow':'index','domstring_size_err':'common-dom-interfaces','refsCORS':'references','dom-undomanager-length':'dnd','resetBCName':'history','the-dt-element':'grouping-content','dom-valiitystate-customerror':'association-of-controls-and-forms','table-descriptions':'tabular-data','links-created-by-a-and-area-elements':'links','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','dom-selection-tostring':'editing','the-map-element':'the-map-element','dom-canvas-getcontext':'the-canvas-element','rules-for-parsing-dimension-values':'common-microsyntaxes','refsBOCU1':'references','the-window-object':'browsers','editing-apis':'dnd','process-the-iframe-attributes':'the-iframe-element','refsISO885911':'references','dom-validitystate-rangeoverflow':'association-of-controls-and-forms','dom-link-hreflang':'semantics','dom-select-value':'the-button-element','data-mining':'infrastructure','dom-fs-formenctype':'association-of-controls-and-forms','the-object-element':'the-iframe-element','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'content-models','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-lement':'text-level-semantics','handler-window-onhashchange':'webappapis','refsRFC2045':'references','dom-th-scope':'tabular-data','nodelist':'infrastructure','attr-command-checked':'interactive-elements','not_readable_err':'common-dom-interfaces','refsSRGB':'references','concept-input-immutable':'the-input-element','the-li-element':'grouping-content','dom-a-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'links','current-target-element':'dnd','parsing-main-inselect':'tokenization','attr-link-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'the-button-element','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','publickeyandchallenge':'the-button-element','create-a-document-object':'history','represets':'rendering','textcontent':'infrastructure','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'edits','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'links','attr-embed-hspace':'obsolete','refsCSSRUBY':'references','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','restrictions-on-content-models-and-on-attribute-values':'introduction','dom-form-length':'forms','event-loop':'webappapis','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'webappapis','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'number-state','dom-applet-alt':'obsolete','the-dl-element':'grouping-content','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'links','interfaces-for-url-manipulation':'urs','x-that':'introduction','dom-hr-align':'obsolete','lists-of-integers':'common-microsyntaxes','run-canceled-activation-steps':'content-models','refsGBK':'references','attr-base-target':'semantics','return-value':'timers','images':'rendering','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'edits','selector-out-of-range':'links','dom-location':'history','dom-input-indeterminate':'the-input-element','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':'the-button-element','date-and-time-state':'states-of-the-type-attribute','focusable':'editing','override-url':'history','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'common-dom-interfaces','dom-htmlcollection-nameditem':'common-dom-interfaces','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-fs-method-post':'association-of-controls-and-forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete',attr-object-code':'obsolete','rel-alternate':'links','the-meter-element-0':'rendering','the-script-settings-determined-from-the-node':'webappapis','htmlappletelement':'obsolete','concept-row':'tabular-data','dom-history-replacestate':'history','doctype-public-identifier-single-quoted-state':'tokenization','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'association-of-controls-and-forms','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','stack-of-open-elements':'parsing','timer-task-source':'timers','refsRFC2119':'references','content-type':'fetching-resources','the-command':'interactive-elements','attr-body-text':'obsolete','webappapis':'webappapis','dom-input-stepup':'common-input-element-attributes','the-keygen-element-0':'rendering','dom-img-naturalwidth':'embedded-content-1','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'commands','refsWEBIDL':'references','invalid_access_err':'common-dom-interfaces','attr-lik-type':'semantics','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'webappapis','the-title-attribute':'elements','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'tokenization','styling':'semantics','attr-input-autocomplete-on-state':'common-input-element-attributes','concept-bc-script':'webappapis','handler-window-onbeforeunload':'webappapis','inline-documentation-for-external-scripts':'scripting-1','handler-oninput':'webappapis','the-code-element':'text-level-semantics','ix-handler-onformchange':'index','concept-select-pick':'the-button-element','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'embedded-content-1','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','ix-handler-onreadystatechange':'index','command-inserttext':'dnd','refsWEBSTORAGE':'references','refused-o-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'tokenization','attr-img-align':'obsolete','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','using-the-rules-for':'parsing','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'common-dom-interfaces','mathml':'the-map-element','dom-validitystate-patternmismatch':'association-of-controls-and-forms','dom-base-href':'semantics','undomanagerevent':'dnd','current-input-character':'parsing','dom-appcache-swapcache':'offline','svg':'the-map-element','external-resource-link':'links','popstateevent':'history','dom-event-target':'infrastructure','attr-iframe-scrolling':'obsolete','ix-handler-window-onundo':'index','link-type-noreferrer':'links','forming-a-table':'tabular-data','checkbox-state':'number-state','dom-col-width':'obsolete','the-fieldset-element-0':'rendering','attr-fs-method-put':'association-of-controls-and-forms','rules-for-parsing-simple-color-values':'commonmicrosyntaxes','presentational-hints':'rendering','ix-handler-onfocus':'index','dom-meter-value':'the-button-element','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'tokenization','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'tokenization','dom-blur':'editing','client-identification':'timers','concept-id':'elements','dom-object-usemap':'the-iframe-element','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','dialog-arguments':'timers','concept-command':'commands','doctype-system-identifier-single-quoted-state':'tokenization','an-image-not-intended-for-the-user':'embedded-content-1','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'association-of-controls-and-forms','command-facet-action':'commands','dom-draggable':'dnd','script-data-double-escape-start-state':'tokenization','dom-outerhtml':'apis-in-html-documents','htmlolistelemnt':'grouping-content','attr-option-name':'obsolete','redo:-moving-forward-in-the-undo-transaction-history':'dnd','anonymous-command':'commands','bogus-doctype-state':'tokenization','dom-window-nameditem-filter':'browsers','fallback-content':'content-models','dom-datatransfer-effectallowed':'dnd','selector-default':'links','keywords-and-enumerated-attributes':'common-microsyntaxes','link-type-sidebar':'links','attr-body-marginheight':'obsolete','barred-from-constraint-validation':'association-of-controls-and-forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','attr-fe-disabled':'association-of-controls-and-forms','browsing-context-container':'browsers','definitions-0':'webappapis','definitions-1':'webappapis','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'webappapis','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'embedded-content-1','dom-document-location':'history','directly-reachable-browsing-contexts':'bowsers','the-input-stream':'parsing','dom-tbody-ch':'obsolete','table-encoding-overrides':'parsing','dom-mod-cite':'edits','tt':'obsolete','dom-validitystate-valuemissing':'association-of-controls-and-forms','invalid_state_err':'common-dom-interfaces','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','dom-range-setstart':'infrastructure','security-window':'browsers','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'dnd','application-cache-api':'offline','handler-onsuspend':'webappapis','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'dnd','dom-navigator-yieldforstorageupdates':'timers','the-applet-element':'obsolete','use-div-for-wrappers':'sections','sandboxed-navigation-browsing-context-flag':'the-iframe-element','refsTIS620':'references','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'webappapis','dom-area-type':'the-map-element','htmltextareaeement':'the-button-element','dom-cva-validity':'association-of-controls-and-forms','dom-timeranges-length':'video','processing-model':'the-map-element','navigate-non-Document':'history','concept-fs-method':'association-of-controls-and-forms','attr-iframe-hspace':'obsolete','the-link-is-an-alternative-stylesheet':'links','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'association-of-controls-and-forms','security-1':'browsers','safe-passing-of-structured-data':'common-dom-interfaces','scriptTagXML':'the-xhtml-syntax','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'the-button-element','case-sensitive-selector-exception':'rendering','ix-handler-onmousewheel':'index','table-script-bom':'scripting-1','timeout_err':'common-dom-interfaces','terminology-0':'urls','parsing-main-intbody':'tokenization','insertion-mode':'parsing','dom-dtatransfer-getdata':'dnd','attr-input-placeholder':'common-input-element-attributes','dom-based-xslt-1.0-processors':'apis-in-html-documents','concept-param-parameter':'the-iframe-element','flow-content-0':'content-models','script-data-double-escaped-dash-dash-state':'tokenization','dom-tokenlist-remove':'common-dom-interfaces','dom-window-item':'browsers','dom-validitystate-stepmismatch':'association-of-controls-and-forms','sandboxPluginEmbed':'the-iframe-element','no_modification_allowed_err':'common-dom-interfaces','attr-meter-low':'the-button-element','attr-script-defer':'scripting-1','table-uda-examples':'urls','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'the-button-element','windowtimers':'timers','comment-state':'tokenization','refsRFC2388':'references','states-of-the-type-attribute':'states-of-the-type-attribute','url_mismatch_err':'common-dom-interfaces','dom-style-type':'semantics','url-encoded-form-data':'association-f-controls-and-forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'rendering','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'links','suffering-from-a-custom-error':'association-of-controls-and-forms','attr-a-urn':'obsolete','dom-option-tvd':'the-button-element','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','the-insertion-mode':'parsing','attr-ul-type':'obsolete','introduction-8':'rendering','namespace_err':'common-dom-interfaces','introduction-4':'webappapis','introduction-7':'rendering','introduction-6':'rendering','introduction-1':'association-of-controls-and-forms','introduction-0':'forms','introduction-3':'offline','the-button-element':'the-button-element','implied-strong-reference':common-dom-interfaces','dom-output-value':'the-button-element','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'association-of-controls-and-forms','dom-button-type':'the-button-element','the-ol-element':'grouping-content','meta-charset-during-parse':'tokenization','event-appcache-cached':'offline','constructing-form-data-set':'association-of-controls-and-forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','document':'infrastructure','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'tokenization','dom-input-autocomplete':'the-input-element','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','file-upload-state':'number-state','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','attr-textarea-rows-value':'the-button-element','refsCSSUI':'references,'history':'history','dom-html-version':'obsolete','dom-keygen-challenge':'the-button-element','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'scripting-1','numbers':'common-microsyntaxes','dom-dragevent-initdragevent':'dnd','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'common-microsyntaxes','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','has-an-element-in-button-scope':'parsing','undomanager':'dnd','ix-handler-ondragstart':'index','frameset-ok-flag':'parsing','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'webappapis','width-of-the-select-s-labels':'rendering','hyperlink-annotation':'links','menus':'interactive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'embedded-content-1','misnested-tags:-b-p-b-p':'the-end','refsNPAPI':'references','month-state':'states-of-the-type-attribute','the-dd-element':'groping-content','after-doctype-system-identifier-state':'tokenization','concept-task':'webappapis','dom-area-protocol':'the-map-element','stop-parsing':'the-end','enabling-and-disabling-form-controls':'association-of-controls-and-forms','reflect':'common-dom-interfaces','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'the-iframe-element','dom-document-anchors':'obsolete','input-type-change':'the-input-element','adoptionAgency':'tokenization','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'the-button-element','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'association-of-controls-and-forms','dom-parent':'browsers','encoding_err':'common-dom-interfaces','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'elements','refsARIAIMPL':'referenes','dom-marquee-hspace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'edits','dom-manipulation-task-source':'webappapis','meta-application-name':'semantics','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'tokenization','beforeunloadevent':'history','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'common-microsyntaxes','associatedSection':'sections','multipart-form-data':'association-of-controls-and-forms','parsing-main-intable':'tokenization','interactive-content-0':'content-models','the-nav-element':'sections','after-doctype-public-keyword-state':'tokenization','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optional':'links','rules-for-parsing-a-hash-name-reference':'common-microsyntaxes','concept-inpu-step-scale':'common-input-element-attributes','dom-marquee-direction':'obsolete','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'sections','dom-select-size':'the-button-element','concept-option-label':'the-button-element','auxiliary-browsing-contexts':'browsers','implicit-submission':'association-of-controls-and-forms','attr-table-datapagesize':'obsolete','ignore-destructive-writes':'scripting-1','attr-textarea-required':'the-button-element','dom-link-rev':'obsolete','generate-implied-end-tags':'tokenization','handler-onkeyup':'webappapis','attr-progress-value':'the-button-element','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','attr-option-value':'the-button-element','event-loops':'webappapis','dom-showmodaldialog':'timers','dom-area-rellist':'the-map-element','atr-input-type-password-keyword':'the-input-element','editing-hosts':'rendering','attr-param-name':'the-iframe-element','event':'infrastructure','the-select-element':'the-button-element','dom-input-value':'common-input-element-attributes','broadcast-forminput-events':'association-of-controls-and-forms','attr-embed-align':'obsolete','dom-selection-rangecount':'editing','tokenization':'tokenization','attr-blockquote-cite':'grouping-content','dom-window-close':'browsers','attr-input-required':'common-input-element-attributes','handler-onratechange':'webappapis','initial-code-entry-point':'webappapis','invalid_modification_err':'common-dom-interfaces','task-queue':'webappapis','offline':'offline','dom-document-body':'dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'parsing','dom-media-buffered':'video','the-progress-element':'the-button-element','attr-img-src':'embedded-content-1','attr-lang':'elements','dom-iframe-frameborder':'obsolete','dom-fs-action':'association-of-controls-and-forms','plaeholder-label-option':'the-button-element','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','dom-windowtimers-setinterval':'timers','other-parsing-state-flags':'parsing','refsHTTP':'references','selection-0':'editing','completely-loaded':'the-end','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'content-models','the-after-after-frameset-insertion-mode':'tokenization','dom-tr-ch':'obsolete','multipart-form-data-encoding-algorithm':'association-of-controls-and-forms','security-risks-in-the-drag-and-drop-model':'dnd','attr-media-preload-metadata-state':'video','handler-onmouseover':'webappapis','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'tokenization','the-script-block-s-source':'scripting-1','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'commands','script-data-double-escaped-less-than-sign-state':'tokenization','ix-handler-window-onoffine':'index','dom-colgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'tokenization','has-an-element-in-list-item-scope':'parsing','implementing-the-server-side-processing-for-a-form':'forms','limiting-user-input-length':'association-of-controls-and-forms','attr-a-name':'obsolete','parse-state':'parsing','events-and-the-window-object':'webappapis','script':'scripting-1','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'number-state','button-state':'number-state','list-state':'interactive-elements','dom-base-target':'semantics','attr-object-border':'obsolete','handler-window-onbeforeprint':'webappapis','dom-uda-search':'urls','secondary-insertion-mode':'parsing','dragevent':'dnd','pragma-directives':'semantics','conforming-documents':'infrastructure','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'scripting-1','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','eventtarget':'infrastructre','attr-meta-name':'semantics','transparent-content-models':'content-models','simple-dialogs':'timers','unload-a-document':'history','dom-tokenlist-tostring':'common-dom-interfaces','attr-li-type':'obsolete','text-content':'content-models','hierarchical-link-types':'links','attr-input-step':'common-input-element-attributes','dom-area-pathname':'the-map-element','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'tabular-data','url-host':'urls','ix-handler-onload':'index','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'content-models','run-synthetic-click-activation-steps':'content-models','command-api':'commands','htmlallcollection':'common-dom-interfaces','executing-a-script-block':'scripting-1','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','ordinal-value':'grouping-content','warnings-for-obslete-but-conforming-features':'obsolete','skip-whitespace':'common-microsyntaxes','html-namespace-0':'namespaces','cache-failure-steps':'offline','adjust-svg-attributes':'tokenization','dom-uda-protocol':'urls','range-state':'number-state','attr-area-shape-keyword-rect':'the-map-element','dom-range-setend':'infrastructure','attributes-for-embedded-content-and-images':'rendering','session-history':'history','dom-select-item':'the-button-element','valid-url-potentially-surrounded-by-spaces':'urls','dom-document-referrer':'dom','attr-body-marginbottom':'obsolete','dom-datatransfer-dropeffect':'dnd','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-radio-button-widgets':'rendering','handler-appcache-onchecking':'offline','comment-end-space-state':'tokenization','xlink-namespace':'namespaces','attr-input-type-week-keyword':'the-input-element','maximum-allowed-value-length':'association-of-controls-and-forms',htmlpreelement':'grouping-content','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'dnd','the-draggable-attribute':'dnd','attr-fs-method':'association-of-controls-and-forms','sandboxWindowOpen':'browsers','before-doctype-public-identifier-state':'tokenization','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'rendering','command-facet-label':'commands','dom-navigator-useragent':'timers','attr-area-shape':'the-map-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'common-dom-interfaces','refsIANACHARSET':'references','attributes-for-form-submission':'association-of-controls-and-forms','determining-the-character-encoding':'parsing','dom-command-ro-checked':'commands','maps-to-the-pixel-length-property':'rendering','content-type-sniffing':'fetching-resources','drag-and-drop-initializatio-steps':'dnd','attr-fs-method-put-keyword':'association-of-controls-and-forms','concept-input-max':'common-input-element-attributes','generic-raw-text-element-parsing-algorithm':'tokenization','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handler-onscroll':'webappapis','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'the-button-element','concept-n-script':'webappapis','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'association-of-controls-and-forms','attr-a-shape':'obsolete','dom-document-dir':'elements','dom-meter-low':'the-button-element','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-scoped':'semantics','domsettabletokenlist-0':'common-dom-interfaces','attribute-value-unquoted-state':'tokenization','temporary-buffer':'tokenization','the-autocomplete-attribte':'common-input-element-attributes','algorithm-for-extracting-an-encoding-from-a-content-type':'fetching-resources','parse-a-month-component':'common-microsyntaxes','attr-input-type-tel-keyword':'the-input-element','parsing-main-intabletext':'tokenization','dom-select-nameditem':'the-button-element','restrictions-for-contents-of-script-elements':'scripting-1','association-of-controls-and-forms':'association-of-controls-and-forms','generic-rcdata-element-parsing-algorithm':'tokenization','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','refsSHIFTJIS':'references','the-label-element':'forms','attr-input-autocomplete-off-state':'common-input-element-attributes','dom-window-stop':'browsers','active-parser':'dom','handler-window-onfocus':'webappapis','the-meter-element':'the-button-element','furthest-ancestor-browsing-context':'browsers','dom-input-max':'the-input-element','concept-fe-checked':'association-of-controls-and-forms','designMode':'editing','dom-applet-codebase':'obsolee','concept-time-date':'text-level-semantics','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'association-of-controls-and-forms','storage-mutex':'webappapis','parse-a-date-component':'common-microsyntaxes','marquee-scroll-distance':'obsolete','concept-input-checked-dirty-flag':'the-input-element','lists-of-dimensions':'common-microsyntaxes','user-interface':'video','img-load':'embedded-content-1','about-blank-origin':'browsers','attr-hyperlink-rel':'links','text-node':'infrastructure','command-insertimage':'dnd','dom-hashchangeevent-newurl':'history','attr-ol-start':'grouping-content','locked-for-focus':'editing','formatblock-candidate':'dnd','dom-document-url':'dom','ix-handler-onerror':'index','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'the-input-element','dom-input-placeholder':'the-input-element','htmloutputelement':'the-button-element','dom-body-alink':'obsolete','dom-dim-height':'the-map-element','embedded-content':'content-models','script-daa-less-than-sign-state':'tokenization','appropriate-end-tag-token':'tokenization','collections-0':'common-dom-interfaces','dom-embed-src':'the-iframe-element','event-media-ended':'video','dom-media-error':'video','dom-input-value-default':'common-input-element-attributes','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'links','dom-navigator':'timers','attr-body-vlink':'obsolete','handler-ondragleave':'webappapis','event-redo':'dnd','table-aria-weak':'content-models','value-sanitization-algorithm':'the-input-element','attr-input-hspace':'obsolete','document.write':'apis-in-html-documents','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'association-of-controls-and-forms','the-head-element':'dom','ix-handler-window-onbeforeprint':'index','raw-text-elements':'syntax','handler-ondragover':'webappapis','collect-a-sequence-of-characters':'common-microsyntaxes','handler-onblur':webappapis','dom-id':'elements','character-reference-in-rcdata-state':'tokenization','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'dnd','tag-name-state':'tokenization','insertadjacenthtml':'apis-in-html-documents','dom-input-value-value':'common-input-element-attributes','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-1','dom-media-play':'video','ascii-serialization-of-an-origin':'origin-0','xmlns-namespace':'namespaces','data-state':'tokenization','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','event-domactivate':'infrastructure','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'the-button-element','concept-appcache-completeness':'offline','handler-ondragend':'webappapis','dom-uda-port':'urls','dom-form-item':'forms','dom-fs-formnovalidate':'association-of-controls-and-forms','refsPINGBACK':'references','dom-script-charset':'scripting-1','attr-input-ype-datetime-keyword':'the-input-element','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'the-button-element','textarea-effective-width':'rendering','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'common-input-element-attributes','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'the-input-element','attr-media-preload-none':'video','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','table-http-equiv':'semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'timers','writing-a-form-s-user-interface':'forms','dom-hashchangeevent-inithashchangeevent':'history','dom-select-remove':'the-button-eement','concept-fs-enctype':'association-of-controls-and-forms','attr-tdth-align':'obsolete','dom-option-label':'the-button-element','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','url-decomposition-idl-attributes':'urls','dom-ul-type':'obsolete','attr-fs-formtarget':'association-of-controls-and-forms','parsing-main-inbody':'tokenization','htmlframeelement':'obsolete','concept-http-equivalent-headers':'fetching-resources','concept-appcache-fallback':'offline','dom-textarea-value':'the-button-element','attr-iframe-sandbox-allow-top-navigation':'the-iframe-element','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','event-media-ratechange':'video','dom-link-href':'semantics','attr-object-name':'the-iframe-element','attr-area-coords':'the-map-element','embedding-custom-non-visible-data':'elements','wrong_document_err':'common-dom-interfaces','dom-location-protocol':'history','attr-mod-cite':'edits','comptibility-caseless':'infrastructure','security-and-privacy-considerations':'video','introduction-5':'dnd','validitystate':'association-of-controls-and-forms','attr-a-coords':'obsolete','dom-location-assign':'history','attr-input-maxlength':'common-input-element-attributes','the-ul-element':'grouping-content','metadata-content-0':'content-models','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'edits','event-media-abort':'video','attr-hr-size':'obsolete','dom-navigator-platform':'timers','run-final-activation-steps':'content-models','attr-form-name':'forms','event-offline':'offline','big':'obsolete','spin-the-event-loop':'webappapis','concept-embed-active':'the-iframe-element','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'webappapis','dom-appcache-idle':'offline','attr-fe-name-isindex':'association-of-controls-and-forms','run-pre-click-activation-steps':'content-models','image-map':'the-map-element','dom-param-name':'the-iframe-element','concept-appcahe-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'scripting-1','undo-object':'dnd','facets':'commands','ignore':'infrastructure','valid-local-date-and-time-string':'common-microsyntaxes','ix-handler-window-onerror':'index','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'parsing','valid-floating-point-number':'common-microsyntaxes','dom-cva-checkvalidatity':'association-of-controls-and-forms','dom-option-text':'the-button-element','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'association-of-controls-and-forms','dom-fs-formaction':'association-of-controls-and-forms','refsWIN874':'references','bindings':'rendering','ix-event-handlers':'index','refsCSSATTR':'references','attr-input-type-keywords''the-input-element','dom-input-valueasnumber':'common-input-element-attributes','dom-legend-form':'forms','opening-the-input-stream':'apis-in-html-documents','script-processing-src-prepare':'scripting-1','ix-handler-onforminput':'index','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'links','maps-to-the-dimension-property':'rendering','attr-iframe-allowtransparency':'obsolete','dom-document-write':'apis-in-html-documents','the-directionality':'elements','the-list-attribute':'common-input-element-attributes','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'the-end','dom-media-have_metadata':'video','interactive-content':'content-models','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'dnd','attr-iframe-src':'the-iframe-element','attr-object-standby':'obsolete','range':'infrastructure','queue-a-task':'webappapis','vali-browsing-context-name':'browsers','command-facet-accesskey':'commands','attr-input-type-number-keyword':'the-input-element','self-closing-start-tag-state':'tokenization','security-and-privacy':'timers','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'association-of-controls-and-forms','parsing-main-inhead':'tokenization','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'links','refsRFC2318':'references','parser-pause-flag':'parsing','telephone-state':'states-of-the-type-attribute','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','unfocusing-steps':'editing','dom-select-selectedoptions':'the-button-element','frames':'obsolete','ix-handler-oncontextmenu':'index','alphanumeric-ascii-characters':'common-microsyntaxes','suffering-from-a-pattern-mismatch':'association-of-controls-and-forms','dom-document-querycommandvalue':'dnd','quirks-mode-doctypes''tokenization','dom-pre-width':'obsolete','concept-link-type-sniffing':'semantics','concept-input-mutable':'the-input-element','dom-option':'the-button-element','dom-col-span':'tabular-data','text-field-selection':'editing','ix-handler-ondragend':'index','sections':'sections','dom-navigator-registerprotocolhandler':'timers','document-metadata':'semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'parsing','common-event-behaviors':'common-input-element-attributes','htmlulistelement':'grouping-content','attr-input-align':'obsolete','the-iframe-element':'the-iframe-element','the-before-head-insertion-mode':'tokenization','datatransfer':'dnd','dom-table-summary':'tabular-data','refsMAILTO':'references','dom-select-multiple':'the-button-element','dom-marquee-width':'obsolete','constraint-validation':'association-of-controls-and-forms','script-processing-prepare':'scripting-1','htmlparamelement':'the-iframe-element','ix-handler-ontimeupdate':'index','attr-link-rev':'obsolete','th-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'tokenization','reset-button-state':'number-state','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','ix-handler-onsubmit':'index','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','fragment-case':'the-end','refsCSSOM':'references','dom-document-fgcolor':'obsolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'tokenization','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'the-iframe-element','concept-output-mode':'the-button-element','attr-col-char':'obsolete','valid-e-mail-address':'states-of-the-type-attribute','attr-th-scope-auto':'tabular-data','refsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'dnd','attr-input-list':'common-nput-element-attributes','dom-getselection':'editing','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','being-rendered':'rendering','event-appcache-noupdate':'offline','elements':'elements','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'editing','plain-text-form-data':'association-of-controls-and-forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'association-of-controls-and-forms','text-state-and-search-state':'states-of-the-type-attribute','non-negative-integers':'common-microsyntaxes','relevant-application-cache':'offline','valid-month-string':'common-microsyntaxes','syntax-attribute-name':'syntax','htmloptgroupelement':'the-button-element','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'the-button-element','the-pattern-attribute':'common-input-element-attributes','source-default-media':'video','attr-input-max':'common-input-element-attributes','align-descendants':'rendering','an-intoduction-to-error-handling-and-strange-cases-in-the-parser':'the-end','extensibility':'infrastructure','content-type-sniffing:-text-or-binary':'fetching-resources','script-s-browsing-context':'webappapis','undo-transaction-history':'dnd','dom-range-startoffset':'infrastructure','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'parsing','submit-body':'association-of-controls-and-forms','headings-and-sections':'sections','dom-table-cellspacing':'obsolete','handler-ondragstart':'webappapis','parse-a-month-string':'common-microsyntaxes','handler-onmousewheel':'webappapis','dom-map-images':'the-map-element','dom-option-t':'the-button-element','handler-onabort':'webappapis','concept-week':'common-microsyntaxes','dom-media-readystate':'video','dom-fe-disabled':'association-of-controls-and-forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'common-microsyntaxes','attr-iframe-seamless':'the-iframe-element','vent-media-error':'video','valid-week-string':'common-microsyntaxes','valid-url':'urls','dom-selection-selectallchildren':'editing','attr-data':'elements','before-attribute-value-state':'tokenization','concept-fetch-loaded':'fetching-resources','printing-steps':'timers','categories':'forms','primary-context':'the-canvas-element','attr-output-for':'the-button-element','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete','rawtext-end-tag-open-state':'tokenization','ix-handler-window-onfocus':'index','rel-archives':'links','dom-textarea-required':'the-button-element','dom-htmlformcontrolscollection-nameditem':'common-dom-interfaces','ix-handler-onloadstart':'index','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-map-element','between-doctype-public-and-system-identifiers-state':'tkenization','handler-onmouseup':'webappapis','attr-embed-src':'the-iframe-element','video':'video','foster-parenting':'tokenization','attr-img-name':'obsolete','dom-script-text':'scripting-1','affected-by-a-base-url-change':'urls','index':'index','insert-a-character':'tokenization','the-hgroup-element':'sections','handler-window-onload':'webappapis','code-point-length':'common-microsyntaxes','events-0':'index','stall-timeout':'video','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'the-button-element','rcdata-end-tag-name-state':'tokenization','dom-input-step':'the-input-element','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','input-img-available':'number-state','attr-fs-target':'association-of-controls-and-forms','dom-uda-host':'urls','script-data-escape-start-dash-state':'okenization','dom-node-childnodes':'infrastructure','event-media-durationchange':'video','domsettabletokenlist':'common-dom-interfaces','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','refsSCSU':'references','htmldivelement':'grouping-content','media-element':'video','the-constraint-validation-api':'association-of-controls-and-forms','script-data-end-tag-name-state':'tokenization','dom-marquee-start':'obsolete','link-type-pingback':'links','refsBIDI':'references','data_clone_err':'common-dom-interfaces','the-hr-element':'grouping-content','dom-input-align':'obsolete','link-type-next':'links','sandboxed-automatic-features-browsing-context-flag':'the-iframe-element','dom-tr-insertcell':'tabular-data','validity-states':'association-of-controls-and-forms','the-script-block-s-type':'scripting-1','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'association-of-controls-and-forms','attr-fs-formaction':'association-of-contrls-and-forms','handler-onmousemove':'webappapis','dom-textarea-type':'the-button-element','frame':'obsolete','xmldocumentloader':'dom','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'the-button-element','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'fetching-resources','dom-link-type':'semantics','doctype-name-state':'tokenization','an-iframe-srcdoc-document':'the-iframe-element','refsWIN949':'references','refsCSS':'references','the-step-attribute':'common-input-element-attributes','concept-appcache-obsolete':'offline','concept-meta-extensions':'semantics','concept-embed-type':'the-iframe-element','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'tokenization','read-text':'history','delay-the-load-event':'the-end','dom-area-shape':'the-map-element','signed-integers':'common-microsyntaxes','htmllielement':'grouping-content','the-toolbar-barpropobject':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'timers','dom-cva-setcustomvalidity':'association-of-controls-and-forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','read-xml':'history','browser-state':'offline','dom-windowtimers-settimeout':'timers','handler-onshow':'webappapis','dom-navigator-online':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'fetching-resources','before-doctype-system-identifier-state':'tokenization','attr-style-media':'semantics','concept-select-toggle':'the-button-element','links':'links','dom-document-getelementsbyclassname':'dom','submit-get-action':'association-of-controls-and-forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'dnd','event-appcache-checking':'offline','refsARIA':'eferences','parsing-main-inframeset':'tokenization','after-doctype-name-state':'tokenization','attr-meta-http-equiv':'semantics','parsing-html-fragments':'the-end','htmldatalistelement':'the-button-element','attr-textarea-rows':'the-button-element','ix-handler-onloadeddata':'index','refsUTR36':'references','dom-input-stepdown':'common-input-element-attributes','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'elements','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','dom-img-src':'embedded-content-1','dom-undomanager-remove':'dnd','ix-handler-onmouseout':'index','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'origin-0','event-appcache-obsolete':'offline','ix-handler-window-onpagehide':'index','refsX690':'references','focus-management':'editing','attr-img-alt':'embedded-content-1','context-menus''interactive-elements','dom-appcache-checking':'offline','read-ua-inline':'history','handler-oncontextmenu':'webappapis','refsXML':'references','dom-xmldocumentloader-load':'dom','refsXMLNS':'references','using-the-command-element-to-define-a-command':'commands','dom-media-seekable':'video','parsing-main-inheadnoscript':'tokenization','element':'infrastructure','script-processing-src':'scripting-1','attr-iframe-marginwidth':'obsolete','concept-js-deref':'webappapis','concept-fetch-total':'fetching-resources','command-superscript':'dnd','applicationcache':'offline','frames-and-framesets':'rendering','concept-fs-novalidate':'association-of-controls-and-forms','dom-a-type':'text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'the-input-element','coercing-an-html-dom-into-an-infoset':'the-end','documentEncoding':'parsing','attr-datasrc':'obsolete','htmlinputelement':'the-input-element','ix-handler-oninput':'index','dom-output-htmlfor':'the-buttonelement','htmloptionelement':'the-button-element','attr-input-type-file-keyword':'the-input-element','the-base-element':'semantics','history-traversal-task-source':'webappapis','submit-mutate-action':'association-of-controls-and-forms','table-model':'tabular-data','user-interaction-task-source':'webappapis','dom-img-complete':'embedded-content-1','dom-selection-collapsetoend':'editing','dom-document-querycommandstate':'dnd','dom-uda-pathname':'urls','dom-command-radiogroup':'interactive-elements','script-processing-inline':'scripting-1','entity-references':'infrastructure','concept-textarea-raw-value':'the-button-element','handler-oncanplay':'webappapis','attr-select-required':'the-button-element','skip-white_space-characters':'common-microsyntaxes','concept-marquee-off':'obsolete','dropEffect-initialization':'dnd','dom-document-images':'dom','activation-behavior':'content-models','attr-input-type-checkbox-keyword':'the-input-element','parent-browsing-context':'browsers','dom-source-type':'video','transparet':'content-models','handler-onplay':'webappapis','event-handler-content-attributes':'webappapis','undo-position':'dnd','linkTypes':'links','dom-iscontenteditable':'editing','text-0':'syntax','script-data-double-escaped-dash-state':'tokenization','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'webappapis','processing-model-2':'webappapis','refsMATHML':'references','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'embedded-content-1','runtime-script-errors':'webappapis','constraints':'association-of-controls-and-forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'common-input-element-attributes','the-input-element-as-a-color-well':'rendering','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-ody':'association-of-controls-and-forms','meta':'semantics','dom-a-hreflang':'text-level-semantics','attr-optgroup-disabled':'the-button-element','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'the-iframe-element','refsPNG':'references','dom-media-network_no_source':'video','ix-handler-onclick':'index','selector-indeterminate':'links','the-before-html-insertion-mode':'tokenization','script-processing-start':'scripting-1','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'webappapis','navigating-across-documents':'history','dom-input-selectedoption':'common-input-element-attributes','attr-input-accept':'number-state','dom-input-defaultvalue':'the-input-element','attr-input-type-month-keyword':'the-input-element','secondary-browsing-context':'browsers','undo':'dnd','dom-object-vspace':'obsolete','dom-document-defaultview':'browsers','character-reference-in-data-state':'tokenization','suffering-from-being-missing':'association-of-controls-and-forms''dom-iframe-sandbox':'the-iframe-element','dom-domimplementation-createdocument':'infrastructure','command-facet-disabledstate':'commands','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'common-microsyntaxes','attr-details-open':'interactive-elements','dom-input-size':'the-input-element','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'links','concept-input-max-default':'common-input-element-attributes','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'webappapis','htmlbasefontelement':'obsolete','other-link-types':'links','attr-abbr-title':'text-level-semantics','interactively-validate-the-constraints':'association-of-controls-and-forms','attr-script-for':'obsolete','dom-document-commands':'commands','suffering-from-an-overflow':'association-of-controls-and-forms','a-group-of-images-that-forma-single-larger-picture-with-no-links':'embedded-content-1','concept-input-type-image-coordinate':'number-state','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-map-element','dom-range-collapsed':'infrastructure','concept-row-group':'tabular-data','sandboxOrigin':'origin-0','represented-by-the-collection':'common-dom-interfaces','the-xml:base-attribute-xml-only':'elements','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','attr-button-type-reset-state':'the-button-element','sectioning-content-0':'content-models','dom-node-insertbefore':'infrastructure','calling-scripts':'webappapis','htmlelement':'elements','selector-required':'links','url-port':'urls','handler-window-onstorage':'webappapis','enumerated-attribute':'common-microsyntaxes','clear-the-stack-back-to-a-table-row-context':'tokenization','dom-input-defaultchecked':'the-input-element','attr-input-size':'common-input-element-atributes','resolve-a-url':'urls','dom-datatransfer-setdragimage':'dnd','locked-for-reset':'forms','the-time-element-0':'rendering','space-separated-tokens':'common-microsyntaxes','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'rendering','htmlallcollection-0':'common-dom-interfaces','dom-col-valign':'obsolete','dom-input-src':'the-input-element','concept-textarea-dirty':'the-button-element','await-a-stable-state':'webappapis','dom-command-ro-label':'commands','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'dnd','concept-link-obtain':'semantics','semantics-0':'elements','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':'commands','metadata-content':'content-models','dom-iframe-seamless':'the-iframe-element','parse-a-date-string':'comon-microsyntaxes','dom-body-background':'obsolete','document-base-url':'urls','table-aria-strong':'content-models','selectors':'links','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'common-dom-interfaces','unexpected-markup-in-tables':'the-end','attr-object-hspace':'obsolete','ix-handler-onsuspend':'index','refsXSLT10':'references','attr-fe-name-charset':'association-of-controls-and-forms','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-range-startcontainer':'infrastructure','dom-image-w':'embedded-content-1','presentational-markup':'introduction','ix-handler-onmouseup':'index','attr-command-type-state-radio':'interactive-elements','ix-handler-onratechange':'index','the-selection':'editing','configuring-a-form-to-communicate-with-a-server':'forms','attr-tdth-width':'obsolete','authority-based-url':'urls','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'webappapis','htmlcanvaselement':'the-canvas-elemen','dom-dir':'elements','img-available':'embedded-content-1','concept-output-defaultvalue':'the-button-element','dom-classlist':'elements','handler-window-onunload':'webappapis','url':'urls','valid-date-or-time-string':'common-microsyntaxes','the-link-element':'semantics','url-fragment':'urls','the-ready-states':'video','ix-handler-ondragleave':'index','the-form-element':'forms','timeline-offset':'video','selection':'editing','rules-for-parsing-floating-point-number-values':'common-microsyntaxes','text':'infrastructure','attr-col-align':'obsolete','javascript-protocol':'webappapis','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'webappapis','sectioning-content':'content-models','the-html-element-0':'semantics','not_supported_err':'common-dom-interfaces','attr-area-shape-keyword-polygon':'the-map-lement','application-cache-download-process':'offline','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'scripting-1','dom-document-clear':'obsolete','refsPSL':'references','comma-separated-tokens':'common-microsyntaxes','ready-for-editing-host-commands':'dnd','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'timers','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'grouping-content','effectAllowed-initialization':'dnd','dom-datatransfer-addelement':'dnd','recommended-reading':'introduction','selector-link':'links','navigatoronline':'timers','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'states-of-the-type-attribute','the-kbd-element':'text-level-semantics','dom-textarea-readonly':'the-button-element','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','x-this':'introducion','seamless-browsing-context-flag':'the-iframe-element','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handler-ondrop':'webappapis','concept-month':'common-microsyntaxes','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'webappapis','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'links','dom-a-host':'text-level-semantics','interfaces':'index','ix-handler-window-onhashchange':'index','the-tfoot-element':'tabular-data','event-dragend':'dnd','dom-object-name':'the-iframe-element','dom-script-type':'scripting-1','the-datalist-element':'the-button-element','the-windowproxy-object':'browsers','hashchangeevent':'history','attr-table-bgcolor':'obsolete','dom-node-parentnode':'infrastructure','aborting-a-document-load':'history','dom-meter-high':'the-button-element','current-node':'parsing','commands':'commands','initial-playback-position':'video','flow-content':'content-models','plugin':'infrastructure','cmmon-dom-interfaces':'common-dom-interfaces','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'embedded-content-1','dom-tbody-deleterow':'tabular-data','attr-body-marginright':'obsolete','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','attributes':'elements','refsBCP47':'references','dom-object-align':'obsolete','ix-handler-onmousedown':'index','close-the-cell':'tokenization','comment':'tokenization','dom-div-align':'obsolete','valid-date-string':'common-microsyntaxes','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'common-microsyntaxes','dom-textarea-textlength':'the-button-element','pending-table-character-tokens':'tokenization','additional-allowed-character':'tokenization','abort_err':'common-dom-interfaces','handler-onsubmit':'webappapis','media-element-load-algorithm':'video','dom-textarea-placeholder':'the-button-element','seekUpdate':'video','event-media-seked':'video','form-owner':'association-of-controls-and-forms','refsWIN1254':'references','attribute-value-double-quoted-state':'tokenization','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','event-pagehide':'history','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','dom-node-ownerdocument':'infrastructure','concept-input-value-dirty-flag':'the-input-element','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'links','attr-input-src':'number-state','rules-for-parsing-a-list-of-integers':'common-microsyntaxes','attr-tr-valign':'obsolete','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','dom-datatransfer-cleardata':'dnd','dom-legend-align':'obsolete','dom-tokenlist-toggle':'common-dom-interfaces','dom-dragevent-datatransfer':'dnd','earliest-possible-position':'video','outline-depth':'ections','scripting-flag':'parsing','valid-integer':'common-microsyntaxes','event-handlers':'webappapis','event-firing':'webappapis','ix-handler-onshow':'index','dom-param-valuetype':'obsolete','the-hr-element-0':'rendering','fonts-and-colors':'rendering','immediate-user-selection':'dnd','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'tokenization','submit-data-post':'association-of-controls-and-forms','nested-browsing-contexts':'browsers','dom-optgroup-disabled':'the-button-element','link-type-up':'links','adjust-foreign-attributes':'tokenization','dom-command-disabled':'interactive-elements','command-createlink':'dnd','attr-media-autoplay':'video','htmldlistelement':'grouping-content','the-tbody-element':'tabular-data','link-type-search':'links','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'the-button-elment','sequential-focus-navigation-and-the-tabindex-attribute':'editing','handler-window-ononline':'webappapis','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'common-dom-interfaces','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','dom-meter-min':'the-button-element','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'webappapis','ix-handler-ondragenter':'index','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolete','event-media-canplaythrough':'video','htmlcollection':'common-dom-interfaces','attr-tdth-nowrap':'obsolete','global-attributes':'elements','dom-link-target':'obsolete','the-section-element':'sections','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','concept-select-size':'the-button-element','dom-document-scripts:'dom','attr-fs-enctype-text':'association-of-controls-and-forms','autofocusing-a-form-control':'association-of-controls-and-forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'elements','handler-onmousedown':'webappapis','attr-link-hreflang':'semantics','htmloptionscollection-0':'common-dom-interfaces','attr-html-version':'obsolete','editing-host':'editing','outlines':'sections','after-attribute-value-quoted-state':'tokenization','dom-tokenlist-contains':'common-dom-interfaces','alignment':'rendering','dom-media-loop':'video','dom-htmlallcollection-tags':'common-dom-interfaces','attr-area-shape-poly':'the-map-element','percentages-and-dimensions':'common-microsyntaxes','dom-col-choff':'obsolete','dom-option-tv':'the-button-element','dom-meta-name':'semantics','dom-document-querycommandsupported':'dnd','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','radio-button-group':'number-state','attr-xml-ang':'elements','concept-error-handled':'webappapis','attr-link-target':'obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'the-input-element','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'timers','sandboxed-origin-browsing-context-flag':'the-iframe-element','attr-button-type-button-state':'the-button-element','dom-selection-removerange':'editing','dom-iframe-contentdocument':'the-iframe-element','attr-command-label':'interactive-elements','attr-input-pattern':'common-input-element-attributes','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'common-input-element-attributes','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','embedded-content-2':'rendering','dom-tdth-nowrap':'obsolete','attr-body-link':'obsolete','sample-handler-impl':'timers','handler-onreadystatechange':'webappapis','htmlanchorelement':'text-level-semantics','drag-and-drop-processingmodel':'dnd','rules-for-serializing-simple-color-values':'common-microsyntaxes','dom-hr-color':'obsolete','attr-textarea-wrap':'the-button-element','attr-datafld':'obsolete','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'elements','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'common-microsyntaxes','dom-meta-httpequiv':'semantics','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'webappapis','suffering-from-a-type-mismatch':'association-of-controls-and-forms','dom-undomanagerevent-data':'dnd','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'dnd','the-small-element':'text-level-semantics','custom-data-attribute':'elements','session-history-entry':'history','dom-frame-src':'obsolete','dom-option-value':'the-button-element','common-input-element-apis':'common-input-element-attributes','dom-lang':'elements','dom-style:'elements','focusing-steps':'editing','potentially-playing':'video','attr-ul-compact':'obsolete','ix-handler-onselect':'index','attr-tdth-axis':'obsolete','navigatorid':'timers','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'dnd','url-state':'states-of-the-type-attribute','mime-type':'infrastructure','valid-hash-name-reference':'common-microsyntaxes','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'association-of-controls-and-forms','sandboxed-plugins-browsing-context-flag':'the-iframe-element','command-facet-hint':'commands','script-s-global-object':'webappapis','event-input-input':'common-input-element-attributes','selector-read-write':'links','dom-lfe-labels':'forms','dom-datatransfer-setdata':'dnd','column-header':'tabular-data','loading-the-media-resource':'video','time-state':'states-of-the-type-attribute','application-xhtml-xml':'iana','ix-handler-oninvalid':'index','dom-hashchangeevent-oldurl':'history','dom-datatansfer-types':'dnd','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'common-microsyntaxes','the-css-user-agent-style-sheet-and-presentational-hints':'rendering','pagetransitionevent':'history','content-models':'content-models','refsUNICODE':'references','media-data':'video','command-facet-icon':'commands','concept-form-reset-control':'association-of-controls-and-forms','dom-windowmodal-dialogarguments':'timers','dom-insertadjacenthtml':'apis-in-html-documents','algorithm-for-processing-row-groups':'tabular-data','dom-select-add':'the-button-element','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-circ':'the-map-element','tag-cloud':'links','function':'webappapis','serializability-of-script-execution':'introduction','already-started':'scripting-1','attr-input-type-search-keyword':'the-input-element','handler-ondragenter':'webappapis','jump-to-a-code-entry-point':'ebappapis','handler-onseeked':'webappapis','refsRFC2425':'references','dom-embed-name':'obsolete','fully-active':'browsers','script-processing-style-delayed':'scripting-1','structured-clone':'common-dom-interfaces','rateUpdate':'video','internal-structured-cloning-algorithm':'common-dom-interfaces','current-playback-position':'video','attr-textarea-maxlength':'the-button-element','dom-location-host':'history','comment-start-state':'tokenization','display-types':'rendering','handler-oncanplaythrough':'webappapis','dom-object-contentdocument':'the-iframe-element','caret-position':'editing','the-undomanager-interface':'dnd','attr-legend-align':'obsolete','end-tags':'syntax','dom-function-call':'webappapis','the-element-pointers':'parsing','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-duration':'video','valid-lowercase-simple-color':'common-microsyntaxes','tokenizing-character-references':'tokenization','dom-popstateevent-initpopstateevent':'history','navigaing-auxiliary-browsing-contexts-in-the-dom':'browsers','dom-input-value-filename':'common-input-element-attributes','named-character-references':'named-character-references','the-stack-of-open-elements':'parsing','paused-for-user-interaction':'video','space-character':'common-microsyntaxes','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'links','dom-ol-start':'grouping-content','base-dnd-feedback':'dnd','dom-menu-label':'interactive-elements','attribute-name-state':'tokenization','dom-input-maxlength':'the-input-element','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'the-input-element','dom-tdth-cellindex':'tabular-data','security-nav':'browsers','grouping-content':'grouping-content','authors-using-html':'iana','dom-progress-value':'the-button-element','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'tokenization','has-an-element-in-scope':parsing','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'common-dom-interfaces','link-type-tag':'links','contenteditable-insertText':'editing','refsRFC2426':'references','attr-object-codebase':'obsolete','dom-keygen-type':'the-button-element','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'common-input-element-attributes','refsSELECTORS':'references','start-tags':'syntax','comment-end-dash-state':'tokenization','content-categories':'content-models','parsing-main-incolgroup':'tokenization','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'the-button-element','submit-button-state':'number-state','concept-select-option-list':'the-button-element' }; var fragid = window.location.hash.substr(1); if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */ Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.999 retrieving revision 1.1000 diff -u -d -r1.999 -r1.1000 --- forms.html 28 Aug 2010 13:50:44 -0000 1.999 +++ forms.html 8 Sep 2010 09:25:43 -0000 1.1000 @@ -325,7 +325,7 @@ <ol><li><a href="forms.html#introduction-0"><span class="secno">4.10.1 </span>Introduction</a> <ol><li><a href="forms.html#writing-a-form-s-user-interface"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a></li><li><a href="forms.html#implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</a></li><li><a href="forms.html#configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</a></li><li><a href="forms.html#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></li></ol></li><li><a href="forms.html#categories"><span class="secno">4.10.2 </span>Categories</a></li><li><a href="forms.html#the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a></li><li><a href="forms.html#the-fieldset-element"><span class="secno">4.10.4 </span>The <code>fieldset</code> element</a></li><li><a href="forms.html#the-legend-element"><span class="secno">4.10.5 </span>The code>legend</code> element</a></li><li><a href="forms.html#the-label-element"><span class="secno">4.10.6 </span>The <code>label</code> element</a></li></ol></li></ol></li></ol></div> - <h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-0"><span class="secno">4.10.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>A form is a component of a Web page that has form controls, such + <h3 id="forms"><span class="secno">4.10 </span>Forms</h3><h4 id="introduction-0"><span class="secno">4.10.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p>A form is a component of a Web page that has form controls, such as text fields, buttons, check boxes, range controls, or color pickers. A user can interact with such a form, providing data that can then be sent to the server for further processing (e.g. @@ -644,7 +644,7 @@ <!-- when updating this also update the category index --> <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element">button</a></code></li> - <li><code><a href="the-input-element.html#the-input-element">input</a></code></li> + <li><code><a href="the-input-element.html#the-input-element">input</a></code> (if the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is <em>not</em> in the <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> state)</li> <li><code><a href="the-button-element.html#the-keygen-element">keygen</a></code></li> <li><code><a href="the-button-element.html#the-meter-element">meter</a></code></li> <li><code><a href="the-button-element.html#the-output-element">output</a></code></li> @@ -689,7 +689,7 @@ an element is a button. Some buttons are specifically <dfn id="concept-submit-button" title="concept-submit-button">submit buttons</dfn>.</p><p class="note">The <code><a href="the-iframe-element.html#the-object-element">object</a></code> element is also a <a href="#form-associated-element">form-associated element</a> and can, with the use of a suitable <a href="infrastructure.html#plugin">plugin</a>, partake in <a href="association-of-controls-and-forms.html#form-submission">form - submission</a>.</p><h4 id="the-form-element"><span class="secno">4.10.3 </span>The <dfn><code>form</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + submission</a>.</p><h4 id="the-form-element"><span class="secno">4.10.3 </span>The <dfn><code>form</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> @@ -992,7 +992,7 @@ <label>Bing: <input type="search" name="q"></label> <input type="submit" value="Search..."> </form></pre> - </div><h4 id="the-fieldset-element"><span class="secno">4.10.4 </span>The <dfn><code>fieldset</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-fieldset-element"><span class="secno">4.10.4 </span>The <dfn><code>fieldset</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dd><a href="#category-listed" title="category-listed">Listed</a> <a href="#form-associated-element">form-associated element</a>.</dd> @@ -1091,7 +1091,7 @@ <p><label>Expiry date: <input name=clubexp type=month></label></p> </fieldset></pre> - </div><h4 id="the-legend-element"><span class="secno">4.10.5 </span>The <dfn><code>legend</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-legend-element"><span class="secno">4.10.5 </span>The <dfn><code>legend</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As the first child of a <code><a href="#the-fieldset-element">fieldset</a></code> element.</dd> @@ -1127,7 +1127,7 @@ attribute must return the same value as the <code title="dom-fae-form"><a href="association-of-controls-and-forms.html#dom-fae-form">form</a></code> IDL attribute on that <code><a href="#the-fieldset-element">fieldset</a></code> element. Otherwise, it must return null.</p> - </div><h4 id="the-label-element"><span class="secno">4.10.6 </span>The <dfn><code>label</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-label-element"><span class="secno">4.10.6 </span>The <dfn><code>label</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1000 retrieving revision 1.1001 diff -u -d -r1.1000 -r1.1001 --- interactive-elements.html 28 Aug 2010 13:50:45 -0000 1.1000 +++ interactive-elements.html 8 Sep 2010 09:25:46 -0000 1.1001 @@ -325,7 +325,7 @@ <ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li><li><a href="interactive-elements.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a></li><li><a href="interactive-elements.html#the-command"><span class="secno">4.11.3 </span>The <code>command</code> element</a></li><li><a href="interactive-elements.html#menus"><span class="secno">4.11.4 </span>The <code>menu</code> element</a> <ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a></li><li><a href="interactive-elements.html#building-menus-and-toolbars"><span class="secno">4.11.4.2 </span>Building menus and toolbars</a></li><li><a href="interactive-elements.html#context-menus"><span class="secno">4.11.4.3 </span>Context menus</a></li><li><a href="interactive-elements.html#toolbars"><span class="secno">4.11.4.4 </span>Toolbars</a></li></ol></li></ol></li></ol></li></ol></div> - <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -3024,7 +3024,7 @@ ...define drag and drop in datagrids; selectiondraggable... - -> ---><h4 id="the-command"><span class="secno">4.11.3 </span>The <dfn><code>command</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> +--><h4 id="the-command"><span class="secno">4.11.3 </span>The <dfn><code>command</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> @@ -3209,7 +3209,7 @@ label="Publish" icon="icons/pub.png" onclick="publish()"> </menu></pre> - </div><h4 id="menus"><span class="secno">4.11.4 </span>The <dfn><code>menu</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="menus"><span class="secno">4.11.4 </span>The <dfn><code>menu</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd>If the element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state: <a href="content-models.html#interactive-content">Interactive content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -3257,7 +3257,7 @@ <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the same name.</p> - </div><h5 id="menus-intro"><span class="secno">4.11.4.1 </span>Introduction</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The <code><a href="#menus">menu</a></code> element is used to define context menus and + </div><h5 id="menus-intro"><span class="secno">4.11.4.1 </span>Introduction</h5><p><i>This section is non-normative.</i></p><p>The <code><a href="#menus">menu</a></code> element is used to define context menus and toolbars.</p><p>For example, the following represents a toolbar with three menu buttons on it, each of which has a dropdown menu with a series of options:</p><pre><menu type="toolbar"> @@ -3308,7 +3308,7 @@ the <code><a href="#menus">menu</a></code> element or of its <code><a href="grouping-content.html#the-li-element">li</a></code> children.</p><div class="impl"> - <h5 id="building-menus-and-toolbars"><span class="secno">4.11.4.2 </span><dfn>Building menus and toolbars</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="building-menus-and-toolbars"><span class="secno">4.11.4.2 </span><dfn>Building menus and toolbars</dfn></h5> <p>A menu (or toolbar) consists of a list of zero or more of the following components:</p> @@ -3388,7 +3388,7 @@ <li>Any separator at the start or end of the menu must be removed.</li> - </ol></div><h5 id="context-menus"><span class="secno">4.11.4.3 </span><dfn>Context menus</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-contextmenu" title="attr-contextmenu"><code>contextmenu</code></dfn> + </ol></div><h5 id="context-menus"><span class="secno">4.11.4.3 </span><dfn>Context menus</dfn></h5><p>The <dfn id="attr-contextmenu" title="attr-contextmenu"><code>contextmenu</code></dfn> attribute gives the element's <a href="#context-menus" title="context menus">context menu</a>. The value must be the <a href="elements.html#concept-id" title="concept-id">ID</a> of a <code><a href="#menus">menu</a></code> element in the DOM. <span class="impl">If the node that would be obtained by @@ -3468,7 +3468,7 @@ </div><div class="impl"> - <h5 id="toolbars"><span class="secno">4.11.4.4 </span><dfn>Toolbars</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="toolbars"><span class="secno">4.11.4.4 </span><dfn>Toolbars</dfn></h5> <p>When a <code><a href="#menus">menu</a></code> element has a <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state, then the user agent must <a href="#building-menus-and-toolbars" title="building menus and toolbars">build</a> the Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1002 retrieving revision 1.1003 diff -u -d -r1.1002 -r1.1003 --- editing.html 16 Aug 2010 22:06:44 -0000 1.1002 +++ editing.html 8 Sep 2010 09:25:43 -0000 1.1003 @@ -327,7 +327,7 @@ <ol><li><a href="editing.html#documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</a></li><li><a href="editing.html#textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</a></li></ol></li><li><a href="editing.html#contenteditable"><span class="secno">7.7 </span>The <code title="attr-contenteditable">contenteditable</code> attribute</a> <ol><li><a href="editing.html#user-editing-actions"><span class="secno">7.7.1 </span>User editing actions</a></li><li><a href="editing.html#making-entire-documents-editable"><span class="secno">7.7.2 </span>Making entire documents editable</a></li></ol></li><li><a href="editing.html#spelling-and-grammar-checking"><span class="secno">7.8 </span>Spelling and grammar checking</a></li></ol></li></ol></div> - <h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean + <h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. When specified on an element, it indicates that the element is not yet, or is no longer, relevant. <span class="impl">User agents should not render elements that have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute @@ -386,7 +386,7 @@ attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> - </div><h3 id="activation"><span class="secno">7.2 </span>Activation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if + </div><h3 id="activation"><span class="secno">7.2 </span>Activation</h3><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if click() can't be done in IE; can this be emulated in IE by posting a synthetic mouse click event with those X and Y coords? (ack Csaba Gabor) @@ -420,7 +420,7 @@ <li><p>Set the <var title="">click in progress</var> flag on the element to false.</p></li> - </ol></div><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="#dom-scrollintoview">scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt> + </ol></div><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="#dom-scrollintoview">scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt> <dd> @@ -461,7 +461,7 @@ <p>Non-visual user agents may ignore the argument, or may treat it in some media-specific manner most useful to the user.</p> - </div><h3 id="focus"><span class="secno">7.4 </span>Focus</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%20%0A...%3Cform%3E%3Cinput%20name%3Da%20onfocus%3D%22value%2B%3D1%3Bd.name%3D%27a%27%3Bname%3D%27d%27%3Bb.focus()%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22value%2B%3D1%3Bc.focus()%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22value%2B%3D1%3Bd.focus()%22%3E%0A%3Cinput%20name%3Dd%20onfocus%3D%22value%2B%3D1%3Ba.focus()%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af1%20%27%3Bb.focus()%3Balert(document.activeElement.name)%3Bt.value%2B%3D%27af2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%2%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22t.value%2B%3D%27cf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27cf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27cb%20%27%3B%22%3E%0A --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%20onload%3D%22document.forms%5B0%5D.a.focus()%22%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onblur%3D%22t.value%2B%3D'ab%20'%3B%20b.focus()%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D'bf1%20'%3Ba.focus()%3Bt.value%2B%3D'bf2%20'%3B%22%20onblur%3D%22t.value%2B%3D'bb%20'%3B%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%3E...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab1%20%27%3Bb.focus()%3Bt.value%2B%3D%27ab2%20%27%3B%22%3E%0A%3Cinpu%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Ba.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E --><!-- v2: more things to define, if no other specs define them: + </div><h3 id="focus"><span class="secno">7.4 </span>Focus</h3><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%20%0A...%3Cform%3E%3Cinput%20name%3Da%20onfocus%3D%22value%2B%3D1%3Bd.name%3D%27a%27%3Bname%3D%27d%27%3Bb.focus()%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22value%2B%3D1%3Bc.focus()%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22value%2B%3D1%3Bd.focus()%22%3E%0A%3Cinput%20name%3Dd%20onfocus%3D%22value%2B%3D1%3Ba.focus()%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af1%20%27%3Bb.focus()%3Balert(document.activeElement.name)%3Bt.value%2B%3D%27af2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E%0A%3Cinput%20name%3Dc%2onfocus%3D%22t.value%2B%3D%27cf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27cf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27cb%20%27%3B%22%3E%0A --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%20onload%3D%22document.forms%5B0%5D.a.focus()%22%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onblur%3D%22t.value%2B%3D'ab%20'%3B%20b.focus()%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D'bf1%20'%3Ba.focus()%3Bt.value%2B%3D'bf2%20'%3B%22%20onblur%3D%22t.value%2B%3D'bb%20'%3B%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%3E...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab1%20%27%3Bb.focus()%3Bt.value%2B%3D%27ab2%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Ba.focus()%3Bt.valu%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E --><!-- v2: more things to define, if no other specs define them: - define onfocus/onblur behaviour for Window - Other things to look at are IE's focus APIs (HTMLElement.setActive(), onBeforeActivate, onActivate, onBeforeDeactivate, onDeactivate): @@ -594,7 +594,7 @@ </div><div class="impl"> - <h4 id="focus-management"><span class="secno">7.4.2 </span>Focus management</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="focus-management"><span class="secno">7.4.2 </span>Focus management</h4> <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default behavior allows it to be focusable or if the element is @@ -686,7 +686,7 @@ element is removed from its <code><a href="infrastructure.html#document">Document</a></code>, or has a <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute added. It would also happen to an <code><a href="the-input-element.html#the-input-element">input</a></code> element when the element gets <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</p> - </div><h4 id="document-level-focus-apis"><span class="secno">7.4.3 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt> + </div><h4 id="document-level-focus-apis"><span class="secno">7.4.3 </span>Document-level focus APIs</h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt> <dd> @@ -756,7 +756,7 @@ system focus, but hostile sites widely abuse this behavior to the user's detriment.</p> - </div><h4 id="element-level-focus-apis"><span class="secno">7.4.4 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt> + </div><h4 id="element-level-focus-apis"><span class="secno">7.4.4 </span>Element-level focus APIs</h4><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt> <dd> @@ -815,7 +815,7 @@ unusable by keyboard users. Ignoring calls to this method would thus allow keyboard users to interact with the page.</p> - </div><h3 id="the-accesskey-attribute"><span class="secno">7.5 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The + </div><h3 id="the-accesskey-attribute"><span class="secno">7.5 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute's value is used by the user agent as a guide for creating a keyboard shortcut that activates or focuses the element.</p><p>If specified, the value must be an <a href="common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens">ordered set of unique @@ -946,7 +946,7 @@ string depends on what the <a href="#assigned-access-key">assigned access key</a> is, and on how the user agent represents that key combination.</p> - </div><h3 id="selection"><span class="secno">7.6 </span>The text selection APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every <a href="browsers.html#browsing-context">browsing context</a> has <dfn id="the-selection" title="the + </div><h3 id="selection"><span class="secno">7.6 </span>The text selection APIs</h3><p>Every <a href="browsers.html#browsing-context">browsing context</a> has <dfn id="the-selection" title="the selection">a selection</dfn>. The selection can be empty, and the selection can have more than one range (a disjointed selection). The user agent should allow the user to change the selection. User @@ -1001,7 +1001,7 @@ conjunction with CSS, can be used to style text selections using the <code title="selector-selection">::selection</code> pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a - href="#refsCSS">[CSS]</a> --></p><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> + href="#refsCSS">[CSS]</a> --></p><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt> <dd> @@ -1302,7 +1302,7 @@ </div><!-- v2DATAGRID v2DGS: <p class="note">The <code>Selection</code> interface has no relation to the <code>DataGridSelection</code> interface.</p> - --><h4 id="textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: DOM Range APIs to expose the textarea/input edited + --><h4 id="textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</h4><!-- v2 idea: DOM Range APIs to expose the textarea/input edited value (ack martijnw) --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements define the following members in their DOM interfaces for handling their text selection:</p><pre class="idl extract"> void <a href="#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); @@ -1407,7 +1407,7 @@ </div><p>Characters with no visible rendering, such as U+200D ZERO WIDTH JOINER, still count as characters. Thus, for instance, the selection can include just an invisible character, and the text insertion - cursor can be placed to one side or another of such a character.</p><h3 id="contenteditable"><span class="secno">7.7 </span>The <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-contenteditable" title="attr-contenteditable"><code>contenteditable</code></dfn> + cursor can be placed to one side or another of such a character.</p><h3 id="contenteditable"><span class="secno">7.7 </span>The <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code> attribute</h3><p>The <dfn id="attr-contenteditable" title="attr-contenteditable"><code>contenteditable</code></dfn> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> whose keywords are the empty string, <code title="">true</code>, and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In addition, there is a third state, the <i>inherit</i> state, which is @@ -1502,7 +1502,7 @@ </div><div class="impl"> - <h4 id="user-editing-actions"><span class="secno">7.7.1 </span>User editing actions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="user-editing-actions"><span class="secno">7.7.1 </span>User editing actions</h4> <p>There are several actions that the user agent should allow the user to perform while the user is interacting with an editing @@ -1687,7 +1687,7 @@ or programmatically (e.g. by <code title="dom-document-execCommand"><a href="dnd.html#execCommand">execCommand()</a></code> commands), must fire mutation events as appropriate.</p> - </div><h4 id="making-entire-documents-editable"><span class="secno">7.7.2 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h4 id="making-entire-documents-editable"><span class="secno">7.7.2 </span>Making entire documents editable</h4><div class="impl"> <p>Documents have a <dfn id="designMode" title="dom-document-designMode"><code>designMode</code></dfn>, which can be either enabled or disabled.</p> @@ -1721,7 +1721,7 @@ <p>The last state set must persist until the document is destroyed or the state is changed. Initially, documents must have their <code title="dom-document-designMode"><a href="#designMode">designMode</a></code> disabled.</p> - </div><h3 id="spelling-and-grammar-checking"><span class="secno">7.8 </span>Spelling and grammar checking</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="spelling-and-grammar-checking"><span class="secno">7.8 </span>Spelling and grammar checking</h3><div class="impl"> <p>User agents can support the checking of spelling and grammar of editable text, either in form controls (such as the value of Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.886 retrieving revision 1.887 diff -u -d -r1.886 -r1.887 --- video.html 28 Aug 2010 13:50:46 -0000 1.886 +++ video.html 8 Sep 2010 09:25:50 -0000 1.887 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><ol><li><a href="video.html#video"><span class="secno">4.8.6 </span>The <code>video</code> element</a></li><li><a href="video.html#audio"><span class="secno">4.8.7 </span>The <code>audio</code> element</a></li><li><a href="video.html#the-source-element"><span class="secno">4.8.8 </span>The <code>source</code> element</a></li><li><a href="video.html#media-elements"><span class="secno">4.8.9 </span>Media elements</a> <ol><li><a href="video.html#error-codes"><span class="secno">4.8.9.1 </span>Error codes</a></li><li><a href="video.html#location-of-the-media-resource"><span class="secno">4.8.9.2 </span>Location of the media resource</a></li><li><a href="video.html#mime-types"><span class="secno">4.8.9.3 </span>MIME types</a></li><li><a href="video.html#network-states"><span class="secno">4.8.9.4 </span>Network states</a></li><li><a href="video.html#loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</a></li><li><a href="video.html#offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</a></li><li><a href="video.html#the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</a></li><li><a href="video.html#playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</a></li><li><a href="video.html#seeking"><span class="secno">4.8.9.9 </span>Seeking</a></li><li><a href="video.html#user-interface"<span class="secno">4.8.9.10 </span>User interface</a></li><li><a href="video.html#time-ranges"><span class="secno">4.8.9.11 </span>Time ranges</a></li><li><a href="video.html#mediaevents"><span class="secno">4.8.9.12 </span>Event summary</a></li><li><a href="video.html#security-and-privacy-considerations"><span class="secno">4.8.9.13 </span>Security and privacy considerations</a></li></ol></li></ol></li></ol></li></ol></div> - <h4 id="video"><span class="secno">4.8.6 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + <h4 id="video"><span class="secno">4.8.6 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -572,7 +572,7 @@ </div> - (when replacing this text, also fix "- -" nested comments)--><h4 id="audio"><span class="secno">4.8.7 </span>The <dfn><code>audio</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + (when replacing this text, also fix "- -" nested comments)--><h4 id="audio"><span class="secno">4.8.7 </span>The <dfn><code>audio</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> @@ -686,7 +686,7 @@ </div> - (when replacing this text, also fix "- -" nested comments)--><h4 id="the-source-element"><span class="secno">4.8.8 </span>The <dfn><code>source</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + (when replacing this text, also fix "- -" nested comments)--><h4 id="the-source-element"><span class="secno">4.8.8 </span>The <dfn><code>source</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <a href="#media-element">media element</a>, before any <a href="content-models.html#flow-content">flow content</a> @@ -852,7 +852,7 @@ ... </video></pre> - </div><h4 id="media-elements"><span class="secno">4.8.9 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="media-element" title="media element">Media elements</dfn> + </div><h4 id="media-elements"><span class="secno">4.8.9 </span>Media elements</h4><p><dfn id="media-element" title="media element">Media elements</dfn> (<code><a href="#audio">audio</a></code> and <code><a href="#video">video</a></code>, in this specification) implement the following interface:</p><pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { @@ -947,7 +947,7 @@ section and its subsections is the <dfn id="media-element-event-task-source">media element event task source</dfn>.</p> - </div><h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="#dom-media-error">error</a></code></dt> + </div><h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="#dom-media-error">error</a></code></dt> <dd> @@ -1008,7 +1008,7 @@ <dd>The <a href="#media-resource">media resource</a> indicated by the <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute was not suitable.</dd> - </dl><h5 id="location-of-the-media-resource"><span class="secno">4.8.9.2 </span>Location of the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-media-src" title="attr-media-src"><code>src</code></dfn> content + </dl><h5 id="location-of-the-media-resource"><span class="secno">4.8.9.2 </span>Location of the media resource</h5><p>The <dfn id="attr-media-src" title="attr-media-src"><code>src</code></dfn> content attribute on <a href="#media-element" title="media element">media elements</a> gives the address of the media resource (video, audio) to show. The attribute, if present, must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty @@ -1044,7 +1044,7 @@ </div><p class="note">There are two ways to specify a <a href="#media-resource">media resource</a>, the <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute, or <code><a href="#the-source-element">source</a></code> elements. The attribute overrides - the elements.</p><h5 id="mime-types"><span class="secno">4.8.9.3 </span>MIME types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <a href="#media-resource">media resource</a> can be described in terms of its + the elements.</p><h5 id="mime-types"><span class="secno">4.8.9.3 </span>MIME types</h5><p>A <a href="#media-resource">media resource</a> can be described in terms of its <em>type</em>, specifically a <a href="infrastructure.html#mime-type">MIME type</a>, optionally with a <code title="">codecs</code> parameter. <a href="references.html#refsRFC4281">[RFC4281]</a></p><p>Types are usually somewhat incomplete descriptions; for example "<code title="">video/mpeg</code>" doesn't say anything except what @@ -1056,14 +1056,17 @@ it definitely <em>cannot</em> play media of that type.</p><p><dfn id="a-type-that-the-user-agent-knows-it-cannot-render">A type that the user agent knows it cannot render</dfn> is one that describes a resource that the user agent definitely does not support, for example because it doesn't recognize the container - type, or it doesn't support the listed codecs.</p><p>The <a href="infrastructure.html#mime-type">MIME type</a> "<code title="">application/octet-stream</code>" with no parameters is - never <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot - render</a>. User agents must treat that type as equivalent to the - lack of any explicit <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type - metadata</a> when it is used to label a potential <a href="#media-resource">media + type, or it doesn't support the listed codecs.</p><p>The <a href="infrastructure.html#mime-type">MIME type</a> + "<code>application/octet-stream</code>" with no parameters is never + <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot render</a>. User + agents must treat that type as equivalent to the lack of any + explicit <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> + when it is used to label a potential <a href="#media-resource">media resource</a>.</p><p class="note">In the absence of a <!-- pretty crazy --> - specification to the contrary, the <a href="infrastructure.html#mime-type">MIME type</a> "<code title="">application/octet-stream</code>" when used <em>with</em> - parameters, e.g. "<code title="">application/octet-stream;codecs=theora</code>", <em>is</em> + specification to the contrary, the <a href="infrastructure.html#mime-type">MIME type</a> + "<code>application/octet-stream</code>" when used <em>with</em> + parameters, e.g. + "<code>application/octet-stream;codecs=theora</code>", <em>is</em> <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot render</a>.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a href="#dom-navigator-canplaytype">canPlayType</a></code>(<var title="">type</var>)</dt> <dd> @@ -1078,14 +1081,14 @@ <p>The <dfn id="dom-navigator-canplaytype" title="dom-navigator-canPlayType"><code>canPlayType(<var title="">type</var>)</code></dfn> method must return the empty string if <var title="">type</var> is <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user - agent knows it cannot render</a>; it must return "<code title="">probably</code>" if the user agent is confident that the + agent knows it cannot render</a> or is the type + "<code>application/octet-stream</code>"; it must return "<code title="">probably</code>" if the user agent is confident that the type represents a <a href="#media-resource">media resource</a> that it can render if used in with this <code><a href="#audio">audio</a></code> or <code><a href="#video">video</a></code> element; - and it must return "<code title="">maybe</code>" - otherwise. Implementors are encouraged to return "<code title="">maybe</code>" unless the type can be confidently - established as being supported or not. Generally, a user agent - should never return "<code title="">probably</code>" if the type - doesn't have a <code title="">codecs</code> parameter.</p> + and it must return "<code title="">maybe</code>" otherwise. + Implementors are encouraged to return "<code title="">maybe</code>" + unless the type can be confidently established as being supported or + not. Generally, a user agent should never return "<code title="">probably</code>" if the type doesn't have a <code title="">codecs</code> parameter.</p> </div><div class="example"> @@ -1121,7 +1124,7 @@ </div><p class="note">The <code title="attr-source-type"><a href="#attr-source-type">type</a></code> attribute of the <code><a href="#the-source-element">source</a></code> element allows the user agent to avoid downloading resources that use formats it cannot - render.</p><h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code></dt> + render.</p><h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code></dt> <dd> @@ -1165,7 +1168,7 @@ algorithm</a> defined below describes exactly when the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute changes value and what events fire to indicate changes in this state.</p> - </div><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a href="#dom-media-load">load</a></code>()</dt> + </div><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a href="#dom-media-load">load</a></code>()</dt> <dd> @@ -2019,7 +2022,7 @@ end up being not included in the range(s) of objects returned by the same attribute at later times.</p> - </div><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code></dt> + </div><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code></dt> <dd> @@ -2233,7 +2236,7 @@ attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> - </div><h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code></dt> + </div><h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code></dt> <dd> @@ -2431,7 +2434,7 @@ IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> - </div><h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code></dt> + </div><h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code></dt> <dd> @@ -2810,7 +2813,7 @@ document, then the playback will <a href="#media-playback">stop</a> until the document is active again.</p> - </div><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code></dt> + </div><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code></dt> <dd> @@ -2924,10 +2927,10 @@ to seek to, at the time the attribute is evaluated.</p> <p class="note">If the user agent can seek to anywhere in the - <a href="#media-resource">media resource</a>, e.g. because it a simple movie file and - the user agent and the server support HTTP Range requests, then the - attribute would return an object with one range, whose start is the - time of the first frame (the <a href="#earliest-possible-position">earliest possible + <a href="#media-resource">media resource</a>, e.g. because it is a simple movie file + and the user agent and the server support HTTP Range requests, then + the attribute would return an object with one range, whose start is + the time of the first frame (the <a href="#earliest-possible-position">earliest possible position</a>, typically zero), and whose end is the same as the time of the first frame plus the <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code> attribute's value (which would equal the time of the last frame, and might be positive @@ -2945,7 +2948,7 @@ <a href="#current-playback-position">current playback position</a> changes in a discontinuous fashion (so that the relevant events fire).</p> - </div><h5 id="user-interface"><span class="secno">4.8.9.10 </span>User interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-media-controls" title="attr-media-controls"><code>controls</code></dfn> + </div><h5 id="user-interface"><span class="secno">4.8.9.10 </span>User interface</h5><p>The <dfn id="attr-media-controls" title="attr-media-controls"><code>controls</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present, it indicates that the author has not provided a scripted controller and would like the user agent to provide its own set of controls.</p><div class="impl"> @@ -2975,6 +2978,7 @@ the DOM API described above, so that, e.g., all the same events fire.</p> + <p>The <dfn id="dom-media-controls" title="dom-media-controls"><code>controls</code></dfn> IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p> @@ -3040,7 +3044,7 @@ event</a> named <code title="event-media-volumechange"><a href="#event-media-volumechange">volumechange</a></code> at the <a href="#media-element">media element</a>.</p> - </div><h5 id="time-ranges"><span class="secno">4.8.9.11 </span>Time ranges</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Objects implementing the <code><a href="#timeranges">TimeRanges</a></code> interface + </div><h5 id="time-ranges"><span class="secno">4.8.9.11 </span>Time ranges</h5><p>Objects implementing the <code><a href="#timeranges">TimeRanges</a></code> interface represent a list of ranges (periods) of time.</p><pre class="idl">interface <dfn id="timeranges">TimeRanges</dfn> { readonly attribute unsigned long <a href="#dom-timeranges-length" title="dom-TimeRanges-length">length</a>; double <a href="#dom-timeranges-start" title="dom-TimeRanges-start">start</a>(in unsigned long index); @@ -3109,7 +3113,7 @@ <p>The timelines used by the objects returned by the <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>, <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code> and <code title="dom-media-played"><a href="#dom-media-played">played</a></code> IDL attributes of <a href="#media-element" title="media element">media elements</a> must be that element's <a href="#media-timeline">media timeline</a>.</p> - </div><h5 id="mediaevents"><span class="secno">4.8.9.12 </span>Event summary</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The following events fire on <a href="#media-element" title="media element">media + </div><h5 id="mediaevents"><span class="secno">4.8.9.12 </span>Event summary</h5><p><i>This section is non-normative.</i></p><p>The following events fire on <a href="#media-element" title="media element">media elements</a> as part of the processing model described above:</p><table><thead><tr><th>Event name </th><th>Interface </th><th>Dispatched when... @@ -3211,7 +3215,7 @@ </td><td> </td></tr></tbody></table><div class="impl"> - <h5 id="security-and-privacy-considerations"><span class="secno">4.8.9.13 </span>Security and privacy considerations</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="security-and-privacy-considerations"><span class="secno">4.8.9.13 </span>Security and privacy considerations</h5> <p>The main security and privacy implications of the <code><a href="#video">video</a></code> and <code><a href="#audio">audio</a></code> elements come from the Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1003 retrieving revision 1.1004 diff -u -d -r1.1003 -r1.1004 --- browsers.html 28 Aug 2010 13:50:44 -0000 1.1003 +++ browsers.html 8 Sep 2010 09:25:42 -0000 1.1004 @@ -328,14 +328,14 @@ <ol><li><a href="browsers.html#navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</a></li></ol></li><li><a href="browsers.html#secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</a></li><li><a href="browsers.html#security-nav"><span class="secno">5.1.4 </span>Security</a></li><li><a href="browsers.html#groupings-of-browsing-contexts"><span class="secno">5.1.5 </span>Groupings of browsing contexts</a></li><li><a href="browsers.html#browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</a></li></ol></li><li><a href="browsers.html#the-window-object"><span class="secno">5.2 </span>The <code>Window</code> object</a> <ol><li><a href="browsers.html#security-window"><span class="secno">5.2.1 </span>Security</a></li><li><a href="browsers.html#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.2 </span>APIs for creating and navigating browsing contexts by name</a></li><li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</a></li><li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.2.4 </span>Named access on the <code>Window</code> object</a></li><li><a href="browsers.html#garbage-collection-and-browsing-contexts"><span class="secno">5.2.5 </span>Garbage collection and browsing contexts</a></li><li><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</a></li><li><a href="browsers.html#the-windowproxy-object"><span class="secno">5.2.7 </span>The <code>WindowProxy</code> object</a></li></ol></li></ol></li></ol></div> - <h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + <h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><div class="impl"> <p>This section describes features that apply most directly to Web browsers. Having said that, except where specified otherwise, the requirements defined in this section <em>do</em> apply to all user agents, whether they are Web browsers or not.</p> - </div><h3 id="windows"><span class="secno">5.1 </span>Browsing contexts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which + </div><h3 id="windows"><span class="secno">5.1 </span>Browsing contexts</h3><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which <code><a href="infrastructure.html#document">Document</a></code> objects are presented to the user.</p><p class="note">A tab or window in a Web browser typically contains a <a href="#browsing-context">browsing context</a>, as does an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code><span class="impl"> or <code><a href="obsolete.html#frame">frame</a></code>s in a <code><a href="obsolete.html#frameset">frameset</a></code></span>.</p><p>Each <a href="#browsing-context">browsing context</a> has a corresponding @@ -395,7 +395,7 @@ <code><a href="infrastructure.html#document">Document</a></code> is a globally unique identifier assigned when the new <a href="#browsing-context">browsing context</a> is created.</p> - </div><h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements) can + </div><h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements) can instantiate further <a href="#browsing-context" title="browsing context">browsing contexts</a>. These are called <dfn id="nested-browsing-context" title="nested browsing context">nested browsing contexts</dfn>. If a browsing context <var title="">P</var> has an element <var title="">E</var> in one of its @@ -445,7 +445,7 @@ of elements that are in <code><a href="infrastructure.html#document">Document</a></code>s that are not themselves <a href="#fully-active">fully active</a>.</p><p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a href="the-iframe-element.html#seamless-browsing-context-flag">seamless browsing context flag</a> set, if it is embedded through an - <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p><h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="#dom-top">top</a></code></dt> + <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p><h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="#dom-top">top</a></code></dt> <dd> @@ -510,7 +510,7 @@ <li><p>Otherwise, return the <a href="#browsing-context-container">browsing context container</a> for <var title="">b</var>.</p></li> - </ol></div><h4 id="auxiliary-browsing-contexts"><span class="secno">5.1.2 </span>Auxiliary browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>It is possible to create new browsing contexts that are related + </ol></div><h4 id="auxiliary-browsing-contexts"><span class="secno">5.1.2 </span>Auxiliary browsing contexts</h4><p>It is possible to create new browsing contexts that are related to a <a href="#top-level-browsing-context">top-level browsing context</a> without being nested through an element. Such browsing contexts are called <dfn id="auxiliary-browsing-context" title="auxiliary browsing context">auxiliary browsing contexts</dfn>. Auxiliary browsing contexts are always <a href="#top-level-browsing-context" title="top-level browsing context">top-level browsing @@ -520,12 +520,12 @@ and it has a <dfn id="furthest-ancestor-browsing-context">furthest ancestor browsing context</dfn>, which is the <a href="#top-level-browsing-context">top-level browsing context</a> of the <a href="#opener-browsing-context">opener browsing context</a> when the <a href="#auxiliary-browsing-context">auxiliary browsing - context</a> was created.</p><h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL + context</a> was created.</p><h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL attribute on the <code><a href="#window">Window</a></code> object must return the <code><a href="#windowproxy">WindowProxy</a></code> object of the <a href="#browsing-context">browsing context</a> from which the current <a href="#browsing-context">browsing context</a> was created (its <a href="#opener-browsing-context">opener browsing context</a>), if there is one and it - is still available.</p><h4 id="secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents may support <dfn id="secondary-browsing-context" title="secondary browsing + is still available.</p><h4 id="secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</h4><p>User agents may support <dfn id="secondary-browsing-context" title="secondary browsing context">secondary browsing contexts</dfn>, which are <a href="#browsing-context" title="browsing context">browsing contexts</a> that form part of the user agent's interface, apart from the main content area.</p><div class="impl"> @@ -569,13 +569,15 @@ </div><div class="impl"> - <h4 id="groupings-of-browsing-contexts"><span class="secno">5.1.5 </span>Groupings of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="groupings-of-browsing-contexts"><span class="secno">5.1.5 </span>Groupings of browsing contexts</h4> <p>Each <a href="#browsing-context">browsing context</a> is defined as having a list of - zero or more <dfn id="directly-reachable-browsing-contexts">directly reachable browsing contexts</dfn>. These + one or more <dfn id="directly-reachable-browsing-contexts">directly reachable browsing contexts</dfn>. These are:</p> - <ul><li>All the <a href="#browsing-context">browsing context</a>'s <a href="#child-browsing-context" title="child + <ul><li>The <a href="#browsing-context">browsing context</a> itself.</li> + + <li>All the <a href="#browsing-context">browsing context</a>'s <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a>.</li> <li>The <a href="#browsing-context">browsing context</a>'s <a href="#parent-browsing-context">parent browsing @@ -612,7 +614,7 @@ <p class="note">There is at most one <a href="webappapis.html#event-loop">event loop</a> per <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</a>.</p> - </div><h4 id="browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Browsing contexts can have a <dfn id="browsing-context-name">browsing context name</dfn>. By + </div><h4 id="browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</h4><p>Browsing contexts can have a <dfn id="browsing-context-name">browsing context name</dfn>. By default, a browsing context has no name (its name is not set).</p><p>A <dfn id="valid-browsing-context-name">valid browsing context name</dfn> is any string with at least one character that does not start with a U+005F LOW LINE character. (Names starting with an underscore are reserved for @@ -728,7 +730,7 @@ </li> - </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 --> + </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 --> interface <dfn id="window">Window</dfn> { // the current browsing context readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>; @@ -891,7 +893,8 @@ <p>The <dfn id="dom-document-defaultview" title="dom-document-defaultView"><code>defaultView</code></dfn> IDL attribute of the <code><a href="dom.html#htmldocument">HTMLDocument</a></code> interface must return the <code><a href="infrastructure.html#document">Document</a></code>'s <a href="#browsing-context">browsing context</a>'s - <code><a href="#windowproxy">WindowProxy</a></code> object.</p> + <code><a href="#windowproxy">WindowProxy</a></code> object, if there is one, or null + otherwise.</p> </div><div class="impl"> @@ -938,7 +941,7 @@ </div> - </div><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.2 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="#dom-open">open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt> + </div><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.2 </span>APIs for creating and navigating browsing contexts by name</h4><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="#dom-open">open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt> <dd> @@ -1073,7 +1076,7 @@ the <a href="fetching-resources.html#fetch" title="fetch">fetch algorithm</a>. Otherwise, it must do nothing.</p> - </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt> + </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt> <dd> @@ -1122,7 +1125,7 @@ <p>These properties are the <dfn id="dynamic-nested-browsing-context-properties">dynamic nested browsing context properties</dfn>.</p> - </div><h4 id="named-access-on-the-window-object"><span class="secno">5.2.4 </span>Named access on the <code><a href="#window">Window</a></code> object</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var>[<var title="">name</var>]</dt> + </div><h4 id="named-access-on-the-window-object"><span class="secno">5.2.4 </span>Named access on the <code><a href="#window">Window</a></code> object</h4><dl class="domintro"><dt><var title="">window</var>[<var title="">name</var>]</dt> <dd> @@ -1201,7 +1204,7 @@ </ul></div><div class="impl"> - <h4 id="garbage-collection-and-browsing-contexts"><span class="secno">5.2.5 </span>Garbage collection and browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="garbage-collection-and-browsing-contexts"><span class="secno">5.2.5 </span>Garbage collection and browsing contexts</h4> <p>A <a href="#browsing-context">browsing context</a> has a strong reference to each of its <code><a href="infrastructure.html#document">Document</a></code>s and its <code><a href="#windowproxy">WindowProxy</a></code> object, @@ -1266,7 +1269,7 @@ once their <code><a href="#windowproxy">WindowProxy</a></code> object is eligible for garbage collection.</p> - </div><h4 id="browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To allow Web pages to integrate with Web browsers, certain Web + </div><h4 id="browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</h4><p>To allow Web pages to integrate with Web browsers, certain Web browser interface elements are exposed in a limited way to scripts in Web pages.</p><p>Each interface element is represented by a <code><a href="#barprop">BarProp</a></code> object:</p><pre class="idl">interface <dfn id="barprop">BarProp</dfn> { @@ -1390,7 +1393,7 @@ </div><div class="impl"> - <h4 id="the-windowproxy-object"><span class="secno">5.2.7 </span>The <code><a href="#windowproxy">WindowProxy</a></code> object</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-windowproxy-object"><span class="secno">5.2.7 </span>The <code><a href="#windowproxy">WindowProxy</a></code> object</h4> <p>As mentioned earlier, each <a href="#browsing-context">browsing context</a> has a Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- edits.html 24 Aug 2010 23:06:37 -0000 1.10 +++ edits.html 8 Sep 2010 09:25:43 -0000 1.11 @@ -324,8 +324,8 @@ <ol class="toc"><li><ol><li><a href="edits.html#edits"><span class="secno">4.7 </span>Edits</a> <ol><li><a href="edits.html#the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a></li><li><a href="edits.html#the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a></li><li><a href="edits.html#attributes-common-to-ins-and-del-elements"><span class="secno">4.7.3 </span>Attributes common to <code>ins</code> and <code>del</code> elements</a></li><li><a href="edits.html#edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</a></li><li><a href="edits.html#edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</a></li></ol></li></ol></li></ol></div> - <h3 id="edits"><span class="secno">4.7 </span>Edits</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements represent - edits to the document.</p><h4 id="the-ins-element"><span class="secno">4.7.1 </span>The <dfn><code>ins</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="edits"><span class="secno">4.7 </span>Edits</h3><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements represent + edits to the document.</p><h4 id="the-ins-element"><span class="secno">4.7.1 </span>The <dfn><code>ins</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: <a href="content-models.html#phrasing-content">phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -398,7 +398,7 @@ <!-- Those dates aren't random. They're the start and end of something. Can you guess what? --> - </div><h4 id="the-del-element"><span class="secno">4.7.2 </span>The <dfn><code>del</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-del-element"><span class="secno">4.7.2 </span>The <dfn><code>del</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: <a href="content-models.html#phrasing-content">phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -426,7 +426,7 @@ <li>Buy a printer</li> </ul></pre> - </div><h4 id="attributes-common-to-ins-and-del-elements"><span class="secno">4.7.3 </span>Attributes common to <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-mod-cite" title="attr-mod-cite"><code>cite</code></dfn> attribute + </div><h4 id="attributes-common-to-ins-and-del-elements"><span class="secno">4.7.3 </span>Attributes common to <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements</h4><p>The <dfn id="attr-mod-cite" title="attr-mod-cite"><code>cite</code></dfn> attribute may be used to specify the address of a document that explains the change. When that document is long, for instance the minutes of a meeting, authors are encouraged to include a fragment identifier @@ -464,7 +464,7 @@ attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-mod-cite"><a href="#attr-mod-cite">cite</a></code> content attribute. The <dfn id="dom-mod-datetime" title="dom-mod-datetime"><code>dateTime</code></dfn> IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code> content attribute.</p> - </div><h4 id="edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>Since the <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements do not + </div><h4 id="edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</h4><p><i>This section is non-normative.</i></p><p>Since the <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements do not affect <a href="content-models.html#paragraph" title="paragraph">paragraphing</a>, it is possible, in some cases where paragraphs are <a href="content-models.html#paragraph" title="paragraph">implied</a> (without explicit <code><a href="grouping-content.html#the-p-element">p</a></code> elements), for an <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> element to @@ -504,7 +504,7 @@ strongly encouraged to always mark up all paragraphs with the <code><a href="grouping-content.html#the-p-element">p</a></code> element, instead of having <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> elements that cross <a href="content-models.html#paragraph" title="paragraph">implied - paragraphs</a> boundaries.</p><h4 id="edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The content models of the <code><a href="grouping-content.html#the-ol-element">ol</a></code> and <code><a href="grouping-content.html#the-ul-element">ul</a></code> + paragraphs</a> boundaries.</p><h4 id="edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</h4><p><i>This section is non-normative.</i></p><p>The content models of the <code><a href="grouping-content.html#the-ol-element">ol</a></code> and <code><a href="grouping-content.html#the-ul-element">ul</a></code> elements do not allow <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements as children. Lists always represent all their items, including items that would otherwise have been marked as deleted.</p><p>To indicate that an item is inserted or deleted, an Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- the-xhtml-syntax.html 11 Aug 2010 03:56:46 -0000 1.1004 +++ the-xhtml-syntax.html 8 Sep 2010 09:25:49 -0000 1.1005 @@ -328,7 +328,7 @@ resources. Rules for <code><a href="iana.html#text-html">text/html</a></code> resources are discussed in the section above entitled "<a href="syntax.html#syntax">The HTML syntax</a>".</p><div class="impl"> - <h3 id="writing-xhtml-documents"><span class="secno">9.1 </span>Writing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="writing-xhtml-documents"><span class="secno">9.1 </span>Writing XHTML documents</h3> </div><p>The syntax for using HTML with XML, whether in XHTML documents or embedded in other XML documents, is defined in the XML and @@ -342,7 +342,7 @@ for characters in XHTML documents is unsafe if they are defined in an external file (except for <code title="">&lt;</code>, <code title="">&gt;</code>, <code title="">&amp;</code>, <code title="">&quot;</code> and <code title="">&apos;</code>).</p><div class="impl"> - <h3 id="parsing-xhtml-documents"><span class="secno">9.2 </span>Parsing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-xhtml-documents"><span class="secno">9.2 </span>Parsing XHTML documents</h3> <p>This section describes the relationship between XML and the DOM, with a particular emphasis on how this interacts with HTML.</p> @@ -452,7 +452,7 @@ - <h3 id="serializing-xhtml-fragments"><span class="secno">9.3 </span>Serializing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="serializing-xhtml-fragments"><span class="secno">9.3 </span>Serializing XHTML fragments</h3> <p>The <dfn id="xml-fragment-serialization-algorithm">XML fragment serialization algorithm</dfn> for a <code><a href="infrastructure.html#document">Document</a></code> or <code><a href="infrastructure.html#element">Element</a></code> node either returns a @@ -549,7 +549,7 @@ - <h3 id="parsing-xhtml-fragments"><span class="secno">9.4 </span>Parsing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-xhtml-fragments"><span class="secno">9.4 </span>Parsing XHTML fragments</h3> <p>The <dfn id="xml-fragment-parsing-algorithm">XML fragment parsing algorithm</dfn> for either returns a <code><a href="infrastructure.html#document">Document</a></code> or raises a <code><a href="common-dom-interfaces.html#syntax_err">SYNTAX_ERR</a></code> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.330 retrieving revision 1.331 diff -u -d -r1.330 -r1.331 --- iana.html 16 Aug 2010 21:56:52 -0000 1.330 +++ iana.html 8 Sep 2010 09:25:45 -0000 1.331 @@ -440,7 +440,7 @@ <dt>Change controller:</dt> <dd>W3C</dd> </dl><p>Fragment identifiers used with <code><a href="#text-html">text/html</a></code> resources - refer to <a href="history.html#the-indicated-part-of-the-document">the indicated part of the document</a>.</p><h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted + refer to <a href="history.html#the-indicated-part-of-the-document">the indicated part of the document</a>.</p><h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/110">ISSUE-110</a> (sandbox-type-owner) blocks progress to Last Call</span></p><p>This registration is for community review and will be submitted to the IESG for review, approval, and registration with IANA.</p><!-- To: ietf-types@iana.org Subject: Registration of media type text/html-sandboxed Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.999 retrieving revision 1.1000 diff -u -d -r1.999 -r1.1000 --- offline.html 25 Aug 2010 23:06:34 -0000 1.999 +++ offline.html 8 Sep 2010 09:25:47 -0000 1.1000 @@ -326,7 +326,7 @@ <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</a></li></ol></li><li><a href="offline.html#appcache"><span class="secno">5.6.2 </span>Application caches</a></li><li><a href="offline.html#manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</a> <ol><li><a href="offline.html#a-sample-manifest"><span class="secno">5.6.3.1 </span>A sample manifest</a></li><li><a href="offline.html#writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</a></li><li><a href="offline.html#parsing-cache-manifests"><span class="secno">5.6.3.3 </span>Parsing cache manifests</a></li></ol></li><li><a href="offline.html#downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</a></li><li><a href="offline.html#the-application-cache-selection-algorithm"><span class="secno">5.6.5 </span>The application cache selection algorithm</a></li><li><a href="offline.html#changesToNetworkingModel"><span class="secno">5.6.6 </span>Changes to the networking model</a></li><li><a href="offline.html#expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</a></li><li><a href="offline.html#disk-space"><span class="secno">5.6.8 </span>Disk space</a></li><li><a hre="offline.html#application-cache-api"><span class="secno">5.6.9 </span>Application cache API</a></li><li><a href="offline.html#browser-state"><span class="secno">5.6.10 </span>Browser state</a></li></ol></li></ol></li></ol></div> - <h3 id="offline"><span class="secno">5.6 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache: + <h3 id="offline"><span class="secno">5.6 </span>Offline Web applications</h3><!-- v2 ideas for appcache: * A way to limit what gets download when the user agent is updating the application cache and it turns out the server has @@ -366,7 +366,7 @@ else by just making the script pick the other user's variant, and then reloading. - --><h4 id="introduction-3"><span class="secno">5.6.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>In order to enable users to continue interacting with Web + --><h4 id="introduction-3"><span class="secno">5.6.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p>In order to enable users to continue interacting with Web applications and documents even when their network connection is unavailable — for instance, because they are traveling outside of their ISP's coverage area — authors can provide a manifest @@ -417,7 +417,7 @@ application cache before the user agent has updated it, and even applications served over TLS can be made to work offline.</p><!--(doesn't currently function) <p><a href="http://www.whatwg.org/demos/offline/clock/clock2.html">View this example online</a>.</p> ---><h5 id="appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>When the user visits a page that declares a manifest, the browser +--><h5 id="appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</h5><p><i>This section is non-normative.</i></p><p>When the user visits a page that declares a manifest, the browser will try to update the cache. It does this by fetching a copy of the manifest and, if the manifest has changed since the user agent last saw it, redownloading all the resources it mentions and caching them @@ -466,7 +466,7 @@ </td><td> The user agent will try fetching the files again momentarily. </td></tr></tbody></table><div class="impl"> - <h4 id="appcache"><span class="secno">5.6.2 </span>Application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="appcache"><span class="secno">5.6.2 </span>Application caches</h4> <p>An <dfn id="application-cache">application cache</dfn> is a set of cached resources consisting of:</p> @@ -635,7 +635,7 @@ </div> - </div><h4 id="manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="a-sample-manifest"><span class="secno">5.6.3.1 </span>A sample manifest</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This example manifest requires two images and a style sheet to be + </div><h4 id="manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</h4><h5 id="a-sample-manifest"><span class="secno">5.6.3.1 </span>A sample manifest</h5><p><i>This section is non-normative.</i></p><p>This example manifest requires two images and a style sheet to be cached and whitelists a CGI script.</p><pre>CACHE MANIFEST # the above line is required @@ -684,7 +684,7 @@ FALLBACK: / /offline.html NETWORK: -*</pre><h5 id="writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Manifests must be served using the +*</pre><h5 id="writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</h5><p>Manifests must be served using the <code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code> <a href="infrastructure.html#mime-type">MIME type</a>. All resources served using the <code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code> <a href="infrastructure.html#mime-type">MIME type</a> must follow the syntax of application cache @@ -811,7 +811,7 @@ namespaces</a> and namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> are matched by <a href="infrastructure.html#prefix-match">prefix match</a>.</p><div class="impl"> - <h5 id="parsing-cache-manifests"><span class="secno">5.6.3.3 </span>Parsing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-cache-manifests"><span class="secno">5.6.3.3 </span>Parsing cache manifests</h5> <p>When a user agent is to <dfn id="parse-a-manifest">parse a manifest</dfn>, it means that the user agent must run the following steps:</p> @@ -1081,7 +1081,7 @@ </div> - <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</h4> <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 @@ -1837,7 +1837,7 @@ - <h4 id="the-application-cache-selection-algorithm"><span class="secno">5.6.5 </span>The application cache selection algorithm</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-application-cache-selection-algorithm"><span class="secno">5.6.5 </span>The application cache selection algorithm</h4> <p>When the <dfn id="concept-appcache-init" title="concept-appcache-init">application cache selection algorithm</dfn> algorithm is invoked with a @@ -1925,7 +1925,7 @@ </dd> - </dl><h4 id="changesToNetworkingModel"><span class="secno">5.6.6 </span>Changes to the networking model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h4 id="changesToNetworkingModel"><span class="secno">5.6.6 </span>Changes to the networking model</h4> <p>When a <a href="#cache-host">cache host</a> is associated with an <a href="#application-cache">application cache</a> whose <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> is @@ -1989,7 +1989,7 @@ primed the first time), making the testing of offline applications simpler.</p> - </div><h4 id="expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>As a general rule, user agents should not expire application + </div><h4 id="expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</h4><p>As a general rule, user agents should not expire application caches, except on request from the user, or after having been left unused for an extended period of time.</p><p>Application caches and cookies have similar implications with respect to privacy (e.g. if the site can identify the user when @@ -2000,12 +2000,12 @@ origin-specific data.</p><p class="example">For example, a user agent could have a "delete site-specific data" feature that clears all cookies, application caches, local storage, databases, etc, from an origin all at - once.</p><h4 id="disk-space"><span class="secno">5.6.8 </span>Disk space</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents should consider applying constraints on disk usage of + once.</p><h4 id="disk-space"><span class="secno">5.6.8 </span>Disk space</h4><p>User agents should consider applying constraints on disk usage of <a href="#application-cache" title="application cache">application caches</a>, and care should be taken to ensure that the restrictions cannot be easily worked around using subdomains.</p><p>User agents should allow users to see how much space each domain is using, and may offer the user the ability to delete specific - <a href="#application-cache" title="application cache">application caches</a>.</p><h4 id="application-cache-api"><span class="secno">5.6.9 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { + <a href="#application-cache" title="application cache">application caches</a>.</p><h4 id="application-cache-api"><span class="secno">5.6.9 </span>Application cache API</h4><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { // <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> const unsigned short <a href="#dom-appcache-uncached" title="dom-appcache-UNCACHED">UNCACHED</a> = 0; @@ -2219,7 +2219,7 @@ </td></tr><tr><td><dfn id="handler-appcache-onupdateready" title="handler-appcache-onupdateready"><code>onupdateready</code></dfn> </td><td> <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> </td></tr><tr><td><dfn id="handler-appcache-oncached" title="handler-appcache-oncached"><code>oncached</code></dfn> </td><td> <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> </td></tr><tr><td><dfn id="handler-appcache-onobsolete" title="handler-appcache-onobsolete"><code>onobsolete</code></dfn> </td><td> <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> - </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.6.10 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="timers.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt> + </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.6.10 </span>Browser state</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="timers.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt> <dd> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- content-models.html 26 Aug 2010 19:56:32 -0000 1.19 +++ content-models.html 8 Sep 2010 09:25:42 -0000 1.20 @@ -325,7 +325,7 @@ <ol><li><a href="content-models.html#kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</a> <ol><li><a href="content-models.html#metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</a></li><li><a href="content-models.html#flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</a></li><li><a href="content-models.html#sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</a></li><li><a href="content-models.html#heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</a></li><li><a href="content-models.html#phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</a></li><li><a href="content-models.html#embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</a></li><li><a href="content-models.html#interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</a></li></ol></li><li><a href="content-models.html#transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</a></li><li><a href="content-models.html#paragraphs"><span class="secno>3.2.5.3 </span>Paragraphs</a></li></ol></li><li><a href="content-models.html#annotations-for-assistive-technology-products-aria"><span class="secno">3.2.6 </span>Annotations for assistive technology products (ARIA)</a></li></ol></li></ol></li></ol></div> - <h4 id="content-models"><span class="secno">3.2.5 </span><dfn>Content models</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each element defined in this specification has a content model: a + <h4 id="content-models"><span class="secno">3.2.5 </span><dfn>Content models</dfn></h4><p>Each element defined in this specification has a content model: a description of the element's expected contents. An <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> must have contents that match the requirements described in the element's content model.</p><p class="note">As noted in the conformance and terminology @@ -369,7 +369,7 @@ cell: document.createElement('td'), };</pre> - </div><h5 id="kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each element in HTML falls into zero or more <dfn id="content-categories" title="content + </div><h5 id="kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</h5><p>Each element in HTML falls into zero or more <dfn id="content-categories" title="content categories">categories</dfn> that group elements with similar characteristics together. The following broad categories are used in this specification:</p><ul class="brief"><li><a href="#metadata-content">Metadata content</a></li> @@ -385,7 +385,7 @@ also a type of phrasing content." src="http://dev.w3.org/html5/spec/images/content-venn.png"></object></p><p>In addition, certain elements are categorized as <a href="forms.html#form-associated-element" title="form-associated element">form-associated elements</a> and further subcategorized to define their role in various form-related processing models.</p><p>Some elements have unique requirements and do not fit into any - particular category.</p><h6 id="metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="metadata-content">Metadata content</dfn> is content that sets up the + particular category.</p><h6 id="metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</h6><p><dfn id="metadata-content">Metadata content</dfn> is content that sets up the presentation or behavior of the rest of the content, or that sets up the relationship of the document with other documents, or that conveys other "out of band" information.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="semantics.html#the-base-element">base</a></code></li> @@ -424,7 +424,7 @@ <p>This isn't possible in the HTML serialization, however.</p> - </div><h6 id="flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Most elements that are used in the body of documents and + </div><h6 id="flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</h6><p>Most elements that are used in the body of documents and applications are categorized as <dfn id="flow-content">flow content</dfn>.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element">a</a></code></li> <li><code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code></li> <li><code><a href="sections.html#the-address-element">address</a></code></li> @@ -516,7 +516,7 @@ many cases where an element can be empty legitimately, for example when it is used as a placeholder which will later be filled in by a script, or when the element is part of a template and would on most - pages be filled in but on some pages is not relevant.</p><h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="sectioning-content">Sectioning content</dfn> is content that defines the scope + pages be filled in but on some pages is not relevant.</p><h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p><dfn id="sectioning-content">Sectioning content</dfn> is content that defines the scope of <a href="#heading-content" title="heading content">headings</a> and <a href="sections.html#the-footer-element" title="footer">footers</a>.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="sections.html#the-article-element">article</a></code></li> <li><code><a href="sections.html#the-aside-element">aside</a></code></li> <li><code><a href="sections.html#the-nav-element">nav</a></code></li> @@ -525,7 +525,7 @@ heading and an <a href="sections.html#outline">outline</a>. See the section on <a href="sections.html#headings-and-sections">headings and sections</a> for further details.</p><p class="note">There are also certain elements that are <a href="sections.html#sectioning-root" title="sectioning root">sectioning roots</a>. These are distinct from <a href="#sectioning-content">sectioning content</a>, but they can also have an - <a href="sections.html#outline">outline</a>.</p><h6 id="heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="heading-content">Heading content</dfn> defines the header of a section + <a href="sections.html#outline">outline</a>.</p><h6 id="heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</h6><p><dfn id="heading-content">Heading content</dfn> defines the header of a section (whether explicitly marked up using <a href="#sectioning-content">sectioning content</a> elements, or implied by the heading content itself).</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code></li> <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code></li> @@ -534,7 +534,7 @@ <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code></li> <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code></li> <li><code><a href="sections.html#the-hgroup-element">hgroup</a></code></li> - </ul><h6 id="phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="phrasing-content">Phrasing content</dfn> is the text of the document, as well + </ul><h6 id="phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</h6><p><dfn id="phrasing-content">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">phrasing content</a> form <a href="#paragraph" title="paragraph">paragraphs</a>.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element">a</a></code> (if it contains only <a href="#phrasing-content">phrasing content</a>)</li> <li><code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code></li> @@ -600,7 +600,7 @@ model on its own, but is also <a href="#phrasing-content">phrasing content</a>, and can be <a href="#inter-element-whitespace">inter-element whitespace</a> (if the <a href="infrastructure.html#text-node" title="text node">text nodes</a> are empty or contain just <a href="common-microsyntaxes.html#space-character" title="space - character">space characters</a>).</p><h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another + character">space characters</a>).</p><h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another resource into the document, or content from another vocabulary that is inserted into the document.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="video.html#audio">audio</a></code></li> <li><code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code></li> @@ -617,7 +617,7 @@ defined in this specification. (For example, MathML, or SVG.)</p><p>Some embedded content elements can have <dfn id="fallback-content">fallback content</dfn>: content that is to be used when the external resource cannot be used (e.g. because it is of an unsupported format). The - element definitions state what the fallback is, if any.</p><h6 id="interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- + element definitions state what the fallback is, if any.</p><h6 id="interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</h6><!-- TESTS: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0A%3Cp%20tabindex%3D1%3Etest%20%3Ca%20href%3D%22%22%3E%20%3Cem%3Etest%3C/em%3E%20%3C/a%3E%0A%3Cscript%3E%0A%20function%20test%20%28e%29%20%7B%20w%28e.type%20+%20%27%20on%20%27%20+%20e.target.tagName%20+%20%27%20through%20%27%20+%20e.currentTarget.tagName%29%3B%20%7D%0A%20document.getElementsByTagName%28%27a%27%29%5B0%5D.addEventListener%28%27click%27%2C%20test%2C%20false%29%3B%0A%20document.getElementsByTagName%28%27a%27%29%5B0%5D.addEventListener%28%27DOMActivate%27%2C%20test%2C%20false%29%3B%0A%20document.getElementsByTagName%28%27p%27%29%5B0%5D.addEventListener%28%27click%27%2C%20test%2C%20false%29%3B%0A%20document.getElementsByTagName%28%27p%27%29%5B0%5D.addEventListener%28%27DOMActivate%27%2C%20test%2C%20false%29%3B%0A%3C/script%3E%0A http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Ca%20href%3Dhttp%3A//google.com/%20target%3Da%3EA%3C/a%3E%3Ca%20href%3Dhttp%3A//yahoo.com/%20target%3Db%3EB%3C/a%3E%3Cbr%3E%0A%3Ciframe%20name%3Da%3E%3C/iframe%3E%3Ciframe%20name%3Db%3E%3C/iframe%3E%0A%3Cscript%3E%0A%20var%20a%20%3D%20document.getElementsByTagName%28%27a%27%29%5B0%5D%3B%0A%20var%20b%20%3D%20document.getElementsByTagName%28%27a%27%29%5B1%5D%3B%0A%20a.appendChild%28b%29%3B%0A%3C/script%3E @@ -727,7 +727,7 @@ for that element. Activation behaviors can refer to the <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> and <code title="event-DOMActivate"><a href="infrastructure.html#event-domactivate">DOMActivate</a></code> events that were fired by the steps above leading up to this point.</p> - </div><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have + </div><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have "transparent" in the description of their content model.</p><p>When a content model includes a part that is "transparent", those parts must not contain content that would not be conformant if all transparent elements in the tree were replaced, in their parent @@ -749,7 +749,7 @@ </div><p>When a transparent element has no parent, then the part of its content model that is "transparent" must instead be treated as - accepting any <a href="#flow-content">flow content</a>.</p><h5 id="paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p class="note">The term <a href="#paragraph">paragraph</a> as defined in this + accepting any <a href="#flow-content">flow content</a>.</p><h5 id="paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</h5><p class="note">The term <a href="#paragraph">paragraph</a> as defined in this section is distinct from (though related to) the <code><a href="grouping-content.html#the-p-element">p</a></code> element defined later. The <a href="#paragraph">paragraph</a> concept defined here is used to describe how to interpret documents.</p><p>A <dfn id="paragraph">paragraph</dfn> is typically a run of <a href="#phrasing-content">phrasing @@ -944,7 +944,7 @@ </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false" </td></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element - </td><td>The <code title="attr-aria-expanded">aria-expanded</code> state must be set to "true" if the element's <code title="attr-details-open"><a href="interactive-elements.html#attr-details-open">open</a></code> attribute is present, and must be set to "false" otherwise. (The role can be changed as described in the next table; the reference to <code title="attr-aria-expanded">aria-expanded</code> here is safe since all the allowed roles use the <code title="attr-aria-expanded">aria-expanded</code> state.) + </td><td><code title="attr-aria-expanded">aria-expanded</code> state set to "true" if the element's <code title="attr-details-open"><a href="interactive-elements.html#attr-details-open">open</a></code> attribute is present, and set to "false" otherwise </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="sections.html#outline-depth">outline depth</a> @@ -983,7 +983,7 @@ </td><td><code title="attr-aria-role-button">button</code> role </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state - </td><td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a href="the-input-element.html#dom-input-indeterminate">indeterminate</a></code> IDL attribute is true, or "true" if the element's <a href="association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise + </td><td><code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a href="the-input-element.html#dom-input-indeterminate">indeterminate</a></code> IDL attribute is true, or "true" if the element's <a href="association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#color-state" title="attr-input-type-color">Color</a> state </td><td>No role @@ -1019,10 +1019,10 @@ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#radio-button-state" title="attr-input-type-radio">Radio Button</a> state - </td><td><code title="attr-aria-role-radio">radio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise + </td><td><code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#range-state" title="attr-input-type-range">Range</a> state - </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a>, if that that results in a number, or the <a href="number-state.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise + </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a>, if that results in a number, or the <a href="number-state.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#reset-button-state" title="attr-input-type-reset">Reset Button</a> state </td><td><code title="attr-aria-role-button">button</code> role @@ -1054,6 +1054,9 @@ </td></tr><tr><td><code><a href="the-button-element.html#the-keygen-element">keygen</a></code> element </td><td>No role + </td></tr><tr><td><code><a href="forms.html#the-label-element">label</a></code> element + </td><td>No role + </td></tr><tr><td><code><a href="semantics.html#the-link-element">link</a></code> element that creates a <a href="links.html#hyperlink">hyperlink</a> </td><td><code title="attr-aria-role-link">link</code> role @@ -1108,12 +1111,18 @@ </td></tr><tr><td><code><a href="interactive-elements.html#the-summary-element">summary</a></code> element </td><td><code title="attr-aria-role-heading">heading</code> role + </td></tr><tr><td><code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element + </td><td><code title="attr-aria-role-rowgroup">rowgroup</code> role + </td></tr><tr><td><code><a href="tabular-data.html#the-td-element">td</a></code> element </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any </td></tr><tr><td><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-button-element.html#attr-textarea-readonly">readonly</a></code> attribute + </td></tr><tr><td><code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element + </td><td><code title="attr-aria-role-rowgroup">rowgroup</code> role + </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="tabular-data.html#column-header">column header</a> </td><td><code title="attr-aria-role-columnheader">columnheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any @@ -1123,6 +1132,9 @@ </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is neither a <a href="tabular-data.html#column-header">column header</a> nor a <a href="tabular-data.html#row-header">row header</a> </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any + </td></tr><tr><td><code><a href="tabular-data.html#the-thead-element">thead</a></code> element + </td><td><code title="attr-aria-role-rowgroup">rowgroup</code> role + </td></tr><tr><td><code><a href="semantics.html#the-title-element-0">title</a></code> element </td><td>No role @@ -1157,11 +1169,11 @@ </th></tr></thead><tbody><tr><td><code><a href="sections.html#the-address-element">address</a></code> element </td><td>No role - </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> </td></tr><tr><td><code><a href="sections.html#the-article-element">article</a></code> element </td><td><code title="attr-aria-role-article">article</code> role - </td><td>Role must be either <code title="attr-aria-role-article">article</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, or <code title="attr-aria-role-main">main</code> (ARIA restricts usage of this role to one per page) + </td><td>Role must be either <code title="attr-aria-role-article">article</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, or <code title="attr-aria-role-main">main</code> </td></tr><tr><td><code><a href="sections.html#the-aside-element">aside</a></code> element </td><td><code title="attr-aria-role-note">note</code> role @@ -1177,35 +1189,51 @@ </td></tr><tr><td><code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element </td><td>No role - </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-image">image</code> + </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">img</code> </td></tr><tr><td><code><a href="sections.html#the-footer-element">footer</a></code> element </td><td>No role - </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> </td></tr><tr><td><code><a href="sections.html#the-header-element">header</a></code> element </td><td>No role - </td><td>If specified, role must be <code title="attr-aria-role-banner">banner</code> (ARIA restricts usage of this role to one per page) + </td><td>If specified, role must be <code title="attr-aria-role-banner">banner</code> </td></tr><tr><td><code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element </td><td>No role - </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-image">image</code> + </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">img</code> + + </td></tr><tr><td><code><a href="embedded-content-1.html#the-img-element">img</a></code> element whose <code title="attr-img-alt"><a href="embedded-content-1.html#attr-img-alt">alt</a></code> attribute's value is absent + </td><td><code title="attr-aria-role-img">img</code> role + </td><td>No restrictions + + </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state + </td><td><code title="attr-aria-role-checkbox">checkbox</code> role + </td><td>Role must be either <code title="attr-aria-role-checkbox">checkbox</code> or <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code> + + </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#radio-button-state" title="attr-input-type-radio">Radio Button</a> state + </td><td><code title="attr-aria-role-radio">radio</code> role + </td><td>Role must be either <code title="attr-aria-role-radio">radio</code> or <code title="attr-aria-role-menuitemradio">menuitemradio</code> </td></tr><tr><td><code><a href="grouping-content.html#the-li-element">li</a></code> element whose parent is an <code><a href="grouping-content.html#the-ol-element">ol</a></code> or <code><a href="grouping-content.html#the-ul-element">ul</a></code> element </td><td><code title="attr-aria-role-listitem">listitem</code> role - </td><td>Role must be either <code title="attr-aria-role-listitem">listitem</code> or <code title="attr-aria-role-treeitem">treeitem</code> + </td><td>Role must be either <code title="attr-aria-role-listitem">listitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>, <code title="attr-aria-role-menuitemradio">menuitemradio</code>, <code title="attr-aria-role-option">option</code>, <code title="attr-aria-role-tab">tab</code>, or <code title="attr-aria-role-treeitem">treeitem</code> </td></tr><tr><td><code><a href="the-iframe-element.html#the-object-element">object</a></code> element </td><td>No role - </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-image">image</code> + </td><td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">image</code> </td></tr><tr><td><code><a href="grouping-content.html#the-ol-element">ol</a></code> element </td><td><code title="attr-aria-role-list">list</code> role - </td><td>Role must be either <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-tree">tree</code>, or <code title="attr-aria-role-directory">directory</code> + </td><td>Role must be either <code title="attr-aria-role-directory">directory</code>, <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-listbox">listbox</code>, <code title="attr-aria-role-menu">menu</code>, <code title="attr-aria-role-menubar">menubar</code>, <code title="attr-aria-role-tablist">tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title="attr-aria-role-tree">tree</code> + + </td></tr><tr><td><code><a href="the-button-element.html#the-output-element">output</a></code> element + </td><td><code title="attr-aria-role-status">status</code> role + </td><td>No restrictions </td></tr><tr><td><code><a href="sections.html#the-section-element">section</a></code> element </td><td><code title="attr-aria-role-region">region</code> role - </td><td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-main">main</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code> + </td><td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code>, <code title="attr-aria-role-main">main</code>, <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code> </td></tr><tr><td><code><a href="tabular-data.html#the-table-element">table</a></code> element </td><td><code title="attr-aria-role-grid">grid</code> role @@ -1213,7 +1241,7 @@ </td></tr><tr><td><code><a href="grouping-content.html#the-ul-element">ul</a></code> element </td><td><code title="attr-aria-role-list">list</code> role - </td><td>Role must be either <code title="attr-aria-role-list">list</code> or <code title="attr-aria-role-tree">tree</code>, or <code title="attr-aria-role-directory">directory</code> + </td><td>Role must be either <code title="attr-aria-role-directory">directory</code>, <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-listbox">listbox</code>, <code title="attr-aria-role-menu">menu</code>, <code title="attr-aria-role-menubar">menubar</code>, <code title="attr-aria-role-tablist">tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title="attr-aria-role-tree">tree</code> </td></tr><tr><td><code><a href="video.html#video">video</a></code> element </td><td>No role @@ -1252,16 +1280,13 @@ <code><a href="grouping-content.html#the-figure-element">figure</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> in <code><a href="sections.html#the-hgroup-element">hgroup</a></code>, - <code><a href="embedded-content-1.html#the-img-element">img</a></code> (unless the <code title="attr-img-alt"><a href="embedded-content-1.html#attr-img-alt">alt</a></code> attribute's value is the empty string), <code><a href="edits.html#the-ins-element">ins</a></code>, <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code>, - <code><a href="forms.html#the-label-element">label</a></code> (unless it has an <a href="editing.html#assigned-access-key">assigned access key</a>), <code><a href="forms.html#the-legend-element">legend</a></code> (unless it has an <a href="editing.html#assigned-access-key">assigned access key</a>), <code><a href="grouping-content.html#the-li-element">li</a></code> in <code><a href="interactive-elements.html#menus">menu</a></code>, <code><a href="semantics.html#the-link-element">link</a></code> (unless it creates a <a href="links.html#hyperlink">hyperlink</a>), <code><a href="the-map-element.html#the-map-element">map</a></code>, <code><a href="text-level-semantics.html#the-mark-element">mark</a></code>, - <code><a href="the-button-element.html#the-output-element">output</a></code>, <code><a href="grouping-content.html#the-p-element">p</a></code>, <code><a href="grouping-content.html#the-pre-element">pre</a></code>, <code><a href="text-level-semantics.html#the-q-element">q</a></code>, @@ -1294,10 +1319,10 @@ authors are encouraged to use more appropriate elements rather than remove accessibility annotations. For example, if an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element is marked as having the <code title="attr-aria-role-button">button</code> role, a conformance - checker could say "Either a <code><a href="the-button-element.html#the-button-element">button</a></code> element or an - <code><a href="the-input-element.html#the-input-element">input</a></code> element is required when using the <code title="attr-aria-role-button">button</code> role" rather than "The - <code title="attr-aria-role-button">button</code> role cannot be - used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements".</p> + checker could say "Use a more appropriate element to represent a + button, for example a <code><a href="the-button-element.html#the-button-element">button</a></code> element or an + <code><a href="the-input-element.html#the-input-element">input</a></code> element" rather than "The <code title="attr-aria-role-button">button</code> role cannot be used with + <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements".</p> </div><div class="example"> @@ -1309,7 +1334,7 @@ features described in this section, one can instead make the ATs skip the ASCII art and just read the caption:</p> - <pre><figure <strong>role="img" aria-labeledby="fish-caption"</strong>> + <pre><figure <strong>role="img" aria-labelledby="fish-caption"</strong>> <!-- that's "labelled" with TWO "l"s --> <pre> o .'`/ ' / ( Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- states-of-the-type-attribute.html 11 Aug 2010 03:56:45 -0000 1.11 +++ states-of-the-type-attribute.html 8 Sep 2010 09:25:47 -0000 1.12 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><ol><li><ol><li><a href="states-of-the-type-attribute.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a> <ol><li><a href="states-of-the-type-attribute.html#hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a></li><li><a href="states-of-the-type-attribute.html#text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a></li><li><a href="states-of-the-type-attribute.html#telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a></li><li><a href="states-of-the-type-attribute.html#url-state"><span class="secno">4.10.7.1.4 </span>URL state</a></li><li><a href="states-of-the-type-attribute.html#e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a></li><li><a href="states-of-the-type-attribute.html#password-state"><span class="secno">4.10.7.1.6 </span>Password state</a></li><li><a href="states-of-the-type-attribute.html#date-and-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a></li><li><a href="states-of-the-type-attribute.html#date-state"><span class="secno">4.10.7.1.8 </span>Date state</a></li><li>< href="states-of-the-type-attribute.html#month-state"><span class="secno">4.10.7.1.9 </span>Month state</a></li><li><a href="states-of-the-type-attribute.html#week-state"><span class="secno">4.10.7.1.10 </span>Week state</a></li><li><a href="states-of-the-type-attribute.html#time-state"><span class="secno">4.10.7.1.11 </span>Time state</a></li><li><a href="states-of-the-type-attribute.html#local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></li></ol></li></ol></li></ol></li></ol></li></ol></div> - <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute</h5><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state, the rules in this section apply.</p> @@ -391,7 +391,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="common-input-element-attributes.html#event-input-change">change</a></code> events do not apply.</p> - </div><h6 id="text-state-and-search-state"><span class="secno">4.10.7.1.2 </span><dfn title="attr-input-type-text">Text</dfn> state and <dfn title="attr-input-type-search">Search</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: applying input masks to <input>, e.g. for entering + </div><h6 id="text-state-and-search-state"><span class="secno">4.10.7.1.2 </span><dfn title="attr-input-type-text">Text</dfn> state and <dfn title="attr-input-type-search">Search</dfn> state</h6><!-- v2 idea: applying input masks to <input>, e.g. for entering data with slashes and dashes (ack Greg Kilwein) --><div class="impl"> @@ -469,7 +469,7 @@ <code class="no-backref" title="dom-input-stepDown"><a href="common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code> methods.</p> - </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#telephone-state" title="attr-input-type-tel">Telephone</a> state, the rules in this section apply.</p> @@ -549,7 +549,7 @@ <code class="no-backref" title="dom-input-stepDown"><a href="common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code> methods.</p> - </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#url-state" title="attr-input-type-url">URL</a> state, the rules in this section apply.</p> @@ -671,7 +671,7 @@ available to the page DOM. In this particular case, the UA has no titles to provide for those values.</p> - </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#e-mail-state" title="attr-input-type-email">E-mail</a> state, the rules in this section apply.</p> @@ -780,7 +780,7 @@ <code class="no-backref" title="dom-input-stepDown"><a href="common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code> methods.</p> - </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#password-state" title="attr-input-type-password">Password</a> state, the rules in this section apply.</p> @@ -853,7 +853,7 @@ <code class="no-backref" title="dom-input-stepDown"><a href="common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code> methods.</p> - </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#date-and-time-state" title="attr-input-type-datetime">Date and Time</a> state, the rules in this section apply.</p> @@ -1006,7 +1006,7 @@ instead, the calendar application would have also had to explicitly determine which time zone the user intended.</p> - </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#date-state" title="attr-input-type-date">Date</a> state, the rules in this section apply.</p> @@ -1132,7 +1132,7 @@ <code class="no-backref" title="dom-textarea/input-select"><a href="editing.html#dom-textarea-input-select">select()</a></code> and <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="editing.html#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p> - </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#month-state" title="attr-input-type-month">Month</a> state, the rules in this section apply.</p> @@ -1259,7 +1259,7 @@ <code class="no-backref" title="dom-textarea/input-select"><a href="editing.html#dom-textarea-input-select">select()</a></code> and <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="editing.html#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p> - </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#week-state" title="attr-input-type-week">Week</a> state, the rules in this section apply.</p> @@ -1387,7 +1387,7 @@ <code class="no-backref" title="dom-textarea/input-select"><a href="editing.html#dom-textarea-input-select">select()</a></code> and <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="editing.html#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p> - </div><h6 id="time-state"><span class="secno">4.10.7.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2: allow min="" and max="" to be set such that the range + </div><h6 id="time-state"><span class="secno">4.10.7.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><!-- v2: allow min="" and max="" to be set such that the range crosses midnight, as in <input type=time min="23:00" max="02:00"> (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><div class="impl"> @@ -1510,7 +1510,7 @@ <code class="no-backref" title="dom-textarea/input-select"><a href="editing.html#dom-textarea-input-select">select()</a></code> and <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="editing.html#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p> - </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#local-date-and-time-state" title="attr-input-type-datetime-local">Local Date and Time</a> state, the rules in this section apply.</p> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- apis-in-html-documents.html 24 Aug 2010 20:06:37 -0000 1.14 +++ apis-in-html-documents.html 8 Sep 2010 09:25:42 -0000 1.15 @@ -324,7 +324,7 @@ <ol class="toc"><li><ol><li><a href="apis-in-html-documents.html#apis-in-html-documents"><span class="secno">3.3 </span>APIs in HTML documents</a></li><li><a href="apis-in-html-documents.html#interactions-with-xpath-and-xslt"><span class="secno">3.4 </span>Interactions with XPath and XSLT</a></li><li><a href="apis-in-html-documents.html#dynamic-markup-insertion"><span class="secno">3.5 </span>Dynamic markup insertion</a> <ol><li><a href="apis-in-html-documents.html#opening-the-input-stream"><span class="secno">3.5.1 </span>Opening the input stream</a></li><li><a href="apis-in-html-documents.html#closing-the-input-stream"><span class="secno">3.5.2 </span>Closing the input stream</a></li><li><a href="apis-in-html-documents.html#document.write"><span class="secno">3.5.3 </span><code title="dom-document-write">document.write()</code></a></li><li><a href="apis-in-html-documents.html#document.writeln"><span class="secno">3.5.4 </span><code title="dom-document-writeln">document.writeln()</code></a></li><li><a href="apis-in-html-documents.html#innerhtml"><span class="secno">3.5.5 </span><code title="dom-innerHTML">innerHTML</code></a></li><li><a href="apis-in-html-documents.html#outerhtml"><span class="secno">3.5.6 </span><code title="dom-outerHTML">outerHTML</code></a></li><li><a href="apis-in-html-documents.html#insertadjacenthtml"><span class="secno">3.5.7 </span><code title="dom-insertAdjacentHTML">insertAdjacentHTML()</coe></a></li></ol></li></ol></li></ol></div> - <h3 id="apis-in-html-documents"><span class="secno">3.3 </span>APIs in HTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>For <a href="dom.html#html-documents">HTML documents</a>, and for <a href="infrastructure.html#html-elements">HTML + <h3 id="apis-in-html-documents"><span class="secno">3.3 </span>APIs in HTML documents</h3><p>For <a href="dom.html#html-documents">HTML documents</a>, and for <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#html-documents">HTML documents</a>, certain APIs defined in DOM Core become case-insensitive or case-changing, as sometimes defined in DOM Core, and as summarized <span class="impl">or @@ -433,7 +433,7 @@ </dl><div class="impl"> - <h3 id="interactions-with-xpath-and-xslt"><span class="secno">3.4 </span>Interactions with XPath and XSLT</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="interactions-with-xpath-and-xslt"><span class="secno">3.4 </span>Interactions with XPath and XSLT</h3> <p id="xpath-1.0-processors">Implementations of XPath 1.0 that operate on HTML documents parsed or created in the manners described @@ -522,11 +522,11 @@ unaffected.) <a href="references.html#refsXSLT10">[XSLT10]</a></p> <!-- note: version matters for this ref --> - </div><h3 id="dynamic-markup-insertion"><span class="secno">3.5 </span><dfn>Dynamic markup insertion</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p class="note">APIs for dynamically inserting markup into the + </div><h3 id="dynamic-markup-insertion"><span class="secno">3.5 </span><dfn>Dynamic markup insertion</dfn></h3><p class="note">APIs for dynamically inserting markup into the document interact with the parser, and thus their behavior varies depending on whether they are used with <a href="dom.html#html-documents">HTML documents</a> (and the <a href="parsing.html#html-parser">HTML parser</a>) or XHTML in <a href="dom.html#xml-documents">XML - documents</a> (and the <a href="the-xhtml-syntax.html#xml-parser">XML parser</a>).</p><h4 id="opening-the-input-stream"><span class="secno">3.5.1 </span>Opening the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn> + documents</a> (and the <a href="the-xhtml-syntax.html#xml-parser">XML parser</a>).</p><h4 id="opening-the-input-stream"><span class="secno">3.5.1 </span>Opening the input stream</h4><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn> method comes in several variants with different numbers of arguments.</p><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt> @@ -728,7 +728,7 @@ <code><a href="browsers.html#window">Window</a></code> object, then the method must raise an <code><a href="common-dom-interfaces.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception.</p> - </div><h4 id="closing-the-input-stream"><span class="secno">3.5.2 </span>Closing the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="#dom-document-close">close</a></code>()</dt> + </div><h4 id="closing-the-input-stream"><span class="secno">3.5.2 </span>Closing the input stream</h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="#dom-document-close">close</a></code>()</dt> <dd> @@ -880,7 +880,7 @@ invoked with the same argument(s), plus an extra argument consisting of a string containing a single line feed character (U+000A).</p> - </div><h4 id="innerhtml"><span class="secno">3.5.5 </span><code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-innerhtml" title="dom-innerHTML"><code>innerHTML</code></dfn> IDL + </div><h4 id="innerhtml"><span class="secno">3.5.5 </span><code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code></h4><p>The <dfn id="dom-innerhtml" title="dom-innerHTML"><code>innerHTML</code></dfn> IDL attribute represents the markup of the node's contents.</p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -991,7 +991,7 @@ </li> - </ol></div><h4 id="outerhtml"><span class="secno">3.5.6 </span><code title="dom-outerHTML"><a href="#dom-outerhtml">outerHTML</a></code></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-outerhtml" title="dom-outerHTML"><code>outerHTML</code></dfn> IDL + </ol></div><h4 id="outerhtml"><span class="secno">3.5.6 </span><code title="dom-outerHTML"><a href="#dom-outerhtml">outerHTML</a></code></h4><p>The <dfn id="dom-outerhtml" title="dom-outerHTML"><code>outerHTML</code></dfn> IDL attribute represents the markup of the element and its contents.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-outerHTML"><a href="#dom-outerhtml">outerHTML</a></code> [ = <var title="">value</var> ]</dt> <dd> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.996 retrieving revision 1.997 diff -u -d -r1.996 -r1.997 --- obsolete.html 27 Aug 2010 18:46:42 -0000 1.996 +++ obsolete.html 8 Sep 2010 09:25:46 -0000 1.997 @@ -326,7 +326,7 @@ <ol><li><a href="obsolete.html#warnings-for-obsolete-but-conforming-features"><span class="secno">11.1.1 </span>Warnings for obsolete but conforming features</a></li></ol></li><li><a href="obsolete.html#non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</a></li><li><a href="obsolete.html#requirements-for-implementations"><span class="secno">11.3 </span>Requirements for implementations</a> <ol><li><a href="obsolete.html#the-applet-element"><span class="secno">11.3.1 </span>The <code>applet</code> element</a></li><li><a href="obsolete.html#the-marquee-element"><span class="secno">11.3.2 </span>The <code>marquee</code> element</a></li><li><a href="obsolete.html#frames"><span class="secno">11.3.3 </span>Frames</a></li><li><a href="obsolete.html#other-elements-attributes-and-apis"><span class="secno">11.3.4 </span>Other elements, attributes and APIs</a></li></ol></li></ol></li></ol></div> - <h2 id="obsolete"><span class="secno">11 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Features listed in this section will trigger warnings in + <h2 id="obsolete"><span class="secno">11 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in conformance checkers.</p><p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="semantics.html#attr-meta-http-equiv">http-equiv</a></code> attribute in the <a href="semantics.html#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content Language</a> state on a <code><a href="semantics.html#meta">meta</a></code> element. The <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code> attribute should be used instead.</p><p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an @@ -356,7 +356,7 @@ attribute, defined in the <code><a href="tabular-data.html#the-table-element">table</a></code> section, will also trigger a warning.</p><div class="impl"> - <h4 id="warnings-for-obsolete-but-conforming-features"><span class="secno">11.1.1 </span>Warnings for obsolete but conforming features</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="warnings-for-obsolete-but-conforming-features"><span class="secno">11.1.1 </span>Warnings for obsolete but conforming features</h4> <p>To ease the transition from HTML4 Transitional documents to the language defined in <em>this</em> specification, and to discourage @@ -402,7 +402,7 @@ <p class="example">For example, a validator could report some pages as "Valid HTML" and others as "Valid HTML with warnings".</p> - </div><h3 id="non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Elements in the following list are entirely obsolete, and must + </div><h3 id="non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</h3><p>Elements in the following list are entirely obsolete, and must not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href="#the-applet-element">applet</a></code></dt> <dd><p>Use <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> or <code><a href="the-iframe-element.html#the-object-element">object</a></code> instead.</p></dd> @@ -663,9 +663,9 @@ </dl><div class="impl"> - <h3 id="requirements-for-implementations"><span class="secno">11.3 </span>Requirements for implementations</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="requirements-for-implementations"><span class="secno">11.3 </span>Requirements for implementations</h3> - <h4 id="the-applet-element"><span class="secno">11.3.1 </span>The <dfn><code>applet</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-applet-element"><span class="secno">11.3.1 </span>The <dfn><code>applet</code></dfn> element</h4> <p>The <code><a href="#the-applet-element">applet</a></code> element is a Java-specific variant of the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element. The <code><a href="#the-applet-element">applet</a></code> element is now @@ -737,7 +737,7 @@ IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute.</p> - <h4 id="the-marquee-element"><span class="secno">11.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-marquee-element"><span class="secno">11.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4> <p>The <code><a href="#the-marquee-element">marquee</a></code> element is a presentational element that animates content. CSS transitions and animations are a more @@ -914,7 +914,7 @@ attribute.</p> - <h4 id="frames"><span class="secno">11.3.3 </span>Frames</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="frames"><span class="secno">11.3.3 </span>Frames</h4> <p>The <dfn id="frameset"><code>frameset</code></dfn> element acts as <a href="dom.html#the-body-element">the body element</a> in documents that use frames.</p> Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.243 retrieving revision 1.244 diff -u -d -r1.243 -r1.244 --- toc-status.html 16 Aug 2010 22:06:45 -0000 1.243 +++ toc-status.html 8 Sep 2010 09:25:49 -0000 1.244 @@ -216,7 +216,7 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=resource-metadata-management" class="status LC">LC</a> <a href="../spec/#resource-metadata-management">3.1.3 Resource metadata management</a> <span class="id">(resource-metadata-management)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dom-tree-accessors" class="status LC">LC</a> <a href="../spec/#dom-tree-accessors">3.1.4 DOM tree accessors</a> <span class="id">(dom-tree-accessors)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-documents" class="status LC">LC</a> <a href="../spec/#creating-documents">3.1.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-documents" class="status REC">REC</a> <a href="../spec/#creating-documents">3.1.5 Creating documents</a> <span class="id">(creating-documents)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=loading-xml-documents" class="status ADD">ADD</a> <a href="../spec/#loading-xml-documents">3.1.6 Loading XML documents</a> <span class="id">(loading-xml-documents)</span></li> </ol> @@ -225,7 +225,7 @@ <ol> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=semantics-0" class="status LC">LC</a> <a href="../spec/#semantics-0">3.2.1 Semantics</a> <span class="id">(semantics-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=elements-in-the-dom" class="status LC">LC</a> <a href="../spec/#elements-in-the-dom">3.2.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=elements-in-the-dom" class="status CR">CR</a> <a href="../spec/#elements-in-the-dom">3.2.2 Elements in the DOM</a> <span class="id">(elements-in-the-dom)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=global-attributes" class="status LC">LC</a> <a href="../spec/#global-attributes">3.2.3 Global attributes</a> <span class="id">(global-attributes)</span> @@ -488,38 +488,38 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=alt" class="status LC">LC</a> <a href="../spec/#alt">4.8.1.1 Requirements for providing text to act as an alternative for images</a> <span class="id">(alt)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-link-or-button-containing-nothing-but-the-image" class="status LC">LC</a> <a href="../spec/#a-link-or-button-containing-nothing-but-the-image">4.8.1.1.1 A link or button containing nothing but +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=general-guidelines" class="status LC">LC</a> <a href="../spec/#general-guidelines">4.8.1.1.1 General guidelines</a> <span class="id">(general-guidelines)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-link-or-button-containing-nothing-but-the-image" class="status LC">LC</a> <a href="../spec/#a-link-or-button-containing-nothing-but-the-image">4.8.1.1.2 A link or button containing nothing but the image</a> <span class="id">(a-link-or-button-containing-nothing-but-the-image)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations" class="status ADD">ADD</a> <a href="../spec/#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"> -4.8.1.1.2 A phrase or paragraph with an +4.8.1.1.3 A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a> <span class="id">(a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos" class="status ADD">ADD</a> <a href="../spec/#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"> -4.8.1.1.3 A short phrase or label with +4.8.1.1.4 A short phrase or label with an alternative graphical representation: icons, logos</a> <span class="id">(a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=text-that-has-been-rendered-to-a-graphic-for-typographical-effect" class="status LC">LC</a> <a href="../spec/#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"> -4.8.1.1.4 Text that has been rendered to +4.8.1.1.5 Text that has been rendered to a graphic for typographical effect</a> <span class="id">(text-that-has-been-rendered-to-a-graphic-for-typographical-effect)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-graphical-representation-of-some-of-the-surrounding-text" class="status LC">LC</a> <a href="../spec/#a-graphical-representation-of-some-of-the-surrounding-text"> -4.8.1.1.5 A graphical representation of some of the +4.8.1.1.6 A graphical representation of some of the surrounding text</a> <span class="id">(a-graphical-representation-of-some-of-the-surrounding-text)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=a-purely-decorative-image-that-doesn-t-add-any-information" class="status ADD">ADD</a> <a href="../spec/#a-purely-decorative-image-that-doesn-t-add-any-information"> -4.8.1.1.6 A purely decorative image that doesn't add any +4.8.1.1.7 A purely decorative image that doesn't add any information</a> <span class="id">(a-purely-decorative-image-that-doesn-t-add-any-information)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-group-of-images-that-form-a-single-larger-picture-with-no-links" class="status LC">LC</a> <a href="../spec/#a-group-of-images-that-form-a-single-larger-picture-with-no-links"> -4.8.1.1.7 A group of images that form a +4.8.1.1.8 A group of images that form a single larger picture with no links</a> <span class="id">(a-group-of-images-that-form-a-single-larger-picture-with-no-links)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-group-of-images-that-form-a-single-larger-picture-with-links" class="status LC">LC</a> <a href="../spec/#a-group-of-images-that-form-a-single-larger-picture-with-links"> -4.8.1.1.8 A group of images that form a single larger +4.8.1.1.9 A group of images that form a single larger picture with links</a> <span class="id">(a-group-of-images-that-form-a-single-larger-picture-with-links)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-key-part-of-the-content" class="status LC">LC</a> <a href="../spec/#a-key-part-of-the-content">4.8.1.1.9 A key part of the content</a> <span class="id">(a-key-part-of-the-content)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=an-image-not-intended-for-the-user" class="status LC">LC</a> <a href="../spec/#an-image-not-intended-for-the-user">4.8.1.1.10 An image not intended for the +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-key-part-of-the-content" class="status LC">LC</a> <a href="../spec/#a-key-part-of-the-content">4.8.1.1.10 A key part of the content</a> <span class="id">(a-key-part-of-the-content)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=an-image-not-intended-for-the-user" class="status LC">LC</a> <a href="../spec/#an-image-not-intended-for-the-user">4.8.1.1.11 An image not intended for the user</a> <span class="id">(an-image-not-intended-for-the-user)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images" class="status LC">LC</a> <a href="../spec/#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"> -4.8.1.1.11 An image in an e-mail or +4.8.1.1.12 An image in an e-mail or private document intended for a specific person who is known to be able to view images</a> <span class="id">(an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=general-guidelines" class="status LC">LC</a> <a href="../spec/#general-guidelines">4.8.1.1.12 General guidelines</a> <span class="id">(general-guidelines)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=guidance-for-markup-generators" class="status LC">LC</a> <a href="../spec/#guidance-for-markup-generators">4.8.1.1.13 Guidance for markup generators</a> <span class="id">(guidance-for-markup-generators)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=guidance-for-conformance-checkers" class="status LC">LC</a> <a href="../spec/#guidance-for-conformance-checkers">4.8.1.1.14 Guidance for conformance checkers</a> <span class="id">(guidance-for-conformance-checkers)</span></li> @@ -1123,7 +1123,7 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=selection" class="status LC">LC</a> <a href="../spec/#selection">7.6 The text selection APIs</a> <span class="id">(selection)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=documentSelection" class="status LC">LC</a> <a href="../spec/#documentSelection">7.6.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=documentSelection" class="status CR">CR</a> <a href="../spec/#documentSelection">7.6.1 APIs for the browsing context selection</a> <span class="id">(documentSelection)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=textFieldSelection" class="status LC">LC</a> <a href="../spec/#textFieldSelection">7.6.2 APIs for the text field selections</a> <span class="id">(textFieldSelection)</span></li> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.990 retrieving revision 1.991 diff -u -d -r1.990 -r1.991 --- named-character-references.html 11 Aug 2010 03:56:44 -0000 1.990 +++ named-character-references.html 8 Sep 2010 09:25:46 -0000 1.991 @@ -323,7 +323,7 @@ <a href="the-xhtml-syntax.html">9 The XHTML syntax →</a> </div> - <h3 id="named-character-references"><span class="secno">8.5 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported + <h3 id="named-character-references"><span class="secno">8.5 </span><dfn>Named character references</dfn></h3><p>This table lists the character reference names that are supported by HTML, and the code points to which they refer. It is referenced by the previous sections.</p><div id="named-character-references-table"> <table><thead><tr><th> Name </th> <th> Character </th> <th> Glyph </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">Æ</span> </td> </tr><tr class="impl"><td> <code title="">AElig</code> </td> <td> U+000C6 </td> <td> <span title="">Æ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> </tr><tr class="impl"><td> <code title="">AMP</code> </td> <td> U+00026 </td> <td> <span title="">&</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">Á</span> </td> </tr><tr class="impl"><td> <code title="">Aacute</code> </td> <td> U+000C1 </td> <td> <span title="">Á</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy suppot only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">Ă</span> </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">Â</span> </td> </tr><tr class="impl"><td> <code title="">Acirc</code> </td> <td> U+000C2 </td> <td> <span title="">Â</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span class="glyph" title="">А</span> </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span class="glyph" title="">𝔄</span> </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span class="glyph" title="">À</span> </td> </tr><tr class="impl"><td> <code title="">Agrave</code> </td> <td> U+000C0 </td> <td> <span title="">À</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <codetitle="">Alpha;</code> </td> <td> U+00391 </td> <td> <span class="glyph" title="">Α</span> </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span class="glyph" title="">Ā</span> </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span class="glyph" title="">⩓</span> </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span class="glyph" title="">Ą</span> </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> <td> <span class="glyph" title="">𝔸</span> </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> </tr><tr class="impl"><td> <code title="">Aring</code> </td> <td> U+000C5 </td> <td> <span title="">Å</span> </td> </tr><!-- (invalid entity with missing semicolon for legay support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span class="glyph" title="">𝒜</span> </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span class="glyph" title="">Ã</span> </td> </tr><tr class="impl"><td> <code title="">Atilde</code> </td> <td> U+000C3 </td> <td> <span title="">Ã</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span class="glyph" title="">Ä</span> </td> </tr><tr class="impl"><td> <code title="">Auml</code> </td> <td> U+000C4 </td> <td> <span title="">Ä</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> </tr>tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span class="glyph" title="">⫧</span> </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">⌆</span> </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span class="glyph" title="">Б</span> </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span class="glyph" title="">Β</span> </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span class="glyph" title="">𝔅</span> </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span class="glyph" title="">𝔹</span> </td> </tr><tr><td> <code title="">Breve;</coe> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span class="glyph" title="">Ч</span> </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> </tr><tr class="impl"><td> <code title="">COPY</code> </td> <td> U+000A9 </td> <td> <span title="">©</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span class="glyph" title="">Ć</span> </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span class="glyph" title="">⋒</span> </td> </tr><tr><td> <cde title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">ⅅ</span> </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">ℭ</span> </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span class="glyph" title="">Č</span> </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span class="glyph" title="">Ç</span> </td> </tr><tr class="impl"><td> <code title="">Ccedil</code> </td> <td> U+000C7 </td> <td> <span title="">Ç</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span class="glyph" title="">Ĉ</span> </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span class="glyph" title="">∰</span> </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span class="glyph title="">Ċ</span> </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">ℭ</span> </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span class="glyph" title="">Χ</span> </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</pan> </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span class="glyph" title="">⩴</span> </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span class="glph" title="">∮</span> </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">∳</span> </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span class="glyph" title="">⨯</span> </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span class="glyph" title="">𝒞</span> </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span class="glyph" title="">⋓</span> </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title=">ⅅ</span> </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span class="glyph" title="">⤑</span> </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span class="glyph" title="">Ђ</span> </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span class="glyph" title="">Ѕ</span> </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span class="glyph" title="">Џ</span> </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span class="glyph" title="">↡</span> </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">⫤</span> </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span class="glyph" title="">Ď</span> </td> </tr><tr><td> code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span class="glyph" title="">Д</span> </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> </tr><tr><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span class="glyph" title="">Δ</span> </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span class="glyph" title="">𝔇</span> </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title="">˙</span> </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">˝</span> </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <codetitle="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span class="glyph" title="">𝔻</span> </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span class="glyph composition" title="">◌⃜</span> </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> <tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">⫤</span> </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td <td> <span class="glyph" title="">⟹</span> </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">⊨</span> </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span class="glyph" title="">⤓</span> </td> </tr><tr><td> <code title="">DownArrowUprrow;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> <td> <span class="glyph composition" title="">◌̑</span> </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span class="glyph" title="">⥐</span> </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span class="glyph" title="">⥞</span> </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span class="glyph" title="">⥖</span> </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span class="glyph" title="">⥟</span> </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" tile="">⇁</span> </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span class="glyph" title="">⥗</span> </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span class="glyph" title="">𝒟</span> </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span class="glyph" title="">Đ</span> </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span class="glyph" title="">Ŋ</span> </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span class="glyph" title="">Ð</san> </td> </tr><tr class="impl"><td> <code title="">ETH</code> </td> <td> U+000D0 </td> <td> <span title="">Ð</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span class="glyph" title="">É</span> </td> </tr><tr class="impl"><td> <code title="">Eacute</code> </td> <td> U+000C9 </td> <td> <span title="">É</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span class="glyph" title="">Ě</span> </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span class="glyph" title="">Ê</span> </td> </tr><tr class="impl"><td> <code title="">Ecirc</code> </td> <td> U+000CA </td> <td> <span title="">Ê</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td <span class="glyph" title="">Э</span> </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span class="glyph" title="">Ė</span> </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span class="glyph" title="">𝔈</span> </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> <td> <span class="glyph" title="">È</span> </td> </tr><tr class="impl"><td> <code title="">Egrave</code> </td> <td> U+000C8 </td> <td> <span title="">È</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span class="glyph" title="">Ē</span> </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span class="glyph" title="">◻</span> </td> </tr><tr><td> <code title="">EptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span class="glyph" title="">▫</span> </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span class="glyph" title="">Ę</span> </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span class="glyph" title="">𝔼</span> </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> <td> <span class="glyph" title="">Ε</span> </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span class="glyph" title="">⩵</span> </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> </tr><tr><td> <code title="">Esim;</code> /td> <td> U+02A73 </td> <td> <span class="glyph" title="">⩳</span> </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span class="glyph" title="">Η</span> </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span class="glyph" title="">Ë</span> </td> </tr><tr class="impl"><td> <code title="">Euml</code> </td> <td> U+000CB </td> <td> <span title="">Ë</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span class="glyph" title="">Ф</span> </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span class="glyph" title="">𝔉</span> </td> </tr><tr><td <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span class="glyph" title="">◼</span> </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span class="glyph" title="">𝔽</span> </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span class="glyph" title="">Ѓ</span> </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> </tr><tr class="impl"><t> <code title="">GT</code> </td> <td> U+0003E </td> <td> <span title="">></span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span class="glyph" title="">Γ</span> </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span class="glyph" title="">Ϝ</span> </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> <td> <span class="glyph" title="">Ğ</span> </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span class="glyph" title="">Ģ</span> </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span class="glyph" title="">Ĝ</span> </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span class="glyph" title="">Г</span> </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span class="glyph" title="">Ġ</span> </td> </tr>tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span class="glyph" title="">𝔊</span> </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span class="glyph" title="">𝔾</span> </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span class="glyph" title="">⪢</span> </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span class="glyph" title="">𝒢</span> </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span class="glyph" title="">Ъ</span> </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span class="glyph" title="">^</span> </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span class="glyph" title="">Ĥ</span> </td> </tr><tr><td> <code title="">Hf;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span class="glyph" title="">Ħ</span> </td> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> </tr><tr><td> <code title="">IEcy;</code> </td><td> U+00415 </td> <td> <span class="glyph" title="">Е</span> </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span class="glyph" title="">IJ</span> </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span class="glyph" title="">Ё</span> </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span class="glyph" title="">Í</span> </td> </tr><tr class="impl"><td> <code title="">Iacute</code> </td> <td> U+000CD </td> <td> <span title="">Í</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span class="glyph" title="">Î</span> </td> </tr><tr class="impl"><td> <code title="">Icirc</code> </td> <td> U+000CE </td> <td> <span title="">Î</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <spn class="glyph" title="">И</span> </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <span class="glyph" title="">İ</span> </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span class="glyph" title="">Ì</span> </td> </tr><tr class="impl"><td> <code title="">Igrave</code> </td> <td> U+000CC </td> <td> <span title="">Ì</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span class="glyph" title="">Ī</span> </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> </tr><tr><td> <code title="">Implies;</code> </t> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span class="glyph" title="">∬</span> </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">∫</span> </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span class="glyph" title="">Į</span> </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span class="glyph" title="">𝕀</span> </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+0039 </td> <td> <span class="glyph" title="">Ι</span> </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span class="glyph" title="">Ĩ</span> </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span class="glyph" title="">І</span> </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span class="glyph" title="">Ï</span> </td> </tr><tr class="impl"><td> <code title="">Iuml</code> </td> <td> U+000CF </td> <td> <span title="">Ï</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span class="glyph" title="">Ĵ</span> </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span class="glyph" title="">Й</span> </td> </tr><tr><td> <code title="">Jfr;</cod> </td> <td> U+1D50D </td> <td> <span class="glyph" title="">𝔍</span> </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span class="glyph" title="">𝕁</span> </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span class="glyph" title="">𝒥</span> </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> <td> <span class="glyph" title="">Ј</span> </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span class="glyph" title="">Є</span> </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span class="glyph" title="">Х</span> </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span class="glyph" title="">Ќ</span> </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span class="glyph" title="">Κ</span> </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <spn class="glyph" title="">Ķ</span> </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span class="glyph" title="">К</span> </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span class="glyph" title="">𝔎</span> </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td> <span class="glyph" title="">𝕂</span> </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span class="glyph" title="">𝒦</span> </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span class="glyph" title="">Љ</span> </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> </tr><tr class="impl"><td> <code title="">LT</code> </td> <td> U+0003C </td> <td> <span title=""><</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+0039 </td> <td> <span class="glyph" title="">Ĺ</span> </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span class="glyph" title="">Λ</span> </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span class="glyph" title="">⟪</span> </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span class="glyph" title="">Ľ</span> </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span class="glyph" title="">Ļ</span> </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span class="glyph" title="">Л</span> </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span class=glyph" title="">〈</span> </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">⇤</span> </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span class="glyph" title="">⥡</span> </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </t> <td> U+02959 </td> <td> <span class="glyph" title="">⥙</span> </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span class="glyph" title="">⥎</span> </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">⊣</span> </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span class="glyph" title="">⥚</span> </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> </tr><tr><td> <code title="">LeftTrangleBar;</code> </td> <td> U+029CF </td> <td> <span class="glyph" title="">⧏</span> </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span class="glyph" title="">⥑</span> </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span class="glyph" title="">⥠</span> </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span class="glyph" title="">⥘</span> </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span class="glyph" title="">⥒</span> </d> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> <td> <span class="glyph" title="">⪡</span> </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">#8818;</span> </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span class="glyph" title="">𝔏</span> </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span class="glyph" title="">⋘</span> </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span class="glyph" title="">Ŀ</span> </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title"">⟸</span> </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span class="glyph" title="">𝕃</span> </td> </tr><tr><td> <code title="">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span class="glyph" ttle="">Ł</span> </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span class="glyph" title="">⤅</span> </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span class="glyph" title="">М</span> </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span class="glyph" title="">𝔐</span> </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span class="glyph" title="">𝕄</span> </td> </r><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span class="glyph" title="">Μ</span> </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span class="glyph" title="">Њ</span> </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span class="glyph" title="">Ń</span> </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span class="glyph" title="">Ň</span> </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span class="glyph" title="">Ņ</span> </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span class="glyph" title="">Н</span> </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> </tr><tr><td> <code title="">NegatieThickSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span class="glyph control" title="">␊</span> </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span class="glyph" title="">𝔑</span> </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span class="glyph" title="">⁠</span> </t> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span class="glyph" title="">⫬</span> </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</span> </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span class="glyph" title="">≭</span> </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> /td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span class="glyph title="">≮</span> </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </t> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</span> </td> </tr><tr<td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span class="glyph" title="">𝒩</span> </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span class="glyph" title="">Ñ</span> </td> </tr><tr class="impl"><td> <code title="">Ntilde</code> </td> <td> U+000D1 </td> <td> <span title="">Ñ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </t> <td> <span class="glyph" title="">Ν</span> </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span class="glyph" title="">Œ</span> </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span class="glyph" title="">Ó</span> </td> </tr><tr class="impl"><td> <code title="">Oacute</code> </td> <td> U+000D3 </td> <td> <span title="">Ó</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span class="glyph" title="">Ô</span> </td> </tr><tr class="impl"><td> <code title="">Ocirc</code> </td> <td> U+000D4 </td> <td> <span title="">Ô</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span class="glyph" title="">О</span> </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span class="glyph"title="">Ő</span> </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span class="glyph" title="">𝔒</span> </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span class="glyph" title="">Ò</span> </td> </tr><tr class="impl"><td> <code title="">Ograve</code> </td> <td> U+000D2 </td> <td> <span title="">Ò</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> <td> <span class="glyph" title="">Ō</span> </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span class="glyph" title="">Ο</span> </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span class="glyph" title="">𝕆</span> </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span class="glyph" title="">⩔</span> </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> <span class="glyph" title="">𝒪</span> </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span class="glyph" title="">Ø</span> </td> </tr><tr class="impl"><td> <code title="">Oslash</code> </td> <td> U+000D8 </td> <td> <span title="">Ø</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span class="glyph" title="">Õ</span> </td> </tr><tr class="impl"><td> <code title="">Otilde</code> </td> <td> U+000D5 </td> <td> <span title="">Õ</span> </td> </tr><!-- invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span class="glyph" title="">⨷</span> </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span class="glyph" title="">Ö</span> </td> </tr><tr class="impl"><td> <code title="">Ouml</code> </td> <td> U+000D6 </td> <td> <span title="">Ö</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span class="glyph" title="">⏞</span> </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</span> </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span class="glyph" title="">⏜</span> </td> </tr><tr><d> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">∂</span> </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span class="glyph" title="">П</span> </td> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span class="glyph" title="">𝔓</span> </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span class="glyph" title="">Φ</span> </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span class="glyph" title="">Π</span> </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> </tr><tr><td> <code title="">Pr;</code> </td><td> U+02ABB </td> <td> <span class="glyph" title="">⪻</span> </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> <td> <span class="glyph" title="">″</span> </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> </tr><tr><td> <code title="">Proportional;</coe> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span class="glyph" title="">𝒫</span> </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <span class="glyph" title="">Ψ</span> </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><tr class="impl"><td> <code title="">QUOT</code> </td> <td> U+00022 </td> <td> <span title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span class="glyph" title="">𝔔</span> </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span class="glyph" title="">𝒬</span> </td> </tr><tr><td> <code titl="">RBarr;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> </tr><tr class="impl"><td> <code title="">REG</code> </td> <td> U+000AE </td> <td> <span title="">®</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span class="glyph" title="">Ŕ</span> </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span class="glyph" title="">⟫</span> </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> <td> <span class="glyph" title="">⤖</span> </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span class="glyph" title="">Ř</span> </t> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span class="glyph" title="">Ŗ</span> </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span class="glyph" title="">Р</span> </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span class="glyph" title="">Ρ</span> </td> </tr><tr<td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span class="glyph" title="">⥝</span> </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span class="lyph" title="">⇂</span> </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span class="glyph" title="">⥕</span> </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span class="glyph" title="">⥛</span> </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span class="glyph" title="">⧐</span> </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span class="glyph" title="">⥏</span> </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> <td> <span class="glyph" title="">⥜</span> </td> </tr><tr><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span class="glyph" title="">⥔</span> </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">⇀</span> </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span class="glyph" title="">⥓</span> </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> </tr><tr><td> <code title"">Ropf;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> <td> <span class="glyph" title="">⥰</span> </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> </tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span class="glyph" title="">⧴</span> </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span class="glyph" title="">Щ</span> </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span class="glyph" title="">Ш</span> </td> </tr><tr><td> <code title="">SOFTcy;</code> </t> <td> U+0042C </td> <td> <span class="glyph" title="">Ь</span> </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span class="glyph" title="">Ś</span> </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span class="glyph" title="">⪼</span> </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span class="glyph" title="">Š</span> </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span class="glyph" title="">Ş</span> </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span class="glyph" title="">Ŝ</span> </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span class="glyph" title="">С</span> </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span class="glyph" title="">𝔖</span> </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span clss="glyph" title="">↓</span> </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span class="glyph" title="">Σ</span> </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span class="glyph" title="">𝕊</span> </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span class="glph" title="">□</span> </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">⊒</span> </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span class="glyph" title="">𝒮</span> </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td <td> <span class="glyph" title="">⋆</span> </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </d> <td> <span class="glyph" title="">∋</span> </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span class="glyph" title="">Þ</span> </td> </tr><tr class="impl"><td> <code title="">THORN</code> </td> <td> U+000DE </td> <td> <span title="">Þ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title=">TRADE;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span class="glyph" title="">Ћ</span> </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span class="glyph" title="">Ц</span> </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span class="glyph control" title="">␉</span> </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span class="glyph" title="">Τ</span> </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span class="glyph" title="">Ť</span> </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span class="glyph" title="">Ţ</span> </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span class="glyph" title="">Т</span> </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> td> <span class="glyph" title="">𝔗</span> </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span class="glyph" title="">Θ</span> </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span cass="glyph" title="">𝕋</span> </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span class="glyph" title="">𝒯</span> </td> </tr><tr><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span class="glyph" title="">Ŧ</span> </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span class="glyph" title="">Ú</span> </td> </tr><tr class="impl"><td> <code title="">Uacute</code> </td> <td> U+000DA </td> <td> <span title="">Ú</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span class="glyph" title="">↟</span> </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span class="glyph" title="">⥉</span> </td> </tr><tr><td> <code itle="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span class="glyph" title="">Ў</span> </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span class="glyph" title="">Ŭ</span> </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> <td> <span class="glyph" title="">Û</span> </td> </tr><tr class="impl"><td> <code title="">Ucirc</code> </td> <td> U+000DB </td> <td> <span title="">Û</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span class="glyph" title="">У</span> </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span class="glyph" title="">Ű</span> </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span class="glyph" title="">𝔘</span> </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span class="glyph" title="">Ù</span></td> </tr><tr class="impl"><td> <code title="">Ugrave</code> </td> <td> U+000D9 </td> <td> <span title="">Ù</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span class="glyph" title="">Ū</span> </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span class="glyph" title="">⏟</span> </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span class="glyph" title="">⏝</span> </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> </tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E /td> <td> <span class="glyph" title="">⊎</span> </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span class="glyph" title="">Ų</span> </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span class="glyph" title="">𝕌</span> </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span class="glyph" title="">⤒</span> </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td><td> <span class="glyph" title="">⊥</span> </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span class="glyph" title="">Υ</span> </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <san class="glyph" title="">Ů</span> </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span class="glyph" title="">𝒰</span> </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span class="glyph" title="">Ũ</span> </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span class="glyph" title="">Ü</span> </td> </tr><tr class="impl"><td> <code title="">Uuml</code> </td> <td> U+000DC </td> <td> <span title="">Ü</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span class="glyph" title="">⊫</span> </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span class="glyph" title="">⫫</span> </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span class="glyph" title="">В</span> </td> </tr><tr><td> <code title="">Vdash;</code> </td> <d> U+022A9 </td> <td> <span class="glyph" title="">⊩</span> </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span class="glyph" title="">⫦</span> </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span class="glyph" title="">❘</span> </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240</td> <td> <span class="glyph" title="">≀</span> </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span class="glyph" title="">𝔙</span> </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span class="glyph" title="">𝕍</span> </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span class="glyph" title="">𝒱</span> </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span class="glyph" title="">⊪</span> </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span class="glyph" title="">Ŵ</span> </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span class="glyph"title="">𝔚</span> </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> <td> <span class="glyph" title="">𝕎</span> </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span class="glyph" title="">𝒲</span> </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span class="glyph" title="">𝔛</span> </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span class="glyph" title="">Ξ</span> </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span class="glyph" title="">𝕏</span> </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span class="glyph" title="">𝒳</span> </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span class="glyph" title="">Я</span> </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span class="glyph" title="">Ї</span> </td> </tr><tr<td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span class="glyph" title="">Ю</span> </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span class="glyph" title="">Ý</span> </td> </tr><tr class="impl"><td> <code title="">Yacute</code> </td> <td> U+000DD </td> <td> <span title="">Ý</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span class="glyph" title="">Ŷ</span> </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span class="glyph" title="">Ы</span> </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span class="glyph" title="">𝔜</span> </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span class="glyph" title="">𝕐</span> </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span class="glyph" title="">且</span> </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> <td> <span class="glyph" title="">Ÿ</span> </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span class="glyph" title="">Ж</span> </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span class="glyph" title="">Ź</span> </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span class="glyph" title="">Ž</span> </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span class="glyph" title="">З</span> </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span class="glyph" title="">Ż</span> </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span class="glyph" title="">Ζ</span> </td> </tr><tr><td> <cod title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span class="glyph" title="">𝒵</span> </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span class="glyph" title="">á</span> </td> </tr><tr class="impl"><td> <code title="">aacute</code> </td> <td> U+000E1 </td> <td> <span title="">á</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span class="glyph" title="">ă</span> </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> <td> <span class="glyph" title="">∿</span> /td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span class="glyph" title="">â</span> </td> </tr><tr class="impl"><td> <code title="">acirc</code> </td> <td> U+000E2 </td> <td> <span title="">â</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> </tr><tr class="impl"><td> <code title="">acute</code> </td> <td> U+000B4 </td> <td> <span title="">´</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span class="glyph" title="">а</span> </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span class="glyph" title="">æ</span> </td> </tr><tr class="impl"><td> <code title="">aelig</code> </td> <td> U+000E6 </td> <td> <span title="">æ</span> </td> </tr><!-- (invalid entity ith missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span class="glyph" title="">𝔞</span> </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> <td> <span class="glyph" title="">à</span> </td> </tr><tr class="impl"><td> <code title="">agrave</code> </td> <td> U+000E0 </td> <td> <span title="">à</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span class="glyph" title="">α</span> </td> </tr><tr><td> <code title="">amacr;</code> </td><td> U+00101 </td> <td> <span class="glyph" title="">ā</span> </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span class="glyph" title="">⨿</span> </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> </tr><tr class="impl"><td> <code title="">amp</code> </td> <td> U+00026 </td> <td> <span title="">&</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> <td> <span class="glyph" title="">⩕</span> </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span class="glyph" title="">⩜</span> </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span class="glyph" title="">⩘</span> </td> </tr><tr><td> <code ttle="">andv;</code> </td> <td> U+02A5A </td> <td> <span class="glyph" title="">⩚</span> </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span class="glyph" title="">⦤</span> </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span class="glyph" title="">⦨</span> </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span class="glyph" title="">⦩</span> </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span class="glyph" title="">⦪</span> </td> </tr><tr><td> <code title="">angmsdad;</code> </t> <td> U+029AB </td> <td> <span class="glyph" title="">⦫</span> </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span class="glyph" title="">⦬</span> </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span class="glyph" title="">⦭</span> </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span class="glyph" title="">⦮</span> </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span class="glyph" title="">⦯</span> </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span class="glyph" title="">∟</span> </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span class="glyph" title="">⊾</span> </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span class="glyph" title="">⦝</span> </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222</td> <td> <span class="glyph" title="">∢</span> </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> </tr><tr><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span class="glyph" title="">⍼</span> </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> <td> <span class="glyph" title="">ą</span> </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span class="glyph" title="">𝕒</span> </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span class="glyph" title="">⩰</span> </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span class="glyph" title="">⩯</span> </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">&8778;</span> </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span class="glyph" title="">≋</span> </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span class="glyph" title="">'</span> </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">≊</span> </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span class="glyph" title="">å</span> </td> </tr><tr class="impl"><td> <code title="">aring</code> </td> <td> U+000E5 </td> <td> <span title="">å</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span class="glyph" title="">𝒶</span> </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span lass="glyph" title="">*</span> </td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span class="glyph" title="">ã</span> </td> </tr><tr class="impl"><td> <code title="">atilde</code> </td> <td> U+000E3 </td> <td> <span title="">ã</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span class="glyph" title="">ä</span> </td> </tr><tr class="impl"><td> <code title="">auml</code> </td> <td> U+000E4 </td> <td> <span title="">ä</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">ͫ</span> </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span class="glyph" title="">⨑</span> </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span class="glyph" title="">⫭</span> </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">‵</span> </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span class="glyph" title="">⊽</span> </td> <tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span class="glyph" title="">⎶</span> </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span class="glyph" title="">б</span> </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span class="glyph" title="">⦰</span> </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span class="glyph" title="">β</span> </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span class="glyph" title="">ℶ</span> </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span class="glyph" title="">𝔟</span> </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> td> <span class="glyph" title="">⋂</span> </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</span> </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <spn class="glyph" title="">▽</span> </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</span> </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">⤍</span> </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <san class="glyph" title="">▴</span> </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span class="glyph" title="">␣</span> </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span class="glyph" title="">▒</span> </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span class="glyph" title="">░</span> </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span class="glyph" title="">▓</span> </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> <td> <spa class="glyph" title="">█</span> </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span class="glyph" title="">⌐</span> </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span class="glyph" title="">𝕓</span> </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <span class="glyph" title="">⋈</span> </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span class="glyph" title="">╗</span> </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span class="glyph" title="">╔</span> </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span class="glyph" title="">╖</span></td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span class="glyph" title="">╓</span> </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span class="glyph" title="">═</span> </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span class="glyph" title="">╦</span> </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span class="glyph" title="">╩</span> </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span class="glyph" title="">╤</span> </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span class="glyph" title="">╧</span> </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span class="glyph" title="">╝</span> </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span class="glyph" title="">╚</span> </td> </tr><tr><td> <code title="">boxU;</code> </td> <td> U+0255C </td> <td> <span class="glyph" title="">╜</span> </td> </tr><tr><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span class="glyph" title="">╙</span> </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span class="glyph" title="">║</span> </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span class="glyph" title="">╬</span> </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span class="glyph" title="">╣</span> </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span class="glyph" title="">╠</span> </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span class="glyph" title="">╫</span> </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span class="glyph" title="">╢</span> </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> span class="glyph" title="">╟</span> </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span class="glyph" title="">⧉</span> </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span class="glyph" title="">╕</span> </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span class="glyph" title="">╒</span> </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span class="glyph" title="">┐</span> </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span class="glyph" title="">┌</span> </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span class="glyph" title="">╥</span> </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span class="glyph" title="">╨</pan> </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span class="glyph" title="">┬</span> </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span class="glyph" title="">┴</span> </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span class="glyph" title="">╛</span> </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span class="glyph" title="">╘</span> </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span class="glyph" title="">┘</span> </td> </tr><tr><td> <codetitle="">boxur;</code> </td> <td> U+02514 </td> <td> <span class="glyph" title="">└</span> </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span class="glyph" title="">│</span> </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> <td> <span class="glyph" title="">╪</span> </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span class="glyph" title="">╡</span> </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span class="glyph" title="">╞</span> </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span class="glyph" title="">┼</span> </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span class="glyph" title="">┤</span> </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span class="glyph" title="">├</span> </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+0235 </td> <td> <span class="glyph" title="">‵</span> </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span class="glyph" title="">¦</span> </td> </tr><tr class="impl"><td> <code title="">brvbar</code> </td> <td> U+000A6 </td> <td> <span title="">¦</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span class="glyph" title="">𝒷</span> </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span class="glyph" title="">⁏</span> </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> </tr><tr><td> <code title=""bsol;</code> </td> <td> U+0005C </td> <td> <span class="glyph" title="">\</span> </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span class="glyph" title="">⧅</span> </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span class="glyph" title="">⟈</span> </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span class="glyph" title="">⪮</span> </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> td> <span class="glyph" title="">≏</span> </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span class="glyph" title="">ć</span> </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span class="glyph" title="">∩</span> </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span class="glyph" title="">⩄</span> </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span class="glyph" title="">⩉</span> </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span class="glyph" title="">⩋</span> </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span class="glyph" title="">⩇</span> </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span class="glyph" title="">⩀</span> </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span class="glyph" titl="">⁁</span> </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span class="glyph" title="">⩍</span> </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span class="glyph" title="">č</span> </td> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span class="glyph" title="">ç</span> </td> </tr><tr class="impl"><td> <code title="">ccedil</code> </td> <td> U+000E7 </td> <td> <span title="">ç</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span class="glyph" title="">ĉ</span> </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> <td> <span class="glyph" title="">⩌</span> </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </d> <td> <span class="glyph" title="">⩐</span> </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span class="glyph" title="">ċ</span> </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> </tr><tr class="impl"><td> <code title="">cedil</code> </td> <td> U+000B8 </td> <td> <span title="">¸</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span class="glyph" title="">⦲</span> </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span class="glyph" title="">¢</span> </td> </tr><tr class="impl"><td> <code title="">cent</code> </td> <td> U+000A2 </td> <td> <span title="">¢</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span class="lyph" title="">·</span> </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span class="glyph" title="">𝔠</span> </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span class="glyph" title="">ч</span> </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> </tr><tr><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span class="glyph" title="">χ</span> </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span class="glyph" title="">○</span> </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span class="glyph" title="">⧃</span> </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span class="glyph" title="">ˆ</span> </td> </tr>tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> /tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span class="glyph" title="">⨐</span> </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> <td> <span class="glyph" title="">⫯</span> </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span class="glyph" title="">⧂</span> </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span class="glyph" title="">:</span> </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> </tr><tr><td> <code title="">coloeq;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span class="glyph" title="">,</span> </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span class="glyph" title="">@</span> </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td <span class="glyph" title="">⩭</span> </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span class="glyph" title="">𝕔</span> </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> </tr><tr class="impl"><td> <code title="">copy</code> </td> <td> U+000A9 </td> <td> <span title="">©</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span class="glyph" title="">℗</span> </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span class="glyph" title="">↵</span> </td> </tr><tr><td> <code title="">cross;</coe> </td> <td> U+02717 </td> <td> <span class="glyph" title="">✗</span> </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span class="glyph" title="">𝒸</span> </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span class="glyph" title="">⫏</span> </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span class="glyph" title="">⫑</span> </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span class="glyph" title="">⫐</span> </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span class="glyph" title="">⫒</span> </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span class="glyph" title="">⋯</span> </td> </tr><tr><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> <td> <span class="glyph" title="">⤸</span> </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <d> <span class="glyph" title="">⤵</span> </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</span> </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span class="glyph" title="">⤽</span> </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <span class="glyph" title="">∪</span> </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span class="glyph" title="">⩈</span> </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span class="glyph" title="">⩆</span> </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span class="glyph" title"">⩊</span> </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span class="glyph" title="">⊍</span> </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td> <span class="glyph" title="">⩅</span> </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷</span> </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span class="glyph" title="">⤼</span> </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏<span> </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span class="glyph" title="">¤</span> </td> </tr><tr class="impl"><td> <code title="">curren</code> </td> <td> U+000A4 </td> <td> <span title="">¤</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</span> </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷</span> </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏</span> </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+0231 </td> <td> <span class="glyph" title="">∱</span> </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span class="glyph" title="">⌭</span> </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> <td> <span class="glyph" title="">⥥</span> </td> </tr><tr><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span class="glyph" title="">†</span> </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span class="glyph" title="">ℸ</span> </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" tite="">⊣</span> </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">˝</span> </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span class="glyph" title="">ď</span> </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span class="glyph" title="">д</span> </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> </tr><tr><d> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span class="glyph" title="">°</span> </td> </tr><tr class="impl"><td> <code title="">deg</code> </td> <td> U+000B0 </td> <td> <span title="">°</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> <td> <span class="glyph" title="">δ</span> </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span class="glyph" title="">⦱</span> </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span class="glyph" title="">⥿</span> </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span class="glyph" title="">𝔡</span> </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">ʂ</span> </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span class="glyph" title="">⋲</span> </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> </tr><tr><td> <cod title="">divide;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> </tr><tr class="impl"><td> <code title="">divide</code> </td> <td> U+000F7 </td> <td> <span title="">÷</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span class="glyph" title="">ђ</span> </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span class="glyph" title="">⌍</span> </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span class="glyph" title=">$</span> </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span class="glyph" title="">𝕕</span> </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title="">˙</span> </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">⌆</span> </td> </r><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span class="glyph" title="">⌌</span> </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span class="glyph" title="">𝒹</span> </td> /tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span class="glyph" title="">ѕ</span> </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span class="glyph" title="">⧶</span> </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span class="glyph" title="">đ</span> </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span class="glyph" title="">⋱</span> </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">▿</span> </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> </tr><tr><td> <code title="">dwangle;</cde> </td> <td> U+029A6 </td> <td> <span class="glyph" title="">⦦</span> </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span class="glyph" title="">џ</span> </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span class="glyph" title="">⟿</span> </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span class="glyph" title="">é</span> </td> </tr><tr class="impl"><td> <code title="">eacute</code> </td> <td> U+000E9 </td> <td> <span title="">é</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span class="glyph" title="">⩮</span> </td> <tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span class="glyph" title="">ě</span> </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span class="glyph" title="">ê</span> </td> </tr><tr class="impl"><td> <code title="">ecirc</code> </td> <td> U+000EA </td> <td> <span title="">ê</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span class="glyph" title="">э</span> </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span class="glyph" title="">ė</span> </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">#8519;</span> </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span class="glyph" title="">𝔢</span> </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span class="glyph" title="">⪚</span> </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span class="glyph" title="">è</span> </td> </tr><tr class="impl"><td> <code title="">egrave</code> </td> <td> U+000E8 </td> <td> <span title="">è</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">⪖</span> </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span class="glyph" title="">⪘</span> </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <san class="glyph" title="">⪙</span> </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span class="glyph" title="">⏧</span> </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span class="glyph" title="">ℓ</span> </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span class="glyph" title="">⪗</span> </td> </tr><tr><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span class="glyph" title="">ē</span> </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span class="glyph" title="">ŋ</span> </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span class="glyph" title="">ę</span> </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span class="glyph" title="">𝕖</span> </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span class="glyph" title="">⋕</span> </td> </tr><tr><td> <code title=""eparsl;</code> </td> <td> U+029E3 </td> <td> <span class="glyph" title="">⧣</span> </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span class="glyph" title="">⩱</span> </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+0A96 </td> <td> <span class="glyph" title="">⪖</span> </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span class="glyph" title="">=</span> </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">≟</span> </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span class="glyph" title="">⩸</span> </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span class="glyph" title="">⧥</span> </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span class=glyph" title="">⥱</span> </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span class="glyph" title="">ℯ</span> </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span class="glyph" title="">η</span> </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> <td> <span class="glyph" title="">ð</span> </td> </tr><tr class="impl"><td> <code title="">eth</code> </td> <td> U+000F0 </td> <td> <span title="">ð</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> <td> <span class="glyph" title="">ë</span> </td> </tr><tr class="impl"><td> <code title="">euml</code> </td> <td> U000EB </td> <td> <span title="">ë</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span class="glyph" title="">€</span> </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span class="glyph" title="">!</span> </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span class="glyph" title="">ф</span> </td> </tr><tr><td> <code title=">female;</code> </td> <td> U+02640 </td> <td> <span class="glyph" title="">♀</span> </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span class="glyph" title="">ffi</span> </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span class="glyph" title="">ff</span> </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span class="glyph" title="">ffl</span> </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span class="glyph" title="">𝔣</span> </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span class="glyph" title="">fi</span> </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span class="glyph" title="">♭</span> </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span class="glyph" title="">fl</span> </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+02B1 </td> <td> <span class="glyph" title="">▱</span> </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span class="glyph" title="">ƒ</span> </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span class="glyph" title="">𝕗</span> </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> <span class="glyph" title="">⫙</span> </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span class="glyph" title="">⨍</span> </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> </tr><tr class="impl"><td> <code title="">frac12</code> </td> <td> U+000BD </td> <td> <span ttle="">½</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span class="glyph" title="">⅓</span> </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span class="glyph" title="">¼</span> </td> </tr><tr class="impl"><td> <code title="">frac14</code> </td> <td> U+000BC </td> <td> <span title="">¼</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span class="glyph" title="">⅕</span> </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span class="glyph" title="">⅙</span> </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span class="glyph" title="">⅛</span> </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span class="glyph" title="">⅔<span> </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span class="glyph" title="">⅖</span> </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span class="glyph" title="">¾</span> </td> </tr><tr class="impl"><td> <code title="">frac34</code> </td> <td> U+000BE </td> <td> <span title="">¾</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span class="glyph" title="">⅗</span> </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span class="glyph" title="">⅜</span> </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span class="glyph" title="">⅘</span> </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span class="glyph" title="">⅚</span> </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> <td> span class="glyph" title="">⅝</span> </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span class="glyph" title="">⅞</span> </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span class="glyph" title="">⁄</span> </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span class="glyph" title="">𝒻</span> </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span class="glyph" title="">ǵ</span> </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span class="glyph" title="">γ</span </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span class="glyph" title="">ğ</span> </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span class="glyph" title="">ĝ</span> </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span class="glyph" title="">г</span> </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span class="glyph" title="">ġ</span> </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> </tr><tr><td> <code title="">geq;</code> <td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span class="glyph" title="">⪩</span> </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span class="glyph" title="">⪀</span> </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span class="glyph" title="">⪂</span> </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span class="glyph" title="">⪄</span> </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <t> <span class="glyph" title="">⪔</span> </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span class="glyph" title="">𝔤</span> </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> <td> <span class="glyph" title="">ℷ</span> </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span class="glyph" title="">ѓ</span> </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span class="glyph" title="">⪒</span> </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span class="glyph" title="">⪥</span> </d> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span class="glyph" title="">⪤</span> </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span class="glyph" title="">⋧</span> </td> </tr><tr><td> <code title="">gopf;<code> </td> <td> U+1D558 </td> <td> <span class="glyph" title="">𝕘</span> </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span class="glyph" title="">ℊ</span> </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span class="glyph" title="">⪎</span> </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span class="glyph" title="">⪐</span> </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> </tr><tr class="impl"><td> <code title="">gt</code> </td> <td> U+0003E </td> <td> <span title="">></span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code ttle="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span class="glyph" title="">⪧</span> </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span class="glyph" title="">⩺</span> </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> <td> <span class="glyph" title="">⦕</span> </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span class="glyph" title="">⩼</span> </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span class="glyph" title="">⥸</span> </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> </tr><tr><td> <code title="">gtreqless;</code></td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> </tr><tr><td> <code title="">gtrless;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td><span class="glyph" title="">ъ</span> </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span class="glyph" title="">⥈</span> </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span class="glyph" title="">ĥ</span> </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">̾</span> </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span class="glyph" title="">⊹</span> </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span class="glyph" title="">𝔥</span> </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">⤥</span> </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span class="glyph" title="">⇿</span> </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> <td> <span class="glyph" title="">∻</span> </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> /td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span class="glyph" title="">𝕙</span> </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span class="glyph" title="">―</span> </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span class="glyph" title="">𝒽</span> </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <span class="glyph" title="">ħ</span> </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span class="glyph" title="">⁃</span> </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span class="glyph" title="">í</span> </td> </tr><tr class="impl"><td> code title="">iacute</code> </td> <td> U+000ED </td> <td> <span title="">í</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span class="glyph" title="">î</span> </td> </tr><tr class="impl"><td> <code title="">icirc</code> </td> <td> U+000EE </td> <td> <span title="">î</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span class="glyph" title="">и</span> </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span class="glyph" title="">е</span> </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span class="glyph" title="">¡</span> </td> </tr><tr class="impl"><td> <code title="">iexcl</code> </t> <td> U+000A1 </td> <td> <span title="">¡</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span class="glyph" title="">𝔦</span> </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span class="glyph" title="">ì</span> </td> </tr><tr class="impl"><td> <code title="">igrave</code> </td> <td> U+000EC </td> <td> <span title="">ì</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span class"glyph" title="">∭</span> </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span class="glyph" title="">⧜</span> </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span class="glyph" title="">℩</span> </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span class="glyph" title="">ij</span> </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span class="glyph" title="">ī</span> </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> <td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> <td> <span class="glyph" title="">⊷</span> </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span class="glyph" title="">Ƶ</span> </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span class="glyph" title="">℅</span> </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span class="glyph" title="">∞</span> </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span class="glyph" title="">⧝</span> </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">∫</span> </td> </tr><tr><td> <code title="">intcal;/code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span class="glyph" title="">⨗</span> </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span class="glyph" title="">ё</span> </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span class="glyph" title="">į</span> </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span class="glyph" title="">𝕚</span> </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 <td> <td> <span class="glyph" title="">ι</span> </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span class="glyph" title="">¿</span> </td> </tr><tr class="impl"><td> <code title="">iquest</code> </td> <td> U+000BF </td> <td> <span title="">¿</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span class="glyph" title="">𝒾</span> </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span class="glyph" title="">⋹</span> </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <span class="glyph" title="">⋵</span> </td> </tr><tr><td> <code title="">iins;</code> </td> <td> U+022F4 </td> <td> <span class="glyph" title="">⋴</span> </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> <td> <span class="glyph" title="">⋳</span> </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span class="glyph" title="">ĩ</span> </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span class="glyph" title="">і</span> </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span class="glyph" title="">ï</span> </td> </tr><tr class="impl"><td> <code title="">iuml</code> </td> <td> U+000EF </td> <td> <span title="">ï</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) -->tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span class="glyph" title="">ĵ</span> </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span class="glyph" title="">й</span> </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span class="glyph" title="">𝔧</span> </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span class="glyph" title="">ȷ</span> </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span class="glyph" title="">𝕛</span> </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span class="glyph" title="">𝒿</span> </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span class="glyph" title="">ј</span> </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span class="glyph" title="">є</span> </td> </tr><tr><td> <code title="">kappa;</code> </d> <td> U+003BA </td> <td> <span class="glyph" title="">κ</span> </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span class="glyph" title="">ķ</span> </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span class="glyph" title="">к</span> </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span class="glyph" title="">𝔨</span> </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span class="glyph" title="">ĸ</span> </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span class="glyph" title="">х</span> </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> <td> <span class="glyph" title="">ќ</span> </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span class="glyh" title="">𝕜</span> </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span class="glyph" title="">𝓀</span> </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span class="glyph" title="">⤛</span> </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span class="glyph" title="">⤎</span> </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span> </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span class="glyph" title="">⥢</span> </td> </tr<tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span class="glyph" title="">ĺ</span> </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span class="glyph" title="">⦴</span> </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span class="glyph" title="">λ</span> </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> <td> <span class="glyph" title="">⦑</span> </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> </tr><tr><td> <code title="">laquo;</cde> </td> <td> U+000AB </td> <td> <span class="glyph" title="">«</span> </td> </tr><tr class="impl"><td> <code title="">laquo</code> </td> <td> U+000AB </td> <td> <span title="">«</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">⇤</span> </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span class="glyph" title="">⤟</span> </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span class="glyph" title="">⤝</span> </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> </t><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span class="glyph" title="">⤹</span> </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span class="glyph" title="">⥳</span> </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">↢</span> </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span class="glyph" title="">⪫</span> </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span class="glyph" title="">⤙</span> </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> <td> <span class="glyph" title="">⪭</span> </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span class="glyph" title="">⤌</span> </td> </tr><tr><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span class="glyph" title="">❲</span> </td> </tr><tr><td> <code title="">lbrae;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span class="glyph" title="">⦋</span> </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <span class="glyph" title="">⦏</span> </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span class="glyph" title="">⦍</span> </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span class="glyph" title="">ľ</span> </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span class="glyph" title="">ļ</span> </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <spn class="glyph" title="">{</span> </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span class="glyph" title="">л</span> </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span class="glyph" title="">⤶</span> </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span class="glyph" title="">⥧</span> </td> </tr><tr><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span class="glyph" title="">⥋</span> </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span class="glyph" title="">↲</span> </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </d> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">↢</span> </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span class="glph" title="">⇋</span> </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> </tr><tr><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> <td> <span class="glyph" title="">ϼ</span> </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <span class="glyph" title="">⩿</span> </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span class="glyph" title="">⪁</span> </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span class="glyph" title="">⪃</span> </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span class="glyph" title="">⪓</span> </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">⋖</span> </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span class="glyph" title="">⥼</span> </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span class="glyph" title="">𝔩</span> </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span class="glyph" title="">⪑</span> </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> </tr><tr><td> <code title=""lharu;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span class="glyph" title="">⥪</span> </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span class="glyph" title="">▄</span> </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span class="glyph" title="">љ</span> </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span class="glyph" title="">⥫</span> </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </d> <td> <span class="glyph" title="">◺</span> </td> </tr><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span class="glyph" title="">ŀ</span> </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">⎰</span> </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">⎰</span> </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">⪇</span> </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" titl="">⪇</span> </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span class="glyph" title="">⋦</span> </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> <td> <span class="glyph" title="">⟬</span> </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span class="glyph" title="">⇽</span> </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">Ӕ</span> </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">↬</span> </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span class="glyph" title="">⦅</span> </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span class="glyph" title="">𝕝</span> </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span class="glyph" title="">⨭</span> </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span class="glyph" title="">⨴</span> </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span class="glyph" title="">∗</span> </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span class="glyph" title="">(</span> </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span class="glyph" title="">⦓</span> </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> </tr><tr><td> <code title="">lrar;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span class="glyph" title="">⥭</span> </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span class="glyph" title="">‎</span> </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span class="glyph" title="">⊿</span> </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span class="glyph" title="">‹</span> </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span class="glyph" title="">𝓁</span> </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td <span class="glyph" title="">⪍</span> </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span class="glyph" title="">⪏</span> </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> </tr><tr><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span class="glyph" title="">ł</span> </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> </tr><tr class="impl"><td> <code title="">lt</code> </td> <td> U+0003C </td> <td> <span title=""><</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+0AA6 </td> <td> <span class="glyph" title="">⪦</span> </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span class="glyph" title="">⩹</span> </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">⋖</span> </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span class="glyph" title="">⋉</span> </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span class="glyph" title="">⥶</span> </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span class="glyph" title="">⩻</span> </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span class="glyph" title="">⦖</span> </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span class="lyph" title="">◃</span> </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span class="glyph" title="">⥊</span> </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span class="glyph" title="">⥦</span> </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span class="glyph" title="">∺</span> </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> </tr><tr class="impl"><td> <code title="">macr</code> </td> <td> U+000AF </td> <td> <span title="">¯</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td>U+02642 </td> <td> <span class="glyph" title="">♂</span> </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <spn class="glyph" title="">▮</span> </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span class="glyph" title="">⨩</span> </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span class="glyph" title="">м</span> </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span class="glyph" title="">—</span> </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span class="glyph" title="">𝔪</span> </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span class="glyph" title="">℧</span> </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span class="glyph" title="">µ</span> </td> </tr><tr class="impl"><td> <code title="">micro</code> </td> <td> U+000B5 </td> <td> <span title="">µ</spn> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span class="glyph" title="">⫰</span> </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> </tr><tr class="impl"><td> <code title="">middot</code> </td> <td> U+000B7 </td> <td> <span title="">·</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span class="glyph" title="">−</span> </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> </tr><tr><td> code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span class="glyph" title="">⨪</span> </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span class="glyph" title="">⫛</span> </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">…</span> </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> <td> <span class="glyph" title="">⊧</span> </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span class="glyph" title="">𝕞</span> </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> </tr><tr><td> <code title="">mscr;</code> </td> <t> U+1D4C2 </td> <td> <span class="glyph" title="">𝓂</span> </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span class="glyph" title="">μ</span> </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> </tr><tr><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td <td> <span class="glyph" title="">⊯</span> </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span class="glyph" title="">⊮</span> </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span class="glyph" title="">ń</span> </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span class="glyph" title="">ʼn</span> </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">♮</span> </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">&9838;</span> </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr class="impl"><td> <code title="">nbsp</code> </td> <td> U+000A0 </td> <td> <span title=""> </span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span class="glyph" title="">⩃</span> </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span class="glyph" title="">ň</span> </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span class="glyph" title="">ņ</span> </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <pan class="glyph" title="">⩂</span> </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span class="glyph" title="">н</span> </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span class="glyph" title="">–</span> </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span class="glyph" title="">⇗</span> </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> <td> <span class="glyph" title="">⤤</span> </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</san> </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span class="glyph" title="">𝔫</span> </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> </tr><tr><td> <code title=""ngtr;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span class="glyph" title="">⫲</span> </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span class="glyph" title="">⋼</span> </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span class="glyph" title="">⋺</span> </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <spn class="glyph" title="">њ</span> </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">↚</span> </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span class="glyph" title="">‥</span> </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">↚</span> </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">̮</span> </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span class="glyph" title="">𝕟</span> </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span class="glyph" title="">¬</span> </td> </tr><tr class="impl"><td> <code title="">not</code> </td> <td> U+000AC </td> <td> <span title="">¬</span> </td> </tr><!-- (invalid entity wit missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span class="glyph" title="">⋷</span> </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span class="glyph" title="">⋶</span> </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span class="glyph" title="">⋾</span> </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span class="glyph" title="">Ϳ</span> </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span class="glyph" title="">⨔</span> </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> </tr><tr><td> <cod title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span class="glyph" title="">𝓃</span> </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> </tr><tr><td> <code title="">nsim;</cde> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</span> </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span class="glyph" title="">⊄</span> </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> span class="glyph" title="">⊈</span> </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span class="glyph" title="">⊅</span> </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span class="glyph" title="">ñ</span> </td> </tr><tr class="impl"><td> <code title="">ntilde</code> </td> <td> U+000F1 </td> <td> <span title="">ñ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> <td> <span class="glyph" title="">ν</span> </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span class="glyph" title="">#</span> </td> </tr><tr><td> <code title="">numero;</code> </td> td> U+02116 </td> <td> <span class="glyph" title="">№</span> </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span class="glyph" title="">⊭</span> </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span class="glyph" title="">⤄</span> </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span class="glyph" title="">⊬</span> </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span class="glyph" title="">⧞</span> </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span class="glyph" title="">⤂</span> </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span class="glyph" title="">⤃</span> </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <spa class="glyph" title="">⇖</span> </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span class="glyph" title="">⤣</span> </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span class="glyph" title="">⤧</span> </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span class="glyph" title="">ó</span> </td> </tr><tr class="impl"><td> <code title="">oacute</code> </td> <td> U+000F3 </td> <td> <span title="">ó</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> <td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span class="glyph" title="">ô</span> </td> </tr><tr class="impl"><td> <code title="">ocirc</code> </td> <td> U+000F4 </td> <td> <span title="">ô</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span class="glyph" title="">о</span> </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span class="glyph" title="">ő</span> </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span class="glyph" title="">⨸</span> </td> </tr><tr><td> <cod title="">odot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> <td> <span class="glyph" title="">⦼</span> </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span class="glyph" title="">œ</span> </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span class="glyph" title="">⦿</span> </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <td> <span class="glyph" title="">𝔬</span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span class="glyph" title="">˛</span> </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span class="glyph" title="">ò</span> </td> </tr><tr class="impl"><td> <code title="">ograve</code> </td> <td> U+000F2 </td> <td> <span title="">ò</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy upport only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span class="glyph" title="">⧁</span> </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span class="glyph" title="">⦵</span> </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span class="glyph" title="">⦾</span> </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span class="glyph" title="">⦻</span> </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> </tr><tr><td> <code title=">olt;</code> </td> <td> U+029C0 </td> <td> <span class="glyph" title="">⧀</span> </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span class="glyph" title="">ō</span> </td> </tr><tr><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span class="glyph" title="">ω</span> </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span class="glyph" title="">ο</span> </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <span class="glyph" title="">⦶</span> </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span class="glyph" title="">𝕠</span> </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span class="glyph" title="">⦷</span> </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td <td> <span class="glyph" title="">⦹</span> </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> <td> <span class="glyph" title="">⩝</span> </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span class="glyph" title="">ª</span> </td> </tr><tr class="impl"><td> <code title="">ordf</code> </td> <td> U+000AA </td> <td> <span title="">ª</san> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span class="glyph" title="">º</span> </td> </tr><tr class="impl"><td> <code title="">ordm</code> </td> <td> U+000BA </td> <td> <span title="">º</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span class="glyph" title="">⊶</span> </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span class="glyph" title="">⩖</span> </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span class="glyph" title="">⩗</span> </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span class="glyph" title="">⩛</span> </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> </tr><tr><t> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span class="glyph" title="">ø</span> </td> </tr><tr class="impl"><td> <code title="">oslash</code> </td> <td> U+000F8 </td> <td> <span title="">ø</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span class="glyph" title="">⊘</span> </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span class="glyph" title="">õ</span> </td> </tr><tr class="impl"><td> <code title="">otilde</code> </td> <td> U+000F5 </td> <td> <span title="">õ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</span> </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span class="glyph" title="">⨶</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000F6 </td> <td> <span class="glyph" title="">ö</span> </td> </tr><tr class="impl"><td> <code title="">ouml</code> </td> <td> U+000F6 </td> <td> <span title="">ö</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span class="glyph" title="">⌽</span> </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span class="glyph" title="">¶</span> </td> </tr><tr class="impl"><td> <code title="">para</code> </td> <td> U+000B6 </td> <td> <span title="">¶</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+0AF3 </td> <td> <span class="glyph" title="">⫳</span> </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span class="glyph" title="">⫽</span> </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">∂</span> </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span class="glyph" title="">п</span> </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span class="glyph" title="">%</span> </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span class="glyph" title="">.</span> </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span class="glyph" title="">‰</span> </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span class="glyph" title="">͉</span> </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span class="glyph" title="">𝔭</span> </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> <td> <span class="glyph" title="">φ</span> </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span class="glyph" title="">☎</span> </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span class="glyph" title="">π</span> </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> </tr><tr><td> <code title=""planck;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span class="glyph" title="">ℎ</span> </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span class="glyph" title="">+</span> </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span class="glyph" title="">⨣</span> </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span class="glyph" title="">⨢</span> </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25</td> <td> <span class="glyph" title="">⨥</span> </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span class="glyph" title="">⩲</span> </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> </tr><tr class="impl"><td> <code title="">plusmn</code> </td> <td> U+000B1 </td> <td> <span title="">±</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span class="glyph" title="">⨦</span> </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span class="glyph" title="">⨧</span> </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span class="glyph" title="">⨕</span> </td> </tr><tr><td> <code tile="">popf;</code> </td> <td> U+1D561 </td> <td> <span class="glyph" title="">𝕡</span> </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span class="glyph" title="">£</span> </td> </tr><tr class="impl"><td> <code title="">pound</code> </td> <td> U+000A3 </td> <td> <span title="">£</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span class="glyph" title="">⪳</span> </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </t> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> </tr><t><td> <code title="">prime;</code> </td> <td> U+02032 </td> <td> <span class="glyph" title="">′</span> </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span class="glyph" title="">⌮</span> </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span class="glyph" title="">⌒</span> </td> </tr><tr><td> <code title="">profsurf;/code> </td> <td> U+02313 </td> <td> <span class="glyph" title="">⌓</span> </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span class="glyph" title="">⊰</span> </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span class="glyph" title="">𝓅</span> </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span class="glyph" title="">ψ</span> </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <spn class="glyph" title="">𝔮</span> </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span class="glyph" title="">𝕢</span> </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span class="glyph" title="">⁗</span> </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span class="glyph" title="">𝓆</span> </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span class="glyph" title="">⨖</span> </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span class="glyph" title="">?</span> </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">΃</span> </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><tr class="impl"><td> <code title="">quot</code> </td> <td> U+00022 </td> <td> <span title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span class="glyph" title="">⤜</span> </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> <td> <span class="glyph" title="">⥤</span> </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span class=glyph" title="">ŕ</span> </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span class="glyph" title="">⦳</span> </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span class="glyph" title="">⦒</span> </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span class="glyph" title="">⦥</span> </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span class="glyph" title="">»</span> </td> </tr><tr class="impl"><td> <code title="">raquo</code> </td> <td> U+000BB </td> <td> <span title="">»</span> </td> /tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span class="glyph" title="">⥵</span> </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span class="glyph" title="">⤠</span> </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span class="glyph" title="">⤳</span> </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span class="glyph" title="">⤞</span> </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span clss="glyph" title="">↬</span> </td> </tr><tr><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span class="glyph" title="">⥅</span> </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span class="glyph" title="">⥴</span> </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">↣</span> </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> <td> <span class="glyph" title="">⤚</span> </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span class="glyph" title="">∶</span> </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">К</span> </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span class="glyph" title="">❳</span> </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span class="glyph" title="">⦌</span> </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span class="glyph" title="">⦎</span> </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span class="glyph" title="">⦐</span> </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span class="glyph" title="">ř</span> </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span class="glyph" title="">ŗ</span> </td> </tr><tr><td> <code title"">rceil;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span class="glyph" title="">р</span> </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <td> <span class="glyph" title="">⤷</span> </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span class="glyph" title="">⥩</span> </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span class="glyph" title="">↳</span> </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> <td <span class="glyph" title="">ℜ</span> </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span class="glyph" title="">▭</span> </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> </tr><tr class="impl"><td> <code title="">reg</code> </td> <td> U+000AE </td> <td> <span title="">®</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span class="glyph" title="">⥽</span> </td> </tr><tr><td> <code title="">rfloor;</coe> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span class="glyph" title="">𝔯</span> </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">⇀</span> </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span class="glyph" title="">⥬</span> </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span class="glyph" title="">ρ</span> </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td <td> <span class="glyph" title="">↣</span> </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">⇀</span> </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> </tr><tr><td> <code title="">rin;</code> </td> <td> U+002DA </td> <td> <span class="glyph" title="">˚</span> </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span class="glyph" title="">‏</span> </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span class="glyph" title="">⫮</span> </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED</td> <td> <span class="glyph" title="">⟭</span> </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span class="glyph" title="">⇾</span> </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> </tr><tr><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span class="glyph" title="">⦆</span> </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span class="glyph" title="">𝕣</span> </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span class="glyph" title="">⨮</span> </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span class="glyph" title="">⨵</span> </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span class="glyph" title="">)</span> </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> <td> <span class="glyph" titl="">⦔</span> </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span class="glyph" title="">⨒</span> </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span class="glyph" title="">›</span> </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span class="glyph" title="">𝓇</span> </td> </tr><tr><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> </tr><tr><td> code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span class="glyph" title="">⋊</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span class="glyph" title="">⧎</span> </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span class="glyph" title="">⥨</span> </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span class="glyph" title="">℞</span> </td> </tr><tr><td> <code title="">sacute;</code> </td <td> U+0015B </td> <td> <span class="glyph" title="">ś</span> </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span class="glyph" title="">⪴</span> </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span class="glyph" title="">š</span> </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span class="glyph title="">ş</span> </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span class="glyph" title="">ŝ</span> </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">⪺</span> </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> <td> <span class="glyph" title="">⨓</span> </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span class="glyph" title="">с</span> </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span class="glyph" title="">⋅</span> </td> </tr><r><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span class="glyph" title="">⩦</span> </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> <td> <span class="glyph" title="">⇘</span> </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">⤥</span> </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> </tr><tr><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span class="glyph" title="">§</span> </td> </tr><tr class="impl"><td> <code title="">sect</code> </td> <td> U+000A7 </td> <td> <span title="">§</span> </td> </tr><!-- (invalid entity with missing semicoln for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span class="glyph" title="">;</span> </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> <td> <span class="glyph" title="">✶</span> </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span class="glyph" title="">𝔰</span> </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span class="glyph" title="">♯</span> </td> </tr><tr><td> code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span class="glyph" title="">щ</span> </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span class="glyph" title="">ш</span> </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span class="glyph" title="">­</span> </td> </tr><tr class="impl"><td> <code title="">shy</code> </td> <td> U+000AD </td> <td> <span title="">­</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span class="glyph" title="">σ</span> </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title=""ς</span> </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> <td> <span class="glyph" title="">⩪</span> </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span class="glyph" title="">⪞</span> </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span class="glyph" title="">⪠</span> </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span class="glyph" title="">⪝</span> </td> </tr><tr><td> <cod title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span class="glyph" title="">⪟</span> </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span class="glyph" title="">≆</span> </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span class="glyph" title="">⨤</span> </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span class="glyph" title="">⥲</span> </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span class="glyph" title="">⨳</span> </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span class="glyph" title="">⧤</span> </td> </tr><tr><td> <code title="">smid;</ode> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span class="glyph" title="">⪪</span> </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span class="glyph" title="">⪬</span> </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span class="glyph" title="">ь</span> </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span class="glyph" title="">/</span> </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span class="glyph" title="">⧄</span> </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span class="glyph" title="">⌿</span> </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span class"glyph" title="">𝕤</span> </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</spn> </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">⊒</span> </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">⊒</span> </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> </tr><tr><td> <ode title="">squf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span class="glyph" title="">𝓈</span> </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">⋆</span> </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span class="glyph" title="">☆</span> </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> </tr><tr><td> <code title="">straightepsilon;</code></td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">⊂</span> </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span class="glyph" title="">⪽</span> </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span class="glyph" title="">⫃</span> </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> span class="glyph" title="">⫁</span> </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">⊊</span> </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span class="glyph" title="">⪿</span> </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span class="glyph" title="">⥹</span> </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">⊂</span> </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span class="glyph title="">⊊</span> </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> <td> <span class="glyph" title="">⫇</span> </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span class="glyph" title="">⫕</span> </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span class="glyph" title="">⫓</span> </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">Є</span> </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">⪺</span> </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span class="glyph" title="">♪</span> </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span class="glyph" title="">¹</span> </td> </tr><tr class="impl"><td> <code title="">sup1</code> </td> <td> U+000B9 </td> <td> <span title="">¹</span> </td> </tr><!-- (invlid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span class="glyph" title="">²</span> </td> </tr><tr class="impl"><td> <code title="">sup2</code> </td> <td> U+000B2 </td> <td> <span title="">²</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span class="glyph" title="">³</span> </td> </tr><tr class="impl"><td> <code title="">sup3</code> </td> <td> U+000B3 </td> <td> <span title="">³</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span class="glyph" tite="">⪾</span> </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span class="glyph" title="">⫘</span> </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span class="glyph" title="">⫄</span> </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> <td> <span class="glyph" title="">⟉</span> </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span class="glyph" title="">⫗</span> </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span class="glyph" title="">⥻</span> </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span class="glyph" title="">⫂</span> </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span></td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span class="glyph" title="">⫀</span> </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span> </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span class="glyph" title="">⫈</span> </td> </tr><tr<td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span class="glyph" title="">⫔</span> </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span class="glyph" title="">⫖</span> </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span class="glyph" title="">⇙</span> </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span class="glyph" title="">⤪</span> </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span class="glyph" title="">ß</span> </td> </tr><tr class="impl"><td> <code title"">szlig</code> </td> <td> U+000DF </td> <td> <span title="">ß</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span class="glyph" title="">⌖</span> </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> <td> <span class="glyph" title="">τ</span> </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</span> </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span class="glyph" title="">ť</span> </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span class="glyph" title="">ţ</span> </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span class="glyph" title="">т</span> </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> <td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span class="glyph" title="">⌕</span> </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span class="glyph" title="">𝔱</span> </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span class="glyph" title="">θ</span> </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code ttle="">thicksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span class="glyph" title="">þ</span> </td> </tr><tr class="impl"><td> <code title="">thorn</code> </td> <td> U+000FE </td> <td> <span title="">þ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span class="glyph" title="">×</san> </td> </tr><tr class="impl"><td> <code title="">times</code> </td> <td> U+000D7 </td> <td> <span title="">×</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td> <span class="glyph" title="">⨱</span> </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span class="glyph" title="">⨰</span> </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">∭</span> </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <spa class="glyph" title="">⌶</span> </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span class="glyph" title="">⫱</span> </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span class="glyph" title="">𝕥</span> </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span class="glyph" title="">⫚</span> </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span class="glyph" title="">‴</span> </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title=">▿</span> </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">◃</span> </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span class="glyph" title="">◬</span> </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span class="glyph" titl="">⨺</span> </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> <td> <span class="glyph" title="">⨹</span> </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span class="glyph" title="">⧍</span> </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span class="glyph" title="">⨻</span> </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> <td> <span class="glyph" title="">⏢</span> </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span class="glyph" title="">𝓉</span> </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span class="glyph" title="">ц</span> </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span class="glyph" title="">ћ</span> </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span class="glyph" title="">ŧ</span> </td> </r><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span class="glyph" title="">⥣</span> </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span class="glyph" title="">ú</span> </td> </tr><tr class="impl"><td> <code title="">uacute</code> </td> <td> U+000FA </td> <td> <span title="">ú</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> span class="glyph" title="">↑</span> </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span class="glyph" title="">ў</span> </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span class="glyph" title="">ŭ</span> </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span class="glyph" title="">û</span> </td> </tr><tr class="impl"><td> <code title="">ucirc</code> </td> <td> U+000FB </td> <td> <span title="">û</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span class="glyph" title="">у</span> </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span class="glyph" title="">ű</span> </td> </tr><tr><td> <code title="">udhar;</code> </t> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> <td> <span class="glyph" title="">⥾</span> </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span class="glyph" title="">𝔲</span> </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span class="glyph" title="">ù</span> </td> </tr><tr class="impl"><td> <code title="">ugrave</code> </td> <td> U+000F9 </td> <td> <span title="">ù</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span class="glyph" title="">▀</span> </td> </tr><tr><td <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span class="glyph" title="">⌏</span> </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span class="glyph" title="">◸</span> </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <span class="glyph" title="">ū</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> </tr><tr class="impl"><td> <code title="">uml</code> </td> <td> U+000A8 </td> <td> <span title="">¨</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span class="glyph" title="">%</span> </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span class="glyph" title="">𝕦</span> </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">⊎</span> </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> /tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">⇈</span> </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span class="glyph" title="">⌎</span> </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span class="glyph" title="">ů</span> </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span class="glyph" title="">◹</span> </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span class="glyph" title="">𝓊</span> </td> </tr><tr><td> <code title=""utdot;</code> </td> <td> U+022F0 </td> <td> <span class="glyph" title="">⋰</span> </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span class="glyph" title="">ũ</span> </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">▴</span> </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">⇈</span> </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span class="glyph" title="">ü</span> </td> </tr><tr class="impl"><td> <code title="">uuml</code> </td> <td> U+000FC </td> <td> <span title="">ü</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span class="glyph" title="">⦧</span> </td></tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> <td> <span class="glyph" title="">⫨</span> </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span class="glyph" title="">⫩</span> </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">⊨</span> </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span class="glyph" title="">⦜</span> </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> </tr><tr><td> <code tite="">varphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> </tr><tr><td> <code title="">vartriangleright</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span class="glyph" title="">в</span> </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span class="glyph" title="">⊻</span> </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span class="glyph" title="">≚</span> </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span class="glyph" title="">⋮</span> </td> </tr><tr><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span clss="glyph" title="">|</span> </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span class="glyph" title="">𝔳</span> </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span class="glyph" title="">𝕧</span> </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span class="glyph" title="">𝓋</span> </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span class="glyph" title="">⦚</span> </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span class="glyph" title="">ŵ</span> </td></tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span class="glyph" title="">⩟</span> </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span class="glyph" title="">≙</span> </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span class="glyph" title="">𝔴</span> </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span class="glyph" title="">𝕨</span> </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> </tr><tr><td> <code title="">wreath;</cde> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span class="glyph" title="">𝓌</span> </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">▽</span> </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span class="glyph" title="">𝔵</span> </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <spa class="glyph" title="">⟷</span> </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span class="glyph" title="">ξ</span> </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">⟼</span> </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span class="glyph" title="">⋻</span> </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> <td> <span class="glyph" title="">𝕩</span> </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</spa> </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span class="glyph" title="">𝓍</span> </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</span> </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> </tr><tr><td> <code tile="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span class="glyph" title="">ý</span> </td> </tr><tr class="impl"><td> <code title="">yacute</code> </td> <td> U+000FD </td> <td> <span title="">ý</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span class="glyph" title="">я</span> </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span class="glyph" title="">ŷ</span> </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span class="glyph" title="">ы</span> </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> <td> <span class="glyph" title="">¥</span> </td> </tr><tr class="impl"><td> <code title="">yen</code> </td> <td> U+000A5 </td> <td> <span title="">¥</span> </td> </r><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span class="glyph" title="">𝔶</span> </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span class="glyph" title="">ї</span> </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span class="glyph" title="">𝕪</span> </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span class="glyph" title="">𝓎</span> </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span class="glyph" title="">ю</span> </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span class="glyph" title="">ÿ</span> </td> </tr><tr class="impl"><td> <code title="">yuml</code> </td> <td> U+000FF </td> <td> <span title="">ÿ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title=">zacute;</code> </td> <td> U+0017A </td> <td> <span class="glyph" title="">ź</span> </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span class="glyph" title="">ž</span> </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span class="glyph" title="">з</span> </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span class="glyph" title="">ż</span> </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span class="glyph" title="">ζ</span> </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span class="glyph" title="">𝔷</span> </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span class="glyph" title="">ж</span> </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <d> <span class="glyph" title="">⇝</span> </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span class="glyph" title="">𝕫</span> </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span class="glyph" title="">𝓏</span> </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span class="glyph" title="">‍</span> </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span class="glyph" title="">‌</span> </td> </tr></tbody></table><!-- Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- references.html 16 Aug 2010 22:06:45 -0000 1.1004 +++ references.html 8 Sep 2010 09:25:47 -0000 1.1005 @@ -323,7 +323,7 @@ <a href="acknowledgements.html">Acknowledgements →</a> </div> - <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsABNF">[ABNF]</dt> + <h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsABNF">[ABNF]</dt> <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker, P. Overell. IETF.</dd> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1017 retrieving revision 1.1018 diff -u -d -r1.1017 -r1.1018 --- semantics.html 28 Aug 2010 13:50:45 -0000 1.1017 +++ semantics.html 8 Sep 2010 09:25:47 -0000 1.1018 @@ -327,7 +327,7 @@ <ol><li><a href="semantics.html#the-head-element-0"><span class="secno">4.2.1 </span>The <code>head</code> element</a></li><li><a href="semantics.html#the-title-element-0"><span class="secno">4.2.2 </span>The <code>title</code> element</a></li><li><a href="semantics.html#the-base-element"><span class="secno">4.2.3 </span>The <code>base</code> element</a></li><li><a href="semantics.html#the-link-element"><span class="secno">4.2.4 </span>The <code>link</code> element</a></li><li><a href="semantics.html#meta"><span class="secno">4.2.5 </span>The <code>meta</code> element</a> <ol><li><a href="semantics.html#standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</a></li><li><a href="semantics.html#other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</a></li><li><a href="semantics.html#pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</a></li><li><a href="semantics.html#other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</a></li><li><a href="semantics.html#charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</a></li></ol></li><li><a href="semantics.html#the-style-element"><span class="secno">4.2.6 </span>The <code>style</code> element</a></li><li><a href="semantics.html#styling"><span class="secno">4.2.7 </span>Styling</a></li></ol></li></ol></li></ol></div> - <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As the root element of a document.</dd> @@ -372,7 +372,7 @@ </body> <strong></html></strong></pre> - </div><h3 id="document-metadata"><span class="secno">4.2 </span>Document metadata</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-head-element-0"><span class="secno">4.2.1 </span>The <dfn><code>head</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h3 id="document-metadata"><span class="secno">4.2 </span>Document metadata</h3><h4 id="the-head-element-0"><span class="secno">4.2.1 </span>The <dfn><code>head</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As the first element in an <code><a href="#the-html-element-0">html</a></code> element.</dd> @@ -419,7 +419,7 @@ in most situations, but when a higher-level protocol provides title information, e.g. in the Subject line of an e-mail when HTML is used as an e-mail authoring format, the <code><a href="#the-title-element-0">title</a></code> element can be - omitted.</p><h4 id="the-title-element-0"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + omitted.</p><h4 id="the-title-element-0"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-title-element-0">title</a></code> elements.</dd> @@ -484,7 +484,7 @@ </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a href="dom.html#document.title">document.title</a></code> IDL attribute. <span class="impl">User agents should use the document's title when referring to the document in their user - interface.</span></p><h4 id="the-base-element"><span class="secno">4.2.3 </span>The <dfn><code>base</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + interface.</span></p><h4 id="the-base-element"><span class="secno">4.2.3 </span>The <dfn><code>base</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-base-element">base</a></code> elements.</dd> @@ -550,7 +550,7 @@ <p>The link in the above example would be a link to "<code title="">http://www.example.com/news/archives.html</code>".</p> - </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn><code>link</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn><code>link</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> @@ -863,7 +863,7 @@ <link rel=alternate href="/en/pdf" hreflang=en type=application/pdf title="English PDF"> <link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"></pre> - </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>If the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute is present, or if the element's <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0">head</a></code> element.</dd> @@ -930,7 +930,7 @@ same name. The IDL attribute <dfn id="dom-meta-httpequiv" title="dom-meta-httpEquiv"><code>httpEquiv</code></dfn> must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>.</p> - </div><h5 id="standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification defines a few names for the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute of the + </div><h5 id="standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</h5><p>This specification defines a few names for the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute of the <code><a href="#meta">meta</a></code> element.</p><p>Names are case-insensitive<span class="impl">, and must be compared in an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> manner</span>.</p><dl><dt><dfn id="meta-application-name" title="meta-application-name"><code>application-name</code></dfn></dt> @@ -1052,7 +1052,7 @@ </dd> - </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) blocks progress to Last Call</span></p><p><dfn id="concept-meta-extensions" title="concept-meta-extensions">Extensions to the predefined + </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) blocks progress to Last Call</span></p><p><dfn id="concept-meta-extensions" title="concept-meta-extensions">Extensions to the predefined set of metadata names</dfn> may be registered in the <a href="http://wiki.whatwg.org/wiki/MetaExtensions">WHATWG Wiki MetaExtensions page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><p>Anyone is free to edit the WHATWG Wiki MetaExtensions page at any time to add a type. These new names must be specified with the @@ -1151,7 +1151,7 @@ </div><p>Metadata names whose values are to be <a href="urls.html#url" title="URL">URLs</a> must not be proposed or accepted. Links must be represented using the <code><a href="#the-link-element">link</a></code> element, not the - <code><a href="#meta">meta</a></code> element.</p><h5 id="pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When the <dfn id="attr-meta-http-equiv" title="attr-meta-http-equiv"><code>http-equiv</code></dfn> attribute + <code><a href="#meta">meta</a></code> element.</p><h5 id="pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</h5><p>When the <dfn id="attr-meta-http-equiv" title="attr-meta-http-equiv"><code>http-equiv</code></dfn> attribute is specified on a <code><a href="#meta">meta</a></code> element, the element is a pragma directive.</p><p>The <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The following @@ -1519,7 +1519,7 @@ </dd> </dl><p>There must not be more than one <code><a href="#meta">meta</a></code> element with - any particular state in the document at a time.</p><h5 id="other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="concept-http-equiv-extensions" title="concept-http-equiv-extensions">Extensions to the + any particular state in the document at a time.</p><h5 id="other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</h5><p><dfn id="concept-http-equiv-extensions" title="concept-http-equiv-extensions">Extensions to the predefined set of pragma directives</dfn> may, under certain conditions, be registered in the <a href="http://wiki.whatwg.org/wiki/PragmaExtensions">WHATWG Wiki PragmaExtensions page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><p>Such extensions must use a name that is identical to an HTTP @@ -1562,7 +1562,7 @@ (e.g. for performance reasons or to avoid the use of unreliable network connectivity).</p> - </div><h5 id="charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- READ ME WHEN EDITING: if we ever move this to the "writing + </div><h5 id="charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</h5><!-- READ ME WHEN EDITING: if we ever move this to the "writing HTML" section, then we have to duplicate the requirements in the parsing section for conformance checkers, and we have to make sure that the requirements for charset="" apply even in XML, for the @@ -1667,7 +1667,7 @@ <pre><?xml version="1.0" encoding="utf-8"?></pre> - </div><h4 id="the-style-element"><span class="secno">4.2.6 </span>The <dfn><code>style</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-style-element"><span class="secno">4.2.6 </span>The <dfn><code>style</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is present: <a href="content-models.html#flow-content">flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1835,7 +1835,7 @@ </body> </html></pre> - </div><h4 id="styling"><span class="secno">4.2.7 </span><dfn title="styling processing model">Styling</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-link-element">link</a></code> and <code><a href="#the-style-element">style</a></code> elements can provide + </div><h4 id="styling"><span class="secno">4.2.7 </span><dfn title="styling processing model">Styling</dfn></h4><p>The <code><a href="#the-link-element">link</a></code> and <code><a href="#the-style-element">style</a></code> elements can provide styling information for the user agent to use when rendering the document. The DOM Styling specification specifies what styling information is to be used by the user agent and how it is to be Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1006 retrieving revision 1.1007 diff -u -d -r1.1006 -r1.1007 --- index.html 28 Aug 2010 13:50:45 -0000 1.1006 +++ index.html 8 Sep 2010 09:25:45 -0000 1.1007 @@ -324,11 +324,11 @@ <ol class="toc"><li><a class="no-num" href="index.html#index">Index</a> <ol><li><a class="no-num" href="index.html#elements-1">Elements</a></li><li><a class="no-num" href="index.html#element-content-categories">Element content categories</a></li><li><a class="no-num" href="index.html#attributes-1">Attributes</a></li><li><a class="no-num" href="index.html#interfaces">Interfaces</a></li><li><a class="no-num" href="index.html#events-0">Events</a></li></ol></li></ol></div> - <h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><div class="impl"> + <h2 class="no-num" id="index">Index</h2><div class="impl"> <p>The following sections only cover conforming elements and features.</p> - </div><h3 class="no-num" id="elements-1">Elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of elements</caption> + </div><h3 class="no-num" id="elements-1">Elements</h3><p><i>This section is non-normative.</i></p><table><caption>List of elements</caption> <thead><tr><th> Element </th><th> Description </th><th> Categories @@ -2758,7 +2758,7 @@ <td> <code>textContent</code> </table> ( include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent ) ---><h3 class="no-num" id="interfaces">Interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of interfaces for elements</caption> +--><h3 class="no-num" id="interfaces">Interfaces</h3><p><i>This section is non-normative.</i></p><table><caption>List of interfaces for elements</caption> <thead><tr><th> Element(s) </th><th> Interface(s) </th></tr></thead><tbody><tr><td> <code><a href="text-level-semantics.html#the-a-element">a</a></code> @@ -3062,7 +3062,7 @@ </td></tr><tr><td> <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code> </td><td> <code><a href="elements.html#htmlelement">HTMLElement</a></code> - </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> + </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> <thead><tr><th> Event </th><th> Interface </th><th> Description Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- the-button-element.html 28 Aug 2010 13:50:45 -0000 1.20 +++ the-button-element.html 8 Sep 2010 09:25:48 -0000 1.21 @@ -323,7 +323,7 @@ <a href="association-of-controls-and-forms.html">4.10.18 Association of controls and forms →</a> <ol class="toc"><li><ol><li><ol><li><a href="the-button-element.html#the-button-element"><span class="secno">4.10.8 </span>The <code>button</code> element</a></li><li><a href="the-button-element.html#the-select-element"><span class="secno">4.10.9 </span>The <code>select</code> element</a></li><li><a href="the-button-element.html#the-datalist-element"><span class="secno">4.10.10 </span>The <code>datalist</code> element</a></li><li><a href="the-button-element.html#the-optgroup-element"><span class="secno">4.10.11 </span>The <code>optgroup</code> element</a></li><li><a href="the-button-element.html#the-option-element"><span class="secno">4.10.12 </span>The <code>option</code> element</a></li><li><a href="the-button-element.html#the-textarea-element"><span class="secno">4.10.13 </span>The <code>textarea</code> element</a></li><li><a href="the-button-element.html#the-keygen-element"><span class="secno">4.10.14 </span>The <code>keygen</code> element</a></li><li><a href="the-button-element.html#the-output-elemet"><span class="secno">4.10.15 </span>The <code>output</code> element</a></li><li><a href="the-button-element.html#the-progress-element"><span class="secno">4.10.16 </span>The <code>progress</code> element</a></li><li><a href="the-button-element.html#the-meter-element"><span class="secno">4.10.17 </span>The <code>meter</code> element</a></li></ol></li></ol></li></ol></div> - <h4 id="the-button-element"><span class="secno">4.10.8 </span>The <dfn><code>button</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h4 id="the-button-element"><span class="secno">4.10.8 </span>The <dfn><code>button</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -463,7 +463,7 @@ Show hint </button></pre> - </div><h4 id="the-select-element"><span class="secno">4.10.9 </span>The <dfn><code>select</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-select-element"><span class="secno">4.10.9 </span>The <dfn><code>select</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -879,7 +879,7 @@ </select> </p></pre> - </div><h4 id="the-datalist-element"><span class="secno">4.10.10 </span>The <dfn><code>datalist</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-datalist-element"><span class="secno">4.10.10 </span>The <dfn><code>datalist</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -929,7 +929,7 @@ <code><a href="#the-datalist-element">datalist</a></code> element ancestor, it is <a href="association-of-controls-and-forms.html#barred-from-constraint-validation">barred from constraint validation</a>.</p> - </div><h4 id="the-optgroup-element"><span class="secno">4.10.11 </span>The <dfn><code>optgroup</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-optgroup-element"><span class="secno">4.10.11 </span>The <dfn><code>optgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-select-element">select</a></code> element.</dd> @@ -996,7 +996,7 @@ <p><input type=submit value="▶ Play"> </form></pre> - </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn><code>option</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn><code>option</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As a child of a <code><a href="#the-select-element">select</a></code> element.</dd> @@ -1058,9 +1058,7 @@ <p>The <dfn id="concept-option-selectedness" title="concept-option-selectedness">selectedness</dfn> of an <code><a href="#the-option-element">option</a></code> element is a boolean state, initially - false. If the element is <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a>, then the element's - <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is - always false and cannot be set to true. Except where otherwise + false. Except where otherwise specified, when the element is created, its <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> must be set to true if the element has a <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> attribute. Whenever an <code><a href="#the-option-element">option</a></code> element's <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> attribute is added, its @@ -1076,6 +1074,8 @@ initial <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> state when using the constructor.</p> + <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/604 --> + </div><p>A <code><a href="#the-select-element">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is not specified must not have more than one descendant <code><a href="#the-option-element">option</a></code> element with its <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> @@ -1093,6 +1093,8 @@ <p>Returns true if the element is selected, and false otherwise.</p> + <p>Can be set, to override the current state of the element.</p> + </dd> <dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index">index</a></code></dt> @@ -1150,8 +1152,9 @@ to the new value.</p> <p>The <dfn id="dom-option-selected" title="dom-option-selected"><code>selected</code></dfn> - IDL attribute must return true if the element's <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is true, and - false otherwise.</p> + IDL attribute, on getting, must return true if the element's <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is true, and + false otherwise. On setting, it must set the element's <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> to the new + value.</p> <p>The <dfn id="dom-option-index" title="dom-option-index"><code>index</code></dfn> IDL attribute must return the element's <a href="#concept-option-index" title="concept-option-index">index</a>.</p> @@ -1194,7 +1197,7 @@ <code><a href="browsers.html#window">Window</a></code> object on which the interface object of the invoked constructor is found.</p> - </div><h4 id="the-textarea-element"><span class="secno">4.10.13 </span>The <dfn><code>textarea</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-textarea-element"><span class="secno">4.10.13 </span>The <dfn><code>textarea</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -1467,7 +1470,7 @@ <pre><p>If you have any comments, please let us know: <textarea cols=80 name=comments></textarea></p></pre> - </div><h4 id="the-keygen-element"><span class="secno">4.10.14 </span>The <dfn><code>keygen</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-keygen-element"><span class="secno">4.10.14 </span>The <dfn><code>keygen</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> @@ -1732,7 +1735,7 @@ can then be used for various purposes, such as generating a client certificate, as mentioned above.</p> - </div><h4 id="the-output-element"><span class="secno">4.10.15 </span>The <dfn><code>output</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-output-element"><span class="secno">4.10.15 </span>The <dfn><code>output</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="forms.html#category-listed" title="category-listed">Listed</a>, <a href="forms.html#category-label" title="category-label">labelable</a>, and <a href="forms.html#category-reset" title="category-reset">resettable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> @@ -1883,7 +1886,7 @@ <output onforminput="value = a.valueAsNumber + b.valueAsNumber"></output> </form></pre> - </div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/96">ISSUE-96</a> (progress) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/96">ISSUE-96</a> (progress) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="forms.html#category-label" title="category-label">Labelable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> @@ -2011,7 +2014,7 @@ a list of the element's <code><a href="forms.html#the-label-element">label</a></code>s. The <code title="dom-fae-form"><a href="association-of-controls-and-forms.html#dom-fae-form">form</a></code> IDL attribute is part of the element's forms API.</p> - </div><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/97">ISSUE-97</a> (meter) blocks progress to Last Call</span></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt> + </div><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/97">ISSUE-97</a> (meter) blocks progress to Last Call</span></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="forms.html#category-label" title="category-label">Labelable</a> <a href="forms.html#form-associated-element">form-associated element</a>.</dd> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- dnd.html 28 Aug 2010 13:50:44 -0000 1.17 +++ dnd.html 8 Sep 2010 09:25:42 -0000 1.18 @@ -328,7 +328,7 @@ application</a></li></ol></li><li><a href="dnd.html#the-draggable-attribute"><span class="secno">7.9.5 </span>The <code>draggable</code> attribute</a></li><li><a href="dnd.html#security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.6 </span>Security risks in the drag-and-drop model</a></li></ol></li><li><a href="dnd.html#undo"><span class="secno">7.10 </span>Undo history</a> <ol><li><a href="dnd.html#definitions-2"><span class="secno">7.10.1 </span>Definitions</a></li><li><a href="dnd.html#the-undomanager-interface"><span class="secno">7.10.2 </span>The <code>UndoManager</code> interface</a></li><li><a href="dnd.html#undo:-moving-back-in-the-undo-transaction-history"><span class="secno">7.10.3 </span>Undo: moving back in the undo transaction history</a></li><li><a href="dnd.html#redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">7.10.4 </span>Redo: moving forward in the undo transaction history</a></li><li><a href="dnd.html#the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.5 </span>The <code>UndoManagerEvent</code> interface and the <code title="event-undo">undo</code> and <code title="event-redo">redo</code> events</a></li><li><a href="dnd.html#implementation-notes"><span class="secno">7.10.6 </span>Implementation notes</a></li></ol></li><li><a href="dnd.html#editing-apis"><span class="secno">7.11 </span>Editing AIs</a></li></ol></li></ol></div> - <h3 id="dnd"><span class="secno">7.9 </span><dfn>Drag and drop</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for drag and drop: + <h3 id="dnd"><span class="secno">7.9 </span><dfn>Drag and drop</dfn></h3><!-- v2 ideas for drag and drop: * being able to animate a drop target: @@ -411,7 +411,7 @@ not canceled, there must be at least one element in the middle step).</p> - </div><h4 id="introduction-5"><span class="secno">7.9.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event + </div><h4 id="introduction-5"><span class="secno">7.9.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event listener for <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> that stores the data being dragged.</p><p>The event handler typically needs to check that it's not a text selection that is being dragged, and then needs to store data into @@ -493,7 +493,7 @@ // remove the dragged element event.target.parentNode.removeChild(event.target); } -</script></pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2 </span>The <code><a href="#dragevent">DragEvent</a></code> and <code><a href="#datatransfer">DataTransfer</a></code> interfaces</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The drag-and-drop processing model involves several events. They +</script></pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2 </span>The <code><a href="#dragevent">DragEvent</a></code> and <code><a href="#datatransfer">DataTransfer</a></code> interfaces</h4><p>The drag-and-drop processing model involves several events. They all use the <code><a href="#dragevent">DragEvent</a></code> interface.</p><pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> { readonly attribute <a href="#datatransfer">DataTransfer</a> <a href="#dom-dragevent-datatransfer" title="dom-DragEvent-dataTransfer">dataTransfer</a>; @@ -730,7 +730,7 @@ current rendering of the elements added, whereas the former uses the exact specified image.</p> - </div><h4 id="dndevents"><span class="secno">7.9.3 </span>Events fired during a drag-and-drop action</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following events are involved in the drag-and-drop + </div><h4 id="dndevents"><span class="secno">7.9.3 </span>Events fired during a drag-and-drop action</h4><p>The following events are involved in the drag-and-drop model.</p><div class="impl"> <p>Whenever the processing model described below causes one of these @@ -858,7 +858,7 @@ <td><code title="">copy</code></td> </tr></table></div><div class="impl"> - <h4 id="drag-and-drop-processing-model"><span class="secno">7.9.4 </span>Drag-and-drop processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="drag-and-drop-processing-model"><span class="secno">7.9.4 </span>Drag-and-drop processing model</h4> <p>When the user attempts to begin a drag operation, the user agent must first determine what is being dragged. If the drag operation @@ -1367,7 +1367,7 @@ </div><div class="impl"> <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-document"><span class="secno">7.9.4.1 </span>When the drag-and-drop operation starts or ends in another - document</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + document</h5> <p>The model described above is independent of which <code><a href="infrastructure.html#document">Document</a></code> object the nodes involved are from; the events @@ -1378,7 +1378,7 @@ </div><div class="impl"> <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-application"><span class="secno">7.9.4.2 </span>When the drag-and-drop operation starts or ends in another - application</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + application</h5> <p>If the drag is initiated in another application, the <a href="#source-node">source node</a> is not a DOM node, and the user agent must use @@ -1404,7 +1404,7 @@ drag-and-drop operation being started or ended in another document from another domain.</p> - </div><h4 id="the-draggable-attribute"><span class="secno">7.9.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The + </div><h4 id="the-draggable-attribute"><span class="secno">7.9.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. It has three states. The first state is <i>true</i> and it has the keyword <code title="">true</code>. The second state is <i>false</i> and it has @@ -1534,7 +1534,7 @@ </div> --><div class="impl"> - <h4 id="security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.6 </span>Security risks in the drag-and-drop model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.6 </span>Security risks in the drag-and-drop model</h4> <p>User agents must not make the data added to the <code><a href="#datatransfer">DataTransfer</a></code> object during the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> event available to scripts @@ -1557,9 +1557,9 @@ data to be dragged from sensitive sources and dropped into hostile documents without the user's consent.</p> - </div><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><div class="impl"> - <h4 id="definitions-2"><span class="secno">7.10.1 </span>Definitions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="definitions-2"><span class="secno">7.10.1 </span>Definitions</h4> <p>The user agent must associate an <dfn id="undo-transaction-history">undo transaction history</dfn> with each <code><a href="dom.html#htmldocument">HTMLDocument</a></code> object.</p> @@ -1594,7 +1594,7 @@ to higher-level user actions (such as interactions with server-side state, or in the implementation of a drawing tool).</p> - </div><h4 id="the-undomanager-interface"><span class="secno">7.10.2 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo + </div><h4 id="the-undomanager-interface"><span class="secno">7.10.2 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo transaction history</a>, the <code><a href="#undomanager">UndoManager</a></code> interface can be used:</p><pre class="idl">interface <dfn id="undomanager">UndoManager</dfn> { readonly attribute unsigned long <a href="#dom-undomanager-length" title="dom-UndoManager-length">length</a>; @@ -1752,7 +1752,7 @@ </div><div class="impl"> - <h4 id="undo:-moving-back-in-the-undo-transaction-history"><span class="secno">7.10.3 </span><dfn title="do-undo">Undo: moving back in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="undo:-moving-back-in-the-undo-transaction-history"><span class="secno">7.10.3 </span><dfn title="do-undo">Undo: moving back in the undo transaction history</dfn></h4> <p>When the user invokes an undo operation, or when the <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code> method is called with the <code title="command-undo"><a href="#command-undo">undo</a></code> command, the @@ -1789,7 +1789,7 @@ command to undo his undo.</p> - <h4 id="redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">7.10.4 </span><dfn title="do-redo">Redo: moving forward in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">7.10.4 </span><dfn title="do-redo">Redo: moving forward in the undo transaction history</dfn></h4> <p>When the user invokes a redo operation, or when the <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code> method is called with the <code title="command-redo"><a href="#command-redo">redo</a></code> command, the @@ -1823,7 +1823,7 @@ object, using the <a href="#undo-object">undo object</a> entry's associated undo object as the event's data.</p> - </div><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.5 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="#event-undo">undo</a></code> and <code title="event-redo"><a href="#event-redo">redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a href="infrastructure.html#event">Event</a> { + </div><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.5 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="#event-undo">undo</a></code> and <code title="event-redo"><a href="#event-redo">redo</a></code> events</h4><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a href="infrastructure.html#event">Event</a> { readonly attribute any <a href="#dom-undomanagerevent-data" title="dom-UndoManagerEvent-data">data</a>; void <a href="#dom-undomanagerevent-initundomanagerevent" title="dom-UndoManagerEvent-initUndoManagerEvent">initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg); };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-UndoManagerEvent-data"><a href="#dom-undomanagerevent-data">data</a></code></dt> @@ -1851,7 +1851,7 @@ </div><div class="impl"> - <h4 id="implementation-notes"><span class="secno">7.10.6 </span>Implementation notes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="implementation-notes"><span class="secno">7.10.6 </span>Implementation notes</h4> <p>How user agents present the above conceptual model to the user is not defined. The undo interface could be a filtered view of the @@ -1868,7 +1868,7 @@ described in this section, however, such that to a script there is no detectable difference.</p> - </div><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="#execCommand">execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt> + </div><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="#execCommand">execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt> <dd> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- links.html 28 Aug 2010 13:50:45 -0000 1.23 +++ links.html 8 Sep 2010 09:25:46 -0000 1.24 @@ -329,7 +329,7 @@ <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a></li><li><a href="links.html#tag-clouds"><span class="secno">4.13.2 </span>Tag clouds</a></li><li><a href="links.html#conversations"><span class="secno">4.13.3 </span>Conversations</a></li><li><a href="links.html#footnotes"><span class="secno">4.13.4 </span>Footnotes</a></li></ol></li><li><a href="links.html#matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> <ol><li><a href="links.html#selectors"><span class="secno">4.14.1 </span>Case-sensitivity</a></li><li><a href="links.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></li></ol></li></ol></li></ol></div> - <h3 id="links"><span class="secno">4.12 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-2"><span class="secno">4.12.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Links are a conceptual construct, created by <code><a href="text-level-semantics.html#the-a-element">a</a></code>, + <h3 id="links"><span class="secno">4.12 </span>Links</h3><h4 id="introduction-2"><span class="secno">4.12.1 </span>Introduction</h4><p>Links are a conceptual construct, created by <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>, and <code><a href="semantics.html#the-link-element">link</a></code> elements, that <a href="rendering.html#represents" title="represents">represent</a> a connection between two resources, one of which is the current <code><a href="infrastructure.html#document">Document</a></code>. There are two kinds of links in HTML:</p><dl><dt><dfn id="external-resource-link" title="external resource link">Links to external @@ -402,7 +402,7 @@ agents must not use metadata included in the link to the resource to determine its type.</span></p><div class="impl"> - <h4 id="following-hyperlinks"><span class="secno">4.12.3 </span><dfn>Following hyperlinks</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="following-hyperlinks"><span class="secno">4.12.3 </span><dfn>Following hyperlinks</dfn></h4> <p>When a user <em>follows a hyperlink</em> created by an element, the user agent must <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> the @@ -458,7 +458,7 @@ which the element in question is associated as the <a href="history.html#source-browsing-context">source browsing context</a>.</p> - </div><h4 id="linkTypes"><span class="secno">4.12.4 </span>Link types</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following table summarizes the link types that are defined by + </div><h4 id="linkTypes"><span class="secno">4.12.4 </span>Link types</h4><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 sections.</p><p>In this section, the term <i>referenced document</i> refers to @@ -696,7 +696,7 @@ must also treat the keyword "<code title="">archive</code>" like the <code title="rel-archives"><a href="#rel-archives">archives</a></code> keyword.</p> - </div><h5 id="link-type-author"><span class="secno">4.12.4.3 </span>Link type "<dfn title="rel-author"><code>author</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-author"><a href="#link-type-author">author</a></code> keyword may be + </div><h5 id="link-type-author"><span class="secno">4.12.4.3 </span>Link type "<dfn title="rel-author"><code>author</code></dfn>"</h5><p>The <code title="rel-author"><a href="#link-type-author">author</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>For <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements, the <code title="rel-author"><a href="#link-type-author">author</a></code> keyword indicates that the referenced document provides further information about the author of @@ -714,7 +714,7 @@ attribute with the value "<code>made</code>" as having the <code title="rel-author"><a href="#link-type-author">author</a></code> keyword specified as a link relationship.</p> - </div><h5 id="link-type-bookmark"><span class="secno">4.12.4.4 </span>Link type "<dfn title="rel-bookmark"><code>bookmark</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword may be + </div><h5 id="link-type-bookmark"><span class="secno">4.12.4.4 </span>Link type "<dfn title="rel-bookmark"><code>bookmark</code></dfn>"</h5><p>The <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword may be used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword gives a permalink for the nearest ancestor <code><a href="sections.html#the-article-element">article</a></code> element of @@ -770,11 +770,11 @@ title="rel-contact">contact</code> keyword indicates that the referenced document provides further contact information for the page as a whole.</p> ---><h5 id="link-type-external"><span class="secno">4.12.4.5 </span>Link type "<dfn title="rel-external"><code>external</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-external"><a href="#link-type-external">external</a></code> keyword may be +--><h5 id="link-type-external"><span class="secno">4.12.4.5 </span>Link type "<dfn title="rel-external"><code>external</code></dfn>"</h5><p>The <code title="rel-external"><a href="#link-type-external">external</a></code> keyword may be used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-external"><a href="#link-type-external">external</a></code> keyword indicates that the link is leading to a document that is not part of the site - that the current document forms a part of.</p><h5 id="link-type-help"><span class="secno">4.12.4.6 </span>Link type "<dfn title="rel-help"><code>help</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-help"><a href="#link-type-help">help</a></code> keyword may be used with + that the current document forms a part of.</p><h5 id="link-type-help"><span class="secno">4.12.4.6 </span>Link type "<dfn title="rel-help"><code>help</code></dfn>"</h5><p>The <code title="rel-help"><a href="#link-type-help">help</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>For <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements, the <code title="rel-help"><a href="#link-type-help">help</a></code> keyword indicates that the referenced document provides further help information for the parent of the @@ -788,7 +788,7 @@ <pre> <p><label> Topic: <input name=topic> <a href="help/topic.html" rel="help">(Help)</a></label></p></pre> </div><p>For <code><a href="semantics.html#the-link-element">link</a></code> elements, the <code title="rel-help"><a href="#link-type-help">help</a></code> keyword indicates that the referenced - document provides help for the page as a whole.</p><h5 id="rel-icon"><span class="secno">4.12.4.7 </span>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword may be used with + document provides help for the page as a whole.</p><h5 id="rel-icon"><span class="secno">4.12.4.7 </span>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5><p>The <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code> elements. This keyword creates an <a href="#external-resource-link" title="external resource link">external resource link</a>.</p><div class="impl"> <p>The specified resource is an icon representing the page or site, @@ -885,7 +885,7 @@ <body> ...</pre> - </div><h5 id="link-type-license"><span class="secno">4.12.4.8 </span>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword may be used + </div><h5 id="link-type-license"><span class="secno">4.12.4.8 </span>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5><p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword indicates that the referenced document provides the copyright license terms @@ -938,7 +938,7 @@ must also treat the keyword "<code title="">copyright</code>" like the <code title="rel-license"><a href="#link-type-license">license</a></code> keyword.</p> - </div><h5 id="link-type-nofollow"><span class="secno">4.12.4.9 </span>Link type "<dfn title="rel-nofollow"><code>nofollow</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-nofollow"><a href="#link-type-nofollow">nofollow</a></code> keyword may be + </div><h5 id="link-type-nofollow"><span class="secno">4.12.4.9 </span>Link type "<dfn title="rel-nofollow"><code>nofollow</code></dfn>"</h5><p>The <code title="rel-nofollow"><a href="#link-type-nofollow">nofollow</a></code> keyword may be used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword does not create a <a href="#hyperlink">hyperlink</a>, but <a href="#hyperlink-annotation" title="hyperlink annotation">annotates</a> any other hyperlinks created by the element (the implied hyperlink, if no other keywords @@ -946,7 +946,7 @@ that the link is not endorsed by the original author or publisher of the page, or that the link to the referenced document was included primarily because of a commercial relationship between people - affiliated with the two pages.</p><h5 id="link-type-noreferrer"><span class="secno">4.12.4.10 </span>Link type "<dfn title="rel-noreferrer"><code>noreferrer</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-noreferrer"><a href="#link-type-noreferrer">noreferrer</a></code> keyword may be + affiliated with the two pages.</p><h5 id="link-type-noreferrer"><span class="secno">4.12.4.10 </span>Link type "<dfn title="rel-noreferrer"><code>noreferrer</code></dfn>"</h5><p>The <code title="rel-noreferrer"><a href="#link-type-noreferrer">noreferrer</a></code> keyword may be used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword does not create a <a href="#hyperlink">hyperlink</a>, but <a href="#hyperlink-annotation" title="hyperlink annotation">annotates</a> any other hyperlinks created by the element (the implied hyperlink, if no other keywords @@ -963,21 +963,21 @@ hyperlink creates a new <a href="browsers.html#browsing-context">browsing context</a>.</p> </div><!-- v2: Would be nice to apply this to other elements too, - e.g. letting <img> or CSS or <video> hide the referrer --><h5 id="link-type-pingback"><span class="secno">4.12.4.11 </span>Link type "<dfn title="rel-pingback"><code>pingback</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-pingback"><a href="#link-type-pingback">pingback</a></code> keyword may be + e.g. letting <img> or CSS or <video> hide the referrer --><h5 id="link-type-pingback"><span class="secno">4.12.4.11 </span>Link type "<dfn title="rel-pingback"><code>pingback</code></dfn>"</h5><p>The <code title="rel-pingback"><a href="#link-type-pingback">pingback</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code> elements. This keyword creates an <a href="#external-resource-link" title="external resource link">external resource link</a>.</p><p>For the semantics of the <code title="rel-pingback"><a href="#link-type-pingback">pingback</a></code> keyword, see the Pingback 1.0 - specification. <a href="references.html#refsPINGBACK">[PINGBACK]</a></p><h5 id="link-type-prefetch"><span class="secno">4.12.4.12 </span>Link type "<dfn title="rel-prefetch"><code>prefetch</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword may be + specification. <a href="references.html#refsPINGBACK">[PINGBACK]</a></p><h5 id="link-type-prefetch"><span class="secno">4.12.4.12 </span>Link type "<dfn title="rel-prefetch"><code>prefetch</code></dfn>"</h5><p>The <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates an <a href="#external-resource-link" title="external resource link">external resource link</a>.</p><p>The <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword indicates that preemptively fetching and caching the specified resource is likely to be beneficial, as it is highly likely that the user will - require this resource.</p><p>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword.</p><h5 id="link-type-search"><span class="secno">4.12.4.13 </span>Link type "<dfn title="rel-search"><code>search</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-search"><a href="#link-type-search">search</a></code> keyword may be used + require this resource.</p><p>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword.</p><h5 id="link-type-search"><span class="secno">4.12.4.13 </span>Link type "<dfn title="rel-search"><code>search</code></dfn>"</h5><p>The <code title="rel-search"><a href="#link-type-search">search</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-search"><a href="#link-type-search">search</a></code> keyword indicates that the referenced document provides an interface specifically for searching the document and its related resources.</p><p class="note">OpenSearch description documents can be used with <code><a href="semantics.html#the-link-element">link</a></code> elements and the <code title="rel-search"><a href="#link-type-search">search</a></code> link type to enable user agents to - autodiscover search interfaces. <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a></p><h5 id="link-type-stylesheet"><span class="secno">4.12.4.14 </span>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword may be + autodiscover search interfaces. <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a></p><h5 id="link-type-stylesheet"><span class="secno">4.12.4.14 </span>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5><p>The <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code> elements. This keyword creates an <a href="#external-resource-link" title="external resource link">external resource link</a> that contributes to the <a href="semantics.html#styling">styling processing model</a>.</p><p>The specified resource is a resource that describes how to present the document. Exactly how the resource is to be processed @@ -1003,23 +1003,23 @@ external resource is not a supported style sheet type, the user agent must instead assume it to be <code title="">text/css</code>.</p> - </div><h5 id="link-type-sidebar"><span class="secno">4.12.4.15 </span>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword may be used + </div><h5 id="link-type-sidebar"><span class="secno">4.12.4.15 </span>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5><p>The <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword indicates that the referenced document, if retrieved, is intended to be shown in a <a href="browsers.html#secondary-browsing-context">secondary browsing context</a> (if possible), instead - of in the current <a href="browsers.html#browsing-context">browsing context</a>.</p><p>A <a href="#hyperlink">hyperlink</a> with the <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword specified is a <dfn id="rel-sidebar-hyperlink" title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p><h5 id="link-type-tag"><span class="secno">4.12.4.16 </span>Link type "<dfn title="rel-tag"><code>tag</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> keyword may be used + of in the current <a href="browsers.html#browsing-context">browsing context</a>.</p><p>A <a href="#hyperlink">hyperlink</a> with the <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword specified is a <dfn id="rel-sidebar-hyperlink" title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p><h5 id="link-type-tag"><span class="secno">4.12.4.16 </span>Link type "<dfn title="rel-tag"><code>tag</code></dfn>"</h5><p>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> keyword indicates that the <em>tag</em> that the referenced document represents applies to the current document.</p><p class="note">Since it indicates that the tag <em>applies to the current document</em>, it would be inappropriate to use this keyword in the markup of a <a href="#tag-cloud">tag cloud</a>, which lists - the popular tag across a set of pages.</p><h5 id="hierarchical-link-types"><span class="secno">4.12.4.17 </span>Hierarchical link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some documents form part of a hierarchical structure of + the popular tag across a set of pages.</p><h5 id="hierarchical-link-types"><span class="secno">4.12.4.17 </span>Hierarchical link types</h5><p>Some documents form part of a hierarchical structure of documents.</p><p>A hierarchical structure of documents is one where each document can have various subdocuments. The document of which a document is a subdocument is said to be the document's <em>parent</em>. A document - with no parent forms the top of the hierarchy.</p><p>A document may be part of multiple hierarchies.</p><h6 id="link-type-index"><span class="secno">4.12.4.17.1 </span>Link type "<dfn title="rel-index"><code>index</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword may be used with + with no parent forms the top of the hierarchy.</p><p>A document may be part of multiple hierarchies.</p><h6 id="link-type-index"><span class="secno">4.12.4.17.1 </span>Link type "<dfn title="rel-index"><code>index</code></dfn>"</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/118">ISSUE-118</a> (broken-link-types) blocks progress to Last Call</span></p><p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword indicates that the document is part of a hierarchical structure, and that the link @@ -1030,7 +1030,7 @@ must also treat the keywords "<code title="">top</code>", "<code title="">contents</code>", and "<code title="">toc</code>" like the <code title="rel-index"><a href="#link-type-index">index</a></code> keyword.</p> - </div><h6 id="link-type-up"><span class="secno">4.12.4.17.2 </span>Link type "<dfn title="rel-up"><code>up</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-up"><a href="#link-type-up">up</a></code> keyword may be used with + </div><h6 id="link-type-up"><span class="secno">4.12.4.17.2 </span>Link type "<dfn title="rel-up"><code>up</code></dfn>"</h6><p>The <code title="rel-up"><a href="#link-type-up">up</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-up"><a href="#link-type-up">up</a></code> keyword indicates that the document is part of a hierarchical structure, and that the link is @@ -1083,10 +1083,10 @@ </div><p class="note">The <code title="dom-a-relList"><a href="text-level-semantics.html#dom-a-rellist">relList</a></code> IDL attribute (e.g. on the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element) does not currently represent multiple <code title="rel-up"><a href="#link-type-up">up</a></code> keywords (the - interface hides duplicates).</p><h5 id="sequential-link-types"><span class="secno">4.12.4.18 </span>Sequential link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some documents form part of a sequence of documents.</p><p>A sequence of documents is one where each document can have a + interface hides duplicates).</p><h5 id="sequential-link-types"><span class="secno">4.12.4.18 </span>Sequential link types</h5><p>Some documents form part of a sequence of documents.</p><p>A sequence of documents is one where each document can have a <em>previous sibling</em> and a <em>next sibling</em>. A document with no previous sibling is the start of its sequence, a document - with no next sibling is the end of its sequence.</p><p>A document may be part of multiple sequences.</p><h6 id="link-type-first"><span class="secno">4.12.4.18.1 </span>Link type "<dfn title="rel-first"><code>first</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword may be used with + with no next sibling is the end of its sequence.</p><p>A document may be part of multiple sequences.</p><h6 id="link-type-first"><span class="secno">4.12.4.18.1 </span>Link type "<dfn title="rel-first"><code>first</code></dfn>"</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/118">ISSUE-118</a> (broken-link-types) blocks progress to Last Call</span></p><p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword indicates that the document is part of a sequence, and that the link is leading to @@ -1096,7 +1096,7 @@ must also treat the keywords "<code title="">begin</code>" and "<code title="">start</code>" like the <code title="rel-first"><a href="#link-type-first">first</a></code> keyword.</p> - </div><h6 id="link-type-last"><span class="secno">4.12.4.18.2 </span>Link type "<dfn title="rel-last"><code>last</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-last"><a href="#link-type-last">last</a></code> keyword may be used with + </div><h6 id="link-type-last"><span class="secno">4.12.4.18.2 </span>Link type "<dfn title="rel-last"><code>last</code></dfn>"</h6><p>The <code title="rel-last"><a href="#link-type-last">last</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-last"><a href="#link-type-last">last</a></code> keyword indicates that the document is part of a sequence, and that the link is leading to the @@ -1106,11 +1106,11 @@ must also treat the keyword "<code title="">end</code>" like the <code title="rel-last"><a href="#link-type-last">last</a></code> keyword.</p> - </div><h6 id="link-type-next"><span class="secno">4.12.4.18.3 </span>Link type "<dfn title="rel-next"><code>next</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-next"><a href="#link-type-next">next</a></code> keyword may be used with + </div><h6 id="link-type-next"><span class="secno">4.12.4.18.3 </span>Link type "<dfn title="rel-next"><code>next</code></dfn>"</h6><p>The <code title="rel-next"><a href="#link-type-next">next</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-next"><a href="#link-type-next">next</a></code> keyword indicates that the document is part of a sequence, and that the link is leading to the - document that is the next logical document in the sequence.</p><h6 id="link-type-prev"><span class="secno">4.12.4.18.4 </span>Link type "<dfn title="rel-prev"><code>prev</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword may be used with + document that is the next logical document in the sequence.</p><h6 id="link-type-prev"><span class="secno">4.12.4.18.4 </span>Link type "<dfn title="rel-prev"><code>prev</code></dfn>"</h6><p>The <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword indicates that the document is part of a sequence, and that the link is leading to the @@ -1120,7 +1120,7 @@ must also treat the keyword "<code title="">previous</code>" like the <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword.</p> - </div><h5 id="other-link-types"><span class="secno">4.12.4.19 </span>Other link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><span title="concept-rel-extensions">Extensions to the predefined + </div><h5 id="other-link-types"><span class="secno">4.12.4.19 </span>Other link types</h5><p><span title="concept-rel-extensions">Extensions to the predefined set of link types</span> may be registered in the <a href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki RelExtensions page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any time to add a type. Extension types must be specified with the @@ -1286,7 +1286,7 @@ RelExtensions page</a> with the status "proposed" or "ratified" may be used with the <code title="">rel</code> attribute on <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements in - accordance to the "Effect on..." field. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/89">ISSUE-89</a> (idioms) blocks progress to Last Call</span></p><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page — not including headers and + accordance to the "Effect on..." field. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/89">ISSUE-89</a> (idioms) blocks progress to Last Call</span></p><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page — not including headers and footers, navigation links, sidebars, advertisements, and so forth — can be marked up in a variety of ways, depending on the needs of the author.</p><p>The simplest solution is to not mark up the main content at all, @@ -1430,7 +1430,7 @@ </body> </html></pre> - </div><h4 id="tag-clouds"><span class="secno">4.13.2 </span>Tag clouds</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p id="tag-cloud">This specification does not define any markup + </div><h4 id="tag-clouds"><span class="secno">4.13.2 </span>Tag clouds</h4><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 are encouraged to either mark up such lists using <code><a href="grouping-content.html#the-ul-element">ul</a></code> @@ -1475,7 +1475,7 @@ that apply to the page itself; they are just part of an index listing the tags themselves.</p> - </div><h4 id="conversations"><span class="secno">4.13.3 </span>Conversations</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-September/022576.html --><p>This specification does not define a specific element for marking + </div><h4 id="conversations"><span class="secno">4.13.3 </span>Conversations</h4><!-- http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-September/022576.html --><p>This specification does not define a specific element for marking up conversations, meeting minutes, chat transcripts, dialogues in screenplays, instant message logs, and other situations where different players take turns in discourse.</p><p>Instead, authors are encouraged to mark up conversations using @@ -1508,7 +1508,7 @@ <p> <time>14:24</time> <b>kaj</b> you are not helping your case</pre> <!-- with thanks to http://bash.org/?854262 --> - </div><h4 id="footnotes"><span class="secno">4.13.4 </span>Footnotes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>HTML does not have a dedicated mechanism for marking up + </div><h4 id="footnotes"><span class="secno">4.13.4 </span>Footnotes</h4><p>HTML does not have a dedicated mechanism for marking up footnotes. Here are the recommended alternatives.</p><hr><p>For short inline annotations, the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute should be used.</p><div class="example"> <p>In this example, two parts of a dialogue are annotated with @@ -1599,9 +1599,9 @@ </div><div class="impl"> - <h3 id="matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> - <h4 id="selectors"><span class="secno">4.14.1 </span>Case-sensitivity</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="selectors"><span class="secno">4.14.1 </span>Case-sensitivity</h4> <p>Attribute and element <em>names</em> of <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#html-documents">HTML documents</a> must be treated as @@ -1669,7 +1669,7 @@ treated as <a href="infrastructure.html#case-sensitive">case-sensitive</a>.</p> - <h4 id="pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</h4> <p>There are a number of dynamic selectors that can be used with HTML. This section defines when these selectors match HTML @@ -1749,7 +1749,7 @@ <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements that are not <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - <li><code><a href="the-button-element.html#the-option-element">option</a></code> elements that do not have a <code title="attr-option-disabled"><a href="the-button-element.html#attr-option-disabled">disabled</a></code> attribute</li> + <li><code><a href="the-button-element.html#the-option-element">option</a></code> elements that are not <a href="the-button-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a></li> <li><code><a href="interactive-elements.html#the-command">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="interactive-elements.html#attr-command-disabled">disabled</a></code> attribute</li> @@ -1779,7 +1779,7 @@ <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements that are <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - <li><code><a href="the-button-element.html#the-option-element">option</a></code> elements that have a <code title="attr-option-disabled"><a href="the-button-element.html#attr-option-disabled">disabled</a></code> attribute</li> + <li><code><a href="the-button-element.html#the-option-element">option</a></code> elements that are <a href="the-button-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a></li> <li><code><a href="interactive-elements.html#the-command">command</a></code> elements that have a <code title="attr-command-disabled"><a href="interactive-elements.html#attr-command-disabled">disabled</a></code> attribute</li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1200 retrieving revision 1.1201 diff -u -d -r1.1200 -r1.1201 --- spec.html 28 Aug 2010 13:50:45 -0000 1.1200 +++ spec.html 8 Sep 2010 09:25:47 -0000 1.1201 @@ -315,7 +315,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-28-august-2010">Editor's Draft 28 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-september-2010">Editor's Draft 8 September 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4304. +This is revision 1.4343. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -421,7 +421,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 28 August 2010 Editor's Draft. + This specification is the 8 September 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -640,18 +640,18 @@ <li><a href="embedded-content-1.html#embedded-content-1"><span class="secno">4.8 </span>Embedded content</a> <ol><li><a href="embedded-content-1.html#the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a> <ol><li><a href="embedded-content-1.html#alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</a> - <ol><li><a href="embedded-content-1.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1 </span>A link or button containing nothing but the image</a></li> - <li><a href="embedded-content-1.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.2 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li> - <li><a href="embedded-content-1.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.3 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li> - <li><a href="embedded-content-1.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.4 </span>Text that has been rendered to a graphic for typographical effect</a></li> - <li><a href="embedded-content-1.html#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.5 </span>A graphical representation of some of the surrounding text</a></li> - <li><a href="embedded-content-1.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.6 </span>A purely decorative image that doesn't add any information</a></li> - <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.7 </span>A group of images that form a single larger picture with no links</a></li> - <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with links</a></li> - <li><a href="embedded-content-1.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.9 </span>A key part of the content</a></li> - <li><a href="embedded-content-1.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.10 </span>An image not intended for the user</a></li> - <li><a href="embedded-content-1.html#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.11 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</a></li> - <li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.12 </span>General guidelines</a></li> + <ol><li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</a></li> + <li><a href="embedded-content-1.html#a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.2 </span>A link or button containing nothing but the image</a></li> + <li><a href="embedded-content-1.html#a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations"><span class="secno">4.8.1.1.3 </span>A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations</a></li> + <li><a href="embedded-content-1.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.1.1.4 </span>A short phrase or label with an alternative graphical representation: icons, logos</a></li> + <li><a href="embedded-content-1.html#text-that-has-been-rendered-to-a-graphic-for-typographical-effect"><span class="secno">4.8.1.1.5 </span>Text that has been rendered to a graphic for typographical effect</a></li> + <li><a href="embedded-content-1.html#a-graphical-representation-of-some-of-the-surrounding-text"><span class="secno">4.8.1.1.6 </span>A graphical representation of some of the surrounding text</a></li> + <li><a href="embedded-content-1.html#a-purely-decorative-image-that-doesn-t-add-any-information"><span class="secno">4.8.1.1.7 </span>A purely decorative image that doesn't add any information</a></li> + <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-no-links"><span class="secno">4.8.1.1.8 </span>A group of images that form a single larger picture with no links</a></li> + <li><a href="embedded-content-1.html#a-group-of-images-that-form-a-single-larger-picture-with-links"><span class="secno">4.8.1.1.9 </span>A group of images that form a single larger picture with links</a></li> + <li><a href="embedded-content-1.html#a-key-part-of-the-content"><span class="secno">4.8.1.1.10 </span>A key part of the content</a></li> + <li><a href="embedded-content-1.html#an-image-not-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</a></li> + <li><a href="embedded-content-1.html#an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images"><span class="secno">4.8.1.1.12 </span>An image in an e-mail or private document intended for a specific person who is known to be able to view images</a></li> <li><a href="embedded-content-1.html#guidance-for-markup-generators"><span class="secno">4.8.1.1.13 </span>Guidance for markup generators</a></li> <li><a href="embedded-content-1.html#guidance-for-conformance-checkers"><span class="secno">4.8.1.1.14 </span>Guidance for conformance checkers</a></li></ol></li></ol></li> <li><a href="the-iframe-element.html#the-iframe-element"><span class="secno">4.8.2 </span>The <code>iframe</code> element</a></li> Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec/number-state.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- number-state.html 11 Aug 2010 03:56:44 -0000 1.11 +++ number-state.html 8 Sep 2010 09:25:46 -0000 1.12 @@ -323,7 +323,7 @@ <a href="common-input-element-attributes.html">4.10.7.2 Common input element attributes →</a> <ol class="toc"><li><ol><li><ol><li><ol><li><ol><li><a href="number-state.html#number-state"><span class="secno">4.10.7.1.13 </span>Number state</a></li><li><a href="number-state.html#range-state"><span class="secno">4.10.7.1.14 </span>Range state</a></li><li><a href="number-state.html#color-state"><span class="secno">4.10.7.1.15 </span>Color state</a></li><li><a href="number-state.html#checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a></li><li><a href="number-state.html#radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a></li><li><a href="number-state.html#file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a></li><li><a href="number-state.html#submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a></li><li><a href="number-state.html#image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a></li><li><a href="number-state.html#reset-button-state"><span class="secno">4.10.7.1.21 /span>Reset Button state</a></li><li><a href="number-state.html#button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></li></ol></li></ol></li></ol></li></ol></li></ol></div> - <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#number-state" title="attr-input-type-number">Number</a> state, the rules in this section apply.</p> @@ -366,7 +366,9 @@ <p>When the element is <a href="association-of-controls-and-forms.html#suffering-from-a-step-mismatch">suffering from a step mismatch</a>, the user agent may round the element's <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> to the nearest number for which the element would not <a href="association-of-controls-and-forms.html#suffering-from-a-step-mismatch" title="suffering from a step - mismatch">suffer from a step mismatch</a>.</p> + mismatch">suffer from a step mismatch</a>. If there are two such + numbers, user agents are encouraged to pick the one nearest positive + infinity.</p> <p><strong>The <a href="the-input-element.html#concept-input-value-string-number" title="concept-input-value-string-number">algorithm to convert a string to a number</a>, given a string <var title="">input</var>, @@ -432,7 +434,7 @@ <code class="no-backref" title="dom-textarea/input-select"><a href="editing.html#dom-textarea-input-select">select()</a></code> and <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="editing.html#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p> - </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#range-state" title="attr-input-type-range">Range</a> state, the rules in this section apply.</p> @@ -501,7 +503,13 @@ than or equal to the <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and, if the <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a> is not less than the <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, which - is less than or equal to the <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>.</p> + is less than or equal to the <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>. If two numbers match these + constraints, then user agents must use the one nearest to positive + infinity.</p> + + <p class="example">For example, the markup + <code><input type="range" min=0 max=100 step=20 value=50></code> + results in a range control whose initial value is 60.</p> <p><strong>The <a href="the-input-element.html#concept-input-value-string-number" title="concept-input-value-string-number">algorithm to convert a string to a number</a>, given a string <var title="">input</var>, @@ -622,7 +630,7 @@ maintain the same resolution for the tick marks, despite the differences in width.</p> - </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#color-state" title="attr-input-type-color">Color</a> state, the rules in this section apply.</p> @@ -708,7 +716,7 @@ <code class="no-backref" title="dom-input-stepDown"><a href="common-input-element-attributes.html#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="common-input-element-attributes.html#dom-input-stepup">stepUp()</a></code> methods.</p> - </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state, the rules in this section apply.</p> @@ -805,7 +813,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> event does not apply.</p> - </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#radio-button-state" title="attr-input-type-radio">Radio Button</a> state, the rules in this section apply.</p> @@ -922,7 +930,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> event does not apply.</p> - </div><h6 id="file-upload-state"><span class="secno">4.10.7.1.18 </span><dfn title="attr-input-type-file">File Upload</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas: + </div><h6 id="file-upload-state"><span class="secno">4.10.7.1.18 </span><dfn title="attr-input-type-file">File Upload</dfn> state</h6><!-- v2 ideas: * maximum height/width or required ratio for image uploads? - Leons Petrazickis * maximum per-file upload size - Alfonso Martínez de Lizarrondo --><div class="impl"> @@ -1081,7 +1089,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> event does not apply.</p> - </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#submit-button-state" title="attr-input-type-submit">Submit Button</a> state, the rules in this section apply.</p> @@ -1156,7 +1164,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="common-input-element-attributes.html#event-input-change">change</a></code> events do not apply.</p> - </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state, the rules in this section apply.</p> @@ -1351,7 +1359,7 @@ </div><p class="note">Many aspects of this state's behavior are similar to the behavior of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> element. Readers are encouraged to read that section, where many of the same requirements are - described in more detail.</p><h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + described in more detail.</p><h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#reset-button-state" title="attr-input-type-reset">Reset Button</a> state, the rules in this section apply.</p> @@ -1421,7 +1429,7 @@ <p>The <code class="no-backref" title="event-input-input"><a href="common-input-element-attributes.html#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="common-input-element-attributes.html#event-input-change">change</a></code> events do not apply.</p> - </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><div class="impl"> <p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="#button-state" title="attr-input-type-button">Button</a> state, the rules in this section apply.</p> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- sections.html 28 Aug 2010 13:50:45 -0000 1.13 +++ sections.html 8 Sep 2010 09:25:47 -0000 1.14 @@ -328,7 +328,7 @@ elements</a></li><li><a href="sections.html#the-hgroup-element"><span class="secno">4.4.7 </span>The <code>hgroup</code> element</a></li><li><a href="sections.html#the-header-element"><span class="secno">4.4.8 </span>The <code>header</code> element</a></li><li><a href="sections.html#the-footer-element"><span class="secno">4.4.9 </span>The <code>footer</code> element</a></li><li><a href="sections.html#the-address-element"><span class="secno">4.4.10 </span>The <code>address</code> element</a></li><li><a href="sections.html#headings-and-sections"><span class="secno">4.4.11 </span>Headings and sections</a> <ol><li><a href="sections.html#outlines"><span class="secno">4.4.11.1 </span>Creating an outline</a></li></ol></li></ol></li></ol></li></ol></div> - <h3 id="sections"><span class="secno">4.4 </span>Sections</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-body-element-0"><span class="secno">4.4.1 </span>The <dfn><code>body</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + <h3 id="sections"><span class="secno">4.4 </span>Sections</h3><h4 id="the-body-element-0"><span class="secno">4.4.1 </span>The <dfn><code>body</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="#sectioning-root">Sectioning root</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>As the second element in an <code><a href="semantics.html#the-html-element-0">html</a></code> element.</dd> @@ -435,7 +435,7 @@ </body> </html></pre> - </div><h4 id="the-section-element"><span class="secno">4.4.2 </span>The <dfn><code>section</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-section-element"><span class="secno">4.4.2 </span>The <dfn><code>section</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#sectioning-content">Sectioning content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -541,7 +541,7 @@ ></Body ></Html></pre> - </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#sectioning-content">Sectioning content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -663,7 +663,7 @@ </footer> </body></pre> - </div><h4 id="the-article-element"><span class="secno">4.4.4 </span>The <dfn><code>article</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-article-element"><span class="secno">4.4.4 </span>The <dfn><code>article</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#sectioning-content">Sectioning content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -750,7 +750,7 @@ <code><a href="#the-header-element">header</a></code> in this case wouldn't be wrong either; it's mostly a matter of authoring preference.)</p> - </div><h4 id="the-aside-element"><span class="secno">4.4.5 </span>The <dfn><code>aside</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-aside-element"><span class="secno">4.4.5 </span>The <dfn><code>aside</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#sectioning-content">Sectioning content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -936,7 +936,7 @@ </section> </body></pre> - </div><h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn><code>hgroup</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn><code>hgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="content-models.html#heading-content">Heading content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> @@ -989,7 +989,7 @@ http://www.brucelawson.co.uk/2009/html-5-is-a-mess/#comment-618895 --> - </div><h4 id="the-header-element"><span class="secno">4.4.8 </span>The <dfn><code>header</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-header-element"><span class="secno">4.4.8 </span>The <dfn><code>header</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1072,7 +1072,7 @@ <!-- this is still part of the subsection entitled "Games" --> ...</pre> - </div><h4 id="the-footer-element"><span class="secno">4.4.9 </span>The <dfn><code>footer</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-footer-element"><span class="secno">4.4.9 </span>The <dfn><code>footer</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1159,7 +1159,7 @@ </BODY> </HTML></pre> - </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -1246,7 +1246,7 @@ user, or use it for other purposes, such as indexing sections based on the sections' contact information.</p> - </div><h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn>Headings and sections</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements and the + </div><h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn>Headings and sections</dfn></h4><p>The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements and the <code><a href="#the-hgroup-element">hgroup</a></code> element are headings.</p><p>The first element of <a href="content-models.html#heading-content">heading content</a> in an element of <a href="content-models.html#sectioning-content">sectioning content</a> <a href="rendering.html#represents">represents</a> the heading for that section. Subsequent headings of equal or higher @@ -1368,7 +1368,7 @@ </section> </body></pre> - </div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><div class="impl"> <!-- v2 idea: It would be nice if there was a way to use this to autogenerate a table of contents or some such --> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- namespaces.html 11 Aug 2010 03:56:44 -0000 1.9 +++ namespaces.html 8 Sep 2010 09:25:46 -0000 1.10 @@ -323,7 +323,7 @@ <a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a> </div> - <h3 id="namespaces"><span class="secno">2.8 </span>Namespaces</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="html-namespace-0">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code></p><p>The <dfn id="mathml-namespace">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code></p><p>The <dfn id="svg-namespace">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code></p><p>The <dfn id="xlink-namespace">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code></p><p>The <dfn id="xml-namespace">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code></p><p>The <dfn id="xmlns-namespace">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code></p><hr><p>Data mining tools and other user agents that perform operations + <h3 id="namespaces"><span class="secno">2.8 </span>Namespaces</h3><p>The <dfn id="html-namespace-0">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code></p><p>The <dfn id="mathml-namespace">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code></p><p>The <dfn id="svg-namespace">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code></p><p>The <dfn id="xlink-namespace">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code></p><p>The <dfn id="xml-namespace">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code></p><p>The <dfn id="xmlns-namespace">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code></p><hr><p>Data mining tools and other user agents that perform operations on content without running scripts, evaluating CSS or XPath expressions, or otherwise exposing the resulting DOM to arbitrary content, may "support namespaces" by just asserting that their DOM Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- introduction.html 27 Aug 2010 00:47:16 -0000 1.1004 +++ introduction.html 8 Sep 2010 09:25:46 -0000 1.1005 @@ -325,14 +325,14 @@ <ol><li><a href="introduction.html#how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</a></li><li><a href="introduction.html#typographic-conventions"><span class="secno">1.7.2 </span>Typographic conventions</a></li></ol></li><li><a href="introduction.html#a-quick-introduction-to-html"><span class="secno">1.8 </span>A quick introduction to HTML</a></li><li><a href="introduction.html#conformance-requirements-for-authors"><span class="secno">1.9 </span>Conformance requirements for authors</a> <ol><li><a href="introduction.html#presentational-markup"><span class="secno">1.9.1 </span>Presentational markup</a></li><li><a href="introduction.html#syntax-errors"><span class="secno">1.9.2 </span>Syntax errors</a></li><li><a href="introduction.html#restrictions-on-content-models-and-on-attribute-values"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a></li></ol></li><li><a href="introduction.html#recommended-reading"><span class="secno">1.10 </span>Recommended reading</a></li></ol></li></ol></div> - <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="background"><span class="secno">1.1 </span>Background</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML + <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML was primarily designed as a language for semantically describing scientific documents, although its general design and adaptations over the years have enabled it to be used to describe a number of other types of documents.</p><p>The main area that has not been adequately addressed by HTML is a vague subject referred to as Web Applications. This specification attempts to rectify this, while at the same time updating the HTML - specifications to address issues raised in the past few years.</p><h3 id="audience"><span class="secno">1.2 </span>Audience</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification is intended for authors of documents and + specifications to address issues raised in the past few years.</p><h3 id="audience"><span class="secno">1.2 </span>Audience</h3><p><i>This section is non-normative.</i></p><p>This specification is intended for authors of documents and scripts that use the features defined in this specification<span class="impl">, implementors of tools that operate on pages that use the features defined in this specification, and individuals wishing to establish the correctness of documents or implementations with @@ -344,7 +344,7 @@ Events is necessary for a complete understanding of some of the more technical parts of this specification. An understanding of Web IDL, HTTP, XML, Unicode, character encodings, JavaScript, and CSS will - also be helpful in places but is not essential.</p><h3 id="scope"><span class="secno">1.3 </span>Scope</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification is limited to providing a semantic-level + also be helpful in places but is not essential.</p><h3 id="scope"><span class="secno">1.3 </span>Scope</h3><p><i>This section is non-normative.</i></p><p>This specification is limited to providing a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications.</p><p>The scope of this specification does not include providing @@ -362,7 +362,7 @@ systems, searching systems, games (especially multiplayer online games), public telephone books or address books, communications software (e-mail clients, instant messaging clients, discussion - software), document editing software, etc.</p><h3 id="history-1"><span class="secno">1.4 </span>History</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>For its first five years (1990-1995), HTML went through a number + software), document editing software, etc.</p><h3 id="history-1"><span class="secno">1.4 </span>History</h3><p><i>This section is non-normative.</i></p><p>For its first five years (1990-1995), HTML went through a number of revisions and experienced a number of extensions, primarily hosted first at CERN, and then at the IETF.</p><p>With the creation of the W3C, HTML's development changed venue again. A first abortive attempt at extending HTML in 1995 known as @@ -434,7 +434,7 @@ minor differences. For an exact list of differences, please see the WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working group to document the differences between this specification and the - language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first + language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting technologies, have been developed over a period of several decades by a wide array of people with different priorities who, in many @@ -444,20 +444,20 @@ often become de-facto, and now de-jure, standards, as content is often unintentionally written in ways that rely on them before they can be fixed.</p><p>Despite all this, efforts have been made to adhere to certain - design goals. These are described in the next few subsections.</p><h4 id="serializability-of-script-execution"><span class="secno">1.5.1 </span>Serializability of script execution</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>To avoid exposing Web authors to the complexities of + design goals. These are described in the next few subsections.</p><h4 id="serializability-of-script-execution"><span class="secno">1.5.1 </span>Serializability of script execution</h4><p><i>This section is non-normative.</i></p><p>To avoid exposing Web authors to the complexities of multithreading, the HTML and DOM APIs are designed such that no script can ever detect the simultaneous execution of other scripts. Even with <span title="Worker">workers</span>, the intent is that the behavior of implementations can be thought of as completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="timers.html#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to - run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of + run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of other specifications. In certain circumstances, unfortunately, conflicting needs have led to this specification violating the requirements of these other specifications. Whenever this has occurred, the transgressions have each been noted as a "<dfn id="willful-violation">willful violation</dfn>", and the reason for the violation has been - noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing + noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with in-memory representations of resources that use this language.</p><p>The in-memory representation is known as "DOM HTML", or "the DOM" for short. This specification defines version 5 of DOM HTML, known @@ -492,7 +492,7 @@ Similarly, documents that use the <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> feature can be represented using the HTML syntax, but cannot be represented with the DOM or in XML. Comments that contain the string "<code title="">--></code>" can only be represented in the DOM, not in - the HTML and XML syntaxes.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification is divided into the following major + the HTML and XML syntaxes.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><p><i>This section is non-normative.</i></p><p>This specification is divided into the following major sections:</p><dl><dt><a href="infrastructure.html#infrastructure">Common infrastructure</a></dt> <dd>The conformance classes, algorithms, definitions, and the @@ -546,11 +546,11 @@ </dl><p>There are also some appendices, defining <a href="rendering.html#rendering">rendering rules</a> for Web browsers and listing <a href="obsolete.html#obsolete">obsolete features</a> and <a href="iana.html#iana">IANA - considerations</a>.</p><h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification should be read like all other specifications. + considerations</a>.</p><h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p>This specification should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the - cross-references.</p><h4 id="typographic-conventions"><span class="secno">1.7.2 </span>Typographic conventions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This is a definition, requirement, or explanation.</p><p class="note">This is a note.</p><p class="example">This is an example.</p><p class="XXX">This is an open issue.</p><p class="warning">This is a warning.</p><pre class="idl extract">interface <dfn title="">Example</dfn> { + cross-references.</p><h4 id="typographic-conventions"><span class="secno">1.7.2 </span>Typographic conventions</h4><p>This is a definition, requirement, or explanation.</p><p class="note">This is a note.</p><p class="example">This is an example.</p><p class="XXX">This is an open issue.</p><p class="warning">This is a warning.</p><pre class="idl extract">interface <dfn title="">Example</dfn> { // this is an IDL definition };</pre><dl class="domintro"><dt><var title="">variable</var> = <var title="">object</var> . <code title="">method</code>( [ <var title="">optionalArgument</var> ] )</dt> @@ -564,7 +564,7 @@ <a href="#x-this" title="x-this">this</a> or like <i title="x-this"><a href="#x-this">this</a></i>.</p><p>The defining instance of an element, attribute, or API is marked up like <dfn id="x-that" title="x-that"><code>this</code></dfn>. References to that element, attribute, or API are marked up like <code title="x-that"><a href="#x-that">this</a></code>.</p><p>Other code fragments are marked up <code title="">like - this</code>.</p><p>Variables are marked up like <var title="">this</var>.</p><p class="impl">This is an implementation requirement.</p><h3 id="a-quick-introduction-to-html"><span class="secno">1.8 </span>A quick introduction to HTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>A basic HTML document looks like this:</p><pre id="intro-early-example"><!DOCTYPE html> + this</code>.</p><p>Variables are marked up like <var title="">this</var>.</p><p class="impl">This is an implementation requirement.</p><h3 id="a-quick-introduction-to-html"><span class="secno">1.8 </span>A quick introduction to HTML</h3><p><i>This section is non-normative.</i></p><p>A basic HTML document looks like this:</p><pre id="intro-early-example"><!DOCTYPE html> <html> <head> <title>Sample page</title> @@ -599,13 +599,18 @@ markup, turning it into a DOM (Document Object Model) tree. A DOM tree is an in-memory representation of a document.</p><p>DOM trees contain several kinds of nodes, in particular a DOCTYPE node, elements, text nodes, and comment nodes.</p><p>The <a href="#intro-early-example">markup snippet at the top of - this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code><a href="semantics.html#the-html-element-0">html</a></code></li><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="semantics.html#the-title-element-0">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣</span></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></cod><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="text-level-semantics.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span></li><li class="t3"><code>#text</code>: <span title="">⏎␣⏎</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#root-element">roo element</a> of this tree is the + this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code title="">html</code></li><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="semantics.html#the-title-element-0">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣</span></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code><ul><li class="t3"><code>#text</code> <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="text-level-semantics.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span></li><li class="t3"><code>#text</code>: <span title="">⏎␣⏎</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#root-element">root element</a> of this tree is the <code><a href="semantics.html#the-html-element-0">html</a></code> element, which is the element always found at the root of HTML documents. It contains two elements, <code><a href="semantics.html#the-head-element-0">head</a></code> and <code><a href="sections.html#the-body-element-0">body</a></code>, as well as a text node between them.</p><p>There are many more text nodes in the DOM tree than one would initially expect, because the source contains a number of spaces (represented here by "␣") and line breaks ("⏎") that - all end up as text nodes in the DOM.</p><p>The <code><a href="semantics.html#the-head-element-0">head</a></code> element contains a <code><a href="semantics.html#the-title-element-0">title</a></code> + all end up as text nodes in the DOM. However, for historical reasons + not all of the spaces and line breaks in the original markup appear + in the DOM. In particular, all the whitespace before + <code><a href="semantics.html#the-head-element-0">head</a></code> start tag ends up being dropped silently, and all + the whitespace after the <code><a href="sections.html#the-body-element-0">body</a></code> end tag ends up placed at + the end of the <code><a href="sections.html#the-body-element-0">body</a></code>.</p><p>The <code><a href="semantics.html#the-head-element-0">head</a></code> element contains a <code><a href="semantics.html#the-title-element-0">title</a></code> element, which itself contains a text node with the text "Sample page". Similarly, the <code><a href="sections.html#the-body-element-0">body</a></code> element contains an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element, a <code><a href="grouping-content.html#the-p-element">p</a></code> element, and a @@ -1202,7 +1207,7 @@ </dd> - </dl><h3 id="recommended-reading"><span class="secno">1.10 </span>Recommended reading</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The following documents might be of interest to readers of this + </dl><h3 id="recommended-reading"><span class="secno">1.10 </span>Recommended reading</h3><p><i>This section is non-normative.</i></p><p>The following documents might be of interest to readers of this specification.</p><dl><dt><cite>Character Model for the World Wide Web 1.0: Fundamentals</cite> <a href="references.html#refsCHARMOD">[CHARMOD]</a></dt> <dd><blockquote><p>This Architectural Specification provides Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- commands.html 11 Aug 2010 03:56:43 -0000 1.9 +++ commands.html 8 Sep 2010 09:25:42 -0000 1.10 @@ -325,7 +325,7 @@ <ol><li><a href="commands.html#using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span>Using the <code>a</code> element to define a command</a></li><li><a href="commands.html#using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span>Using the <code>button</code> element to define a command</a></li><li><a href="commands.html#using-the-input-element-to-define-a-command"><span class="secno">4.11.5.3 </span>Using the <code>input</code> element to define a command</a></li><li><a href="commands.html#using-the-option-element-to-define-a-command"><span class="secno">4.11.5.4 </span>Using the <code>option</code> element to define a command</a></li><li><a href="commands.html#using-the-command-element-to-define-a-command"><span class="secno">4.11.5.5 </span>Using the <code>command</code> element to define a command</a></li><li><a href="commands.html#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li><li><a href="commands.html#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li><li><a href="commands.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></li></ol></li></ol></li></ol></li></ol></div> - <h4 id="commands"><span class="secno">4.11.5 </span>Commands</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-command" title="concept-command">command</dfn> is the abstraction + <h4 id="commands"><span class="secno">4.11.5 </span>Commands</h4><p>A <dfn id="concept-command" title="concept-command">command</dfn> is the abstraction behind menu items, buttons, and links.<!--v2COMMAND: Once a command is defined, other parts of the interface can refer to the same command, allowing many access points to a single feature to share @@ -556,7 +556,7 @@ encouraged to do this especially for commands that have <a href="#command-facet-accesskey" title="command-facet-AccessKey">Access Keys</a>, as a way to advertise those keys to the user.</p><div class="impl"> - <h5 id="using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span><dfn title="a-command">Using the <code>a</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span><dfn title="a-command">Using the <code>a</code> element to define a command</dfn></h5> <p>An <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute <a href="#concept-command" title="concept-command">defines a command</a>.</p> @@ -602,7 +602,7 @@ command is to <a href="webappapis.html#fire-a-click-event" title="fire a click event">fire a <code title="event-click">click</code> event</a> at the element.</p> - <h5 id="using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span><dfn title="button-command">Using the <code>button</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span><dfn title="button-command">Using the <code>button</code> element to define a command</dfn></h5> <p>A <code><a href="the-button-element.html#the-button-element">button</a></code> element always <a href="#concept-command" title="concept-command">defines a command</a>.</p> @@ -614,7 +614,7 @@ State</a> of the command mirrors the <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a> state of the button.</p> - <h5 id="using-the-input-element-to-define-a-command"><span class="secno">4.11.5.3 </span><dfn title="input-command">Using the <code>input</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-input-element-to-define-a-command"><span class="secno">4.11.5.3 </span><dfn title="input-command">Using the <code>input</code> element to define a command</dfn></h5> <p>An <code><a href="the-input-element.html#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in one of the <a href="number-state.html#submit-button-state" title="attr-input-type-submit">Submit Button</a>, <a href="number-state.html#reset-button-state" title="attr-input-type-reset">Reset Button</a>, <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a>, <a href="number-state.html#button-state" title="attr-input-type-button">Button</a>, <a href="number-state.html#radio-button-state" title="attr-input-type-radio">Radio Button</a>, or <a href="number-state.html#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> states <a href="#concept-command" title="concept-command">defines a command</a>.</p> @@ -685,7 +685,7 @@ element.</p> - <h5 id="using-the-option-element-to-define-a-command"><span class="secno">4.11.5.4 </span><dfn title="option-command">Using the <code>option</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-option-element-to-define-a-command"><span class="secno">4.11.5.4 </span><dfn title="option-command">Using the <code>option</code> element to define a command</dfn></h5> <p>An <code><a href="the-button-element.html#the-option-element">option</a></code> element with an ancestor <code><a href="the-button-element.html#the-select-element">select</a></code> element and either no <code title="attr-option-value"><a href="the-button-element.html#attr-option-value">value</a></code> attribute or a <code title="attr-option-value"><a href="the-button-element.html#attr-option-value">value</a></code> attribute that is not the @@ -725,7 +725,7 @@ <p>The <a href="#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> of the command is true (disabled) if the element is <a href="the-button-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a> or if its - nearest ancestor <code><a href="the-button-element.html#the-select-element">select</a></code> element is <a href="the-button-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a>, and false + nearest ancestor <code><a href="the-button-element.html#the-select-element">select</a></code> element is <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>, and false otherwise.</p> <p>The <a href="#command-facet-checkedstate" title="command-facet-CheckedState">Checked State</a> @@ -739,7 +739,7 @@ <h5 id="using-the-command-element-to-define-a-command"><span class="secno">4.11.5.5 </span>Using the <dfn title="command-element"><code>command</code></dfn> element to define - a command</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + a command</h5> <p>A <code><a href="interactive-elements.html#the-command">command</a></code> element <a href="#concept-command" title="concept-command">defines a command</a>.</p> @@ -795,7 +795,7 @@ - <h5 id="using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span><dfn title="label-command">Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span><dfn title="label-command">Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</dfn></h5> <p>A <code><a href="forms.html#the-label-element">label</a></code> element that has an <a href="editing.html#assigned-access-key">assigned access key</a> and a <a href="forms.html#labeled-control">labeled control</a> and whose @@ -836,7 +836,7 @@ - <h5 id="using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span><dfn title="legend-command">Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span><dfn title="legend-command">Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</dfn></h5> <p>A <code><a href="forms.html#the-legend-element">legend</a></code> element that has an <a href="editing.html#assigned-access-key">assigned access key</a> and is a child of a <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element that @@ -880,7 +880,7 @@ - <h5 id="using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span><dfn title="accesskey-command">Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span><dfn title="accesskey-command">Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</dfn></h5> <p>An element that has an <a href="editing.html#assigned-access-key">assigned access key</a> <a href="#concept-command" title="concept-command">defines a command</a>.</p> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1007 retrieving revision 1.1008 diff -u -d -r1.1007 -r1.1008 --- syntax.html 11 Aug 2010 03:56:45 -0000 1.1007 +++ syntax.html 8 Sep 2010 09:25:47 -0000 1.1008 @@ -330,7 +330,7 @@ <h2 id="syntax"><span class="secno">8 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for resources labeled with an <a href="infrastructure.html#html-mime-type">HTML MIME type</a>. Rules for XML resources are discussed in the section below entitled "<a href="the-xhtml-syntax.html#the-xhtml-syntax">The XHTML - syntax</a>".</p><h3 id="writing"><span class="secno">8.1 </span>Writing HTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + syntax</a>".</p><h3 id="writing"><span class="secno">8.1 </span>Writing HTML documents</h3><div class="impl"> <p><i>This section only applies to documents, authoring tools, and markup generators. In particular, it does not apply to conformance @@ -377,7 +377,7 @@ the ranges U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and U+0061 to U+007A (LATIN SMALL LETTER A to LATIN SMALL LETTER Z). For convenience, in this section this is just referred to - as "case-insensitive".</p><h4 id="the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/4">ISSUE-4</a> (html-versioning) and <a href="http://www.w3.org/html/wg/tracker/issues/84">ISSUE-84</a> (legacy-doctypes) block progress to Last Call</span></p><p>A <dfn id="syntax-doctype" title="syntax-doctype">DOCTYPE</dfn> is a <!-- mostly + as "case-insensitive".</p><h4 id="the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/4">ISSUE-4</a> (html-versioning) and <a href="http://www.w3.org/html/wg/tracker/issues/84">ISSUE-84</a> (legacy-doctypes) block progress to Last Call</span></p><p>A <dfn id="syntax-doctype" title="syntax-doctype">DOCTYPE</dfn> is a <!-- mostly useless but nonetheless --> required preamble.</p><p class="note">DOCTYPEs are required for legacy reasons. When omitted, browsers tend to use a different rendering mode that is incompatible with some specifications. Including the DOCTYPE in a @@ -438,7 +438,7 @@ </td></tr></tbody></table><p>A <a href="#syntax-doctype" title="syntax-doctype">DOCTYPE</a> containing an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> is an <dfn id="obsolete-permitted-doctype">obsolete permitted DOCTYPE</dfn>. Authors should not use <a href="#obsolete-permitted-doctype" title="obsolete permitted DOCTYPE">obsolete permitted - DOCTYPEs</a>, as they are unnecessarily long.</p><h4 id="elements-0"><span class="secno">8.1.2 </span>Elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>There are five different kinds of <dfn id="syntax-elements" title="syntax-elements">elements</dfn>: <a href="#void-elements">void elements</a>, + DOCTYPEs</a>, as they are unnecessarily long.</p><h4 id="elements-0"><span class="secno">8.1.2 </span>Elements</h4><p>There are five different kinds of <dfn id="syntax-elements" title="syntax-elements">elements</dfn>: <a href="#void-elements">void elements</a>, <a href="#raw-text-elements">raw text elements</a>, <a href="#rcdata-elements">RCDATA elements</a>, <a href="#foreign-elements">foreign elements</a>, and <a href="#normal-elements">normal elements</a>.</p><dl><dt><dfn id="void-elements">Void elements</dfn></dt> @@ -536,7 +536,7 @@ Z. In the HTML syntax, tag names, even those for <a href="#foreign-elements">foreign elements</a>, may be written with any mix of lower- and uppercase letters that, when converted to all-lowercase, matches the element's - tag name; tag names are case-insensitive.</p><h5 id="start-tags"><span class="secno">8.1.2.1 </span>Start tags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-start-tag" title="syntax-start-tag">Start tags</dfn> must have the + tag name; tag names are case-insensitive.</p><h5 id="start-tags"><span class="secno">8.1.2.1 </span>Start tags</h5><p><dfn id="syntax-start-tag" title="syntax-start-tag">Start tags</dfn> must have the following format:</p><ol><li>The first character of a start tag must be a U+003C LESS-THAN SIGN character (<).</li> @@ -567,7 +567,7 @@ <li>Finally, start tags must be closed by a U+003E GREATER-THAN SIGN character (>).</li> - </ol><h5 id="end-tags"><span class="secno">8.1.2.2 </span>End tags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-end-tag" title="syntax-end-tag">End tags</dfn> must have the + </ol><h5 id="end-tags"><span class="secno">8.1.2.2 </span>End tags</h5><p><dfn id="syntax-end-tag" title="syntax-end-tag">End tags</dfn> must have the following format:</p><ol><li>The first character of an end tag must be a U+003C LESS-THAN SIGN character (<).</li> @@ -583,7 +583,7 @@ <li>Finally, end tags must be closed by a U+003E GREATER-THAN SIGN character (>).</li> - </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-attributes" title="syntax-attributes">Attributes</dfn> for an element + </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p><dfn id="syntax-attributes" title="syntax-attributes">Attributes</dfn> for an element are expressed inside the element's start tag.</p><p>Attributes have a name and a value. <dfn id="syntax-attribute-name" title="syntax-attribute-name">Attribute names</dfn> must consist of one or more characters other than the <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>, U+0000 NULL, U+0022 QUOTATION @@ -760,7 +760,7 @@ </td></tr><tr><td> <code title="">xmlns</code> </td><td> <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns</code> </td></tr><tr><td> <code title="">xlink</code> </td><td> <a href="namespaces.html#xmlns-namespace">XMLNS namespace</a> </td><td> <code title="">xmlns:xlink</code> </td></tr></tbody></table><p>No other namespaced attribute can be expressed in <a href="#syntax">the - HTML syntax</a>.</p><h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Certain tags can be <dfn id="syntax-tag-omission" title="syntax-tag-omission">omitted</dfn>.</p><p class="note">Omitting an element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> does not mean the element + HTML syntax</a>.</p><h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p>Certain tags can be <dfn id="syntax-tag-omission" title="syntax-tag-omission">omitted</dfn>.</p><p class="note">Omitting an element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> does not mean the element is not present; it is implied, but it is still there. An HTML document always has a root <code><a href="semantics.html#the-html-element-0">html</a></code> element, even if the string <code title=""><html></code> doesn't appear anywhere in @@ -859,7 +859,7 @@ tag</a> may be omitted if the <code><a href="tabular-data.html#the-th-element">th</a></code> element is immediately followed by a <code><a href="tabular-data.html#the-td-element">td</a></code> or <code><a href="tabular-data.html#the-th-element">th</a></code> element, or if there is no more content in the parent element.</p><p><strong>However</strong>, a <a href="#syntax-start-tag" title="syntax-start-tag">start - tag</a> must never be omitted if it has any attributes.</p><h5 id="element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>For historical reasons, certain elements have extra restrictions + tag</a> must never be omitted if it has any attributes.</p><h5 id="element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</h5><p>For historical reasons, certain elements have extra restrictions beyond even the restrictions given by their content model.</p><p>A <code><a href="tabular-data.html#the-table-element">table</a></code> element must not contain <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements, even though these elements are technically allowed inside <code><a href="tabular-data.html#the-table-element">table</a></code> elements according to the content models @@ -877,26 +877,26 @@ <p>The following two <code><a href="grouping-content.html#the-pre-element">pre</a></code> blocks are equivalent:</p> <pre><pre>Hello</pre></pre> <pre><pre><br>Hello</pre></pre> - </div><h5 id="cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The text in <a href="#raw-text-elements" title="raw text elements">raw text</a> and + </div><h5 id="cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5><p>The text in <a href="#raw-text-elements" title="raw text elements">raw text</a> and <a href="#rcdata-elements">RCDATA elements</a> must not contain any occurrences of the string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F SOLIDUS) followed by characters that case-insensitively match the tag name of the element followed by one of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR), U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or - U+002F SOLIDUS (/).</p><h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements, + U+002F SOLIDUS (/).</p><h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements, attribute values, and comments. Text must consist of Unicode characters. Text must not contain U+0000 characters. Text must not contain permanently undefined Unicode characters (noncharacters). Text must not contain control characters other than <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>. Extra constraints are placed on what is and what is not allowed in text based on where - the text is to be put, as described in the other sections.</p><h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be + the text is to be put, as described in the other sections.</p><h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A LINE FEED (LF) characters, or pairs of U+000D CARRIAGE RETURN (CR), U+000A LINE FEED (LF) characters in that order.</p><p>Where <a href="#syntax-charref" title="syntax-charref">character references</a> are allowed, a character reference of a U+000A LINE FEED (LF) character (but not a U+000D CARRIAGE RETURN (CR) character) also - represents a <a href="#syntax-newlines" title="syntax-newlines">newline</a>.</p><h4 id="character-references"><span class="secno">8.1.4 </span>Character references</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases described in other sections, <a href="#syntax-text" title="syntax-text">text</a> may be mixed with <dfn id="syntax-charref" title="syntax-charref">character references</dfn>. These can be used + represents a <a href="#syntax-newlines" title="syntax-newlines">newline</a>.</p><h4 id="character-references"><span class="secno">8.1.4 </span>Character references</h4><p>In certain cases described in other sections, <a href="#syntax-text" title="syntax-text">text</a> may be mixed with <dfn id="syntax-charref" title="syntax-charref">character references</dfn>. These can be used to escape characters that couldn't otherwise legally be included in <a href="#syntax-text" title="syntax-text">text</a>.</p><p>Character references must start with a U+0026 AMPERSAND character (&). Following this, there are three possible kinds of character @@ -943,7 +943,7 @@ LATIN SMALL LETTER Z, and U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, followed by a U+003B SEMICOLON character (;), where these characters do not match any of the names given in - the <a href="named-character-references.html#named-character-references">named character references</a> section.</p><h4 id="cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-cdata" title="syntax-cdata">CDATA sections</dfn> must start with + the <a href="named-character-references.html#named-character-references">named character references</a> section.</p><h4 id="cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</h4><p><dfn id="syntax-cdata" title="syntax-cdata">CDATA sections</dfn> must start with the character sequence U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+005B LEFT SQUARE BRACKET, U+0043 LATIN CAPITAL LETTER C, U+0044 LATIN CAPITAL LETTER D, U+0041 LATIN CAPITAL LETTER A, U+0054 @@ -970,7 +970,7 @@ <ms><![CDATA[x<y3]]></ms> </math></pre> - </div><h4 id="comments"><span class="secno">8.1.6 </span>Comments</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-comments" title="syntax-comments">Comments</dfn> must start with the + </div><h4 id="comments"><span class="secno">8.1.6 </span>Comments</h4><p><dfn id="syntax-comments" title="syntax-comments">Comments</dfn> must start with the four character sequence U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS (<code title=""><!--</code>). Following this sequence, the comment may have <a href="#syntax-text" title="syntax-text">text</a>, with the additional Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.129 retrieving revision 1.130 diff -u -d -r1.129 -r1.130 --- webappapis.html 24 Aug 2010 08:36:52 -0000 1.129 +++ webappapis.html 8 Sep 2010 09:25:50 -0000 1.130 @@ -328,7 +328,7 @@ <ol><li><a href="webappapis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li><li><a href="webappapis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li><li><a href="webappapis.html#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></li></ol></li><li><a href="webappapis.html#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> protocol</a></li><li><a href="webappapis.html#events"><span class="secno">6.1.6 </span>Events</a> <ol><li><a href="webappapis.html#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li><li><a href="webappapis.html#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</a></li><li><a href="webappapis.html#event-firing"><span class="secno">6.1.6.3 </span>Event firing</a></li><li><a href="webappapis.html#events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code>Window</code> object</a></li><li><a href="webappapis.html#runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</a></li></ol></li></ol></li></ol></li></ol></div> - <h2 id="webappapis"><span class="secno">6 </span>Web application APIs</h2><h3 id="scripting"><span class="secno">6.1 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-4"><span class="secno">6.1.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Various mechanisms can cause author-provided executable code to + <h2 id="webappapis"><span class="secno">6 </span>Web application APIs</h2><h3 id="scripting"><span class="secno">6.1 </span>Scripting</h3><h4 id="introduction-4"><span class="secno">6.1.1 </span>Introduction</h4><p>Various mechanisms can cause author-provided executable code to run in the context of a document. These mechanisms include, but are probably not limited to:</p><ul><li>Processing of <code><a href="scripting-1.html#script">script</a></code> elements.</li> @@ -346,7 +346,7 @@ </ul><div class="impl"> - <h4 id="enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</h4> <p><dfn id="concept-bc-script" title="concept-bc-script">Scripting is enabled</dfn> in a <em><a href="browsers.html#browsing-context">browsing context</a></em> when all of the @@ -381,9 +381,9 @@ </div><div class="impl"> <!-- SCRIPT EXEC (marks areas related to creation of scripts) --> - <h4 id="processing-model-1"><span class="secno">6.1.3 </span>Processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="processing-model-1"><span class="secno">6.1.3 </span>Processing model</h4> - <h5 id="definitions-0"><span class="secno">6.1.3.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="definitions-0"><span class="secno">6.1.3.1 </span>Definitions</h5> <p>A <dfn id="concept-script" title="concept-script">script</dfn> has:</p> @@ -510,7 +510,7 @@ </dl></div><div class="impl"> - <h5 id="calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</h5> <p>When a user agent is to <dfn id="jump-to-a-code-entry-point">jump to a code entry-point</dfn> for a <a href="#concept-script" title="concept-script">script</a>, for example to invoke @@ -535,7 +535,7 @@ </div><div class="impl"> - <h5 id="creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</h5> <p>When the specification says that a <a href="#concept-script" title="concept-script">script</a> is to be <dfn id="create-a-script" title="create a script">created</dfn>, given some script source, its scripting @@ -605,7 +605,7 @@ </ol></div><div class="impl"> - <h5 id="killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</h5> <p>User agents may impose resource limitations on scripts, for example CPU quotas, memory limits, total execution time limits, or @@ -636,9 +636,9 @@ </div><div class="impl"> - <h4 id="event-loops"><span class="secno">6.1.4 </span>Event loops</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="event-loops"><span class="secno">6.1.4 </span>Event loops</h4> - <h5 id="definitions-1"><span class="secno">6.1.4.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="definitions-1"><span class="secno">6.1.4.1 </span>Definitions</h5> <p>To coordinate events, user interaction, scripts, rendering, networking, and so forth, user agents must use <dfn id="event-loop" title="event @@ -744,7 +744,7 @@ release the <a href="#storage-mutex">storage mutex</a>.</p> - <h5 id="processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</h5> <p>An <a href="#event-loop">event loop</a> must continually run through the following steps for as long as it exists:</p> @@ -825,7 +825,7 @@ </ol></div><div class="impl"> - <h5 id="generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</h5> <p>The following <a href="#task-source" title="task source">task sources</a> are used by a number of mostly unrelated features in this and other @@ -886,7 +886,7 @@ </dl></div><div class="impl"> <!-- SCRIPT EXEC --> - <h4 id="javascript-protocol"><span class="secno">6.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="javascript-protocol"><span class="secno">6.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4> <p>When a <a href="urls.html#url">URL</a> using the <code title="">javascript:</code> protocol is <dfn id="concept-js-deref" title="concept-js-deref">dereferenced</dfn>, the user agent must run the following steps:</p> @@ -1001,9 +1001,9 @@ </div> - </div><h4 id="events"><span class="secno">6.1.6 </span>Events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h4 id="events"><span class="secno">6.1.6 </span>Events</h4><div class="impl"> - <h5 id="event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</h5> </div><!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>--><p>Many objects can have <dfn id="event-handlers">event handlers</dfn> specified. These act as bubbling event listeners for the object on which they are @@ -1320,7 +1320,7 @@ </div><div class="impl"> - <h5 id="event-firing"><span class="secno">6.1.6.3 </span>Event firing</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="event-firing"><span class="secno">6.1.6.3 </span>Event firing</h5> <p>Certain operations and methods are defined as firing events on elements. For example, the <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> @@ -1381,7 +1381,7 @@ </div><div class="impl"> - <h5 id="events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code><a href="browsers.html#window">Window</a></code> object</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="events-and-the-window-object"><span class="secno">6.1.6.4 </span>Events and the <code><a href="browsers.html#window">Window</a></code> object</h5> <p>When an event is dispatched at a DOM node in a <code><a href="infrastructure.html#document">Document</a></code> in a <a href="browsers.html#browsing-context">browsing context</a>, if the @@ -1401,7 +1401,7 @@ </ol></div><div class="impl"> - <h5 id="runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</h5> <p><i>This section only applies to user agents that support scripting in general and JavaScript in particular.</i></p> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- common-microsyntaxes.html 27 Aug 2010 19:26:34 -0000 1.15 +++ common-microsyntaxes.html 8 Sep 2010 09:25:42 -0000 1.16 @@ -326,7 +326,7 @@ <ol><li><a href="common-microsyntaxes.html#non-negative-integers"><span class="secno">2.4.4.1 </span>Non-negative integers</a></li><li><a href="common-microsyntaxes.html#signed-integers"><span class="secno">2.4.4.2 </span>Signed integers</a></li><li><a href="common-microsyntaxes.html#real-numbers"><span class="secno">2.4.4.3 </span>Real numbers</a></li><li><a href="common-microsyntaxes.html#percentages-and-dimensions"><span class="secno">2.4.4.4 </span>Percentages and lengths</a></li><li><a href="common-microsyntaxes.html#lists-of-integers"><span class="secno">2.4.4.5 </span>Lists of integers</a></li><li><a href="common-microsyntaxes.html#lists-of-dimensions"><span class="secno">2.4.4.6 </span>Lists of dimensions</a></li></ol></li><li><a href="common-microsyntaxes.html#dates-and-times"><span class="secno">2.4.5 </span>Dates and times</a> <ol><li><a href="common-microsyntaxes.html#months"><span class="secno">2.4.5.1 </span>Months</a></li><li><a href="common-microsyntaxes.html#dates"><span class="secno">2.4.5.2 </span>Dates</a></li><li><a href="common-microsyntaxes.html#times"><span class="secno">2.4.5.3 </span>Times</a></li><li><a href="common-microsyntaxes.html#local-dates-and-times"><span class="secno">2.4.5.4 </span>Local dates and times</a></li><li><a href="common-microsyntaxes.html#global-dates-and-times"><span class="secno">2.4.5.5 </span>Global dates and times</a></li><li><a href="common-microsyntaxes.html#weeks"><span class="secno">2.4.5.6 </span>Weeks</a></li><li><a href="common-microsyntaxes.html#vaguer-moments-in-time"><span class="secno">2.4.5.7 </span>Vaguer moments in time</a></li></ol></li><li><a href="common-microsyntaxes.html#colors"><span class="secno">2.4.6 </span>Colors</a></li><li><a href="common-microsyntaxes.html#space-separated-tokens"><span class="secno">2.4.7 </span>Space-separated tokens</a></li><li><a href=common-microsyntaxes.html#comma-separated-tokens"><span class="secno">2.4.8 </span>Comma-separated tokens</a></li><li><a href="common-microsyntaxes.html#syntax-references"><span class="secno">2.4.9 </span>References</a></li><li><a href="common-microsyntaxes.html#mq"><span class="secno">2.4.10 </span>Media queries</a></li></ol></li></ol></li></ol></div> - <h3 id="common-microsyntaxes"><span class="secno">2.4 </span>Common microsyntaxes</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>There are various places in HTML that accept particular data + <h3 id="common-microsyntaxes"><span class="secno">2.4 </span>Common microsyntaxes</h3><p>There are various places in HTML that accept particular data types, such as dates or numbers. This section describes what the conformance criteria for content in those formats is, and how to parse them.</p><div class="impl"> @@ -342,7 +342,7 @@ </div><div class="impl"> - <h4 id="common-parser-idioms"><span class="secno">2.4.1 </span>Common parser idioms</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="common-parser-idioms"><span class="secno">2.4.1 </span>Common parser idioms</h4> <p>The <dfn id="space-character" title="space character">space characters</dfn>, for the purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER @@ -400,7 +400,7 @@ <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of Unicode code points in that string.</p> - </div><h4 id="boolean-attributes"><span class="secno">2.4.2 </span>Boolean attributes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A number of attributes are <dfn id="boolean-attribute" title="boolean attribute">boolean + </div><h4 id="boolean-attributes"><span class="secno">2.4.2 </span>Boolean attributes</h4><p>A number of attributes are <dfn id="boolean-attribute" title="boolean attribute">boolean attributes</dfn>. The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false value.</p><p>If the attribute is present, its value must either be the empty @@ -424,7 +424,7 @@ <pre><label><input type='checkbox' checked name=cheese disabled=""> Cheese</label></pre> - </div><h4 id="keywords-and-enumerated-attributes"><span class="secno">2.4.3 </span>Keywords and enumerated attributes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some attributes are defined as taking one of a finite set of + </div><h4 id="keywords-and-enumerated-attributes"><span class="secno">2.4.3 </span>Keywords and enumerated attributes</h4><p>Some attributes are defined as taking one of a finite set of keywords. Such attributes are called <dfn id="enumerated-attribute" title="enumerated attribute">enumerated attributes</dfn>. The keywords are each defined to map to a particular <em>state</em> (several keywords @@ -448,7 +448,7 @@ be ignored.</p><p>When the attribute is <em>not</em> specified, if there is a <i>missing value default</i> state defined, then that is the state represented by the (missing) attribute. Otherwise, the absence of - the attribute means that there is no state represented.</p><p class="note">The empty string can be a valid keyword.</p><h4 id="numbers"><span class="secno">2.4.4 </span>Numbers</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="non-negative-integers"><span class="secno">2.4.4.1 </span>Non-negative integers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-non-negative-integer">valid non-negative integer</dfn> if it + the attribute means that there is no state represented.</p><p class="note">The empty string can be a valid keyword.</p><h4 id="numbers"><span class="secno">2.4.4 </span>Numbers</h4><h5 id="non-negative-integers"><span class="secno">2.4.4.1 </span>Non-negative integers</h5><p>A string is a <dfn id="valid-non-negative-integer">valid non-negative integer</dfn> if it consists of one or more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).</p><p>A <a href="#valid-non-negative-integer">valid non-negative integer</a> represents the number that is represented in base ten by that string of digits.</p><div class="impl"> @@ -489,7 +489,7 @@ <li><p>Return <var title="">value</var>.</p></li> - </ol></div><h5 id="signed-integers"><span class="secno">2.4.4.2 </span>Signed integers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-integer">valid integer</dfn> if it consists of one or + </ol></div><h5 id="signed-integers"><span class="secno">2.4.4.2 </span>Signed integers</h5><p>A string is a <dfn id="valid-integer">valid integer</dfn> if it consists of one or more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), optionally prefixed with a U+002D HYPHEN-MINUS character (-).</p><p>A <a href="#valid-integer">valid integer</a> without a U+002D HYPHEN-MINUS (-) @@ -559,7 +559,7 @@ <li><p>If <var title="">sign</var> is "positive", return <var title="">value</var>, otherwise return the result of subtracting <var title="">value</var> from zero.</p></li> - </ol></div><h5 id="real-numbers"><span class="secno">2.4.4.3 </span>Real numbers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it + </ol></div><h5 id="real-numbers"><span class="secno">2.4.4.3 </span>Real numbers</h5><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it consists of:</p><ol class="brief"><li>Optionally, a U+002D HYPHEN-MINUS character (-).</li> <li>A series of one or more characters in the range U+0030 DIGIT @@ -753,7 +753,7 @@ <li><p>Return <var title="">rounded-value</var>.</p></li> </ol></div><div class="impl"> - <h5 id="percentages-and-dimensions"><span class="secno">2.4.4.4 </span>Percentages and lengths</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="percentages-and-dimensions"><span class="secno">2.4.4.4 </span>Percentages and lengths</h5> <!--(percentages are not used in valid html anymore) <p>A string is a <dfn>valid dimension value</dfn> if it consists of a character in the range U+0031 DIGIT ONE (1) to U+0039 DIGIT NINE @@ -853,7 +853,7 @@ <li><p>Return <var title="">value</var> as a length.</p></li> - </ol></div><h5 id="lists-of-integers"><span class="secno">2.4.4.5 </span>Lists of integers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="valid-list-of-integers">valid list of integers</dfn> is a number of <a href="#valid-integer" title="valid integer">valid integers</a> separated by U+002C + </ol></div><h5 id="lists-of-integers"><span class="secno">2.4.4.5 </span>Lists of integers</h5><p>A <dfn id="valid-list-of-integers">valid list of integers</dfn> is a number of <a href="#valid-integer" title="valid integer">valid integers</a> separated by U+002C COMMA characters, with no other characters (e.g. no <a href="#space-character" title="space character">space characters</a>). In addition, there might be restrictions on the number of integers that can be given, or on the range of values allowed.</p><div class="impl"> @@ -1117,7 +1117,7 @@ </ol></div><div class="impl"> - <h5 id="lists-of-dimensions"><span class="secno">2.4.4.6 </span>Lists of dimensions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="lists-of-dimensions"><span class="secno">2.4.4.6 </span>Lists of dimensions</h5> <!-- no definition of a type since no conforming feature uses this syntax (it's only used in cols="" and rows="" on <frameset> --> @@ -1218,7 +1218,7 @@ <li><p>Return the list <var title="">result</var>.</p></li> - </ol></div><h4 id="dates-and-times"><span class="secno">2.4.5 </span>Dates and times</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In the algorithms below, the <dfn id="number-of-days-in-month-month-of-year-year">number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is: + </ol></div><h4 id="dates-and-times"><span class="secno">2.4.5 </span>Dates and times</h4><p>In the algorithms below, the <dfn id="number-of-days-in-month-month-of-year-year">number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is: <em>31</em> if <var title="">month</var> is 1, 3, 5, 7, 8, 10, or 12; <em>30</em> if <var title="">month</var> is 4, 6, 9, or 11; <em>29</em> if <var title="">month</var> is 2 and <var title="">year</var> is a number divisible by 400, or if <var title="">year</var> is a number divisible by 4 but not by 100; and @@ -1236,7 +1236,7 @@ described below; ISO8601 libraries might not parse dates and times in exactly the same manner. <a href="references.html#refsISO8601">[ISO8601]</a></p> - </div><h5 id="months"><span class="secno">2.4.5.1 </span>Months</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-month" title="concept-month">month</dfn> consists of a specific + </div><h5 id="months"><span class="secno">2.4.5.1 </span>Months</h5><p>A <dfn id="concept-month" title="concept-month">month</dfn> consists of a specific proleptic Gregorian date with no time-zone information and no date information beyond a year and a month. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-month-string">valid month string</dfn> representing a year <var title="">year</var> and month <var title="">month</var> if it @@ -1299,7 +1299,7 @@ <li><p>Return <var title="">year</var> and <var title="">month</var>.</p></li> - </ol></div><h5 id="dates"><span class="secno">2.4.5.2 </span>Dates</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-date" title="concept-date">date</dfn> consists of a specific + </ol></div><h5 id="dates"><span class="secno">2.4.5.2 </span>Dates</h5><p>A <dfn id="concept-date" title="concept-date">date</dfn> consists of a specific proleptic Gregorian date with no time-zone information, consisting of a year, a month, and a day. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-date-string">valid date string</dfn> representing a year <var title="">year</var>, month <var title="">month</var>, and day @@ -1362,7 +1362,7 @@ <li><p>Return <var title="">year</var>, <var title="">month</var>, and <var title="">day</var>.</p></li> - </ol></div><h5 id="times"><span class="secno">2.4.5.3 </span>Times</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-time" title="concept-time">time</dfn> consists of a specific + </ol></div><h5 id="times"><span class="secno">2.4.5.3 </span>Times</h5><p>A <dfn id="concept-time" title="concept-time">time</dfn> consists of a specific time with no time-zone information, consisting of an hour, a minute, a second, and a fraction of a second.</p><p>A string is a <dfn id="valid-time-string">valid time string</dfn> representing an hour <var title="">hour</var>, a minute <var title="">minute</var>, and a @@ -1488,7 +1488,7 @@ <li><p>Return <var title="">hour</var>, <var title="">minute</var>, and <var title="">second</var>.</p></li> - </ol></div><h5 id="local-dates-and-times"><span class="secno">2.4.5.4 </span>Local dates and times</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-datetime-local" title="concept-datetime-local">local date and time</dfn> + </ol></div><h5 id="local-dates-and-times"><span class="secno">2.4.5.4 </span>Local dates and times</h5><p>A <dfn id="concept-datetime-local" title="concept-datetime-local">local date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a minute, a second, and a fraction of a second, but expressed without @@ -1530,7 +1530,7 @@ <li><p>Return <var title="">date</var> and <var title="">time</var>.</p></li> - </ol></div><h5 id="global-dates-and-times"><span class="secno">2.4.5.5 </span>Global dates and times</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-datetime" title="concept-datetime">global date and time</dfn> + </ol></div><h5 id="global-dates-and-times"><span class="secno">2.4.5.5 </span>Global dates and times</h5><p>A <dfn id="concept-datetime" title="concept-datetime">global date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a minute, a second, and a fraction of a second, expressed with a @@ -1731,7 +1731,7 @@ <li><p>Return <var title="">timezone<sub title="">hours</sub></var> and <var title="">timezone<sub title="">minutes</sub></var>.</p></li> - </ol></div><h5 id="weeks"><span class="secno">2.4.5.6 </span>Weeks</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-week" title="concept-week">week</dfn> consists of a week-year + </ol></div><h5 id="weeks"><span class="secno">2.4.5.6 </span>Weeks</h5><p>A <dfn id="concept-week" title="concept-week">week</dfn> consists of a week-year number and a week number representing a seven-day period starting on a Monday. Each week-year in this calendaring system has either 52 or 53 such seven-day periods, as defined below. The seven-day period @@ -1811,7 +1811,7 @@ <li><p>Return the week-year number <var title="">year</var> and the week number <var title="">week</var>.</p></li> - </ol></div><h5 id="vaguer-moments-in-time"><span class="secno">2.4.5.7 </span>Vaguer moments in time</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-date-or-time-string">valid date or time string</dfn> if it is also + </ol></div><h5 id="vaguer-moments-in-time"><span class="secno">2.4.5.7 </span>Vaguer moments in time</h5><p>A string is a <dfn id="valid-date-or-time-string">valid date or time string</dfn> if it is also one of the following:</p><ul><li>A <a href="#valid-date-string">valid date string</a>.</li> <li>A <a href="#valid-time-string">valid time string</a>.</li> @@ -1908,7 +1908,7 @@ </li> - </ol></div><h4 id="colors"><span class="secno">2.4.6 </span>Colors</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i></p><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the + </ol></div><h4 id="colors"><span class="secno">2.4.6 </span>Colors</h4><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the range 0..255, representing the red, green, and blue components of the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a></p><p>A string is a <dfn id="valid-simple-color">valid simple color</dfn> if it is exactly seven characters long, and the first character is a U+0023 NUMBER @@ -2095,7 +2095,7 @@ <li><p>Return <var title="">result</var>.</p> - </li></ol></div><hr><h4 id="space-separated-tokens"><span class="secno">2.4.7 </span>Space-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="set-of-space-separated-tokens">set of space-separated tokens</dfn> is a string containing + </li></ol></div><hr><h4 id="space-separated-tokens"><span class="secno">2.4.7 </span>Space-separated tokens</h4><p>A <dfn id="set-of-space-separated-tokens">set of space-separated tokens</dfn> is a string containing zero or more words separated by one or more <a href="#space-character" title="space character">space characters</a>, where words consist of any string of one or more characters, none of which are <a href="#space-character" title="space character">space characters</a>.</p><p>A string containing a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> @@ -2199,7 +2199,7 @@ token to be collapsed to a single space, except at the start and end of the string, where such spaces are removed.</p> - </div><h4 id="comma-separated-tokens"><span class="secno">2.4.8 </span>Comma-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="set-of-comma-separated-tokens">set of comma-separated tokens</dfn> is a string containing + </div><h4 id="comma-separated-tokens"><span class="secno">2.4.8 </span>Comma-separated tokens</h4><p>A <dfn id="set-of-comma-separated-tokens">set of comma-separated tokens</dfn> is a string containing zero or more tokens each separated from the next by a single U+002C COMMA character (,), where tokens consist of any string of zero or more characters, neither beginning nor ending with <a href="#space-character" title="space character">space characters</a>, nor containing any @@ -2243,7 +2243,7 @@ <li><p>Return <var title="">tokens</var>.</p></li> - </ol></div><h4 id="syntax-references"><span class="secno">2.4.9 </span>References</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN + </ol></div><h4 id="syntax-references"><span class="secno">2.4.9 </span>References</h4><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN character (#) followed by a string which exactly matches the value of the <code title="">name</code> attribute of an element with type <var title="">type</var> in the document.</p><div class="impl"> @@ -2275,7 +2275,7 @@ maybe they just don't know about combining dot above? --> - </ol></div><h4 id="mq"><span class="secno">2.4.10 </span>Media queries</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the + </ol></div><h4 id="mq"><span class="secno">2.4.10 </span>Media queries</h4><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the <code title="">media_query_list</code> production of the Media Queries specification. <a href="references.html#refsMQ">[MQ]</a></p><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of the user if it is the empty string, a string consisting of only <a href="#space-character" title="space
Received on Wednesday, 8 September 2010 09:25:56 UTC